aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5e160039..9857ac6a 100644
--- a/README
+++ b/README
@@ -76,7 +76,7 @@ If you intend to write a new post, read this carefully.
76 This can change in the future. The first h1 is what gets 76 This can change in the future. The first h1 is what gets
77 assigned as the title for the rss feed item for this post. 77 assigned as the title for the rss feed item for this post.
78 78
79* Every news post must get added as an dict to the newspost list 79* Every news post must get added as a dict to the newspost list
80 in template.py. If you are not sure what those words mean, search 80 in template.py. If you are not sure what those words mean, search
81 "newsposts" in template.py. There you will find a structure where 81 "newsposts" in template.py. There you will find a structure where
82 you have to add a new member including the "," at the end. 82 you have to add a new member including the "," at the end.
@@ -95,13 +95,13 @@ If you intend to write a new post, read this carefully.
95 * title can be any title but preferable equal to the title (<h1>) 95 * title can be any title but preferable equal to the title (<h1>)
96 in the file. 96 in the file.
97 97
98* If you use website internal links in your post, do not use plain 98* If you use website-internal links in your post, do not use plain
99 href targets. Read template.py and grep for *url* to see what can 99 href targets. Read template.py and grep for *url* to see what can
100 be used and grep the rest of the pages for examples how to use 100 be used and grep the rest of the pages for examples how to use
101 these functions. 101 these functions.
102 102
103* Last but least build the website locally and check if the news 103* Last but least build the website locally and check if the news
104 post renderes correctly. 104 post renders correctly.
105 105
106Developing with GNU Guix 106Developing with GNU Guix
107======================== 107========================