MooreMachine / hugo-brand-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Intro

This is another example on how to use Hugo with another theme.

Details

  • Hugo: 0.107.0

How to use

Run your site locally

In your host environment:

./run.sh sample-site

Once inside the Docker container:

hugo serve

Deploy to GitHub Pages

Inside the Docker container:

hugo

The generated files will be written to public/. You can tell GitHub to read these files to render your pages.

About


Languages

Language:HTML 80.2%Language:Shell 17.4%Language:Dockerfile 2.4%