杜郎俊赏 - dujun.io

开源实例之Hindsite

前言

Hindsite is a fast, lightweight static website generator. It builds static websites with optional document and tag indexes from Markdown and Rimu source documents.

实例地址

http://hindsite.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Go 1.20
服务器Nginx
程序Hindsite 2.0.2

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Go
  • 已安装 Nginx

安装程序

仓库地址:https://github.com/srackham/hindsite
文档地址:https://srackham.github.io/hindsite

#安装 Hindsite
wget https://github.com/srackham/hindsite/releases/download/v2.0.2/hindsite-v2.0.2-linux-amd64.zip
unzip hindsite-v2.0.2-linux-amd64.zip
mv hindsite /usr/bin/

mkdir myblog
cd myblog

hindsite init -from blog
hindsite build

实例体验

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例 Go开源实例
日期:2023-07-19