Skip to content

the2ne/hugo-frais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo frais

A fresh and french single column theme for Hugo.

Screenshot

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.

About

A fresh and french theme for Hugo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages