Skip to content

accelerator-blueprints/hugo-blueprint

Hugo Blueprint

Repository Size Lines of Codes

Start new Site

hugo new site site
cd site
git submodule add --depth 1 https://github.com/reuixiy/hugo-theme-meme.git themes/meme
  1. Download a theme into the same-named folder. Choose a theme from https://themes.gohugo.io/ or create your own with the "hugo new theme " command.
  2. Perhaps you want to add some content. You can add single files with "hugo new /.".
  3. Start the built-in live server via "hugo server".

Themes