commit f7dc8efc1a7b0e4ecf1df6f973b8abb4ae65ab31
parent 89e027fecd199dd384d0794db9475209a391fb90
Author: FIGBERT <figbert@figbert.com>
Date: Thu, 10 Feb 2022 22:43:55 -0800
Update index page to match README
Diffstat:
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/content/_index.md b/content/_index.md
@@ -5,14 +5,30 @@ template = "section.html"
# d3c3nt
-d3c3nt is a simple, clean, and flexible theme for personal sites, made by
-[FIGBERT] for the [Zola static site engine][zola]. This theme is
+d3c3nt is a simple, clean, and flexible theme for personal sites, made
+by [FIGBERT] for the [Zola static site engine][zola]. This theme is
developed mainly for use on my personal site, so new features and styles
will be added when I stumble onto the need to make them.
All in all, it's fairly... decent.
-For more information, [check out the documentation][docs].
+## installation
+
+To use d3c3nt in your own site, you have to add it to your `themes`
+directory. You can do this in a variety of ways, but I recommend adding
+it as a git submodule:
+
+```
+$ cd themes/
+$ git submodule add https://git.figbert.com/FIGBERT/d3c3nt.git
+```
+
+After installing the theme, set the top-level `theme` variable to
+`"d3c3nt"` in your `config.toml`.
+
+For more information about Zola themes in general, check out Zola's
+[official site][zola-docs]. To find out more about d3c3nt's features and
+configuration, head over to the [project's docs][docs].
## whoami
@@ -22,6 +38,7 @@ subscribe via the [Atom feed][atom]. You can contact me via email at:
[FIGBERT]: https://figbert.com/
[zola]: https://getzola.org/
+[zola-docs]: https://www.getzola.org/documentation/themes/overview/
[docs]: @/config.md
[atom]: https://figbert.com/atom.xml
[email]: mailto:figbert+d3c3nt@figbert.com