Hugo Themes
Hugo frais
A fresh and french theme for Hugo
- Author: Olivier Fredon
- Minimum Hugo Version: 0.16
- GitHub Stars: 9
- Updated: 2020-01-04
- License: MIT
- Tags: Blog Minimal Responsive
Hugo frais
A fresh and french single column theme for Hugo.
How to install
Inside the folder of your Hugo site run:
$ cd themes
$ git clone https://github.com/the2ne/hugo-frais
Then update your config.toml file:
theme = "hugo-frais"
For more information read the official setup guide of Hugo.
Configuration
You can define some social network like:
- [params] author str : the author’s website name;
- [params] pseudo str : the author’s online pseudonym;
- [params] twitter str : Twitter account;
- [params] github str : GitHub account;
- [params] linkedin str : LinkedIn account;
This will activate menu items and meta Twitter Card.
./config.toml example:
[params]
author = "Olivier Fredon"
pseudo = "the2ne"
twitter = "the2ne"
github = "the2ne"
linkedin = "the2ne"
You can also configure the headline of the index page:
[params]
indexHeadline = "This just in:"
which will substitute the “Yay!” in the default page.
Contributing
Did you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.
License
This theme is released under the MIT license. For more information read the License.
Annotations
Thanks to:
- Steve Francia for creating Hugo and the awesome community around the project.