This repository is for manage PATRIC static contents such as Website Tutorial, CLI Tutorial, User Guides, and PATRIC eNews. See here for configuration.
- Create a folder. If you don't have image associated, then you can ommit the images folder.
mkdir -p tutorial/excel_formatting/images/
-
Make a markdown or ReST (ReStructuredText) format file
-
Place images under
./images
sub folder -
Add a link in the category index file (e.g.
tutorial/index.rst
) -
build html
$ make html
In order to generate feed RSS, you need to write the news entries in rst format. Check a sample entry here
- Follow the instruction for creating a file & linking
- For news entries, you need to add a code block like below,
.. feed-entry::
:date: 2017-09-30
Add description (a line or two) regarding the news item here. This will show up in the home page.
.. cut::
- When you build html,
news.rss
will be updated.
-
Markdown cheat sheet
-
ReST quick reference