From 8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 30 May 2024 09:02:38 -0400 Subject: Further customization and porting of older content --- _config.yml | 3 ++ _includes/disqus_comments.html | 20 -------------- _includes/feed.xml | 23 ++++++++++++++++ _includes/google-analytics.html | 9 ------ _includes/head.html | 1 + _includes/header.html | 9 +----- _layouts/home.html | 2 +- _sass/minima/custom-styles.scss | 6 ++++ _sass/minima/initialize.scss | 2 +- atom.xml | 22 +++++++++++++++ wiki.md | 61 ----------------------------------------- wiki/alpine-linux.md | 41 +++++++++++++++++++++++++++ wiki/index.md | 61 +++++++++++++++++++++++++++++++++++++++++ 13 files changed, 160 insertions(+), 100 deletions(-) delete mode 100644 _includes/disqus_comments.html create mode 100644 _includes/feed.xml delete mode 100644 _includes/google-analytics.html create mode 100644 atom.xml delete mode 100644 wiki.md create mode 100644 wiki/alpine-linux.md create mode 100644 wiki/index.md diff --git a/_config.yml b/_config.yml index c89c2de..98f8fa6 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,9 @@ defaults: sass: sass_dir: _sass +feed: + path: feed.xml + # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/_includes/disqus_comments.html b/_includes/disqus_comments.html deleted file mode 100644 index 87e255b..0000000 --- a/_includes/disqus_comments.html +++ /dev/null @@ -1,20 +0,0 @@ -{%- if page.comments != false and jekyll.environment == "production" -%} - -
- - -{%- endif -%} diff --git a/_includes/feed.xml b/_includes/feed.xml new file mode 100644 index 0000000..310c90b --- /dev/null +++ b/_includes/feed.xml @@ -0,0 +1,23 @@ + + + + {{ site.title | xml_escape }} + {{ site.url }}{{ site.baseurl }} + {{ site.description | xml_escape }} + + + {% for post in site.posts limit:10 %} + + {{ post.title | xml_escape }} + {{ site.url }}{{ post.url }} + {{ site.url }}{{ post.url }} + {{ post.date | date_to_rfc822 }} + + + {% endfor %} + + \ No newline at end of file diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html deleted file mode 100644 index b8b4d38..0000000 --- a/_includes/google-analytics.html +++ /dev/null @@ -1,9 +0,0 @@ - - diff --git a/_includes/head.html b/_includes/head.html index 82078b0..283424c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,7 @@ + {%- feed_meta -%} diff --git a/_includes/header.html b/_includes/header.html index ed5a382..afd345f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,14 +17,7 @@ -
- {%- for path in page_paths -%} - {%- assign my_page = site.pages | where: "path", path | first -%} - {%- if my_page.title -%} - {{ my_page.title | escape }} - {%- endif -%} - {%- endfor -%} -
+
AboutPostsWikiProjectsColophonNowUses
{%- endif -%} diff --git a/_layouts/home.html b/_layouts/home.html index 34dc79b..44b51e6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -23,7 +23,7 @@ layout: base {%- endif -%}