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

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.

Awesome Lists containing this project

README

          

# Fluency for Hugo

[![hugo-theme-fluency](https://img.shields.io/badge/Hugo%20Theme-%40Fluency-blue)](https://themes.gohugo.io/hugo-theme-fluency/)
[![Hugo](https://img.shields.io/badge/Hugo-%5E0.76-orange)](https://gohugo.io/)
![GitHub](https://img.shields.io/github/license/wayjam/hugo-theme-fluency)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/wayjam/hugo-theme-fluency)
![Netlify](https://img.shields.io/netlify/a9bbaec4-cbb1-4cf4-98c7-b7e32b9fe520)

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).