flinner.nand.sh/themes/emacsy
Flinner 546b517742
feat: add shortcodes from minimo theme
2022-02-23 23:28:06 +03:00
..
archetypes feat: init 2022-02-08 21:56:31 +03:00
exampleSite feat: init 2022-02-08 21:56:31 +03:00
layouts feat: add shortcodes from minimo theme 2022-02-23 23:28:06 +03:00
static/css feat: init 2022-02-08 21:56:31 +03:00
readme.md feat: init 2022-02-08 21:56:31 +03:00

readme.md

Hugo Starter Theme

Dead-simple Hugo theme with everything you need to get started. Intended to be a starter for creating your own theme without including useless bloat like most Hugo themes.

Getting started

Inside your project folder, copy the theme to your themes folder. Since you're just using it as a starter for your theme, remove the git history.

git clone https://github.com/ericmurphyxyz/hugo-starter-theme themes/your-theme-name
rm -rf themes/your-theme-name/.git

If you'd like some example content and an example config file to get started, you can copy the exampleSite directory into your root Hugo directory.

cp -r themes/your-theme-name/exampleSite/* ./

To learn more about building themes in Hugo, refer to Hugo's templating documentation.