20 lines
466 B
Markdown
20 lines
466 B
Markdown
# Kancer.club website
|
|
|
|
This is the source code of the [kancer.club](https://kancer.club) website. This site is a personnal
|
|
blog about my jouney and my fight againt the cancer.
|
|
|
|
# Blog boostrap and generation
|
|
|
|
This blog is powered by [Hugo](https://gohugo.io/)
|
|
|
|
Blog setup and generation is done by the following steps
|
|
|
|
```
|
|
git clone
|
|
git submodule init
|
|
git submodule update
|
|
hugo
|
|
```
|
|
# Acknowledgements
|
|
|
|
Kudos [@Octavie](http://octavie.graphics/) for the awesome logo
|