https://github.com/wayjam/hugo-theme-fluency
A fluent hugo theme.
https://github.com/wayjam/hugo-theme-fluency
blog-theme gohugoio hugo hugo-blog-theme hugo-site hugo-theme theme
Last synced: 7 days ago
JSON representation
A fluent hugo theme.
- Host: GitHub
- URL: https://github.com/wayjam/hugo-theme-fluency
- Owner: wayjam
- License: mit
- Created: 2020-05-12T13:46:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T09:04:27.000Z (over 1 year ago)
- Last Synced: 2024-06-10T10:54:58.474Z (over 1 year ago)
- Topics: blog-theme, gohugoio, hugo, hugo-blog-theme, hugo-site, hugo-theme, theme
- Language: SCSS
- Homepage:
- Size: 436 KB
- Stars: 55
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Fluency for Hugo
[](https://themes.gohugo.io/hugo-theme-fluency/)
[](https://gohugo.io/)


A fluent theme for hugo. You may find screenshot at `images/`. And preview this theme at a [live demo](https://hugo-fluency-demo.netlify.app/) which hosted on netlify.
## Installation
Navigate to the root directory of your Hugo site and clone this repository.
```sh
git submodule add https://github.com/wayjam/hugo-theme-fluency.git themes/fluency
```Then, add the theme to the site configuration(`config.yaml`).
Refer to the [Hugo docs](https://gohugo.io/getting-started/quick-start/) for more information.
## Update
```sh
git submodule update --rebase --remote
```## Configurtion & Customization
Refer to [Getting Started](https://github.com/wayjam/hugo-theme-fluency/wiki/Getting-Started).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## References
- IonIcons:
## License
Released under the [MIT License](https://github.com/wayjam/hugo-theme-fluency/blob/master/LICENSE).