From 73f6fca9fd95ca86bc60b708d28481f188c0d6a4 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 18 Jun 2020 13:23:55 +1000 Subject: [PATCH 1/2] Use Minima's default head.html partial, since it can load our stylesheet if we name it correctly --- site/_includes/head.html | 20 -------------------- site/{css => assets}/main.scss | 0 2 files changed, 20 deletions(-) delete mode 100644 site/_includes/head.html rename site/{css => assets}/main.scss (100%) diff --git a/site/_includes/head.html b/site/_includes/head.html deleted file mode 100644 index 8aa1250..0000000 --- a/site/_includes/head.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - - - {% assign full_base_url = '' %} - {% if jekyll.environment == 'production' %} - {% assign full_base_url = site.url | append: site.baseurl %} - {% endif %} - - - - - {% if jekyll.environment == 'production' and site.google_analytics %} - {% include google-analytics.html %} - {% endif %} - diff --git a/site/css/main.scss b/site/assets/main.scss similarity index 100% rename from site/css/main.scss rename to site/assets/main.scss From 48ab217a9ca35f2e0080a0806f9bfc35c0307138 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 18 Jun 2020 13:24:22 +1000 Subject: [PATCH 2/2] Add my fedi profile to _config.yml, since apparently Minima does support those --- site/_config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/_config.yml b/site/_config.yml index c56d71c..ebfbec0 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -2,6 +2,9 @@ title: dot/dots email: dani@00dani.me description: "Bootstrap and simple management script for my dotfiles" github_username: 00dani +mastodon: + - username: 00dani + instance: vulpine.club url: 'https://dots.00dani.me' # Build settings