diff --git a/site/_config.yml b/site/_config.yml index ebfbec0..c56d71c 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -2,9 +2,6 @@ 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 diff --git a/site/_includes/head.html b/site/_includes/head.html new file mode 100644 index 0000000..8aa1250 --- /dev/null +++ b/site/_includes/head.html @@ -0,0 +1,20 @@ + + + + + + {% 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/assets/main.scss b/site/css/main.scss similarity index 100% rename from site/assets/main.scss rename to site/css/main.scss