diff --git a/README.md b/README.md index c4473ed..cb89033 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# theme-jeffmackinnon.com - - +# Jeff's Pelican SSG Theme The base pelican theme for my site, [jeffmackinnon.com](https://jeffmackinnon.com) @@ -101,6 +99,7 @@ In order of percieved importance, but not in the order that I will get them done - [ ] Make installable - [X] Create custom colours - [ ] Figure out how to create a Dark Mode +- [ ] Add paths for the .html files so I can take them out of the theme themselves. ### Roadmap notes diff --git a/static/css-include/colour-default.css b/static/css-include/colour-default.css index b1b8715..21965ff 100644 --- a/static/css-include/colour-default.css +++ b/static/css-include/colour-default.css @@ -1,5 +1,5 @@ /* - Deffault Colours + Default Colours */ :root { diff --git a/static/css/main.css b/static/css/main.css index 7924e53..aef4ef0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -3,14 +3,6 @@ @import url(../css-include/pygment.css); @import url(../css-include/pelican.css); - -/* - Some site colours -*/ - - - - /* Editorial by HTML5 UP html5up.net | @ajlkn diff --git a/templates/archives.html b/templates/archives.html index 9462fd2..2397e16 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -5,10 +5,6 @@ {% block content %}
Comments
diff --git a/templates/article_infos.html b/templates/article_infos.html deleted file mode 100644 index 172ad85..0000000 --- a/templates/article_infos.html +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/templates/base.html b/templates/base.html index 22b68d9..da18d02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -141,16 +141,5 @@ $('.gallery').magnificPopup({ }); {% endif %} -