aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 6fb8ac15..23f65001 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ Requirements
14 - BeautifulSoup 4 14 - BeautifulSoup 4
15- python3 interpreter: 15- python3 interpreter:
16 - python 3.7 or later. 16 - python 3.7 or later.
17- lxml
17- gettext 18- gettext
18- sassc, to compile the stylesheets 19- sassc, to compile the stylesheets
19 20
@@ -104,6 +105,13 @@ section in the manual.
104* Last but least build the website locally and check if the news 105* Last but least build the website locally and check if the news
105 post renders correctly. 106 post renders correctly.
106 107
108Archiving Old News
109==================
110
111To create an archive page with old news, copy one of the existing
112template/news/oldnews-*.html.j2 files and adjust the year in the "oldnews(...)"
113macro call.
114
107Developing with GNU Guix 115Developing with GNU Guix
108======================== 116========================
109 117