diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..3852f23 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - public + only: + - no-masters diff --git a/.htaccess b/public/.htaccess similarity index 100% rename from .htaccess rename to public/.htaccess diff --git a/config/build/generate-indexes-feeds b/public/config/build/generate-indexes-feeds similarity index 100% rename from config/build/generate-indexes-feeds rename to public/config/build/generate-indexes-feeds diff --git a/config/build/md2pot b/public/config/build/md2pot similarity index 100% rename from config/build/md2pot rename to public/config/build/md2pot diff --git a/config/build/pos2htmls b/public/config/build/pos2htmls similarity index 100% rename from config/build/pos2htmls rename to public/config/build/pos2htmls diff --git a/config/build/pot2pos b/public/config/build/pot2pos similarity index 100% rename from config/build/pot2pos rename to public/config/build/pot2pos diff --git a/config/template/site/foot.xml b/public/config/template/site/foot.xml similarity index 100% rename from config/template/site/foot.xml rename to public/config/template/site/foot.xml diff --git a/config/template/site/footer.html b/public/config/template/site/footer.html similarity index 100% rename from config/template/site/footer.html rename to public/config/template/site/footer.html diff --git a/config/template/site/head.html b/public/config/template/site/head.html similarity index 100% rename from config/template/site/head.html rename to public/config/template/site/head.html diff --git a/config/template/site/head.xml b/public/config/template/site/head.xml similarity index 100% rename from config/template/site/head.xml rename to public/config/template/site/head.xml diff --git a/config/template/site/header.html b/public/config/template/site/header.html similarity index 100% rename from config/template/site/header.html rename to public/config/template/site/header.html diff --git a/config/template/site/main_lang.rb b/public/config/template/site/main_lang.rb similarity index 100% rename from config/template/site/main_lang.rb rename to public/config/template/site/main_lang.rb diff --git a/content/html/en/001_free-publishing.html b/public/content/html/en/001_free-publishing.html similarity index 100% rename from content/html/en/001_free-publishing.html rename to public/content/html/en/001_free-publishing.html diff --git a/content/html/en/002_fuck-books.html b/public/content/html/en/002_fuck-books.html similarity index 100% rename from content/html/en/002_fuck-books.html rename to public/content/html/en/002_fuck-books.html diff --git a/content/html/en/003_dont-come.html b/public/content/html/en/003_dont-come.html similarity index 100% rename from content/html/en/003_dont-come.html rename to public/content/html/en/003_dont-come.html diff --git a/content/html/en/004_backup.html b/public/content/html/en/004_backup.html similarity index 100% rename from content/html/en/004_backup.html rename to public/content/html/en/004_backup.html diff --git a/content/html/en/005_hiim-master.html b/public/content/html/en/005_hiim-master.html similarity index 100% rename from content/html/en/005_hiim-master.html rename to public/content/html/en/005_hiim-master.html diff --git a/content/html/en/006_copyleft-pandemic.html b/public/content/html/en/006_copyleft-pandemic.html similarity index 100% rename from content/html/en/006_copyleft-pandemic.html rename to public/content/html/en/006_copyleft-pandemic.html diff --git a/content/html/en/_about.html b/public/content/html/en/_about.html similarity index 100% rename from content/html/en/_about.html rename to public/content/html/en/_about.html diff --git a/content/html/en/_contact.html b/public/content/html/en/_contact.html similarity index 100% rename from content/html/en/_contact.html rename to public/content/html/en/_contact.html diff --git a/content/html/en/_donate.html b/public/content/html/en/_donate.html similarity index 100% rename from content/html/en/_donate.html rename to public/content/html/en/_donate.html diff --git a/content/html/en/_fork.html b/public/content/html/en/_fork.html similarity index 100% rename from content/html/en/_fork.html rename to public/content/html/en/_fork.html diff --git a/content/html/en/_links.html b/public/content/html/en/_links.html similarity index 100% rename from content/html/en/_links.html rename to public/content/html/en/_links.html diff --git a/content/html/en/index.html b/public/content/html/en/index.html similarity index 100% rename from content/html/en/index.html rename to public/content/html/en/index.html diff --git a/content/html/es/001_free-publishing.html b/public/content/html/es/001_free-publishing.html similarity index 100% rename from content/html/es/001_free-publishing.html rename to public/content/html/es/001_free-publishing.html diff --git a/content/html/es/002_fuck-books.html b/public/content/html/es/002_fuck-books.html similarity index 100% rename from content/html/es/002_fuck-books.html rename to public/content/html/es/002_fuck-books.html diff --git a/content/html/es/003_dont-come.html b/public/content/html/es/003_dont-come.html similarity index 100% rename from content/html/es/003_dont-come.html rename to public/content/html/es/003_dont-come.html diff --git a/content/html/es/004_backup.html b/public/content/html/es/004_backup.html similarity index 100% rename from content/html/es/004_backup.html rename to public/content/html/es/004_backup.html diff --git a/content/html/es/005_hiim-master.html b/public/content/html/es/005_hiim-master.html similarity index 100% rename from content/html/es/005_hiim-master.html rename to public/content/html/es/005_hiim-master.html diff --git a/content/html/es/006_copyleft-pandemic.html b/public/content/html/es/006_copyleft-pandemic.html similarity index 100% rename from content/html/es/006_copyleft-pandemic.html rename to public/content/html/es/006_copyleft-pandemic.html diff --git a/content/html/es/_about.html b/public/content/html/es/_about.html similarity index 100% rename from content/html/es/_about.html rename to public/content/html/es/_about.html diff --git a/content/html/es/_contact.html b/public/content/html/es/_contact.html similarity index 100% rename from content/html/es/_contact.html rename to public/content/html/es/_contact.html diff --git a/content/html/es/_donate.html b/public/content/html/es/_donate.html similarity index 100% rename from content/html/es/_donate.html rename to public/content/html/es/_donate.html diff --git a/content/html/es/_fork.html b/public/content/html/es/_fork.html similarity index 100% rename from content/html/es/_fork.html rename to public/content/html/es/_fork.html diff --git a/content/html/es/_links.html b/public/content/html/es/_links.html similarity index 100% rename from content/html/es/_links.html rename to public/content/html/es/_links.html diff --git a/content/html/es/index.html b/public/content/html/es/index.html similarity index 100% rename from content/html/es/index.html rename to public/content/html/es/index.html diff --git a/content/md/001_free-publishing.md b/public/content/md/001_free-publishing.md similarity index 100% rename from content/md/001_free-publishing.md rename to public/content/md/001_free-publishing.md diff --git a/content/md/002_fuck-books.md b/public/content/md/002_fuck-books.md similarity index 100% rename from content/md/002_fuck-books.md rename to public/content/md/002_fuck-books.md diff --git a/content/md/003_dont-come.md b/public/content/md/003_dont-come.md similarity index 100% rename from content/md/003_dont-come.md rename to public/content/md/003_dont-come.md diff --git a/content/md/004_backup.md b/public/content/md/004_backup.md similarity index 100% rename from content/md/004_backup.md rename to public/content/md/004_backup.md diff --git a/content/md/005_hiim-master.md b/public/content/md/005_hiim-master.md similarity index 100% rename from content/md/005_hiim-master.md rename to public/content/md/005_hiim-master.md diff --git a/content/md/006_copyleft-pandemic.md b/public/content/md/006_copyleft-pandemic.md similarity index 100% rename from content/md/006_copyleft-pandemic.md rename to public/content/md/006_copyleft-pandemic.md diff --git a/content/md/_about.md b/public/content/md/_about.md similarity index 100% rename from content/md/_about.md rename to public/content/md/_about.md diff --git a/content/md/_contact.md b/public/content/md/_contact.md similarity index 100% rename from content/md/_contact.md rename to public/content/md/_contact.md diff --git a/content/md/_donate.md b/public/content/md/_donate.md similarity index 100% rename from content/md/_donate.md rename to public/content/md/_donate.md diff --git a/content/md/_fork.md b/public/content/md/_fork.md similarity index 100% rename from content/md/_fork.md rename to public/content/md/_fork.md diff --git a/content/md/_links.md b/public/content/md/_links.md similarity index 100% rename from content/md/_links.md rename to public/content/md/_links.md diff --git a/content/po/en/001_free-publishing.po b/public/content/po/en/001_free-publishing.po similarity index 100% rename from content/po/en/001_free-publishing.po rename to public/content/po/en/001_free-publishing.po diff --git a/content/po/en/002_fuck-books.po b/public/content/po/en/002_fuck-books.po similarity index 100% rename from content/po/en/002_fuck-books.po rename to public/content/po/en/002_fuck-books.po diff --git a/content/po/en/003_dont-come.po b/public/content/po/en/003_dont-come.po similarity index 100% rename from content/po/en/003_dont-come.po rename to public/content/po/en/003_dont-come.po diff --git a/content/po/en/004_backup.po b/public/content/po/en/004_backup.po similarity index 100% rename from content/po/en/004_backup.po rename to public/content/po/en/004_backup.po diff --git a/content/po/en/005_hiim-master.po b/public/content/po/en/005_hiim-master.po similarity index 100% rename from content/po/en/005_hiim-master.po rename to public/content/po/en/005_hiim-master.po diff --git a/content/po/en/006_copyleft-pandemic.po b/public/content/po/en/006_copyleft-pandemic.po similarity index 100% rename from content/po/en/006_copyleft-pandemic.po rename to public/content/po/en/006_copyleft-pandemic.po diff --git a/content/po/en/_about.po b/public/content/po/en/_about.po similarity index 100% rename from content/po/en/_about.po rename to public/content/po/en/_about.po diff --git a/content/po/en/_contact.po b/public/content/po/en/_contact.po similarity index 100% rename from content/po/en/_contact.po rename to public/content/po/en/_contact.po diff --git a/content/po/en/_donate.po b/public/content/po/en/_donate.po similarity index 100% rename from content/po/en/_donate.po rename to public/content/po/en/_donate.po diff --git a/content/po/en/_fork.po b/public/content/po/en/_fork.po similarity index 100% rename from content/po/en/_fork.po rename to public/content/po/en/_fork.po diff --git a/content/po/en/_links.po b/public/content/po/en/_links.po similarity index 100% rename from content/po/en/_links.po rename to public/content/po/en/_links.po diff --git a/content/po/es/001_free-publishing.po b/public/content/po/es/001_free-publishing.po similarity index 100% rename from content/po/es/001_free-publishing.po rename to public/content/po/es/001_free-publishing.po diff --git a/content/po/es/002_fuck-books.po b/public/content/po/es/002_fuck-books.po similarity index 100% rename from content/po/es/002_fuck-books.po rename to public/content/po/es/002_fuck-books.po diff --git a/content/po/es/003_dont-come.po b/public/content/po/es/003_dont-come.po similarity index 100% rename from content/po/es/003_dont-come.po rename to public/content/po/es/003_dont-come.po diff --git a/content/po/es/004_backup.po b/public/content/po/es/004_backup.po similarity index 100% rename from content/po/es/004_backup.po rename to public/content/po/es/004_backup.po diff --git a/content/po/es/005_hiim-master.po b/public/content/po/es/005_hiim-master.po similarity index 100% rename from content/po/es/005_hiim-master.po rename to public/content/po/es/005_hiim-master.po diff --git a/content/po/es/006_copyleft-pandemic.po b/public/content/po/es/006_copyleft-pandemic.po similarity index 100% rename from content/po/es/006_copyleft-pandemic.po rename to public/content/po/es/006_copyleft-pandemic.po diff --git a/content/po/es/_about.po b/public/content/po/es/_about.po similarity index 100% rename from content/po/es/_about.po rename to public/content/po/es/_about.po diff --git a/content/po/es/_contact.po b/public/content/po/es/_contact.po similarity index 100% rename from content/po/es/_contact.po rename to public/content/po/es/_contact.po diff --git a/content/po/es/_donate.po b/public/content/po/es/_donate.po similarity index 100% rename from content/po/es/_donate.po rename to public/content/po/es/_donate.po diff --git a/content/po/es/_fork.po b/public/content/po/es/_fork.po similarity index 100% rename from content/po/es/_fork.po rename to public/content/po/es/_fork.po diff --git a/content/po/es/_links.po b/public/content/po/es/_links.po similarity index 100% rename from content/po/es/_links.po rename to public/content/po/es/_links.po diff --git a/content/pot/001_free-publishing.pot b/public/content/pot/001_free-publishing.pot similarity index 100% rename from content/pot/001_free-publishing.pot rename to public/content/pot/001_free-publishing.pot diff --git a/content/pot/002_fuck-books.pot b/public/content/pot/002_fuck-books.pot similarity index 100% rename from content/pot/002_fuck-books.pot rename to public/content/pot/002_fuck-books.pot diff --git a/content/pot/003_dont-come.pot b/public/content/pot/003_dont-come.pot similarity index 100% rename from content/pot/003_dont-come.pot rename to public/content/pot/003_dont-come.pot diff --git a/content/pot/004_backup.pot b/public/content/pot/004_backup.pot similarity index 100% rename from content/pot/004_backup.pot rename to public/content/pot/004_backup.pot diff --git a/content/pot/005_hiim-master.pot b/public/content/pot/005_hiim-master.pot similarity index 100% rename from content/pot/005_hiim-master.pot rename to public/content/pot/005_hiim-master.pot diff --git a/content/pot/006_copyleft-pandemic.pot b/public/content/pot/006_copyleft-pandemic.pot similarity index 100% rename from content/pot/006_copyleft-pandemic.pot rename to public/content/pot/006_copyleft-pandemic.pot diff --git a/content/pot/_about.pot b/public/content/pot/_about.pot similarity index 100% rename from content/pot/_about.pot rename to public/content/pot/_about.pot diff --git a/content/pot/_contact.pot b/public/content/pot/_contact.pot similarity index 100% rename from content/pot/_contact.pot rename to public/content/pot/_contact.pot diff --git a/content/pot/_donate.pot b/public/content/pot/_donate.pot similarity index 100% rename from content/pot/_donate.pot rename to public/content/pot/_donate.pot diff --git a/content/pot/_fork.pot b/public/content/pot/_fork.pot similarity index 100% rename from content/pot/_fork.pot rename to public/content/pot/_fork.pot diff --git a/content/pot/_links.pot b/public/content/pot/_links.pot similarity index 100% rename from content/pot/_links.pot rename to public/content/pot/_links.pot diff --git a/css/extra.css b/public/css/extra.css similarity index 100% rename from css/extra.css rename to public/css/extra.css diff --git a/css/styles.css b/public/css/styles.css similarity index 100% rename from css/styles.css rename to public/css/styles.css diff --git a/feed/en/rss.xml b/public/feed/en/rss.xml similarity index 100% rename from feed/en/rss.xml rename to public/feed/en/rss.xml diff --git a/feed/es/rss.xml b/public/feed/es/rss.xml similarity index 100% rename from feed/es/rss.xml rename to public/feed/es/rss.xml diff --git a/icon.png b/public/icon.png similarity index 100% rename from icon.png rename to public/icon.png diff --git a/img/p001_i001.jpg b/public/img/p001_i001.jpg similarity index 100% rename from img/p001_i001.jpg rename to public/img/p001_i001.jpg diff --git a/img/p001_i002_en.png b/public/img/p001_i002_en.png similarity index 100% rename from img/p001_i002_en.png rename to public/img/p001_i002_en.png diff --git a/img/p001_i002_en.svg b/public/img/p001_i002_en.svg similarity index 100% rename from img/p001_i002_en.svg rename to public/img/p001_i002_en.svg diff --git a/img/p001_i002_es.png b/public/img/p001_i002_es.png similarity index 100% rename from img/p001_i002_es.png rename to public/img/p001_i002_es.png diff --git a/img/p001_i002_es.svg b/public/img/p001_i002_es.svg similarity index 100% rename from img/p001_i002_es.svg rename to public/img/p001_i002_es.svg diff --git a/img/p004_i001.jpg b/public/img/p004_i001.jpg similarity index 100% rename from img/p004_i001.jpg rename to public/img/p004_i001.jpg diff --git a/img/p004_i002.jpg b/public/img/p004_i002.jpg similarity index 100% rename from img/p004_i002.jpg rename to public/img/p004_i002.jpg diff --git a/img/p004_i003.jpg b/public/img/p004_i003.jpg similarity index 100% rename from img/p004_i003.jpg rename to public/img/p004_i003.jpg diff --git a/img/p005_i001.png b/public/img/p005_i001.png similarity index 100% rename from img/p005_i001.png rename to public/img/p005_i001.png diff --git a/img/p005_i002.png b/public/img/p005_i002.png similarity index 100% rename from img/p005_i002.png rename to public/img/p005_i002.png diff --git a/img/p005_i003.png b/public/img/p005_i003.png similarity index 100% rename from img/p005_i003.png rename to public/img/p005_i003.png diff --git a/img/p005_i004.png b/public/img/p005_i004.png similarity index 100% rename from img/p005_i004.png rename to public/img/p005_i004.png diff --git a/img/p005_i005.png b/public/img/p005_i005.png similarity index 100% rename from img/p005_i005.png rename to public/img/p005_i005.png diff --git a/img/p005_i006.png b/public/img/p005_i006.png similarity index 100% rename from img/p005_i006.png rename to public/img/p005_i006.png diff --git a/img/p006_i001.svg b/public/img/p006_i001.svg similarity index 100% rename from img/p006_i001.svg rename to public/img/p006_i001.svg diff --git a/img/p006_i001_en.jpg b/public/img/p006_i001_en.jpg similarity index 100% rename from img/p006_i001_en.jpg rename to public/img/p006_i001_en.jpg diff --git a/img/p006_i001_es.jpg b/public/img/p006_i001_es.jpg similarity index 100% rename from img/p006_i001_es.jpg rename to public/img/p006_i001_es.jpg diff --git a/img/p006_i002.svg b/public/img/p006_i002.svg similarity index 100% rename from img/p006_i002.svg rename to public/img/p006_i002.svg diff --git a/img/p006_i002_en.png b/public/img/p006_i002_en.png similarity index 100% rename from img/p006_i002_en.png rename to public/img/p006_i002_en.png diff --git a/img/p006_i002_es.png b/public/img/p006_i002_es.png similarity index 100% rename from img/p006_i002_es.png rename to public/img/p006_i002_es.png diff --git a/js/functions.js b/public/js/functions.js similarity index 100% rename from js/functions.js rename to public/js/functions.js diff --git a/ttf/alegreya-bold.ttf b/public/ttf/alegreya-bold.ttf similarity index 100% rename from ttf/alegreya-bold.ttf rename to public/ttf/alegreya-bold.ttf diff --git a/ttf/alegreya-bolditalic.ttf b/public/ttf/alegreya-bolditalic.ttf similarity index 100% rename from ttf/alegreya-bolditalic.ttf rename to public/ttf/alegreya-bolditalic.ttf diff --git a/ttf/alegreya-italic.ttf b/public/ttf/alegreya-italic.ttf similarity index 100% rename from ttf/alegreya-italic.ttf rename to public/ttf/alegreya-italic.ttf diff --git a/ttf/alegreya-regular.ttf b/public/ttf/alegreya-regular.ttf similarity index 100% rename from ttf/alegreya-regular.ttf rename to public/ttf/alegreya-regular.ttf