#纹身!
##演示
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
2021-11-24 16:09:40
235KB
系统开源
1