diff --git a/_assets/core.scss b/_assets/core.scss
index 5837483..2b7533e 100644
--- a/_assets/core.scss
+++ b/_assets/core.scss
@@ -10,12 +10,6 @@
#};
---
-@font-face {
- font-style: normal;
- font-weight: normal;
- font-family: 'HiLo-DecoRegular';
- src: url('{{ site.baseurl }}/assets/fonts/HiLo-Deco.ttf');
-};
@import 'main';
@import 'syntax';
diff --git a/_assets/fonts/HiLo-Deco.ttf b/_assets/fonts/HiLo-Deco.ttf
deleted file mode 100644
index 21a8ca9..0000000
Binary files a/_assets/fonts/HiLo-Deco.ttf and /dev/null differ
diff --git a/_assets/rodentia-icons_application-x-feed.svg b/_assets/rodentia-icons_application-x-feed.svg
deleted file mode 100644
index 3e13158..0000000
--- a/_assets/rodentia-icons_application-x-feed.svg
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
diff --git a/_config.yml b/_config.yml
index 6064fe9..253a11d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,8 +5,6 @@ description: "A blog about libre software experiences and everything else
# Author Info
author_name: "Franco Masotti"
author_email: franco.masotti@student.unife.it
-github_username: frnmst
-avatar_path: avatar.jpg
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
@@ -36,6 +34,9 @@ excerpt_enabled: true
excerpt_separator: ""
excerpt_words: 20
+# Tags
+min_tag_score: 2
+
# Meta tag options
meta_description_words: 140
meta_excerpt_words: 140
diff --git a/_includes/comments.html b/_includes/comments.html
index 7dc11b0..5d79f19 100644
--- a/_includes/comments.html
+++ b/_includes/comments.html
@@ -1,10 +1,4 @@
-
Comments
- - Post a new comment -
-+ + Post a new comment +
+{{ comment.subject }}
+- Main content
+ {% if page.url != '/sitemap/' %}
+ - Sitemap
+ {% endif %}
+ {% if page.url == '/index.html' or page.url == '/' %}
+ {% assign link = '/about' %}
+ {% assign prompt = 'About' %}
+ {% else %}
+ {% assign link = '/' %}
+ {% assign prompt = 'Home' %}
+ {% endif %}
+ - {{ prompt }}
+ - RSS
+
{% if page.is_home != true %} +-
Home
- ·
+Homepage">Home
{% endif %}
-Top
+ -
+ Top
+
+
+ + {% if page.previous.url %} +-
+ <<
+
+ {% endif %}
+
+ -
+ Home
+
+
+ -
+ Top
+
+
{% if page.next.url %}
+ -
<<
- ·
- {% endif %}
- Home
- ·
- Top
- {% if page.previous.url %}
- ·
- >>
- {% endif %}
+{{page.next.title}}">>>
+
+ {% endif %}
+
+
+ {% for tag in sorted_tags_by_freq %} +-
+ {% assign tagg = tag | slugify %}
+ {% if page.is_home %}
+ {% assign freq = tag_frequency_iterator[forloop.index0] | plus: 0 %}
+ {% if freq >= site.min_tag_score %}
+ {% capture link %}{{ site.baseurl }}/tags/#{{ tagg }}{% endcapture %}
+ {{ tag }} [{{ freq }}]
+ {% endif %}
+ {% else %}
+ {{ tag }}
+ {% endif %}
+
+ {% endfor %}
+
+{{ page.title }}
+{{ page.title }}
- - - - {% if page.is_tags %} - {% include tag_list.html %} - {% endif %} - - - {{ content }} - -+ {% for tag in page_tags %} +-
+ {% assign tagg = tag | slugify %}
+ {% capture link %}{{ site.baseurl }}/tags/#{{ tagg }}{% endcapture %}
+ {{ tag }}
+
+ {% endfor %}
+
+{{ page.title }}
+{{ page.title }}
- - {% assign page_date = page.date | date: '%F' %} - {% assign page_updated = page.updated | date: '%F' %} - {% if page_date != page_updated %} --
- - {% endif %} - {% if page.tags %} -
-
- {% assign page_tags = page.tags | sort %} -
{{ post.date | date: '%Y' }} ~
- {% else %} - {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} - {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} - {% if year != nyear %} -{{ post.date | date: '%Y' }} ~
- {% endif %} - {% endunless %} - ---
-
- {{ post.date | date: "%b %d" }}
-
-
- {{ post.title }}
-
- {% if site.excerpt_enabled %}
-
- {% if post.content contains site.excerpt_separator %}
- {{ post.excerpt | strip_html }}
- {% else %}
- {{ post.excerpt | strip_html | truncatewords: site.excerpt_words }}
- {% endif %}
-
+
+{% for post in site.posts %}
+ {% unless post.next %}
+
+ {{ post.title }}
+ {{ post.date | date: "%b %d" }}
+
+ {% if site.excerpt_enabled %}
+
+ {% if post.content contains site.excerpt_separator %}
+ {{ post.excerpt | strip_html }}
+ {% else %}
+ {{ post.excerpt | strip_html | truncatewords: site.excerpt_words }}
{% endif %}
-
-
-
- {% endfor %}
-
-
+
+ {% endif %}
+
+
+{% endfor %}
+
diff --git a/_pages/sitemap.html b/_pages/sitemap.html
index 59f8932..df9a704 100644
--- a/_pages/sitemap.html
+++ b/_pages/sitemap.html
@@ -16,12 +16,14 @@ permalink: /sitemap/
{% endfor %}
-{% assign site_posts = site.posts | sort %} -Year {{ post.date | date: '%Y' }}
+ {% else %} + {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} + {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} + {% if year != nyear %} +Year {{ post.date | date: '%Y' }}
+ {% endif %} + {% endunless %} + +Posts
--{% for post in site_posts %} --
- {{ post.title }}
-
-{% endfor %}
-
+{% if site.posts %} + {% assign site_posts = site.posts | sort %} +Posts
++ {% for post in site_posts %} +-
+ {{ post.title }}
+
+ {% endfor %}
+
+{% endif %} diff --git a/_pages/tags.md b/_pages/tags.md index 012168e..dc470be 100644 --- a/_pages/tags.md +++ b/_pages/tags.md @@ -6,8 +6,6 @@ permalink: /tags/