diff options
author | Julien Dessaux | 2022-11-09 00:09:34 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-11-09 00:22:19 +0100 |
commit | b965306b268e42b1a6019988edc14e768098e0bb (patch) | |
tree | a416cef7921511141fdf24189d308618cecb5514 | |
parent | Added README (diff) | |
download | www-b965306b268e42b1a6019988edc14e768098e0bb.tar.gz www-b965306b268e42b1a6019988edc14e768098e0bb.tar.bz2 www-b965306b268e42b1a6019988edc14e768098e0bb.zip |
Markdown formatting tweaks to make cgit parser happy
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -19,6 +19,7 @@ Have a good time! ## Dependencies go is required for the search feature. Only go version >= 1.17 on linux amd64 (Gentoo) is being regularly tested. + hugo is required in order to build the website html pages. Only hugo >= 0.99.1 is being regularly tested. buildah is optionally required in order to build the container images with my deploy script. @@ -30,12 +31,13 @@ There is a makefile with everything you need, just type `make help` (or `gmake h ## Hugo Contrary to popular usage, I do not use a theme with hugo. I decided to simplify write my own in order to keep it light and simple. Here is a breakdown of each folder's contents: + - assets/: css files, which will be compiled into a single minified file. - content/: markdown files - - blog/: blog section of this website. - - books/: a log of simple reviews of books I read. - - docs/: wiki like section, where information is not sorted just chronologically like in the blog section. - - search/: dummy section I need for the search feature. + - blog/: blog section of this website. + - books/: a log of simple reviews of books I read. + - docs/: wiki like section, where information is not sorted just chronologically like in the blog section. + - search/: dummy section I need for the search feature. - deploy/: container images building script. - layouts/: html, json and rss templates. Also some useful hugo shortcodes. - search: the go program that powers the search feature. |