https://github.com/realorangeone/hugo-theme-notes
A Hugo theme for storing notes
https://github.com/realorangeone/hugo-theme-notes
hugo notes theme
Last synced: about 1 year ago
JSON representation
A Hugo theme for storing notes
- Host: GitHub
- URL: https://github.com/realorangeone/hugo-theme-notes
- Owner: RealOrangeOne
- License: apache-2.0
- Created: 2023-05-26T15:01:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T15:42:53.000Z (over 2 years ago)
- Last Synced: 2025-02-10T12:43:04.399Z (over 1 year ago)
- Topics: hugo, notes, theme
- Language: HTML
- Homepage: https://realorangeone.github.io/hugo-theme-notes/
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugo-theme-notes
Hugo theme for storing notes
Heavily inspired by https://github.com/mrmartineau/gatsby-theme-code-notes/.
## Usage
Use
Import the theme in your Hugo config:
```toml
[[module.imports]]
path = "github.com/RealOrangeOne/hugo-theme-notes"
```
## Example
[Visit the example site](https://realorangeone.github.io/hugo-theme-notes), built from the [`exampleSite/`](./exampleSite/), with examples and a configuration reference.