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 %}

Archives for {{ SITENAME }}

-
- {% for article in dates %} -
{{ article.locale_date }}
-
{{ article.title }}
-{% endfor %} -
+{% include 'include/archive_list.html' %} + {% endblock %} diff --git a/templates/article.html b/templates/article.html index c0ec6d5..d6ba2fc 100644 --- a/templates/article.html +++ b/templates/article.html @@ -134,7 +134,7 @@ - {% if COMMENTS is sameas True %}

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/gosquared.html b/templates/gosquared.html deleted file mode 100644 index 49ccbbe..0000000 --- a/templates/gosquared.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if GOSQUARED_SITENAME %} - -{% endif %} diff --git a/templates/include/archive_list.html b/templates/include/archive_list.html new file mode 100644 index 0000000..06d3969 --- /dev/null +++ b/templates/include/archive_list.html @@ -0,0 +1,6 @@ +
+ {% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+{% endfor %} +
\ No newline at end of file diff --git a/templates/include/paginated_posts.html b/templates/include/paginated_posts.html index b7b7223..d6a7775 100644 --- a/templates/include/paginated_posts.html +++ b/templates/include/paginated_posts.html @@ -40,6 +40,6 @@
{% if articles_page.has_other_pages() %} - {% include 'pagination.html' %} + {% include 'include/pagination.html' %} {% endif %}
\ No newline at end of file diff --git a/templates/pagination.html b/templates/include/pagination.html similarity index 100% rename from templates/pagination.html rename to templates/include/pagination.html diff --git a/templates/period_archives.html b/templates/period_archives.html index 5c62c32..239be5f 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -5,10 +5,6 @@ {% block content %}

Archives for {{ period | reverse | join(' ') }}

-
- {% for article in dates %} -
{{ article.locale_date }}
-
{{ article.title }}
-{% endfor %} -
+{% include 'include/archive_list.html' %} + {% endblock %} diff --git a/test/content/microblog/2022/20221220-the-future.rst b/test/content/microblog/2022/20221220-the-future.rst new file mode 100644 index 0000000..c587aa6 --- /dev/null +++ b/test/content/microblog/2022/20221220-the-future.rst @@ -0,0 +1,39 @@ +This is my future +###################################### +:date: 2022-12-24 +:author: jeffmackinnon +:category: microblog +:tags: gripe, rbc, royal-bank +:slug: testing-a-future-thing +:status: published +:image: {photo}microblog/20221017-124028-865A6948.jpg + +.. image:: {photo}microblog/20221017-124028-865A6948.jpg + :alt: Pretty Blue Morning Glory + +I had to get on the phone today with RBC support to dispute a charge on my card. The vendor decided to not cancel my account like I asked in the winter, they then switched platforms, locked me out of my account, and then told me that its been more than 30 days so they can't refund me. + +This was a service that I was a paying member for 7y, first with two services they discontinued, then this new membership service. However, the founder sold it to a partner and it went downhill fast from there. This partner is more of the, "all you need to do is write a blog post and then cut it up into things to post everywhere. Its that easy, 1 blog post is 1000000 pieces of content" types of guys. The founder ran a much better ship. + +Anyway, I've been waiting on the phone with RBC Royal Bank for 20min so far, them reminding me that they have high call volumes and I should just do it online. + +First, this can't be done online, I checked. + +Second, if you are experiencing high call volumes for almost 3 years, that just tells me that you don't respect my time and I should always be looking for a better deal. I've been a RBC customer for almost 30y and the best they can do for me is....nothing. + + +I was able to do the following while I hold. +--------------------------------------------------- + +1. Write this post +#. Start darktable. +#. Edit the picture. +#. Re-write this post. +#. Edit the batch scipt that I use to publish this site. +#. Publish this site. +#. Tweak the theme. +#. Publish the site again. + +And still, 30 minutes in, I'm still just hearing really bad hold music and an automated voice telling me not to give information to people if "it seems to good to be true". + +For this rant, may I present to you, a pretty blue morning glory. \ No newline at end of file