diff options
author | Stefan Kügel <skuegel@web.de> | 2023-01-16 14:39:54 +0100 |
---|---|---|
committer | Stefan Kügel <skuegel@web.de> | 2023-01-16 14:39:54 +0100 |
commit | 30d33644290f1c5ecc16be1208e713aff088ad05 (patch) | |
tree | 75977474ef8788bd03bd5c806fb621dd6a7bc2e1 | |
parent | efc877495f5611a4ae5a1ab8d599bb3098d5931c (diff) | |
download | www-30d33644290f1c5ecc16be1208e713aff088ad05.tar.gz www-30d33644290f1c5ecc16be1208e713aff088ad05.zip |
Updating the Makefile and YML (year update, language file generation for Catalan and Esperanto)
Signed-off-by: Stefan Kügel <skuegel@web.de>
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | www.yml | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -10,8 +10,8 @@ all: | |||
10 | 10 | ||
11 | .PHONY: run | 11 | .PHONY: run |
12 | run: all | 12 | run: all |
13 | $(browser) http://0.0.0.0:8000/rendered/en & | 13 | $(browser) http://0.0.0.0:8000/en & |
14 | $(python) -m http.server | 14 | $(python) -m http.server --directory rendered/ |
15 | 15 | ||
16 | variant = $(opt_variant) | 16 | variant = $(opt_variant) |
17 | 17 | ||
@@ -10,6 +10,8 @@ siteconf: | |||
10 | langs_full: &langs | 10 | langs_full: &langs |
11 | en: English | 11 | en: English |
12 | ar: عربي | 12 | ar: عربي |
13 | ca: Català | ||
14 | eo: Esperanto | ||
13 | fr: Français | 15 | fr: Français |
14 | it: Italiano | 16 | it: Italiano |
15 | es: Español | 17 | es: Español |