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