aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-03-13 00:24:41 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-03-13 00:24:41 +0300
commit0fc304c732ea17cf50d394e14414afa4a86d8401 (patch)
treecd00483dedc7a915ad315abb683147f57100fb75
parent040442409e142583a6eef7bfc8a8ac579cead3ac (diff)
downloadsaucesource.cc-0fc304c732ea17cf50d394e14414afa4a86d8401.tar.gz
saucesource.cc-0fc304c732ea17cf50d394e14414afa4a86d8401.zip
Updated REAMDE
* Added information on how to build site. * Updated to-do
-rw-r--r--README.md16
-rw-r--r--templates/about.html1
2 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index bcc1d87..dbd0112 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,23 @@ For more information read
Take a look at the `content/recipes/` directory for examples of recipes and how
to format them.
+## Building the site
+
+This website uses [https://github.com/getzola/zola](Zola) to generate the html
+files from the templates and markdown. To build the site run:
+
+```sh
+zola build
+```
+
+To launch a lightweight http server for development purposes run:
+
+```sh
+zola serve -p 8080
+```
+
## TODO
-* Add dark pallet using prefers-color-scheme
* Finish Russian and Spanish translations
* Maybe add some kind of search functionality on the backend
* Maybe add some way to categorize recipes
diff --git a/templates/about.html b/templates/about.html
index b53dbed..c6f5e2d 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -213,7 +213,6 @@ provided a donation link in their recipe.
This is just a short kind of to-do list for the short-term:
</p>
<ul>
- <li>Add dark pallet using prefers-color-scheme</li>
<li>Finish Russian and Spanish translations</li>
<li>Maybe add some kind of search functionality on the backend</li>
<li>Maybe add some way to categorize recipes</li>