Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashdashzako/hugo-journal
Minimalist theme for gohugo
https://github.com/dashdashzako/hugo-journal
hugo hugo-theme
Last synced: 4 months ago
JSON representation
Minimalist theme for gohugo
- Host: GitHub
- URL: https://github.com/dashdashzako/hugo-journal
- Owner: dashdashzako
- License: mit
- Created: 2017-07-23T16:16:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T09:33:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T13:06:12.419Z (almost 2 years ago)
- Topics: hugo, hugo-theme
- Language: CSS
- Homepage: https://dashdashzako.github.io/hugo-journal-demo/
- Size: 365 KB
- Stars: 74
- Watchers: 1
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Journal
_Journal_ is a minimalist theme for [Hugo](http://gohugo.io).
It focuses on improving reading experience with high contrast colors and no fancy effect.
It also uses [Highlight.js](https://highlightjs.org/) for the syntaxic coloration of code snippets.
Demo is available [here](https://dashdashzako.github.io/hugo-journal-demo/).
## Installation
Please refer to the [Hugo documentation](http://gohugo.io/themes/installing/).
## Configuration
A few parameters should be adjusted in the site config:
```toml
[params]
description = "Blog meta description."
githubUsername = "your_gh_username"
twitterUsername = "your_twitter_handle"
tagline = "Blog tagline. Shown under index title."
[params.work]
jobTitle = "occupation"
company = "the company"
companyUrl = "https://the.company.url/"
[params.gpg]
key = "0x1111111111111111"
fingerprint = "0000 0000 0000 0000 0000 0000 0000 0000 0000 0000"
link = "https://pgp.mit.edu/pks/lookup?op=get&search=0x1111111111111111"
```### Code highlighting
Both highlight theme and lib can be overridden. Just drop your build in the `static/js` directory, and the theme file in the `static/css` directory.
Note that the theme has to be named `highlight.css`.