diff --git a/_includes/loop.html b/_includes/loop.html index 179eb44..0c6eda9 100644 --- a/_includes/loop.html +++ b/_includes/loop.html @@ -3,8 +3,8 @@

{{ post.title }}

-
{% if post.generic %}

{{ post.generic }}

{% endif %} +
@@ -17,7 +17,11 @@

{{ post.title }}

- 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 %}
Read more... diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index 0b4231e..e6469e8 100644 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -1,11 +1,11 @@ - {% if site.footer-links.dribbble %}{% endif %} - {% if site.footer-links.email %}{% endif %} - {% if site.footer-links.facebook %}{% endif %} - {% if site.footer-links.flickr %}{% endif %} - {% if site.footer-links.github %}{% endif %} - {% if site.footer-links.instagram %}{% endif %} - {% if site.footer-links.linkedin %}{% endif %} - {% if site.footer-links.pinterest %}{% endif %} - {% if site.footer-links.rss %}{% endif %} - {% if site.footer-links.twitter %}{% endif %} - {% if site.footer-links.stackoverflow %}{% endif %} + {% if site.footer-links.dribbble %}{% endif %} + {% if site.footer-links.email %}{% endif %} + {% if site.footer-links.facebook %}{% endif %} + {% if site.footer-links.flickr %}{% endif %} + {% if site.footer-links.github %}{% endif %} + {% if site.footer-links.instagram %}{% endif %} + {% if site.footer-links.linkedin %}{% endif %} + {% if site.footer-links.pinterest %}{% endif %} + {% if site.footer-links.rss %}{% endif %} + {% if site.footer-links.twitter %}{% endif %} + {% if site.footer-links.stackoverflow %}{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 07b3eb0..b118fb2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,9 +22,12 @@

{{ post.title }}

{% if post.category %} {% for site_category in site.data.categories %} diff --git a/_posts/1970-01-01-Template.md b/apps/.Template.md similarity index 95% rename from _posts/1970-01-01-Template.md rename to apps/.Template.md index c28b5b0..4d0410c 100644 --- a/_posts/1970-01-01-Template.md +++ b/apps/.Template.md @@ -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: diff --git a/apps/Agenda.md b/apps/Agenda.md index a4047c0..474e10d 100644 --- a/apps/Agenda.md +++ b/apps/Agenda.md @@ -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.' diff --git a/apps/Akiee.md b/apps/Akiee.md index 9d43a9f..2ed7253 100644 --- a/apps/Akiee.md +++ b/apps/Akiee.md @@ -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.' diff --git a/apps/Alternative Window Switcher.md b/apps/Alternative Window Switcher.md index 939b0b4..5331ce0 100644 --- a/apps/Alternative Window Switcher.md +++ b/apps/Alternative Window Switcher.md @@ -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. diff --git a/apps/Ambient Noise Player.md b/apps/Ambient Noise Player.md index a9eb169..7e3afdd 100644 --- a/apps/Ambient Noise Player.md +++ b/apps/Ambient Noise Player.md @@ -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 diff --git a/apps/Atlas Maps.md b/apps/Atlas Maps.md index 54043d7..fbc8b2e 100644 --- a/apps/Atlas Maps.md +++ b/apps/Atlas Maps.md @@ -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 diff --git a/apps/Birdie.md b/apps/Birdie.md index e75fe33..15837ee 100644 --- a/apps/Birdie.md +++ b/apps/Birdie.md @@ -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. diff --git a/apps/Cable.md b/apps/Cable.md index 0cc1617..a0a9c2a 100644 --- a/apps/Cable.md +++ b/apps/Cable.md @@ -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.' diff --git a/apps/Calculator.md b/apps/Calculator.md index 3892b62..a9fdd06 100644 --- a/apps/Calculator.md +++ b/apps/Calculator.md @@ -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.' diff --git a/apps/ComGen.md b/apps/ComGen.md index 815e8f3..535d805 100644 --- a/apps/ComGen.md +++ b/apps/ComGen.md @@ -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: diff --git a/apps/Corebird.md b/apps/Corebird.md index caa9b25..76acd6d 100644 --- a/apps/Corebird.md +++ b/apps/Corebird.md @@ -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?' diff --git a/apps/Currency.md b/apps/Currency.md index 9ad6173..69ff45d 100644 --- a/apps/Currency.md +++ b/apps/Currency.md @@ -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: diff --git a/apps/Dream Icon Installer.md b/apps/Dream Icon Installer.md index bc371eb..dbc8d99 100644 --- a/apps/Dream Icon Installer.md +++ b/apps/Dream Icon Installer.md @@ -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: diff --git a/apps/Eidete.md b/apps/Eidete.md index fb18840..1f406eb 100644 --- a/apps/Eidete.md +++ b/apps/Eidete.md @@ -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' diff --git a/apps/Elementary Tweaks.md b/apps/Elementary Tweaks.md index 217d53c..9e83c7f 100644 --- a/apps/Elementary Tweaks.md +++ b/apps/Elementary Tweaks.md @@ -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.' diff --git a/apps/Envelope.md b/apps/Envelope.md index 9b0f065..165a5fc 100644 --- a/apps/Envelope.md +++ b/apps/Envelope.md @@ -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.' diff --git a/apps/Fantasy.md b/apps/Fantasy.md index e67c46c..708d725 100644 --- a/apps/Fantasy.md +++ b/apps/Fantasy.md @@ -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: diff --git a/apps/Feedler.md b/apps/Feedler.md index f0d4721..fabaeca 100644 --- a/apps/Feedler.md +++ b/apps/Feedler.md @@ -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' diff --git a/apps/Feedreader.md b/apps/Feedreader.md index 70ca6d6..e10486f 100644 --- a/apps/Feedreader.md +++ b/apps/Feedreader.md @@ -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).' diff --git a/apps/Focus.md b/apps/Focus.md index b223dc3..e865cdf 100644 --- a/apps/Focus.md +++ b/apps/Focus.md @@ -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: diff --git a/apps/Footnote.md b/apps/Footnote.md index a40d063..d794918 100644 --- a/apps/Footnote.md +++ b/apps/Footnote.md @@ -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. diff --git a/apps/Foto.md b/apps/Foto.md index 0642bfc..f5e3ab1 100644 --- a/apps/Foto.md +++ b/apps/Foto.md @@ -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.' diff --git a/apps/GCleaner.md b/apps/GCleaner.md index 5dba0ee..32715b6 100644 --- a/apps/GCleaner.md +++ b/apps/GCleaner.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-05-04 title: GCleaner -permalink: /GCleaner +permalink: /GCleaner/ title_obvious: false generic: Maintenance description: diff --git a/apps/Gazette.md b/apps/Gazette.md index 866e48f..44560af 100644 --- a/apps/Gazette.md +++ b/apps/Gazette.md @@ -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.' diff --git a/apps/Go For It!.md b/apps/Go For It!.md index c2bd03e..068dcb0 100644 --- a/apps/Go For It!.md +++ b/apps/Go For It!.md @@ -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.' diff --git a/apps/Gravel.md b/apps/Gravel.md index 65b531f..c660616 100644 --- a/apps/Gravel.md +++ b/apps/Gravel.md @@ -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: diff --git a/apps/Indicator Search.md b/apps/Indicator Search.md index a4e89ef..717ff16 100644 --- a/apps/Indicator Search.md +++ b/apps/Indicator Search.md @@ -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: diff --git a/apps/Indicator Terminal.md b/apps/Indicator Terminal.md index ce659f1..cfa6384 100644 --- a/apps/Indicator Terminal.md +++ b/apps/Indicator Terminal.md @@ -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.' diff --git a/apps/Indicator USB.md b/apps/Indicator USB.md index de88ef7..8599a61 100644 --- a/apps/Indicator USB.md +++ b/apps/Indicator USB.md @@ -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: diff --git a/apps/Indicator Workspaces.md b/apps/Indicator Workspaces.md index 3d8c214..cf2747a 100644 --- a/apps/Indicator Workspaces.md +++ b/apps/Indicator Workspaces.md @@ -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.' diff --git a/apps/Lollypop.md b/apps/Lollypop.md index 8b602be..c8f21e6 100644 --- a/apps/Lollypop.md +++ b/apps/Lollypop.md @@ -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.' diff --git a/apps/MarkMyWords.md b/apps/MarkMyWords.md index 7f48188..d76af5d 100644 --- a/apps/MarkMyWords.md +++ b/apps/MarkMyWords.md @@ -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.' diff --git a/apps/NaSC.md b/apps/NaSC.md index 436b745..316850c 100644 --- a/apps/NaSC.md +++ b/apps/NaSC.md @@ -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.' diff --git a/apps/Pantheon Calculator.md b/apps/Pantheon Calculator.md index c9f76e3..fca2546 100644 --- a/apps/Pantheon Calculator.md +++ b/apps/Pantheon Calculator.md @@ -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.' diff --git a/apps/PhotoStream.md b/apps/PhotoStream.md index 41fc2d2..dc84795 100644 --- a/apps/PhotoStream.md +++ b/apps/PhotoStream.md @@ -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: diff --git a/apps/Poe.js.md b/apps/Poe.js.md index 9c3afd7..dfe7050 100644 --- a/apps/Poe.js.md +++ b/apps/Poe.js.md @@ -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.' diff --git a/apps/Pomodoro.md b/apps/Pomodoro.md index aae3a9a..d0ca02a 100644 --- a/apps/Pomodoro.md +++ b/apps/Pomodoro.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Pomodoro -permalink: /Pomodor +permalink: /Pomodoro/ title_obvious: false generic: Timer description: 'A Pomodoro app for the elementary OS desktop' diff --git a/apps/Power Installer.md b/apps/Power Installer.md index e03d855..3b15ec6 100644 --- a/apps/Power Installer.md +++ b/apps/Power Installer.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Power Installer -permalink: /Power Installer +permalink: /Power Installer/ title_obvious: false generic: One-click installer description: diff --git a/apps/Project Manager.md b/apps/Project Manager.md index 2a01af1..b3931d8 100644 --- a/apps/Project Manager.md +++ b/apps/Project Manager.md @@ -6,7 +6,7 @@ created: 2015-01-17 updated: 2015-04-28 title: Project Manager -permalink: /Project Manager +permalink: /Project Manager/ title_obvious: false generic: Scratch plugin description: Work with Bazaar and Launchpad directly from Scratch / Euclide IDE diff --git a/apps/Radio Tray.md b/apps/Radio Tray.md index 8ce0f41..e710c76 100644 --- a/apps/Radio Tray.md +++ b/apps/Radio Tray.md @@ -6,7 +6,7 @@ created: 2015-01-19 updated: 2015-04-28 title: Radio Tray -permalink: /Radio Tray +permalink: /Radio Tray/ title_obvious: false generic: Indicator description: Radio Tray is an online radio streaming player that runs on a Linux system tray. Its goal is to have the minimum interface possible, making it very straightforward to use. diff --git a/apps/Screenshot.md b/apps/Screenshot.md index a5f50af..b7984f7 100644 --- a/apps/Screenshot.md +++ b/apps/Screenshot.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Screenshot -permalink: /Screenshot +permalink: /Screenshot/ title_obvious: true generic: Screenshot tool description: 'A simple screen capture tool made for elementary OS' diff --git a/apps/Silaty.md b/apps/Silaty.md index 2760ed0..92a2e4c 100644 --- a/apps/Silaty.md +++ b/apps/Silaty.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Silaty -permalink: /Silaty +permalink: /Silaty/ title_obvious: false generic: Muslim prayer times description: diff --git a/apps/Synopsis.md b/apps/Synopsis.md index 5978c98..a863b05 100644 --- a/apps/Synopsis.md +++ b/apps/Synopsis.md @@ -6,7 +6,7 @@ created: 2015-01-14 updated: 2015-04-28 title: Synopsis -permalink: /Synopsis +permalink: /Synopsis/ title_obvious: false generic: Archive utility description: 'A simple and concise archive utility.' diff --git a/apps/System Monitor.md b/apps/System Monitor.md index ae25ac8..6ed7034 100644 --- a/apps/System Monitor.md +++ b/apps/System Monitor.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: System Monitor -permalink: /System Monitor +permalink: /System Monitor/ title_obvious: true generic: System monitor description: diff --git a/apps/Taxi.md b/apps/Taxi.md index ab30ed3..424aa68 100644 --- a/apps/Taxi.md +++ b/apps/Taxi.md @@ -6,7 +6,7 @@ created: 2014-10-21 updated: 2015-03-21 title: Taxi -permalink: /Taxi +permalink: /Taxi/ title_obvious: false generic: FTP client description: 'A simple to use FTP client. It nails the simple use case of transferring files to a remote server using a two-pane layout.' diff --git a/apps/Translator.md b/apps/Translator.md index 16833e9..043d253 100644 --- a/apps/Translator.md +++ b/apps/Translator.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Translator -permalink: /Translator +permalink: /Translator/ title_obvious: true generic: Translator description: 'Translates a text side-by-side.' diff --git a/apps/UberWriter.md b/apps/UberWriter.md index 7bb32a8..304b7c3 100644 --- a/apps/UberWriter.md +++ b/apps/UberWriter.md @@ -6,7 +6,7 @@ created: 2014-10-18 updated: 2015-03-21 title: UberWriter -permalink: /UberWriter +permalink: /UberWriter/ title_obvious: false generic: Markdown editor description: 'A simple markdown editor that offers a lot of features. Get it if you love markdown and like writing in a clutter free environment.' diff --git a/apps/VNC-Client.md b/apps/VNC-Client.md index c51c8db..7e6101e 100644 --- a/apps/VNC-Client.md +++ b/apps/VNC-Client.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: VNC-Client -permalink: /VNC-Cient +permalink: /VNC-Cient/ title_obvious: true generic: Remote desktop client description: 'An very light and neat VNC client for elementary OS.' diff --git a/apps/Vocal.md b/apps/Vocal.md index cee2b28..1aec90b 100644 --- a/apps/Vocal.md +++ b/apps/Vocal.md @@ -6,7 +6,7 @@ created: 2014-04-08 updated: 2015-03-21 title: Vocal -permalink: /Vocal +permalink: /Vocal/ title_obvious: false generic: Podcast manager description: 'A podcast client for the modern free desktop. It is designed to be simple to use and packed full of all the features you've come to expect – plus a few extras. We think you will love it.' diff --git a/apps/Webby.md b/apps/Webby.md index ebaa816..151955f 100644 --- a/apps/Webby.md +++ b/apps/Webby.md @@ -6,7 +6,7 @@ created: 2015-02-26 updated: 2015-04-28 title: Webby -permalink: /Webby +permalink: /Webby/ title_obvious: false generic: Web app browser description: Webby allows you to use Facebook, Youtube or any web app as a regular desktop, fully integrated into your system and using a proper launcher in your application menu. diff --git a/apps/Writer.md b/apps/Writer.md index cd38663..a4e273c 100644 --- a/apps/Writer.md +++ b/apps/Writer.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Writer -permalink: /Writer +permalink: /Writer/ title_obvious: false generic: Word processor description: 'Writer aims to be a super-simple, lightweight, and integrated word processor.' diff --git a/apps/Yatla.md b/apps/Yatla.md index 814bf88..a94d5f0 100644 --- a/apps/Yatla.md +++ b/apps/Yatla.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: Yatla -permalink: /Yatla +permalink: /Yatla/ title_obvious: false generic: Task management description: 'Yatla is a to-do app programmed in Vala, using Gtk and sqlheavy as database.' diff --git a/apps/eRadio.md b/apps/eRadio.md index 906afb8..0d426bb 100644 --- a/apps/eRadio.md +++ b/apps/eRadio.md @@ -6,7 +6,7 @@ created: 2015-01-07 updated: 2015-04-28 title: eRadio -permalink: /eRadio +permalink: /eRadio/ title_obvious: false generic: Audio streaming description: 'Create a list of stations by providing their streaming url and then listen to them.' diff --git a/apps/eUtility.md b/apps/eUtility.md index 8d24022..d156fcb 100644 --- a/apps/eUtility.md +++ b/apps/eUtility.md @@ -6,7 +6,7 @@ created: 2015-03-17 updated: 2015-04-28 title: eUtility -permalink: /eUtility +permalink: /eUtility/ title_obvious: false generic: Switchboard plug description: It makes user life easier. diff --git a/apps/elementaryPlus.md b/apps/elementaryPlus.md index ab5407f..9a68435 100644 --- a/apps/elementaryPlus.md +++ b/apps/elementaryPlus.md @@ -6,7 +6,7 @@ created: 2015-01-21 updated: 2015-03-21 title: elementary+ -permalink: /elementary+ +permalink: /elementary+/ title_obvious: false generic: Icon set description: A collection of several third party icons and scripts for panel indicators as an addition to the default icon theme. diff --git a/apps/iViewer.md b/apps/iViewer.md index 2f4ae0b..d998745 100644 --- a/apps/iViewer.md +++ b/apps/iViewer.md @@ -6,7 +6,7 @@ created: 2015-01-17 updated: 2015-04-28 title: iViewer -permalink: /iViewer +permalink: /iViewer/ title_obvious: false generic: Device integration description: Apple users with a jailbroken device can finally use iMessage remotely! diff --git a/img/social/dribbble.svg b/img/socialicons/dribbble.svg similarity index 100% rename from img/social/dribbble.svg rename to img/socialicons/dribbble.svg diff --git a/img/social/email.svg b/img/socialicons/email.svg similarity index 100% rename from img/social/email.svg rename to img/socialicons/email.svg diff --git a/img/social/facebook.svg b/img/socialicons/facebook.svg similarity index 100% rename from img/social/facebook.svg rename to img/socialicons/facebook.svg diff --git a/img/social/flickr.svg b/img/socialicons/flickr.svg similarity index 100% rename from img/social/flickr.svg rename to img/socialicons/flickr.svg diff --git a/img/social/github.svg b/img/socialicons/github.svg similarity index 100% rename from img/social/github.svg rename to img/socialicons/github.svg diff --git a/img/social/instagram.svg b/img/socialicons/instagram.svg similarity index 100% rename from img/social/instagram.svg rename to img/socialicons/instagram.svg diff --git a/img/social/linkedin.svg b/img/socialicons/linkedin.svg similarity index 100% rename from img/social/linkedin.svg rename to img/socialicons/linkedin.svg diff --git a/img/social/pinterest.svg b/img/socialicons/pinterest.svg similarity index 100% rename from img/social/pinterest.svg rename to img/socialicons/pinterest.svg diff --git a/img/social/rss.svg b/img/socialicons/rss.svg similarity index 100% rename from img/social/rss.svg rename to img/socialicons/rss.svg diff --git a/img/social/stackoverflow.svg b/img/socialicons/stackoverflow.svg similarity index 100% rename from img/social/stackoverflow.svg rename to img/socialicons/stackoverflow.svg diff --git a/img/social/twitter.svg b/img/socialicons/twitter.svg similarity index 100% rename from img/social/twitter.svg rename to img/socialicons/twitter.svg