Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anparfenov/origin-hugo-theme

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

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ORIGIN HUGO THEME

simple hugo theme for blogging

[demo](https://asleeppiano.gitlab.io/origin-hugo-site/)

![screenshot](images/screenshot.png)

# Installation

1. Create a new site

```sh
hugo new site myblog
```

2. Add a theme

```sh
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

```toml
[params]
featured = false
```

# JS

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

```toml
[params]
cssonly = true
```

# Favicon

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