Update README.rst
This commit is contained in:
parent
265b66a8ba
commit
26872ae602
1 changed files with 3 additions and 3 deletions
|
|
@ -2,16 +2,16 @@ russell.ballestrini.net
|
|||
#######################
|
||||
|
||||
This is the source code for my blog. My blog is a static web site with just HTML!
|
||||
This project uses Pelican (a static site generator) to produce HTML from `.rst` or `.md` files.
|
||||
This project uses Pelican (a static site generator) to produce HTML from ``.rst`` or ``.md`` files.
|
||||
|
||||
Pelican is written in Python and uses Jinja2 template engine by default.
|
||||
|
||||
development
|
||||
===============================
|
||||
|
||||
In development I use a `make` file to hold common build and test commands.
|
||||
|
||||
In development I use a ``make`` file to hold common build and test commands::
|
||||
|
||||
make clean && make html && make serve
|
||||
|
||||
|
||||
production release process
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue