Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anparfenov/origin-hugo-theme
- Owner: anparfenov
- License: mit
- Created: 2020-02-23T17:52:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T22:30:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T18:23:17.720Z (6 months ago)
- Language: CSS
- Homepage: https://asleeppiano.gitlab.io/origin-hugo-site/
- Size: 5.58 MB
- Stars: 45
- Watchers: 2
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - anparfenov/origin-hugo-theme - theme for hugo ssg mirror from gitlab: https://gitlab.com/asleeppiano/origin-hugo-theme (others)
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.