Skip to content

anparfenov/origin-hugo-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.