diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 8cb88e0..d9751d2 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,8 @@ kramdown: atom: podcasts: audio: true + screencasts: + video: true exclude: - Gemfile @@ -37,6 +39,7 @@ exclude: - tests.sh - static/graphviz/ - drafts + - TODOs.org collections: articles: @@ -54,6 +57,9 @@ collections: podcasts: output: true permalink: /podcast/:year/:month/:day/:title:output_ext + screencasts: + output: true + permalink: /screencast/:year/:month/:title:output_ext t: description: @@ -261,6 +267,44 @@ t: pt: "episodios-do-podcast-por-categoria.md" fr: "episodes-de-podcast-par-categorie.md" eo: "podkastajoj-lau-kategorio.md" + screencasts: + name: + en: "Screencasts" + pt: "Screencasts" + fr: "Screencasts" + eo: "Screencasts" + url: + en: "screencasts.en.md" + pt: "screencasts.pt.md" + fr: "screencasts.fr.md" + eo: "screencasts.eo.md" + listing: + en: "Screencasts listing" + pt: "Lista de screencasts" + fr: "Lise de screencasts" + eo: "Listo de screencasts" + feed: + title: + en: "EuAndreh's screencasts" + pt: "Screencasts do EuAndreh" + fr: "Screencasts d'EuAndreh" + eo: "Screencasts de EuAndreh" + url: + en: "/feed.screencasts.en.atom" + pt: "/feed.screencasts.pt.atom" + fr: "/feed.screencasts.fr.atom" + eo: "/feed.screencasts.eo.atom" + category: + name: + en: "Screencasts by category" + pt: "Screencasts por categoria" + fr: "Screencasts par catégorie" + eo: "Screencasts laŭ kategoria" + url: + en: "screencasts-by-category.md" + pt: "screencasts-por-categoria.md" + fr: "screencasts-par-categorie.md" + eo: "screencasts-lau-kategorio.md" posted_on: en: "Posted on" pt: "Postado em" |