zeromake / zeromake.github.io

static-blog

Home Page:https://blog.zeromake.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zeromake-blog

my hugo static blog

my hugo fork download

MacOSX

curl -fLo hugo.tar.gz https://github.com/zeromake/hugo/releases/download/v0.128.2/hugo_extended_0.128.2_darwin-universal.tar.gz
tar -xf hugo.tar.gz
rm hugo.tar.gz

Linux

curl -fLo hugo.tar.gz https://github.com/zeromake/hugo/releases/download/v0.128.2/hugo_extended_0.128.2_linux-amd64.tar.gz
tar -xf hugo.tar.gz
rm hugo.tar.gz

Windows

Invoke-WebRequest -Uri https://github.com/zeromake/hugo/releases/download/v0.128.2/hugo_extended_0.128.2_windows-amd64.zip -OutFile hugo.zip
Expand-Archive -Path hugo.zip -DestinationPath .
Remove-Item hugo.zip

dev server

./hugo server -D

build static files

./hugo --enableGitInfo --gc --minify

About

static-blog

https://blog.zeromake.com

License:Apache License 2.0


Languages

Language:SCSS 44.8%Language:HTML 41.0%Language:JavaScript 10.4%Language:XSLT 3.2%Language:Makefile 0.6%