/origin-hugo-theme

theme for hugo ssg mirror from gitlab: https://gitlab.com/asleeppiano/origin-hugo-theme

Primary LanguageSCSSMIT LicenseMIT

ORIGIN HUGO THEME

simple hugo theme for blogging

demo

screenshot

Installation

  1. Create a new site
hugo new site myblog
  1. Add a theme
cd myblog
git init
git submodule add https://gitlab.com/asleeppiano/origin-hugo-theme.git themes/origin

Featured posts

You can replace homescreen grid with default post list items.

edit config.toml

[params]
  featured = false

JS

If you want to disable js, set cssonly parameter to true.

[params]
  cssonly = true

Favicon

add favicon with name "favicon-32.png" to static folder.