Skip to content

izmalk/hugo_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo quickstart repo

This is a simple demo for Hugo static site generator.

Steps to reproduce

  1. Install Hugo (and if necessary Git, Go and Dart Sass): follow instructions in https://gohugo.io/installation.

  2. Start Hugo project and create folder structure

hugo new site quickstart
  1. Navigate into the project
cd quickstart
  1. Initiate submodule and add theme
git init
git submodule add https://github.com/matcornic/hugo-theme-learn.git themes/learn
  1. Add the theme to the config:
echo "theme = 'learn'" >> hugo.toml
  1. Copy all the files from exampleSite
cp -R themes/learn/exampleSite/* ./
  1. Build the web site
hugo serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors