diff --git a/.gitignore b/.gitignore index 867d3792..7f2222ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.gem +.DS_Store .bundle .sass-cache +_sass _site Gemfile.lock diff --git a/_config.yml b/_config.yml index 7a13d952..7dbe21b9 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ title: whiteglass theme author: Yous description: Minimal, responsive Jekyll theme for hackers. -baseurl: "/whiteglass" # the subpath of your site, e.g. /blog +baseurl: "/" # the subpath of your site, e.g. /blog url: "https://yous.github.io" # the base hostname & protocol for your site, e.g. http://example.com lang: en timezone: UTC @@ -72,3 +72,14 @@ jekyll-archives: permalinks: category: /categories/:name/ tag: /tags/:name/ + +footer_links: + - title: Twitter + url: https://twitter.com/username + icon: fab fa-twitter-square + - title: YouTube + url: https://www.youtube.com/channelURL + icon: fab fa-youtube-square + - title: Feed + url: feed.xml + icon: fas fa-rss-square diff --git a/_includes/fonts.html b/_includes/fonts.html index ab6c66be..70ad359a 100644 --- a/_includes/fonts.html +++ b/_includes/fonts.html @@ -1,2 +1,3 @@ + \ No newline at end of file diff --git a/_includes/footer_content.html b/_includes/footer_content.html index e4e93bde..2c2d41a5 100644 --- a/_includes/footer_content.html +++ b/_includes/footer_content.html @@ -2,4 +2,18 @@ {% if site.feed and site.feed.path %} {% assign feed_path = site.feed.path %} {% endif %} -© {{ site.author }} - Powered by Jekyll & whiteglass - Subscribe via RSS + +{% if site.footer_links %} +
+{% endif %} + +© {{ site.time | date: '%Y' }} {{ site.author }} - Powered by Jekyll & whiteglass - Subscribe via RSS diff --git a/_includes/head.html b/_includes/head.html index f556ddee..efe5826d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,15 @@ {% assign title = page.title | default: site.title | escape %} {% assign canonical = page.url | replace:'index.html','' | absolute_url %} {% assign description = page.description | default: page.excerpt | default: site.description | strip_html | normalize_whitespace | escape %} -