qetr1ck-op / blog-hugo-source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog-hugo-source

Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike other systems which dynamically build a page every time a visitor requests one, Hugo does the building when you create your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing while providing a great writing experience.

more

theme

Code Editor

commands

# create a new post
hugo new post/new-post-name.md 

# serve on localhost
hugo server

# deploy
bash scripts/gh-deploy.sh

About


Languages

Language:CSS 51.7%Language:HTML 40.3%Language:JavaScript 7.5%Language:Shell 0.5%