aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-11-09 00:09:34 +0100
committerJulien Dessaux2022-11-09 00:22:19 +0100
commitb965306b268e42b1a6019988edc14e768098e0bb (patch)
treea416cef7921511141fdf24189d308618cecb5514
parentAdded README (diff)
downloadwww-b965306b268e42b1a6019988edc14e768098e0bb.tar.gz
www-b965306b268e42b1a6019988edc14e768098e0bb.tar.bz2
www-b965306b268e42b1a6019988edc14e768098e0bb.zip
Markdown formatting tweaks to make cgit parser happy
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 721ae43..54c799b 100644
--- a/README.md
+++ b/README.md
@@ -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.