Files
vim-ale/hugo
2020-07-09 11:46:17 +00:00
..
2020-07-09 11:46:17 +00:00
2020-06-16 10:45:54 +00:00

title, homepage, tagline
title homepage tagline
Hugo https://github.com/gohugoio/hugo Hugo: The worlds fastest framework for building websites.

Updating hugo

webi hugo@stable

Use the @beta tag for pre-releases.

Cheat Sheet

Hugo is one of the most popular open-source static site generators. It makes building websites fun again.

Create a new site

# create a new site
hugo new site ./blog.example.com
# compile a site
hugo
# serve a site in dev mode
hugo server -D