Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

hugo theme

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 themes

git 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
```