Skip to content

theblackdna/hugo-theblackdna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUGO

Hugo is a static site generator that makes it easy to setup your own blog or personal website.

Adding content

You can manually create content files (for example as content/<CATEGORY>/<FILE>.<FORMAT>) and provide metadata in them, however you can use the new command to do a few things for you (like add title and date):

$ hugo new posts/my-post.md

by default, this template creates a posts/hello.md for you, feel free to remove / rename it if you want.

Changing themes

  • Explore themes here
  • Download theme to themes/<NAME>
git clone https://github.com/siegerts/hugo-theme-basic themes/basic
  • Change theme entry in config.toml to the theme name

For more, checkout official documentations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages