asongtoruin / origin-hugo-theme

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

Home Page:https://asleeppiano.gitlab.io/origin-hugo-site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://asleeppiano.gitlab.io/origin-hugo-site/

License:MIT License


Languages

Language:CSS 48.6%Language:HTML 47.6%Language:JavaScript 3.8%