_index.md (1342B)
1 +++ 2 title = "Home" 3 template = "section.html" 4 +++ 5 6 # d3c3nt 7 8 d3c3nt is a simple, clean, and flexible theme for personal sites, made 9 by [FIGBERT] for the [Zola static site engine][zola]. This theme is 10 developed mainly for use on my personal site, so new features and styles 11 will be added when I stumble onto the need to make them. 12 13 All in all, it's fairly... decent. 14 15 ## installation 16 17 To use d3c3nt in your own site, you have to add it to your `themes` 18 directory. You can do this in a variety of ways, but I recommend adding 19 it as a git submodule: 20 21 ``` 22 $ cd themes/ 23 $ git submodule add git://git.figbert.com/d3c3nt.git 24 ``` 25 26 After installing the theme, set the top-level `theme` variable to 27 `"d3c3nt"` in your `config.toml`. 28 29 For more information about Zola themes in general, check out Zola's 30 [official site][zola-docs]. To find out more about d3c3nt's features and 31 configuration, head over to the [project's docs][docs]. 32 33 ## whoami 34 35 To learn more about me, feel free to check out [my website][FIGBERT] and 36 subscribe via the [Atom feed][atom]. You can contact me via email at: 37 [figbert+d3c3nt@figbert.com][email]. 38 39 [FIGBERT]: https://figbert.com/ 40 [zola]: https://getzola.org/ 41 [zola-docs]: https://www.getzola.org/documentation/themes/overview/ 42 [docs]: @/config.md 43 [atom]: https://figbert.com/atom.xml 44 [email]: mailto:figbert+d3c3nt@figbert.com