From b42718f7d9aac88a3048c616193f81deff49e401 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:19:52 -0700 Subject: First attempt with the new theme. --- _includes/browser-upgrade.html | 1 + _includes/disqus_comments.html | 21 ++++++++++++++++ _includes/footer.html | 12 +++++++++ _includes/head.html | 55 ++++++++++++++++++++++++++++++++++++++++++ _includes/navigation.html | 18 ++++++++++++++ _includes/scripts.html | 21 ++++++++++++++++ 6 files changed, 128 insertions(+) create mode 100644 _includes/browser-upgrade.html create mode 100644 _includes/disqus_comments.html create mode 100644 _includes/footer.html create mode 100644 _includes/head.html create mode 100644 _includes/navigation.html create mode 100644 _includes/scripts.html (limited to '_includes') diff --git a/_includes/browser-upgrade.html b/_includes/browser-upgrade.html new file mode 100644 index 0000000..6b6746b --- /dev/null +++ b/_includes/browser-upgrade.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/disqus_comments.html b/_includes/disqus_comments.html new file mode 100644 index 0000000..0e1f7e3 --- /dev/null +++ b/_includes/disqus_comments.html @@ -0,0 +1,21 @@ + + +comments powered by Disqus \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..f4c4e51 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,12 @@ +© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the So Simple Theme. +
+ {% if site.owner.twitter %}{% endif %} + {% if site.owner.facebook %}{% endif %} + {% if site.owner.google_plus %}{% endif %} + {% if site.owner.linkedin %}{% endif %} + {% if site.owner.stackexchange %}{% endif %} + {% if site.owner.instagram %}{% endif %} + {% if site.owner.flickr %}{% endif %} + {% if site.owner.github %}{% endif %} + {% if site.owner.tumblr %}{% endif %} +
\ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..4622163 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,55 @@ + +{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} + +{% if page.tags %}{% endif %} +{% if site.owner.twitter %} + + + + +{% endif %} + + + + + + + +{% if site.google_verify %}{% endif %} +{% if site.bing_verify %}{% endif %} + +{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} + + +{% if site.owner.google_plus %}{% endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..6697c3f --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,18 @@ + + +
+
+ +

{{ site.title }}

+

{{ site.description }}

+
+
diff --git a/_includes/scripts.html b/_includes/scripts.html new file mode 100644 index 0000000..6b4a6a8 --- /dev/null +++ b/_includes/scripts.html @@ -0,0 +1,21 @@ + + + +{% if site.google_analytics %} + + +{% endif %} +{% if site.disqus_shortname and page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file -- cgit v1.2.3 From 1ec914cfb3ce5c3d2a5e70c8aeb026b162746881 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:24:47 -0700 Subject: add openid to our header. --- _includes/head.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html index 4622163..53d4776 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,6 +14,10 @@ + + + + {% if site.google_verify %}{% endif %} {% if site.bing_verify %}{% endif %} -- cgit v1.2.3 From 8f852474412fdf465ff6d5655c834ea2a0657518 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:26:13 -0700 Subject: use index.atom for our feed. --- _includes/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/navigation.html b/_includes/navigation.html index 6697c3f..57077fb 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -4,7 +4,7 @@ {% for link in site.links %}
  • {{ link.title }}
  • {% endfor %} -
  • Feed +
  • Feed -- cgit v1.2.3 From 8069dc98ed72dd0f2a8552ed761369b834d078bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:34:37 -0700 Subject: Remove more files. --- _includes/navigation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_includes') diff --git a/_includes/navigation.html b/_includes/navigation.html index 57077fb..8ed6a73 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,5 +1,5 @@