diff --git a/.eleventyignore b/.eleventyignore deleted file mode 100644 index b43bf86..0000000 --- a/.eleventyignore +++ /dev/null @@ -1 +0,0 @@ -README.md diff --git a/eleventy.config.js b/eleventy.config.js index 5b2b072..6619eda 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -20,11 +20,17 @@ module.exports = function(eleventyConfig) { // Copy _statics while using `--serve` eleventyConfig.setServerPassthroughCopyBehavior("copy"); - eleventyConfig.addPassthroughCopy('news/**/*.{jpg,jpeg,png,gif}'); + eleventyConfig.addPassthroughCopy('src/news/**/*.{jpg,jpeg,png,gif}'); // Copy static files to the root of _site eleventyConfig.addPassthroughCopy({ - "./static/": "/", - "./_redirects": "/_redirects" + "./src/static/": "/", + "./src/_redirects": "/_redirects" }); + + return { + dir: { + input: 'src', + } + } }; diff --git a/404.html b/src/404.html similarity index 100% rename from 404.html rename to src/404.html diff --git a/_data/github.js b/src/_data/github.js similarity index 100% rename from _data/github.js rename to src/_data/github.js diff --git a/_data/readers.json b/src/_data/readers.json similarity index 100% rename from _data/readers.json rename to src/_data/readers.json diff --git a/_data/site.json b/src/_data/site.json similarity index 100% rename from _data/site.json rename to src/_data/site.json diff --git a/_includes/_download.html b/src/_includes/_download.html similarity index 100% rename from _includes/_download.html rename to src/_includes/_download.html diff --git a/_includes/_footer.html b/src/_includes/_footer.html similarity index 100% rename from _includes/_footer.html rename to src/_includes/_footer.html diff --git a/_includes/_head.html b/src/_includes/_head.html similarity index 100% rename from _includes/_head.html rename to src/_includes/_head.html diff --git a/_includes/_navigation.html b/src/_includes/_navigation.html similarity index 100% rename from _includes/_navigation.html rename to src/_includes/_navigation.html diff --git a/_includes/page.html b/src/_includes/page.html similarity index 100% rename from _includes/page.html rename to src/_includes/page.html diff --git a/_redirects.njk b/src/_redirects.njk similarity index 100% rename from _redirects.njk rename to src/_redirects.njk diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html diff --git a/news.html b/src/news.html similarity index 100% rename from news.html rename to src/news.html diff --git a/news/1-7-with-epub-and-multi-users-is-available/index.md b/src/news/1-7-with-epub-and-multi-users-is-available/index.md similarity index 100% rename from news/1-7-with-epub-and-multi-users-is-available/index.md rename to src/news/1-7-with-epub-and-multi-users-is-available/index.md diff --git a/news/20230615-new-website/index.md b/src/news/20230615-new-website/index.md similarity index 100% rename from news/20230615-new-website/index.md rename to src/news/20230615-new-website/index.md diff --git a/news/20230616-latenightlinux-podcast/index.md b/src/news/20230616-latenightlinux-podcast/index.md similarity index 100% rename from news/20230616-latenightlinux-podcast/index.md rename to src/news/20230616-latenightlinux-podcast/index.md diff --git a/news/20230620-new-release-wallabag-260/img_card_no_preview.png b/src/news/20230620-new-release-wallabag-260/img_card_no_preview.png similarity index 100% rename from news/20230620-new-release-wallabag-260/img_card_no_preview.png rename to src/news/20230620-new-release-wallabag-260/img_card_no_preview.png diff --git a/news/20230620-new-release-wallabag-260/img_list_no_preview.png b/src/news/20230620-new-release-wallabag-260/img_list_no_preview.png similarity index 100% rename from news/20230620-new-release-wallabag-260/img_list_no_preview.png rename to src/news/20230620-new-release-wallabag-260/img_list_no_preview.png diff --git a/news/20230620-new-release-wallabag-260/index.md b/src/news/20230620-new-release-wallabag-260/index.md similarity index 100% rename from news/20230620-new-release-wallabag-260/index.md rename to src/news/20230620-new-release-wallabag-260/index.md diff --git a/news/20230620-new-release-wallabag-260/mass_tag.png b/src/news/20230620-new-release-wallabag-260/mass_tag.png similarity index 100% rename from news/20230620-new-release-wallabag-260/mass_tag.png rename to src/news/20230620-new-release-wallabag-260/mass_tag.png diff --git a/news/20230621-new-release-wallabag-261/index.md b/src/news/20230621-new-release-wallabag-261/index.md similarity index 100% rename from news/20230621-new-release-wallabag-261/index.md rename to src/news/20230621-new-release-wallabag-261/index.md diff --git a/news/20230724-new-release-wallabag-262/index.md b/src/news/20230724-new-release-wallabag-262/index.md similarity index 100% rename from news/20230724-new-release-wallabag-262/index.md rename to src/news/20230724-new-release-wallabag-262/index.md diff --git a/news/20230803-fetch-content-wallabagger/index.md b/src/news/20230803-fetch-content-wallabagger/index.md similarity index 100% rename from news/20230803-fetch-content-wallabagger/index.md rename to src/news/20230803-fetch-content-wallabagger/index.md diff --git a/news/a-word-about-our-browser-extensions/chrome_ext.png b/src/news/a-word-about-our-browser-extensions/chrome_ext.png similarity index 100% rename from news/a-word-about-our-browser-extensions/chrome_ext.png rename to src/news/a-word-about-our-browser-extensions/chrome_ext.png diff --git a/news/a-word-about-our-browser-extensions/index.md b/src/news/a-word-about-our-browser-extensions/index.md similarity index 100% rename from news/a-word-about-our-browser-extensions/index.md rename to src/news/a-word-about-our-browser-extensions/index.md diff --git a/news/a-word-about-our-browser-extensions/material1.png b/src/news/a-word-about-our-browser-extensions/material1.png similarity index 100% rename from news/a-word-about-our-browser-extensions/material1.png rename to src/news/a-word-about-our-browser-extensions/material1.png diff --git a/news/a-word-about-our-browser-extensions/material2.png b/src/news/a-word-about-our-browser-extensions/material2.png similarity index 100% rename from news/a-word-about-our-browser-extensions/material2.png rename to src/news/a-word-about-our-browser-extensions/material2.png diff --git a/news/announce-poche-1-3-0/index.md b/src/news/announce-poche-1-3-0/index.md similarity index 100% rename from news/announce-poche-1-3-0/index.md rename to src/news/announce-poche-1-3-0/index.md diff --git a/news/april-update/index.md b/src/news/april-update/index.md similarity index 100% rename from news/april-update/index.md rename to src/news/april-update/index.md diff --git a/news/april-update/wallabag_navigate_arrows.png b/src/news/april-update/wallabag_navigate_arrows.png similarity index 100% rename from news/april-update/wallabag_navigate_arrows.png rename to src/news/april-update/wallabag_navigate_arrows.png diff --git a/news/developers-oauth2/index.md b/src/news/developers-oauth2/index.md similarity index 100% rename from news/developers-oauth2/index.md rename to src/news/developers-oauth2/index.md diff --git a/news/framabag-is-born/index.md b/src/news/framabag-is-born/index.md similarity index 100% rename from news/framabag-is-born/index.md rename to src/news/framabag-is-born/index.md diff --git a/news/future-plans-for-wallabag/index.md b/src/news/future-plans-for-wallabag/index.md similarity index 100% rename from news/future-plans-for-wallabag/index.md rename to src/news/future-plans-for-wallabag/index.md diff --git a/news/happy-new-year/index.md b/src/news/happy-new-year/index.md similarity index 100% rename from news/happy-new-year/index.md rename to src/news/happy-new-year/index.md diff --git a/news/help-us-by-writing-user-documentation/index.md b/src/news/help-us-by-writing-user-documentation/index.md similarity index 100% rename from news/help-us-by-writing-user-documentation/index.md rename to src/news/help-us-by-writing-user-documentation/index.md diff --git a/news/it-s-wallabag-birthday-we-have-a-gift-for-you/index.md b/src/news/it-s-wallabag-birthday-we-have-a-gift-for-you/index.md similarity index 100% rename from news/it-s-wallabag-birthday-we-have-a-gift-for-you/index.md rename to src/news/it-s-wallabag-birthday-we-have-a-gift-for-you/index.md diff --git a/news/let-s-go/index.md b/src/news/let-s-go/index.md similarity index 100% rename from news/let-s-go/index.md rename to src/news/let-s-go/index.md diff --git a/news/minor-fixes-with-wallabag-1-6-1/index.md b/src/news/minor-fixes-with-wallabag-1-6-1/index.md similarity index 100% rename from news/minor-fixes-with-wallabag-1-6-1/index.md rename to src/news/minor-fixes-with-wallabag-1-6-1/index.md diff --git a/news/new-release-wallabag-1-8-1/index.md b/src/news/new-release-wallabag-1-8-1/index.md similarity index 100% rename from news/new-release-wallabag-1-8-1/index.md rename to src/news/new-release-wallabag-1-8-1/index.md diff --git a/news/new-release-wallabag-2-2-1/index.md b/src/news/new-release-wallabag-2-2-1/index.md similarity index 100% rename from news/new-release-wallabag-2-2-1/index.md rename to src/news/new-release-wallabag-2-2-1/index.md diff --git a/news/new-release-wallabag-2-2-2/index.md b/src/news/new-release-wallabag-2-2-2/index.md similarity index 100% rename from news/new-release-wallabag-2-2-2/index.md rename to src/news/new-release-wallabag-2-2-2/index.md diff --git a/news/new-release-wallabag-2-2-3/index.md b/src/news/new-release-wallabag-2-2-3/index.md similarity index 100% rename from news/new-release-wallabag-2-2-3/index.md rename to src/news/new-release-wallabag-2-2-3/index.md diff --git a/news/new-release-wallabag-2-2-finally/TssHl5UHEBbCE.gif b/src/news/new-release-wallabag-2-2-finally/TssHl5UHEBbCE.gif similarity index 100% rename from news/new-release-wallabag-2-2-finally/TssHl5UHEBbCE.gif rename to src/news/new-release-wallabag-2-2-finally/TssHl5UHEBbCE.gif diff --git a/news/new-release-wallabag-2-2-finally/danger_zone.png b/src/news/new-release-wallabag-2-2-finally/danger_zone.png similarity index 100% rename from news/new-release-wallabag-2-2-finally/danger_zone.png rename to src/news/new-release-wallabag-2-2-finally/danger_zone.png diff --git a/news/new-release-wallabag-2-2-finally/floating_button.gif b/src/news/new-release-wallabag-2-2-finally/floating_button.gif similarity index 100% rename from news/new-release-wallabag-2-2-finally/floating_button.gif rename to src/news/new-release-wallabag-2-2-finally/floating_button.gif diff --git a/news/new-release-wallabag-2-2-finally/index.md b/src/news/new-release-wallabag-2-2-finally/index.md similarity index 100% rename from news/new-release-wallabag-2-2-finally/index.md rename to src/news/new-release-wallabag-2-2-finally/index.md diff --git a/news/new-release-wallabag-2-3-1/index.md b/src/news/new-release-wallabag-2-3-1/index.md similarity index 100% rename from news/new-release-wallabag-2-3-1/index.md rename to src/news/new-release-wallabag-2-3-1/index.md diff --git a/news/new-release-wallabag-2-3-2/index.md b/src/news/new-release-wallabag-2-3-2/index.md similarity index 100% rename from news/new-release-wallabag-2-3-2/index.md rename to src/news/new-release-wallabag-2-3-2/index.md diff --git a/news/new-release-wallabag-2-3-is-there-really/credentials.png b/src/news/new-release-wallabag-2-3-is-there-really/credentials.png similarity index 100% rename from news/new-release-wallabag-2-3-is-there-really/credentials.png rename to src/news/new-release-wallabag-2-3-is-there-really/credentials.png diff --git a/news/new-release-wallabag-2-3-is-there-really/giphy.gif b/src/news/new-release-wallabag-2-3-is-there-really/giphy.gif similarity index 100% rename from news/new-release-wallabag-2-3-is-there-really/giphy.gif rename to src/news/new-release-wallabag-2-3-is-there-really/giphy.gif diff --git a/news/new-release-wallabag-2-3-is-there-really/index.md b/src/news/new-release-wallabag-2-3-is-there-really/index.md similarity index 100% rename from news/new-release-wallabag-2-3-is-there-really/index.md rename to src/news/new-release-wallabag-2-3-is-there-really/index.md diff --git a/news/new-release-wallabag-2-4-1/index.md b/src/news/new-release-wallabag-2-4-1/index.md similarity index 100% rename from news/new-release-wallabag-2-4-1/index.md rename to src/news/new-release-wallabag-2-4-1/index.md diff --git a/news/new-release-wallabag-2-4-2/index.md b/src/news/new-release-wallabag-2-4-2/index.md similarity index 100% rename from news/new-release-wallabag-2-4-2/index.md rename to src/news/new-release-wallabag-2-4-2/index.md diff --git a/news/new-release-wallabag-2-4-3/index.md b/src/news/new-release-wallabag-2-4-3/index.md similarity index 100% rename from news/new-release-wallabag-2-4-3/index.md rename to src/news/new-release-wallabag-2-4-3/index.md diff --git a/news/new-release-wallabag-2-4/index.md b/src/news/new-release-wallabag-2-4/index.md similarity index 100% rename from news/new-release-wallabag-2-4/index.md rename to src/news/new-release-wallabag-2-4/index.md diff --git a/news/new-release-wallabag-2-5-0/index.md b/src/news/new-release-wallabag-2-5-0/index.md similarity index 100% rename from news/new-release-wallabag-2-5-0/index.md rename to src/news/new-release-wallabag-2-5-0/index.md diff --git a/news/new-release-wallabag-2-5-1/index.md b/src/news/new-release-wallabag-2-5-1/index.md similarity index 100% rename from news/new-release-wallabag-2-5-1/index.md rename to src/news/new-release-wallabag-2-5-1/index.md diff --git a/news/new-release-wallabag-2-5-2/index.md b/src/news/new-release-wallabag-2-5-2/index.md similarity index 100% rename from news/new-release-wallabag-2-5-2/index.md rename to src/news/new-release-wallabag-2-5-2/index.md diff --git a/news/new-release-wallabag-2-5-3/index.md b/src/news/new-release-wallabag-2-5-3/index.md similarity index 100% rename from news/new-release-wallabag-2-5-3/index.md rename to src/news/new-release-wallabag-2-5-3/index.md diff --git a/news/new-release-wallabag-2-5-4/index.md b/src/news/new-release-wallabag-2-5-4/index.md similarity index 100% rename from news/new-release-wallabag-2-5-4/index.md rename to src/news/new-release-wallabag-2-5-4/index.md diff --git a/news/new-website-for-wallabag/index.md b/src/news/new-website-for-wallabag/index.md similarity index 100% rename from news/new-website-for-wallabag/index.md rename to src/news/new-website-for-wallabag/index.md diff --git a/news/new-website/index.md b/src/news/new-website/index.md similarity index 100% rename from news/new-website/index.md rename to src/news/new-website/index.md diff --git a/news/news.json b/src/news/news.json similarity index 100% rename from news/news.json rename to src/news/news.json diff --git a/news/open-letter-addressed-to-read-it-later-inc-creator-of-pocket/index.md b/src/news/open-letter-addressed-to-read-it-later-inc-creator-of-pocket/index.md similarity index 100% rename from news/open-letter-addressed-to-read-it-later-inc-creator-of-pocket/index.md rename to src/news/open-letter-addressed-to-read-it-later-inc-creator-of-pocket/index.md diff --git a/news/poche-1-0-0/index.md b/src/news/poche-1-0-0/index.md similarity index 100% rename from news/poche-1-0-0/index.md rename to src/news/poche-1-0-0/index.md diff --git a/news/poche-1-0-beta-4/index.md b/src/news/poche-1-0-beta-4/index.md similarity index 100% rename from news/poche-1-0-beta-4/index.md rename to src/news/poche-1-0-beta-4/index.md diff --git a/news/poche-1-0-beta5/index.md b/src/news/poche-1-0-beta5/index.md similarity index 100% rename from news/poche-1-0-beta5/index.md rename to src/news/poche-1-0-beta5/index.md diff --git a/news/poche-1-1-0/index.md b/src/news/poche-1-1-0/index.md similarity index 100% rename from news/poche-1-1-0/index.md rename to src/news/poche-1-1-0/index.md diff --git a/news/poche-1-2-0/index.md b/src/news/poche-1-2-0/index.md similarity index 100% rename from news/poche-1-2-0/index.md rename to src/news/poche-1-2-0/index.md diff --git a/news/poche-1-3-1-is-out/index.md b/src/news/poche-1-3-1-is-out/index.md similarity index 100% rename from news/poche-1-3-1-is-out/index.md rename to src/news/poche-1-3-1-is-out/index.md diff --git a/news/pocket-bought-by-mozilla/giphy.gif b/src/news/pocket-bought-by-mozilla/giphy.gif similarity index 100% rename from news/pocket-bought-by-mozilla/giphy.gif rename to src/news/pocket-bought-by-mozilla/giphy.gif diff --git a/news/pocket-bought-by-mozilla/index.md b/src/news/pocket-bought-by-mozilla/index.md similarity index 100% rename from news/pocket-bought-by-mozilla/index.md rename to src/news/pocket-bought-by-mozilla/index.md diff --git a/news/pocket-reply/index.md b/src/news/pocket-reply/index.md similarity index 100% rename from news/pocket-reply/index.md rename to src/news/pocket-reply/index.md diff --git a/news/release-next-week-security-fix/index.md b/src/news/release-next-week-security-fix/index.md similarity index 100% rename from news/release-next-week-security-fix/index.md rename to src/news/release-next-week-security-fix/index.md diff --git a/news/roadmap-wallabag-v2/index.md b/src/news/roadmap-wallabag-v2/index.md similarity index 100% rename from news/roadmap-wallabag-v2/index.md rename to src/news/roadmap-wallabag-v2/index.md diff --git a/news/security-fix-with-wallabag-1-7-2/index.md b/src/news/security-fix-with-wallabag-1-7-2/index.md similarity index 100% rename from news/security-fix-with-wallabag-1-7-2/index.md rename to src/news/security-fix-with-wallabag-1-7-2/index.md diff --git a/news/some-news/hoodie.jpg b/src/news/some-news/hoodie.jpg similarity index 100% rename from news/some-news/hoodie.jpg rename to src/news/some-news/hoodie.jpg diff --git a/news/some-news/index.md b/src/news/some-news/index.md similarity index 100% rename from news/some-news/index.md rename to src/news/some-news/index.md diff --git a/news/some-news/stickers.jpg b/src/news/some-news/stickers.jpg similarity index 100% rename from news/some-news/stickers.jpg rename to src/news/some-news/stickers.jpg diff --git a/news/upcoming-wallabag-3/index.md b/src/news/upcoming-wallabag-3/index.md similarity index 100% rename from news/upcoming-wallabag-3/index.md rename to src/news/upcoming-wallabag-3/index.md diff --git a/news/wallabag-1-4-is-available/index.md b/src/news/wallabag-1-4-is-available/index.md similarity index 100% rename from news/wallabag-1-4-is-available/index.md rename to src/news/wallabag-1-4-is-available/index.md diff --git a/news/wallabag-1-5-0-baggy/index.md b/src/news/wallabag-1-5-0-baggy/index.md similarity index 100% rename from news/wallabag-1-5-0-baggy/index.md rename to src/news/wallabag-1-5-0-baggy/index.md diff --git a/news/wallabag-1-5-1-security-fixes/index.md b/src/news/wallabag-1-5-1-security-fixes/index.md similarity index 100% rename from news/wallabag-1-5-1-security-fixes/index.md rename to src/news/wallabag-1-5-1-security-fixes/index.md diff --git a/news/wallabag-1-5-2-available/index.md b/src/news/wallabag-1-5-2-available/index.md similarity index 100% rename from news/wallabag-1-5-2-available/index.md rename to src/news/wallabag-1-5-2-available/index.md diff --git a/news/wallabag-1-6-is-here/index.md b/src/news/wallabag-1-6-is-here/index.md similarity index 100% rename from news/wallabag-1-6-is-here/index.md rename to src/news/wallabag-1-6-is-here/index.md diff --git a/news/wallabag-1-7-1/index.md b/src/news/wallabag-1-7-1/index.md similarity index 100% rename from news/wallabag-1-7-1/index.md rename to src/news/wallabag-1-7-1/index.md diff --git a/news/wallabag-1-8-is-there/index.md b/src/news/wallabag-1-8-is-there/index.md similarity index 100% rename from news/wallabag-1-8-is-there/index.md rename to src/news/wallabag-1-8-is-there/index.md diff --git a/news/wallabag-1-9-many-features/index.md b/src/news/wallabag-1-9-many-features/index.md similarity index 100% rename from news/wallabag-1-9-many-features/index.md rename to src/news/wallabag-1-9-many-features/index.md diff --git a/news/wallabag-201/index.md b/src/news/wallabag-201/index.md similarity index 100% rename from news/wallabag-201/index.md rename to src/news/wallabag-201/index.md diff --git a/news/wallabag-202/index.md b/src/news/wallabag-202/index.md similarity index 100% rename from news/wallabag-202/index.md rename to src/news/wallabag-202/index.md diff --git a/news/wallabag-203/index.md b/src/news/wallabag-203/index.md similarity index 100% rename from news/wallabag-203/index.md rename to src/news/wallabag-203/index.md diff --git a/news/wallabag-204/index.md b/src/news/wallabag-204/index.md similarity index 100% rename from news/wallabag-204/index.md rename to src/news/wallabag-204/index.md diff --git a/news/wallabag-205/index.md b/src/news/wallabag-205/index.md similarity index 100% rename from news/wallabag-205/index.md rename to src/news/wallabag-205/index.md diff --git a/news/wallabag-206/index.md b/src/news/wallabag-206/index.md similarity index 100% rename from news/wallabag-206/index.md rename to src/news/wallabag-206/index.md diff --git a/news/wallabag-207/index.md b/src/news/wallabag-207/index.md similarity index 100% rename from news/wallabag-207/index.md rename to src/news/wallabag-207/index.md diff --git a/news/wallabag-208/index.md b/src/news/wallabag-208/index.md similarity index 100% rename from news/wallabag-208/index.md rename to src/news/wallabag-208/index.md diff --git a/news/wallabag-21/android_sync.png b/src/news/wallabag-21/android_sync.png similarity index 100% rename from news/wallabag-21/android_sync.png rename to src/news/wallabag-21/android_sync.png diff --git a/news/wallabag-21/android_wizard.png b/src/news/wallabag-21/android_wizard.png similarity index 100% rename from news/wallabag-21/android_wizard.png rename to src/news/wallabag-21/android_wizard.png diff --git a/news/wallabag-21/firefox_chrome.png b/src/news/wallabag-21/firefox_chrome.png similarity index 100% rename from news/wallabag-21/firefox_chrome.png rename to src/news/wallabag-21/firefox_chrome.png diff --git a/news/wallabag-21/gif.gif b/src/news/wallabag-21/gif.gif similarity index 100% rename from news/wallabag-21/gif.gif rename to src/news/wallabag-21/gif.gif diff --git a/news/wallabag-21/index.md b/src/news/wallabag-21/index.md similarity index 100% rename from news/wallabag-21/index.md rename to src/news/wallabag-21/index.md diff --git a/news/wallabag-21/instapaper_import.png b/src/news/wallabag-21/instapaper_import.png similarity index 100% rename from news/wallabag-21/instapaper_import.png rename to src/news/wallabag-21/instapaper_import.png diff --git a/news/wallabag-21/manage_users.png b/src/news/wallabag-21/manage_users.png similarity index 100% rename from news/wallabag-21/manage_users.png rename to src/news/wallabag-21/manage_users.png diff --git a/news/wallabag-21/readability_import.png b/src/news/wallabag-21/readability_import.png similarity index 100% rename from news/wallabag-21/readability_import.png rename to src/news/wallabag-21/readability_import.png diff --git a/news/wallabag-21/share_public.png b/src/news/wallabag-21/share_public.png similarity index 100% rename from news/wallabag-21/share_public.png rename to src/news/wallabag-21/share_public.png diff --git a/news/wallabag-211/index.md b/src/news/wallabag-211/index.md similarity index 100% rename from news/wallabag-211/index.md rename to src/news/wallabag-211/index.md diff --git a/news/wallabag-212/index.md b/src/news/wallabag-212/index.md similarity index 100% rename from news/wallabag-212/index.md rename to src/news/wallabag-212/index.md diff --git a/news/wallabag-213/index.md b/src/news/wallabag-213/index.md similarity index 100% rename from news/wallabag-213/index.md rename to src/news/wallabag-213/index.md diff --git a/news/wallabag-214/index.md b/src/news/wallabag-214/index.md similarity index 100% rename from news/wallabag-214/index.md rename to src/news/wallabag-214/index.md diff --git a/news/wallabag-215/index.md b/src/news/wallabag-215/index.md similarity index 100% rename from news/wallabag-215/index.md rename to src/news/wallabag-215/index.md diff --git a/news/wallabag-216/index.md b/src/news/wallabag-216/index.md similarity index 100% rename from news/wallabag-216/index.md rename to src/news/wallabag-216/index.md diff --git a/news/wallabag-alpha1-v2/index.md b/src/news/wallabag-alpha1-v2/index.md similarity index 100% rename from news/wallabag-alpha1-v2/index.md rename to src/news/wallabag-alpha1-v2/index.md diff --git a/news/wallabag-alpha2-v2/index.md b/src/news/wallabag-alpha2-v2/index.md similarity index 100% rename from news/wallabag-alpha2-v2/index.md rename to src/news/wallabag-alpha2-v2/index.md diff --git a/news/wallabag-integrates-facebook-okay-it-was-an-april-fool/index.md b/src/news/wallabag-integrates-facebook-okay-it-was-an-april-fool/index.md similarity index 100% rename from news/wallabag-integrates-facebook-okay-it-was-an-april-fool/index.md rename to src/news/wallabag-integrates-facebook-okay-it-was-an-april-fool/index.md diff --git a/news/wallabag-ios-v6/index.md b/src/news/wallabag-ios-v6/index.md similarity index 100% rename from news/wallabag-ios-v6/index.md rename to src/news/wallabag-ios-v6/index.md diff --git a/news/wallabag-public-beta1/index.md b/src/news/wallabag-public-beta1/index.md similarity index 100% rename from news/wallabag-public-beta1/index.md rename to src/news/wallabag-public-beta1/index.md diff --git a/news/wallabag-public-beta2/index.md b/src/news/wallabag-public-beta2/index.md similarity index 100% rename from news/wallabag-public-beta2/index.md rename to src/news/wallabag-public-beta2/index.md diff --git a/news/wallabag-v1-9-2-released/index.md b/src/news/wallabag-v1-9-2-released/index.md similarity index 100% rename from news/wallabag-v1-9-2-released/index.md rename to src/news/wallabag-v1-9-2-released/index.md diff --git a/news/wallabag-v191-released/index.md b/src/news/wallabag-v191-released/index.md similarity index 100% rename from news/wallabag-v191-released/index.md rename to src/news/wallabag-v191-released/index.md diff --git a/news/wallabag-v2-alpha-finally/index.md b/src/news/wallabag-v2-alpha-finally/index.md similarity index 100% rename from news/wallabag-v2-alpha-finally/index.md rename to src/news/wallabag-v2-alpha-finally/index.md diff --git a/news/wallabag-v2/gifwllbg20.gif b/src/news/wallabag-v2/gifwllbg20.gif similarity index 100% rename from news/wallabag-v2/gifwllbg20.gif rename to src/news/wallabag-v2/gifwllbg20.gif diff --git a/news/wallabag-v2/index.md b/src/news/wallabag-v2/index.md similarity index 100% rename from news/wallabag-v2/index.md rename to src/news/wallabag-v2/index.md diff --git a/news/wallabag-v2/poche01.jpg b/src/news/wallabag-v2/poche01.jpg similarity index 100% rename from news/wallabag-v2/poche01.jpg rename to src/news/wallabag-v2/poche01.jpg diff --git a/news/wallabag-wont-accept-pr-feature-request/index.md b/src/news/wallabag-wont-accept-pr-feature-request/index.md similarity index 100% rename from news/wallabag-wont-accept-pr-feature-request/index.md rename to src/news/wallabag-wont-accept-pr-feature-request/index.md diff --git a/news/wallabagger-howto/index.md b/src/news/wallabagger-howto/index.md similarity index 100% rename from news/wallabagger-howto/index.md rename to src/news/wallabagger-howto/index.md diff --git a/news/wallabagger-howto/inst-developermode.png b/src/news/wallabagger-howto/inst-developermode.png similarity index 100% rename from news/wallabagger-howto/inst-developermode.png rename to src/news/wallabagger-howto/inst-developermode.png diff --git a/news/wallabagger-howto/inst-extensionbutton.png b/src/news/wallabagger-howto/inst-extensionbutton.png similarity index 100% rename from news/wallabagger-howto/inst-extensionbutton.png rename to src/news/wallabagger-howto/inst-extensionbutton.png diff --git a/news/wallabagger-howto/inst-webstore.png b/src/news/wallabagger-howto/inst-webstore.png similarity index 100% rename from news/wallabagger-howto/inst-webstore.png rename to src/news/wallabagger-howto/inst-webstore.png diff --git a/news/wallabagger-howto/opt-checklist.png b/src/news/wallabagger-howto/opt-checklist.png similarity index 100% rename from news/wallabagger-howto/opt-checklist.png rename to src/news/wallabagger-howto/opt-checklist.png diff --git a/news/wallabagger-howto/opt-client.png b/src/news/wallabagger-howto/opt-client.png similarity index 100% rename from news/wallabagger-howto/opt-client.png rename to src/news/wallabagger-howto/opt-client.png diff --git a/news/wallabagger-howto/opt-clientfields.png b/src/news/wallabagger-howto/opt-clientfields.png similarity index 100% rename from news/wallabagger-howto/opt-clientfields.png rename to src/news/wallabagger-howto/opt-clientfields.png diff --git a/news/wallabagger-howto/opt-ext-optlink.png b/src/news/wallabagger-howto/opt-ext-optlink.png similarity index 100% rename from news/wallabagger-howto/opt-ext-optlink.png rename to src/news/wallabagger-howto/opt-ext-optlink.png diff --git a/news/wallabagger-howto/opt-granted.png b/src/news/wallabagger-howto/opt-granted.png similarity index 100% rename from news/wallabagger-howto/opt-granted.png rename to src/news/wallabagger-howto/opt-granted.png diff --git a/news/wallabagger-howto/opt-menu.png b/src/news/wallabagger-howto/opt-menu.png similarity index 100% rename from news/wallabagger-howto/opt-menu.png rename to src/news/wallabagger-howto/opt-menu.png diff --git a/news/wallabagger-howto/opt-spaceintags.png b/src/news/wallabagger-howto/opt-spaceintags.png similarity index 100% rename from news/wallabagger-howto/opt-spaceintags.png rename to src/news/wallabagger-howto/opt-spaceintags.png diff --git a/news/wallabagger-howto/opt-url.png b/src/news/wallabagger-howto/opt-url.png similarity index 100% rename from news/wallabagger-howto/opt-url.png rename to src/news/wallabagger-howto/opt-url.png diff --git a/news/wallabagger-howto/use-article.png b/src/news/wallabagger-howto/use-article.png similarity index 100% rename from news/wallabagger-howto/use-article.png rename to src/news/wallabagger-howto/use-article.png diff --git a/news/wallabagger-howto/use-articletags.png b/src/news/wallabagger-howto/use-articletags.png similarity index 100% rename from news/wallabagger-howto/use-articletags.png rename to src/news/wallabagger-howto/use-articletags.png diff --git a/news/wallabagger-howto/use-deletedialog.png b/src/news/wallabagger-howto/use-deletedialog.png similarity index 100% rename from news/wallabagger-howto/use-deletedialog.png rename to src/news/wallabagger-howto/use-deletedialog.png diff --git a/news/wallabagger-howto/use-deleteicon.png b/src/news/wallabagger-howto/use-deleteicon.png similarity index 100% rename from news/wallabagger-howto/use-deleteicon.png rename to src/news/wallabagger-howto/use-deleteicon.png diff --git a/news/wallabagger-howto/use-domain.png b/src/news/wallabagger-howto/use-domain.png similarity index 100% rename from news/wallabagger-howto/use-domain.png rename to src/news/wallabagger-howto/use-domain.png diff --git a/news/wallabagger-howto/use-editicon.png b/src/news/wallabagger-howto/use-editicon.png similarity index 100% rename from news/wallabagger-howto/use-editicon.png rename to src/news/wallabagger-howto/use-editicon.png diff --git a/news/wallabagger-howto/use-edittitle.png b/src/news/wallabagger-howto/use-edittitle.png similarity index 100% rename from news/wallabagger-howto/use-edittitle.png rename to src/news/wallabagger-howto/use-edittitle.png diff --git a/news/wallabagger-howto/use-error.png b/src/news/wallabagger-howto/use-error.png similarity index 100% rename from news/wallabagger-howto/use-error.png rename to src/news/wallabagger-howto/use-error.png diff --git a/news/wallabagger-howto/use-flagsicons.png b/src/news/wallabagger-howto/use-flagsicons.png similarity index 100% rename from news/wallabagger-howto/use-flagsicons.png rename to src/news/wallabagger-howto/use-flagsicons.png diff --git a/news/wallabagger-howto/use-flagsset.png b/src/news/wallabagger-howto/use-flagsset.png similarity index 100% rename from news/wallabagger-howto/use-flagsset.png rename to src/news/wallabagger-howto/use-flagsset.png diff --git a/news/wallabagger-howto/use-foundtag.png b/src/news/wallabagger-howto/use-foundtag.png similarity index 100% rename from news/wallabagger-howto/use-foundtag.png rename to src/news/wallabagger-howto/use-foundtag.png diff --git a/news/wallabagger-howto/use-icon.png b/src/news/wallabagger-howto/use-icon.png similarity index 100% rename from news/wallabagger-howto/use-icon.png rename to src/news/wallabagger-howto/use-icon.png diff --git a/news/wallabagger-howto/use-icons.png b/src/news/wallabagger-howto/use-icons.png similarity index 100% rename from news/wallabagger-howto/use-icons.png rename to src/news/wallabagger-howto/use-icons.png diff --git a/news/wallabagger-howto/use-saving.png b/src/news/wallabagger-howto/use-saving.png similarity index 100% rename from news/wallabagger-howto/use-saving.png rename to src/news/wallabagger-howto/use-saving.png diff --git a/news/wallabagger-howto/use-tagsarea.png b/src/news/wallabagger-howto/use-tagsarea.png similarity index 100% rename from news/wallabagger-howto/use-tagsarea.png rename to src/news/wallabagger-howto/use-tagsarea.png diff --git a/news/wallabagger-howto/use-title.png b/src/news/wallabagger-howto/use-title.png similarity index 100% rename from news/wallabagger-howto/use-title.png rename to src/news/wallabagger-howto/use-title.png diff --git a/news/wallabagit/index.md b/src/news/wallabagit/index.md similarity index 100% rename from news/wallabagit/index.md rename to src/news/wallabagit/index.md diff --git a/news/we-are-working-on-poche-v2/index.md b/src/news/we-are-working-on-poche-v2/index.md similarity index 100% rename from news/we-are-working-on-poche-v2/index.md rename to src/news/we-are-working-on-poche-v2/index.md diff --git a/news/you-can-finally-read-your-articles-while-being-offline/index.md b/src/news/you-can-finally-read-your-articles-while-being-offline/index.md similarity index 100% rename from news/you-can-finally-read-your-articles-while-being-offline/index.md rename to src/news/you-can-finally-read-your-articles-while-being-offline/index.md diff --git a/rss.xml.njk b/src/rss.xml.njk similarity index 100% rename from rss.xml.njk rename to src/rss.xml.njk diff --git a/static/css/fork-awesome.css b/src/static/css/fork-awesome.css similarity index 100% rename from static/css/fork-awesome.css rename to src/static/css/fork-awesome.css diff --git a/static/css/main.css b/src/static/css/main.css similarity index 100% rename from static/css/main.css rename to src/static/css/main.css diff --git a/static/css/news.css b/src/static/css/news.css similarity index 100% rename from static/css/news.css rename to src/static/css/news.css diff --git a/static/favicon.ico b/src/static/favicon.ico similarity index 100% rename from static/favicon.ico rename to src/static/favicon.ico diff --git a/static/fonts/Nunito-Black.ttf b/src/static/fonts/Nunito-Black.ttf similarity index 100% rename from static/fonts/Nunito-Black.ttf rename to src/static/fonts/Nunito-Black.ttf diff --git a/static/fonts/Nunito-BlackItalic.ttf b/src/static/fonts/Nunito-BlackItalic.ttf similarity index 100% rename from static/fonts/Nunito-BlackItalic.ttf rename to src/static/fonts/Nunito-BlackItalic.ttf diff --git a/static/fonts/Nunito-Bold.ttf b/src/static/fonts/Nunito-Bold.ttf similarity index 100% rename from static/fonts/Nunito-Bold.ttf rename to src/static/fonts/Nunito-Bold.ttf diff --git a/static/fonts/Nunito-BoldItalic.ttf b/src/static/fonts/Nunito-BoldItalic.ttf similarity index 100% rename from static/fonts/Nunito-BoldItalic.ttf rename to src/static/fonts/Nunito-BoldItalic.ttf diff --git a/static/fonts/Nunito-ExtraBold.ttf b/src/static/fonts/Nunito-ExtraBold.ttf similarity index 100% rename from static/fonts/Nunito-ExtraBold.ttf rename to src/static/fonts/Nunito-ExtraBold.ttf diff --git a/static/fonts/Nunito-ExtraBoldItalic.ttf b/src/static/fonts/Nunito-ExtraBoldItalic.ttf similarity index 100% rename from static/fonts/Nunito-ExtraBoldItalic.ttf rename to src/static/fonts/Nunito-ExtraBoldItalic.ttf diff --git a/static/fonts/Nunito-ExtraLight.ttf b/src/static/fonts/Nunito-ExtraLight.ttf similarity index 100% rename from static/fonts/Nunito-ExtraLight.ttf rename to src/static/fonts/Nunito-ExtraLight.ttf diff --git a/static/fonts/Nunito-ExtraLightItalic.ttf b/src/static/fonts/Nunito-ExtraLightItalic.ttf similarity index 100% rename from static/fonts/Nunito-ExtraLightItalic.ttf rename to src/static/fonts/Nunito-ExtraLightItalic.ttf diff --git a/static/fonts/Nunito-Italic.ttf b/src/static/fonts/Nunito-Italic.ttf similarity index 100% rename from static/fonts/Nunito-Italic.ttf rename to src/static/fonts/Nunito-Italic.ttf diff --git a/static/fonts/Nunito-Light.ttf b/src/static/fonts/Nunito-Light.ttf similarity index 100% rename from static/fonts/Nunito-Light.ttf rename to src/static/fonts/Nunito-Light.ttf diff --git a/static/fonts/Nunito-LightItalic.ttf b/src/static/fonts/Nunito-LightItalic.ttf similarity index 100% rename from static/fonts/Nunito-LightItalic.ttf rename to src/static/fonts/Nunito-LightItalic.ttf diff --git a/static/fonts/Nunito-Regular.ttf b/src/static/fonts/Nunito-Regular.ttf similarity index 100% rename from static/fonts/Nunito-Regular.ttf rename to src/static/fonts/Nunito-Regular.ttf diff --git a/static/fonts/Nunito-SemiBold.ttf b/src/static/fonts/Nunito-SemiBold.ttf similarity index 100% rename from static/fonts/Nunito-SemiBold.ttf rename to src/static/fonts/Nunito-SemiBold.ttf diff --git a/static/fonts/Nunito-SemiBoldItalic.ttf b/src/static/fonts/Nunito-SemiBoldItalic.ttf similarity index 100% rename from static/fonts/Nunito-SemiBoldItalic.ttf rename to src/static/fonts/Nunito-SemiBoldItalic.ttf diff --git a/static/fonts/OFL.txt b/src/static/fonts/OFL.txt similarity index 100% rename from static/fonts/OFL.txt rename to src/static/fonts/OFL.txt diff --git a/static/fonts/forkawesome-webfont.eot b/src/static/fonts/forkawesome-webfont.eot similarity index 100% rename from static/fonts/forkawesome-webfont.eot rename to src/static/fonts/forkawesome-webfont.eot diff --git a/static/fonts/forkawesome-webfont.svg b/src/static/fonts/forkawesome-webfont.svg similarity index 100% rename from static/fonts/forkawesome-webfont.svg rename to src/static/fonts/forkawesome-webfont.svg diff --git a/static/fonts/forkawesome-webfont.ttf b/src/static/fonts/forkawesome-webfont.ttf similarity index 100% rename from static/fonts/forkawesome-webfont.ttf rename to src/static/fonts/forkawesome-webfont.ttf diff --git a/static/fonts/forkawesome-webfont.woff b/src/static/fonts/forkawesome-webfont.woff similarity index 100% rename from static/fonts/forkawesome-webfont.woff rename to src/static/fonts/forkawesome-webfont.woff diff --git a/static/fonts/forkawesome-webfont.woff2 b/src/static/fonts/forkawesome-webfont.woff2 similarity index 100% rename from static/fonts/forkawesome-webfont.woff2 rename to src/static/fonts/forkawesome-webfont.woff2 diff --git a/static/img/bg_header.jpg b/src/static/img/bg_header.jpg similarity index 100% rename from static/img/bg_header.jpg rename to src/static/img/bg_header.jpg diff --git a/static/img/fancybox_loading.gif b/src/static/img/fancybox_loading.gif similarity index 100% rename from static/img/fancybox_loading.gif rename to src/static/img/fancybox_loading.gif diff --git a/static/img/fancybox_loading@2x.gif b/src/static/img/fancybox_loading@2x.gif similarity index 100% rename from static/img/fancybox_loading@2x.gif rename to src/static/img/fancybox_loading@2x.gif diff --git a/static/img/fancybox_overlay.png b/src/static/img/fancybox_overlay.png similarity index 100% rename from static/img/fancybox_overlay.png rename to src/static/img/fancybox_overlay.png diff --git a/static/img/fancybox_sprite.png b/src/static/img/fancybox_sprite.png similarity index 100% rename from static/img/fancybox_sprite.png rename to src/static/img/fancybox_sprite.png diff --git a/static/img/fancybox_sprite@2x.png b/src/static/img/fancybox_sprite@2x.png similarity index 100% rename from static/img/fancybox_sprite@2x.png rename to src/static/img/fancybox_sprite@2x.png diff --git a/static/img/grid.png b/src/static/img/grid.png similarity index 100% rename from static/img/grid.png rename to src/static/img/grid.png diff --git a/static/img/iphone-skeleton.png b/src/static/img/iphone-skeleton.png similarity index 100% rename from static/img/iphone-skeleton.png rename to src/static/img/iphone-skeleton.png diff --git a/static/img/logo-wallabag-black.svg b/src/static/img/logo-wallabag-black.svg similarity index 100% rename from static/img/logo-wallabag-black.svg rename to src/static/img/logo-wallabag-black.svg diff --git a/static/img/logo-wallabag.png b/src/static/img/logo-wallabag.png similarity index 100% rename from static/img/logo-wallabag.png rename to src/static/img/logo-wallabag.png diff --git a/static/img/logo-wallabag.svg b/src/static/img/logo-wallabag.svg similarity index 100% rename from static/img/logo-wallabag.svg rename to src/static/img/logo-wallabag.svg diff --git a/static/img/logo-wallabag@2x.svg b/src/static/img/logo-wallabag@2x.svg similarity index 100% rename from static/img/logo-wallabag@2x.svg rename to src/static/img/logo-wallabag@2x.svg diff --git a/static/img/logo-white.png b/src/static/img/logo-white.png similarity index 100% rename from static/img/logo-white.png rename to src/static/img/logo-white.png diff --git a/static/img/logo-white@2x.png b/src/static/img/logo-white@2x.png similarity index 100% rename from static/img/logo-white@2x.png rename to src/static/img/logo-white@2x.png diff --git a/static/img/mobile/01.png b/src/static/img/mobile/01.png similarity index 100% rename from static/img/mobile/01.png rename to src/static/img/mobile/01.png diff --git a/static/img/mobile/01@2x.png b/src/static/img/mobile/01@2x.png similarity index 100% rename from static/img/mobile/01@2x.png rename to src/static/img/mobile/01@2x.png diff --git a/static/img/mobile/02.png b/src/static/img/mobile/02.png similarity index 100% rename from static/img/mobile/02.png rename to src/static/img/mobile/02.png diff --git a/static/img/mobile/02@2x.png b/src/static/img/mobile/02@2x.png similarity index 100% rename from static/img/mobile/02@2x.png rename to src/static/img/mobile/02@2x.png diff --git a/static/img/mobile/03.png b/src/static/img/mobile/03.png similarity index 100% rename from static/img/mobile/03.png rename to src/static/img/mobile/03.png diff --git a/static/img/mobile/03@2x.png b/src/static/img/mobile/03@2x.png similarity index 100% rename from static/img/mobile/03@2x.png rename to src/static/img/mobile/03@2x.png diff --git a/static/img/mobile/04.png b/src/static/img/mobile/04.png similarity index 100% rename from static/img/mobile/04.png rename to src/static/img/mobile/04.png diff --git a/static/img/mobile/04@2x.png b/src/static/img/mobile/04@2x.png similarity index 100% rename from static/img/mobile/04@2x.png rename to src/static/img/mobile/04@2x.png diff --git a/static/img/showcase-bg-fixed-01.jpg b/src/static/img/showcase-bg-fixed-01.jpg similarity index 100% rename from static/img/showcase-bg-fixed-01.jpg rename to src/static/img/showcase-bg-fixed-01.jpg diff --git a/static/img/wallabag-logo-black.png b/src/static/img/wallabag-logo-black.png similarity index 100% rename from static/img/wallabag-logo-black.png rename to src/static/img/wallabag-logo-black.png diff --git a/static/img/wallabag_preview.png b/src/static/img/wallabag_preview.png similarity index 100% rename from static/img/wallabag_preview.png rename to src/static/img/wallabag_preview.png diff --git a/static/js/flickity.pkgd.min.js b/src/static/js/flickity.pkgd.min.js similarity index 100% rename from static/js/flickity.pkgd.min.js rename to src/static/js/flickity.pkgd.min.js diff --git a/static/js/jquery-2.x.min.js b/src/static/js/jquery-2.x.min.js similarity index 100% rename from static/js/jquery-2.x.min.js rename to src/static/js/jquery-2.x.min.js diff --git a/static/js/jquery.fancybox.pack.js b/src/static/js/jquery.fancybox.pack.js similarity index 100% rename from static/js/jquery.fancybox.pack.js rename to src/static/js/jquery.fancybox.pack.js diff --git a/static/js/modernizr.custom.js b/src/static/js/modernizr.custom.js similarity index 100% rename from static/js/modernizr.custom.js rename to src/static/js/modernizr.custom.js diff --git a/static/js/retina.js b/src/static/js/retina.js similarity index 100% rename from static/js/retina.js rename to src/static/js/retina.js diff --git a/static/js/scripts.js b/src/static/js/scripts.js similarity index 100% rename from static/js/scripts.js rename to src/static/js/scripts.js diff --git a/static/js/toucheffects.js b/src/static/js/toucheffects.js similarity index 100% rename from static/js/toucheffects.js rename to src/static/js/toucheffects.js diff --git a/static/js/waypoints.min.js b/src/static/js/waypoints.min.js similarity index 100% rename from static/js/waypoints.min.js rename to src/static/js/waypoints.min.js