From 265b66a8ba0db72b6d2fb7a503c1f215501bc1d0 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 6 Oct 2017 10:09:23 -0400 Subject: [PATCH] Create README.rst --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..011f7d5 --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +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. + +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. + + + + +production release process +=============================== + +I use `Jenkins to build this site and Salt Stack to release it `_ + +