comparison README.md @ 129:88b2480e271a

Newsfeed: Introduce category "release" to mark very important news. Category "news release" creates a sub directory "<page_root>/news/release". Some care has to be taken: URLs like /news/2013/02/21/octave-3.6.4-released.html are now /news/release/2013/02/21/octave-3.6.4-released.html.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 01 Feb 2017 14:48:58 +0100
parents d851f4f89fb4
children aaf612aece2b
comparison
equal deleted inserted replaced
128:10be8c498420 129:88b2480e271a
91 Duplicate another post in the subdirectory `_posts` and adjust the filename, 91 Duplicate another post in the subdirectory `_posts` and adjust the filename,
92 especially the date. 92 especially the date.
93 93
94 **Be sure to choose the correct categories!!** 94 **Be sure to choose the correct categories!!**
95 95
96 `categories: news` is reserved for release announcements, that are also 96 `categories: news release` is reserved for release announcements, those posts
97 displayed inside the GUI. Consider choosing another category like 97 are also displayed inside the GUI. Consider choosing another category like
98 `categories: other` or alike for less important news. 98 `categories: news` or alike for less important news.
99 99
100 100
101 101
102 ### Deploying the static website online 102 ### Deploying the static website online
103 103