bop-hugo-theme/README.md

28 lines
704 B
Markdown
Raw Normal View History

2020-10-14 01:00:50 +02:00
## lean hugo theme
2020-10-14 15:44:28 +02:00
This is lean hugo theme, a port of the [lean jekyll theme][lean-jekyll].
2020-10-14 01:00:50 +02:00
## Usage
Inside a hugo site, do
2020-10-14 15:44:28 +02:00
$ git submodule add http://framagit.org/lafleur/lean-hugo-theme.git themes/lean
$ cd themes/lean
$ git checkout master
2020-10-14 01:00:50 +02:00
2020-10-14 15:44:28 +02:00
To update the theme to its latest version, inside the hugo site do
2020-10-14 15:56:53 +02:00
$ cd themes/lean
$ git pull
To update all submodules, inside the hugo site do
$ git submodule update --remote
2020-10-14 01:00:50 +02:00
2020-10-14 15:44:28 +02:00
## Contributing
2020-10-14 01:00:50 +02:00
This project is intended to be a welcoming space for collaboration. If you have
an idea, suggestion, feature request, etc., feel free to open an issue or pull
request.
2020-10-14 15:44:28 +02:00
[lean-jekyll]: https://gitlab.com/lafleurdeboum/lean-jekyll-theme