From 43ca6aabb73d5639128c6adc7f49abf5431375e2 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 9 Mar 2022 10:49:04 -0400 Subject: [PATCH] Initial commit of the readme --- README.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..4f78498 --- /dev/null +++ b/README.rst @@ -0,0 +1,28 @@ +======================= +theme-jeffmackinnon.com +======================= + +The base pelican theme for my site, jeffmackinnon.com + +There are some variables that you can add to the pelicanconf.py file that make things look good. + +.. code:: python + # + # JeffTheme variables + # + + ## The search things + DUCKDUCKGOSEARCHURL = '' # The URL of your site + ## Sidebar things + BIO_IMAGE = '' # Make sure that this is in the "images" folder + ## The Social Things + SOCIAL_TWITTER = 'jeffmackinnon' + SOCIAL_GITHUB = 'Jeffmackinnon' + SOCIAL_LINKEDIN = 'jeffmackinnon' + SOCIAL_FLICKR = 'jeffmackinnon' + MICROBLOG = 'microblog' # not used .... yet + ## Contact information for the footer + CONTACT_PHONE_NUM = '' + CONTACT_EMAIL = '' + CONTACT_HOME_ADDR = 'Halifax, NS' + CONTACT_BUSINESS_ADDR =''