Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyygithub/hugo-theme-onelou
hugo theme
https://github.com/jyygithub/hugo-theme-onelou
highlight html hugo hugo-blog hugo-blog-theme hugo-theme hugo-theme-onelou latex theme
Last synced: about 1 month ago
JSON representation
hugo theme
- Host: GitHub
- URL: https://github.com/jyygithub/hugo-theme-onelou
- Owner: jyygithub
- License: mit
- Created: 2022-09-07T03:10:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T07:43:15.000Z (about 1 year ago)
- Last Synced: 2024-09-29T05:41:31.859Z (about 2 months ago)
- Topics: highlight, html, hugo, hugo-blog, hugo-blog-theme, hugo-theme, hugo-theme-onelou, latex, theme
- Language: HTML
- Homepage: https://onelou.pages.dev/
- Size: 503 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Theme OneLou
## Demo
[exampleSite](https://onelou.pages.dev/)
## Install
- Create a hugo site.
```shell
hugo new site myblog
```- Clone theme
```shell
cd themesgit clone https://github.com/jyygithub/hugo-theme-onelou.git
```- Use `myblog/themes/config.yaml` instead of `myblog/config.toml`
- Run, start https://localhost:1313/
```shell
hugo server -D
```