Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Fix redirects, date, icons
Browse files Browse the repository at this point in the history
  • Loading branch information
quassy committed Jun 6, 2015
1 parent 8fb19ec commit 7a6b42d
Show file tree
Hide file tree
Showing 70 changed files with 80 additions and 73 deletions.
8 changes: 6 additions & 2 deletions _includes/loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<header>
<a href="{{ site.baseurl }}{{ post.url }}">
<h1 id="{{ post.title }}">{{ post.title }}</h1>
</a>
{% if post.generic %}<p>{{ post.generic }}</p>{% endif %}
</a>
</header>

<div class="entry">
Expand All @@ -17,7 +17,11 @@ <h1 id="{{ post.title }}">{{ post.title }}</h1>

<p>
<div class="date">
Updated on {{ post.date | date: "%e %B %Y" }}
{% if post.created != post.updated %}
Published {{ post.created }}, last updated {{ post.updated }}
{% else %}
Published {{ post.created }}
{% endif %}
</div>
<a href="{{ site.baseurl }}{{ post.url }}">
Read more...
Expand Down
22 changes: 11 additions & 11 deletions _includes/svg-icons.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% if site.footer-links.dribbble %}<a href="http://dribbble.com/{{ site.footer-links.dribbble }}"><img src="{{ site.baseurl }}/dribbble.svg"/></a>{% endif %}
{% if site.footer-links.email %}<a href="mailto:{{ site.footer-links.email }}"><img src="{{ site.baseurl }}/email.svg"/></a>{% endif %}
{% if site.footer-links.facebook %}<a href="http://facebook.com/{{ site.footer-links.facebook }}"><img src="{{ site.baseurl }}/facebook.svg"/></a>{% endif %}
{% if site.footer-links.flickr %}<a href="http://flickr.com/{{ site.footer-links.flickr }}"><img src="{{ site.baseurl }}/flickr.svg"/></a>{% endif %}
{% if site.footer-links.github %}<a href="http://github.com/{{ site.footer-links.github }}"><img src="{{ site.baseurl }}/github.svg"/></a>{% endif %}
{% if site.footer-links.instagram %}<a href="http://instagram.com/{{ site.footer-links.instagram }}"><img src="{{ site.baseurl }}/instagram.svg"/></a>{% endif %}
{% if site.footer-links.linkedin %}<a href="http://linkedin.com/in/{{ site.footer-links.linkedin }}"><img src="{{ site.baseurl }}/linkedin.svg"/></a>{% endif %}
{% if site.footer-links.pinterest %}<a href="http://pinterest.com/{{ site.footer-links.pinterest }}"><img src="{{ site.baseurl }}/pinterest.svg"/></a>{% endif %}
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><img src="{{ site.baseurl }}/rss.svg"/></a>{% endif %}
{% if site.footer-links.twitter %}<a href="http://twitter.com/{{ site.footer-links.twitter }}"><img src="{{ site.baseurl }}/twitter.svg"/></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><img src="{{ site.baseurl }}/stackoverflow.svg"/></a>{% endif %}
{% if site.footer-links.dribbble %}<a href="http://dribbble.com/{{ site.footer-links.dribbble }}"><img src="{{ site.baseurl }}/img/socialicons/dribbble.svg"/></a>{% endif %}
{% if site.footer-links.email %}<a href="mailto:{{ site.footer-links.email }}"><img src="{{ site.baseurl }}/img/socialicons/email.svg"/></a>{% endif %}
{% if site.footer-links.facebook %}<a href="http://facebook.com/{{ site.footer-links.facebook }}"><img src="{{ site.baseurl }}/img/socialicons/facebook.svg"/></a>{% endif %}
{% if site.footer-links.flickr %}<a href="http://flickr.com/{{ site.footer-links.flickr }}"><img src="{{ site.baseurl }}/img/socialicons/flickr.svg"/></a>{% endif %}
{% if site.footer-links.github %}<a href="http://github.com/{{ site.footer-links.github }}"><img src="{{ site.baseurl }}/img/socialicons/github.svg"/></a>{% endif %}
{% if site.footer-links.instagram %}<a href="http://instagram.com/{{ site.footer-links.instagram }}"><img src="{{ site.baseurl }}/img/socialicons/instagram.svg"/></a>{% endif %}
{% if site.footer-links.linkedin %}<a href="http://linkedin.com/in/{{ site.footer-links.linkedin }}"><img src="{{ site.baseurl }}/img/socialicons/linkedin.svg"/></a>{% endif %}
{% if site.footer-links.pinterest %}<a href="http://pinterest.com/{{ site.footer-links.pinterest }}"><img src="{{ site.baseurl }}/img/socialicons/pinterest.svg"/></a>{% endif %}
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><img src="{{ site.baseurl }}/img/socialicons/rss.svg"/></a>{% endif %}
{% if site.footer-links.twitter %}<a href="http://twitter.com/{{ site.footer-links.twitter }}"><img src="{{ site.baseurl }}/img/socialicons/twitter.svg"/></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><img src="{{ site.baseurl }}/img/socialicons/stackoverflow.svg"/></a>{% endif %}
9 changes: 6 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ <h1 id="{{ post.title }}">{{ post.title }}</h1>
<footer>

<div class="date">
Updated on {{ post.date | date: "%e %B %Y" }}
</div>

{% if post.created != post.updated %}
Published {{ post.created }}, last updated {{ post.updated }}
{% else %}
Published {{ post.created }}
{% endif %}
</div>

{% if post.category %}
{% for site_category in site.data.categories %}
Expand Down
4 changes: 2 additions & 2 deletions _posts/1970-01-01-Template.md → apps/.Template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
published: true
published: false
layout: app
category: app
created: 1970-01-01
updated: 2015-03-21

title:
permalink: #should be /title
permalink: #should be /title/ with trailing slash!
title_obvious: false
generic:
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Agenda
permalink: /Agenda
permalink: /Agenda/
title_obvious: false
generic: Task management
description: 'A simple, slick, speedy, no-nonsense task manager.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Akiee.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Akiee
permalink: /Akiee
permalink: /Akiee/
title_obvious: false
generic: Task management
description: 'A Markdown-based task manager for hackers and people who build stuff.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Alternative Window Switcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-17
updated: 2015-04-28

title: Alternative Window Switcher
permalink: /Alternative Window Switcher
permalink: /Alternative Window Switcher/
title_obvious: false
generic: Gala plugin
description: This is an alternative to the stock libplank window switcher.
Expand Down
2 changes: 1 addition & 1 deletion apps/Ambient Noise Player.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-04-02
updated: 2015-04-28

title: Ambient Noise Player
permalink: /Ambient Noise Player
permalink: /Ambient Noise Player/
title_obvious: false
generic: Indicator
description: Integrate noise into your sound indicator and relax or concentrate
Expand Down
2 changes: 1 addition & 1 deletion apps/Atlas Maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-02-01
updated: 2015-04-28

title: Atlas Maps
permalink: /Atlas Maps
permalink: /Atlas Maps/
title_obvious: true
generic: Map viewer
description: A map viewer for elementary OS
Expand Down
2 changes: 1 addition & 1 deletion apps/Birdie.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2014-04-07
updated: 2015-03-21

title: Birdie
permalink: /Birdie
permalink: /Birdie/
title_obvious: false
generic: Twitter client
description: A beautiful Twitter client seamlessly integrated with your desktop environment. It is fast, easy to use and works great.
Expand Down
2 changes: 1 addition & 1 deletion apps/Cable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-01
updated: 2015-03-21

title: Cable
permalink: /Cable
permalink: /Cable/
title_obvious: false
generic: IRC client
description: 'A fabulous IRC client, freely available in terms of free beer and free speech.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2014-10-19
updated: 2015-03-21

title: Calculator
permalink: /Calculator
permalink: /Calculator/
title_obvious: true
generic: Calculator
description: 'A fast and beautiful calculator. The UI is rather simple, but scientific functions and mathematical constants can be typed in. It has a history functionality for the current session and clipboard support.'
Expand Down
2 changes: 1 addition & 1 deletion apps/ComGen.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: ComGen
permalink: /ComGen
permalink: /ComGen/
title_obvious: false
generic: Developer tool
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Corebird.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Corebird
permalink: /Corebird
permalink: /Corebird/
title_obvious: false
generic: Twitter client
description: 'Corebird is a modern, easy and fun Twitter client, just what you were looking for, right?'
Expand Down
2 changes: 1 addition & 1 deletion apps/Currency.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Currency
permalink: /Currency
permalink: /Currency/
title_obvious: true
generic: Currency converter
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Dream Icon Installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-02-13
updated: 2015-04-28

title: Dream Icon Installer
permalink: /Dream Icon Installer
permalink: /Dream Icon Installer/
title_obvious: true
generic: Installer
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Eidete.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Eidete
permalink: /Eidete
permalink: /Eidete/
title_obvious: false
generic: Screencaster
description: 'A simple screencasting app for the elementary project'
Expand Down
2 changes: 1 addition & 1 deletion apps/Elementary Tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Elementary Tweaks
permalink: /Elementary Tweaks
permalink: /Elementary Tweaks/
title_obvious: false
generic: Customization
description: 'System tweaks for elementary OS Freya, organized as a Switchboard plugin.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Envelope.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Envelope
permalink: /Envelope
permalink: /Envelope/
title_obvious: false
generic: Budget management
description: 'A personal budget application that helps you maintain your personal budget by using the tried-and-true envelope system. You designate spending categories (envelopes) and distribute your monthly income into them.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Fantasy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-14
updated: 2015-04-28

title: Fantasy
permalink: /Fantasy
permalink: /Fantasy/
title_obvious: false
generic: Book reader
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Feedler.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Feedler
permalink: /Feedler
permalink: /Feedler/
title_obvious: true
generic: Feed reader
description: 'Feedler is an awesome RSS reader'
Expand Down
2 changes: 1 addition & 1 deletion apps/Feedreader.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: FeedReader
permalink: /FeedReader
permalink: /FeedReader/
title_obvious: true
generic: Feed reader
description: 'A simple feedreader client (not manager) for web services like Tiny Tiny RSS and in the future others (especially Feedly).'
Expand Down
2 changes: 1 addition & 1 deletion apps/Focus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-14
updated: 2015-04-28

title: Focus
permalink: /Focus
permalink: /Focus/
title_obvious: false
generic: Task management
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Footnote.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-13
updated: 2015-04-28

title: Footnote
permalink: /Footnote
permalink: /Footnote/
title_obvious: false
generic: Note keeping
description: A beautiful, fast, and simple note taking app in the style of elementary.
Expand Down
2 changes: 1 addition & 1 deletion apps/Foto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2014-10-20
updated: 2015-03-21

title: Foto
permalink: /Foto
permalink: /Foto/
title_obvious: true
generic: Photo manager
description: 'Fast, simple, beautiful and free – a very simple and native image viewer and album manager. The goal is to offer an excellent UX and usability.'
Expand Down
2 changes: 1 addition & 1 deletion apps/GCleaner.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-05-04

title: GCleaner
permalink: /GCleaner
permalink: /GCleaner/
title_obvious: false
generic: Maintenance
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Gazette.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Gazette
permalink: /Gazette
permalink: /Gazette/
title_obvious: false
generic: Desktop widget
description: 'Gazette is a news service for your desktop. It supports Services and right now shows you the weather recently used files and global world news.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Go For It!.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Go For It!
permalink: /Go For It!
permalink: /Go For It!/
title_obvious: false
generic: Task management
description: 'A simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Gravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Gravel
permalink: /Gravel
permalink: /Gravel/
title_obvious: false
generic: Comic reader
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Indicator Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Indicator Search
permalink: /Indicator Search
permalink: /Indicator Search/
title_obvious: true
generic: Indicator
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Indicator Terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Indicator Terminal
permalink: /Indicator Terminal
permalink: /Indicator Terminal/
title_obvious: true
generic: Indicator
description: 'A very simple indicator that shows a terminal in it.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Indicator USB.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-14
updated: 2015-04-28

title: Indicator USB
permalink: /Indicator USB
permalink: /Indicator USB/
title_obvious: true
generic: Indicator
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Indicator Workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Indicator Workspaces
permalink: /Indicator Workspaces
permalink: /Indicator Workspaces/
title_obvious: true
generic: Indicator
description: 'Configure workspaces and interact with them in the panel.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Lollypop.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Lollypop
permalink: /Lollypop
permalink: /Lollypop/
title_obvious: false
generic: Music player
description: 'Lollypop is a GNOME music player.'
Expand Down
2 changes: 1 addition & 1 deletion apps/MarkMyWords.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: MarkMyWords
permalink: /MarkMyWords
permalink: /MarkMyWords/
title_obvious: false
generic: Markdown editor
description: 'A minimal markdown editor.'
Expand Down
2 changes: 1 addition & 1 deletion apps/NaSC.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: NaSC
permalink: /NaSC
permalink: /NaSC/
title_obvious: false
generic: Calculator
description: 'Do maths like a normal person. Type whatever you want and the app smartly figures it out. You can even plug those answers into future equations and if that answer changes, so do the equations.'
Expand Down
2 changes: 1 addition & 1 deletion apps/Pantheon Calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: Pantheon Calculator
permalink: /Pantheon Calculator
permalink: /Pantheon Calculator/
title_obvious: true
generic: Calculator
description: 'The native calculator starting with elementary OS 0.3 Freya. It integrates perfectly into the elementary eco system.'
Expand Down
2 changes: 1 addition & 1 deletion apps/PhotoStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-14
updated: 2015-04-28

title: PhotoStream
permalink: /PhotoStream
permalink: /PhotoStream/
title_obvious: false
generic: Instagram client
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/Poe.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ created: 2015-01-07
updated: 2015-04-28

title: 'Poe.js'
permalink: '/Poe.js'
permalink: '/Poe.js/'
title_obvious: false
generic: Word processor
description: 'A word processor built with HTML, CSS, and CoffeeScript. This application is following Writer Concept by spiceofdesign on DeviantArt.'
Expand Down
Loading

0 comments on commit 7a6b42d

Please sign in to comment.