文件名称:tattoo:一个用Go语言编写的简单博客系统
文件大小:235KB
文件格式:ZIP
更新时间:2024-03-31 13:40:15
系统开源
#纹身! ##演示 shellex的博客: (不可用,现在我使用 ) ## Build&Install&Run 要求 兼容,每周去一次。 (: ) 建立并安装 go get github.com/shellex/tattoo go install github.com/shellex/tattoo 作为独立服务器 cd to srv/ directory and run tattoo 使用Fast-CGI 配置Nginx(快速CGI) 将以下代码添加到您的nginx站点配置文件中以使其工作: location /static/ { expires 1d; root YOUR_BLOG_PATH; add_header Cache-Control must-revalidate; } location /sys/static/ { expires 1d; root Y
【文件预览】:
tattoo-master
----tattoostorage.go(20KB)
----render.go(7KB)
----parser.go(758B)
----webapp()
--------webapp.go(4KB)
--------storage.go(5KB)
----model.go(3KB)
----srv()
--------theme()
--------sys()
----tattoo.go(2KB)
----LICENSE(7KB)
----export.go(4KB)
----serv.go(14KB)
----conf.go(2KB)
----README.md(2KB)
----util.go(1KB)