comparison README.md @ 119:22f0158e5848

doc: Document rule about categories for posts.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 19 Nov 2016 01:18:46 +0100
parents a65746fafc90
children d851f4f89fb4
comparison
equal deleted inserted replaced
118:49c2fa89daa8 119:22f0158e5848
1 # octave-web 1 # GNU Octave Website development
2 2
3 This is the [http://www.octave.org][1] website development repository. 3 This is the [http://www.octave.org][1] website development repository.
4 4
5 The development and deployment workflow in short: 5 The development and deployment workflow in short:
6 6
115 ### Typical development tasks 115 ### Typical development tasks
116 116
117 - **Add a new RSS post** 117 - **Add a new RSS post**
118 118
119 Duplicate another post in the subdirectory `_posts` and 119 Duplicate another post in the subdirectory `_posts` and
120 adjust the filename, especially the date 120 adjust the filename, especially the date.
121
122 **Be sure to choose the correct categories!!**
123
124 `categories: news` is reserved for release announcements, that are also
125 displayed inside the GUI. Consider choosing another category like
126 `categories: other` or alike for less important news.
121 127
122 128
123 129
124 ## Deploying 130 ## Deploying
125 131