Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvhariharan/hugo-journal
A minimal hugo theme for blogs
https://github.com/cvhariharan/hugo-journal
hugo hugo-blog hugo-theme
Last synced: about 2 months ago
JSON representation
A minimal hugo theme for blogs
- Host: GitHub
- URL: https://github.com/cvhariharan/hugo-journal
- Owner: cvhariharan
- License: mit
- Created: 2021-12-25T07:32:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T16:17:53.000Z (9 months ago)
- Last Synced: 2024-04-26T17:36:27.207Z (9 months ago)
- Topics: hugo, hugo-blog, hugo-theme
- Language: CSS
- Homepage: https://hugo-journal.pages.dev
- Size: 1.08 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Journal
A minimal hugo theme for blogs.
### Features
- Responsive and fast
- Minimal JS
- Dark/light modes
- Easy to customize
### Setup
Import the theme as a submodule```bash
git submodule add https://github.com/cvhariharan/hugo-journal themes/journal
cp themes/journal/theme.toml theme.toml
cp themes/journal/config.example.yml config.yml
```