diff --git a/cache/compiled/blueprints/master-dev.anissabensalah.net.php b/cache/compiled/blueprints/master-dev.anissabensalah.net.php
index 075e4a8..6f006f7 100644
--- a/cache/compiled/blueprints/master-dev.anissabensalah.net.php
+++ b/cache/compiled/blueprints/master-dev.anissabensalah.net.php
@@ -1,8 +1,8 @@
'Grav\\Common\\Config\\CompiledBlueprints',
- 'timestamp' => 1527177995,
- 'checksum' => '9252a9d86de84262b6254832bace6620',
+ 'timestamp' => 1527251079,
+ 'checksum' => '21668c07f0541dde70186be4519c69eb',
'files' => [
'user/plugins/admin/blueprints/config' => [
'media' => [
@@ -53,6 +53,10 @@ return [
'file' => 'user/plugins/email/blueprints.yaml',
'modified' => 1526367498
],
+ 'plugins/taxonomylist' => [
+ 'file' => 'user/plugins/taxonomylist/blueprints.yaml',
+ 'modified' => 1527251032
+ ],
'plugins/youtube' => [
'file' => 'user/plugins/youtube/blueprints.yaml',
'modified' => 1527105680
@@ -3292,6 +3296,37 @@ return [
'name' => 'plugins.email.debug',
'validation' => 'loose'
],
+ 'plugins.taxonomylist' => [
+ 'type' => '_root',
+ 'form_field' => false,
+ 'form' => [
+ 'validation' => 'strict'
+ ]
+ ],
+ 'plugins.taxonomylist.enabled' => [
+ 'type' => 'toggle',
+ 'label' => 'Plugin status',
+ 'highlight' => 1,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'Enabled',
+ 0 => 'Disabled'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ],
+ 'name' => 'plugins.taxonomylist.enabled',
+ 'validation' => 'strict'
+ ],
+ 'plugins.taxonomylist.route' => [
+ 'type' => 'text',
+ 'label' => 'Route to blog',
+ 'validate' => [
+ 'pattern' => '/([a-z\\-_]+/?)+'
+ ],
+ 'name' => 'plugins.taxonomylist.route',
+ 'validation' => 'strict'
+ ],
'plugins.youtube' => [
'type' => '_root',
'form_field' => false,
@@ -4077,6 +4112,10 @@ return [
'body' => 'plugins.email.body',
'debug' => 'plugins.email.debug'
],
+ 'taxonomylist' => [
+ 'enabled' => 'plugins.taxonomylist.enabled',
+ 'route' => 'plugins.taxonomylist.route'
+ ],
'youtube' => [
'enabled' => 'plugins.youtube.enabled',
'built_in_css' => 'plugins.youtube.built_in_css',
diff --git a/cache/compiled/config/master-dev.anissabensalah.net.php b/cache/compiled/config/master-dev.anissabensalah.net.php
index b552cb8..9dc1fea 100644
--- a/cache/compiled/config/master-dev.anissabensalah.net.php
+++ b/cache/compiled/config/master-dev.anissabensalah.net.php
@@ -1,8 +1,8 @@
'Grav\\Common\\Config\\CompiledConfig',
- 'timestamp' => 1527177848,
- 'checksum' => 'f0ac567fbf8cb9d8dd0dc11d82570ddc',
+ 'timestamp' => 1527502798,
+ 'checksum' => 'c5e64aaaa7cb36dfca003bad5ef2d530',
'files' => [
'user/config' => [
'media' => [
@@ -27,7 +27,7 @@ return [
],
'system' => [
'file' => 'user/config/system.yaml',
- 'modified' => 1527093463
+ 'modified' => 1527502798
]
],
'system/config' => [
@@ -73,6 +73,10 @@ return [
'file' => 'user/plugins/email/email.yaml',
'modified' => 1526367498
],
+ 'plugins/taxonomylist' => [
+ 'file' => 'user/plugins/taxonomylist/taxonomylist.yaml',
+ 'modified' => 1527251032
+ ],
'plugins/youtube' => [
'file' => 'user/plugins/youtube/youtube.yaml',
'modified' => 1527105680
@@ -259,6 +263,10 @@ return [
'content_type' => 'text/html',
'debug' => false
],
+ 'taxonomylist' => [
+ 'enabled' => true,
+ 'route' => '/blog'
+ ],
'youtube' => [
'enabled' => true,
'built_in_css' => true,
@@ -641,7 +649,7 @@ return [
'hide_in_urls' => false
],
'pages' => [
- 'theme' => 'quark',
+ 'theme' => 'anissabensalah',
'order' => [
'by' => 'default',
'dir' => 'asc'
diff --git a/cache/compiled/files/01fd30b1704aa6c9973534495f00fcfd.yaml.php b/cache/compiled/files/01fd30b1704aa6c9973534495f00fcfd.yaml.php
new file mode 100644
index 0000000..3221967
--- /dev/null
+++ b/cache/compiled/files/01fd30b1704aa6c9973534495f00fcfd.yaml.php
@@ -0,0 +1,21 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => 'themes://anissabensalah/anissabensalah.yaml',
+ 'modified' => 1527502649,
+ 'data' => [
+ 'enabled' => true,
+ 'production-mode' => true,
+ 'grid-size' => 'grid-lg',
+ 'header-fixed' => true,
+ 'header-animated' => true,
+ 'header-dark' => false,
+ 'header-transparent' => false,
+ 'sticky-footer' => true,
+ 'blog-page' => '/blog',
+ 'spectre' => [
+ 'exp' => false,
+ 'icons' => false
+ ]
+ ]
+];
diff --git a/cache/compiled/files/0e86eb8a5bc81b7d516fe9d34ee82192.yaml.php b/cache/compiled/files/0e86eb8a5bc81b7d516fe9d34ee82192.yaml.php
new file mode 100644
index 0000000..4be5c2a
--- /dev/null
+++ b/cache/compiled/files/0e86eb8a5bc81b7d516fe9d34ee82192.yaml.php
@@ -0,0 +1,10 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/plugins/taxonomylist/taxonomylist.yaml',
+ 'modified' => 1527251032,
+ 'data' => [
+ 'enabled' => true,
+ 'route' => '/blog'
+ ]
+];
diff --git a/cache/compiled/files/1ffdc16e503a7f03b706a251329c4168.yaml.php b/cache/compiled/files/1ffdc16e503a7f03b706a251329c4168.yaml.php
new file mode 100644
index 0000000..aee5553
--- /dev/null
+++ b/cache/compiled/files/1ffdc16e503a7f03b706a251329c4168.yaml.php
@@ -0,0 +1,117 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/quark/blueprints/blog.yaml',
+ 'modified' => 1526367498,
+ 'data' => [
+ 'extends@' => 'default',
+ 'child_type' => 'item',
+ 'rules' => [
+ 'slug' => [
+ 'pattern' => '[a-z][a-z0-9_\\-]+',
+ 'min' => 2,
+ 'max' => 80
+ ]
+ ],
+ 'form' => [
+ 'fields' => [
+ 'tabs' => [
+ 'type' => 'tabs',
+ 'active' => 1,
+ 'fields' => [
+ 'advanced' => [
+ 'fields' => [
+ 'overrides' => [
+ 'fields' => [
+ 'header.child_type' => [
+ 'default' => 'item'
+ ]
+ ]
+ ]
+ ]
+ ],
+ 'blog' => [
+ 'type' => 'tab',
+ 'title' => 'Blog Config',
+ 'fields' => [
+ 'content_title' => [
+ 'type' => 'spacer',
+ 'title' => 'Content Definition'
+ ],
+ 'header.content.items' => [
+ 'type' => 'textarea',
+ 'yaml' => true,
+ 'label' => 'Items',
+ 'default' => '@self.children',
+ 'validate' => [
+ 'type' => 'yaml'
+ ]
+ ],
+ 'header.content.limit' => [
+ 'type' => 'text',
+ 'label' => 'Max Item Count',
+ 'default' => 5,
+ 'validate' => [
+ 'required' => true,
+ 'type' => 'int',
+ 'min' => 1
+ ]
+ ],
+ 'header.content.order.by' => [
+ 'type' => 'select',
+ 'label' => 'Order By',
+ 'default' => 'date',
+ 'options' => [
+ 'folder' => 'Folder',
+ 'title' => 'Title',
+ 'date' => 'Date',
+ 'default' => 'Default'
+ ]
+ ],
+ 'header.content.order.dir' => [
+ 'type' => 'select',
+ 'label' => 'Order',
+ 'default' => 'desc',
+ 'options' => [
+ 'asc' => 'Ascending',
+ 'desc' => 'Descending'
+ ]
+ ],
+ 'header.content.pagination' => [
+ 'type' => 'toggle',
+ 'label' => 'Pagination',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'header.content.url_taxonomy_filters' => [
+ 'type' => 'toggle',
+ 'label' => 'URL Taxonomy Filters',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ]
+ ],
+ 'import@' => [
+ 'type' => 'partials/blog-bits',
+ 'context' => 'blueprints://pages'
+ ]
+ ]
+ ]
+ ]
+ ]
+ ]
+ ]
+];
diff --git a/cache/compiled/files/783fc9cc6910b89c3dd505a9a99f8c7e.yaml.php b/cache/compiled/files/783fc9cc6910b89c3dd505a9a99f8c7e.yaml.php
new file mode 100644
index 0000000..119e6c9
--- /dev/null
+++ b/cache/compiled/files/783fc9cc6910b89c3dd505a9a99f8c7e.yaml.php
@@ -0,0 +1,370 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/languages.yaml',
+ 'modified' => 1527502649,
+ 'data' => [
+ 'en' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Continue reading...',
+ 'NEXT_POST' => 'Next Post',
+ 'PREV_POST' => 'Previous Post'
+ ]
+ ],
+ 'SHOP' => [
+ 'ITEM' => [
+ 'BACK' => 'Back',
+ 'NEXT_ITEM' => 'Next Item',
+ 'PREV_ITEM' => 'Previous Item'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Search'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Related Posts'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Random Article',
+ 'FEELING_LUCKY' => 'I\'m Feeling Lucky!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Some Text Widget'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Popular Tags'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Archives'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Syndicate'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Here is the summary of what you wrote to us:'
+ ],
+ 'ERROR' => 'Error'
+ ],
+ 'de' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Weiterlesen...',
+ 'NEXT_POST' => 'Nächster Beitrag',
+ 'PREV_POST' => 'Vorheriger Beitrag'
+ ]
+ ],
+ 'SHOP' => [
+ 'ITEM' => [
+ 'BACK' => 'Zurück',
+ 'NEXT_ITEM' => 'Nächstes Objekt',
+ 'PREV_ITEM' => 'Vorheriger Objekt'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'SimpleSearch'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Ähnliche Beiträge'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Zufälliger Artikel',
+ 'FEELING_LUCKY' => 'Auf gut Glück!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Text Widget Beispiel'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Häufigste Tags'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Archiv'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Abonnements'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Folgendes haben Sie uns mitgeteilt:'
+ ],
+ 'ERROR' => 'Fehler'
+ ],
+ 'es' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Continuar leyendo...',
+ 'NEXT_POST' => 'Siguiente Entrada',
+ 'PREV_POST' => 'Entrada Anterior'
+ ]
+ ],
+ 'SHOP' => [
+ 'ITEM' => [
+ 'BACK' => 'Espalda',
+ 'NEXT_ITEM' => 'Siguiente Artículo',
+ 'PREV_ITEM' => 'Artículo Anterior'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Buscar'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Entradas Relacionadas'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Artículo Aleatorio',
+ 'FEELING_LUCKY' => 'Voy a tener suerte!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Algunos Widget de Texto'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Etiquetas Populares'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Archivos'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Distribuir'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Este es un resumen de lo escrito:'
+ ],
+ 'ERROR' => 'Error'
+ ],
+ 'fr' => [
+ 'TRANSLATION_TEST' => 'Quark !',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Continuer la lecture...',
+ 'NEXT_POST' => 'Article suivant',
+ 'PREV_POST' => 'Article précédent'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Recherche simple'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Articles en relation'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Article aléatoire',
+ 'FEELING_LUCKY' => 'J\'ai de la chance !'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Du texte gadget'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Tags populaires'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Archives'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Syndication'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Voici le résumé de ce que vous avez écrit pour nous:'
+ ],
+ 'ERROR' => 'Erreur'
+ ],
+ 'it' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Continua a leggere...',
+ 'NEXT_POST' => 'Prossimo articolo',
+ 'PREV_POST' => 'Articolo precedente'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'SimpleSearch'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Articoli correlati'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Articolo a caso',
+ 'FEELING_LUCKY' => 'Mi sento fortunato!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Widget di testo'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Tag popolari'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Archivio'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Feed'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Questo è il riassunto di quanto ci hai scritto:'
+ ],
+ 'ERROR' => 'Errore'
+ ],
+ 'ro' => [
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Mai multe...',
+ 'NEXT_POST' => 'Următorul articol',
+ 'PREV_POST' => 'Articolul anterior'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Căutare'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Articole corelate'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Articol aleator'
+ ],
+ 'FEELING_LUCKY' => 'Mă simt norocos',
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Text modular'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Etichete populare'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Arhive'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Abonați-vă'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Acesta este rezumatul mesajului Dvs:'
+ ],
+ 'ERROR' => 'Eroare'
+ ],
+ 'ru' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Читать далее...',
+ 'NEXT_POST' => 'Следующая запись',
+ 'PREV_POST' => 'Предыдущая запись'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Поиск'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Также читайте'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Случайная запись',
+ 'FEELING_LUCKY' => 'Мне повезёт!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Текстовой виджет'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Популярные теги'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Архив'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Синдикация'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Вы написали нам:'
+ ],
+ 'ERROR' => 'Ошибка'
+ ],
+ 'uk' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Читати далі...',
+ 'NEXT_POST' => 'Наступний запис',
+ 'PREV_POST' => 'Попередній запис'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Пошук'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Також читайте'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Випадковий запис',
+ 'FEELING_LUCKY' => 'Мені пощастить!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Текстовий віджет'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Популярні теги'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Архів'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Синдикація'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Ви написали нам:'
+ ],
+ 'ERROR' => 'Помилка'
+ ],
+ 'hr' => [
+ 'TRANSLATION_TEST' => 'Quark!',
+ 'BLOG' => [
+ 'ITEM' => [
+ 'CONTINUE_READING' => 'Nastavi s čitanjem...',
+ 'NEXT_POST' => 'Slijedeća objava',
+ 'PREV_POST' => 'Prethodna objava'
+ ]
+ ],
+ 'SIDEBAR' => [
+ 'SIMPLE_SEARCH' => [
+ 'HEADLINE' => 'Pretraživanje'
+ ],
+ 'RELATED_POSTS' => [
+ 'HEADLINE' => 'Povezane objave'
+ ],
+ 'RANDOM_ARTICLE' => [
+ 'HEADLINE' => 'Slučajni članak',
+ 'FEELING_LUCKY' => 'Osjećam se sretno!'
+ ],
+ 'SOME_TEXT_WIDGET' => [
+ 'HEADLINE' => 'Neki tekst widget'
+ ],
+ 'POPULAR_TAGS' => [
+ 'HEADLINE' => 'Popularni tagovi'
+ ],
+ 'ARCHIVES' => [
+ 'HEADLINE' => 'Arhiva'
+ ],
+ 'SYNDICATE' => [
+ 'HEADLINE' => 'Kanali'
+ ]
+ ],
+ 'FORM_DATA' => [
+ 'SUMMARY' => 'Ovo je sažetak onog što ste nam napisali:'
+ ],
+ 'ERROR' => 'Greška'
+ ]
+ ]
+];
diff --git a/cache/compiled/files/8ed7d0f7f247e8081d3e8047dd881665.yaml.php b/cache/compiled/files/8ed7d0f7f247e8081d3e8047dd881665.yaml.php
new file mode 100644
index 0000000..9a64d83
--- /dev/null
+++ b/cache/compiled/files/8ed7d0f7f247e8081d3e8047dd881665.yaml.php
@@ -0,0 +1,48 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/plugins/taxonomylist/blueprints.yaml',
+ 'modified' => 1527251032,
+ 'data' => [
+ 'name' => 'Taxonomy List',
+ 'version' => '1.3.2',
+ 'description' => 'With the **TaxonomyList plugin** you can easily create list of **taxonomy** items such as **tags**, **categories**, etc.',
+ 'icon' => 'tag',
+ 'author' => [
+ 'name' => 'Team Grav',
+ 'email' => 'devs@getgrav.org',
+ 'url' => 'http://getgrav.org'
+ ],
+ 'homepage' => 'https://github.com/getgrav/grav-plugin-taxonomylist',
+ 'demo' => 'http://demo.getgrav.org/blog-skeleton',
+ 'keywords' => 'taxonomylist, plugin, taxonomy, list, tags, categories',
+ 'bugs' => 'https://github.com/getgrav/grav-plugin-taxonomylist/issues',
+ 'license' => 'MIT',
+ 'form' => [
+ 'validation' => 'strict',
+ 'fields' => [
+ 'enabled' => [
+ 'type' => 'toggle',
+ 'label' => 'Plugin status',
+ 'highlight' => 1,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'Enabled',
+ 0 => 'Disabled'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'route' => [
+ 'type' => 'text',
+ 'label' => 'Route to blog',
+ 'placeholder' => '/blog',
+ 'validate' => [
+ 'pattern' => '/([a-z\\-_]+/?)+'
+ ]
+ ]
+ ]
+ ]
+ ]
+];
diff --git a/cache/compiled/files/da8e0a661960c34cb738d2dd7727fa01.yaml.php b/cache/compiled/files/da8e0a661960c34cb738d2dd7727fa01.yaml.php
new file mode 100644
index 0000000..83eb202
--- /dev/null
+++ b/cache/compiled/files/da8e0a661960c34cb738d2dd7727fa01.yaml.php
@@ -0,0 +1,184 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/blueprints.yaml',
+ 'modified' => 1527502784,
+ 'data' => [
+ 'name' => 'anissabensalah',
+ 'version' => 1,
+ 'description' => 'Theme du site anissabensalah.fr developpé par Kévin Tessier (figureslibres)',
+ 'icon' => 'microchip',
+ 'author' => [
+ 'name' => 'Kevin tessier',
+ 'email' => 'kevin@figureslibres.io',
+ 'url' => 'http://kevintessier.net'
+ ],
+ 'homepage' => 'https://github.com/getgrav/grav-theme-quark',
+ 'demo' => 'https://demo.getgrav.org/onepage-skeleton',
+ 'keywords' => 'anissabensalah, musique, theme, core, modern, fast, responsive, html5, css3',
+ 'bugs' => 'https://github.com/getgrav/grav-theme-quark/issues',
+ 'license' => 'MIT',
+ 'dependencies' => [
+ 0 => [
+ 'name' => 'grav',
+ 'version' => '>=1.4.0-rc.1'
+ ]
+ ],
+ 'form' => [
+ 'validation' => 'loose',
+ 'fields' => [
+ 'production-mode' => [
+ 'type' => 'toggle',
+ 'label' => 'Production mode',
+ 'help' => 'When enabled, Quark will render with minified CSS',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'grid-size' => [
+ 'type' => 'select',
+ 'label' => 'Grid size',
+ 'help' => 'The maximum width of the theme',
+ 'size' => 'small',
+ 'options' => [
+ '' => 'None (full width)',
+ 'grid-xl' => 'Extra Large',
+ 'grid-lg' => 'Large',
+ 'grid-md' => 'Medium'
+ ]
+ ],
+ 'header_section' => [
+ 'type' => 'section',
+ 'title' => 'Header Defaults',
+ 'underline' => true
+ ],
+ 'header-fixed' => [
+ 'type' => 'toggle',
+ 'label' => 'Fixed header',
+ 'help' => 'When enabled, the header will be fixed at the top of the browser',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'header-animated' => [
+ 'type' => 'toggle',
+ 'label' => 'Animated',
+ 'help' => 'When enabled, the header will animate to a smaller header when scrolling',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'header-dark' => [
+ 'type' => 'toggle',
+ 'label' => 'Dark Style',
+ 'help' => 'When enabled, a dark-friendly style will be used',
+ 'highlight' => 0,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'header-transparent' => [
+ 'type' => 'toggle',
+ 'label' => 'Transparent',
+ 'help' => 'When enabled, a transparent style will be used',
+ 'highlight' => 0,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'footer_section' => [
+ 'type' => 'section',
+ 'title' => 'Footer Defaults',
+ 'underline' => true
+ ],
+ 'sticky-footer' => [
+ 'type' => 'toggle',
+ 'label' => 'Sticky footer',
+ 'help' => 'When enabled, the footer will be sticky at the bottom of the browser',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'blog_section' => [
+ 'type' => 'section',
+ 'title' => 'Blog Defaults',
+ 'underline' => true
+ ],
+ 'blog-page' => [
+ 'type' => 'text',
+ 'label' => 'Blog Page',
+ 'help' => 'The route to the blog page when working with blog sidebar',
+ 'size' => 'medium',
+ 'default' => '/blog'
+ ],
+ 'spectre_section' => [
+ 'type' => 'section',
+ 'title' => 'Spectre.css Options',
+ 'underline' => true
+ ],
+ 'spectre.exp' => [
+ 'type' => 'toggle',
+ 'label' => 'Experimentals CSS',
+ 'help' => 'When enabled, the `spectre-exp.css` file will be included',
+ 'highlight' => 0,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'spectre.icons' => [
+ 'type' => 'toggle',
+ 'label' => 'Icons CSS',
+ 'help' => 'When enabled, the `spectre-icons.css` file will be included',
+ 'highlight' => 0,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ]
+ ]
+ ]
+ ]
+];
diff --git a/cache/compiled/files/dbf5b9a56fc5663b642b9b7077ffb74d.yaml.php b/cache/compiled/files/dbf5b9a56fc5663b642b9b7077ffb74d.yaml.php
new file mode 100644
index 0000000..b2c88ee
--- /dev/null
+++ b/cache/compiled/files/dbf5b9a56fc5663b642b9b7077ffb74d.yaml.php
@@ -0,0 +1,79 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/quark/blueprints/partials/blog-bits.yaml',
+ 'modified' => 1526367498,
+ 'data' => [
+ 'form' => [
+ 'fields' => [
+ 'hero_title' => [
+ 'type' => 'spacer',
+ 'title' => 'Hero Section'
+ ],
+ 'header.hero_classes' => [
+ 'type' => 'text',
+ 'label' => 'Hero Classes',
+ 'markdown' => true,
+ 'description' => 'There are several Hero class options that can be listed here (space separated):
`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`
Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
+ ],
+ 'header.hero_image' => [
+ 'type' => 'filepicker',
+ 'label' => 'Hero Image',
+ 'preview_images' => true,
+ 'description' => 'If not specified, this defaults to the first image found in the page\'s folder'
+ ],
+ 'toggles_title' => [
+ 'type' => 'spacer',
+ 'title' => 'Configuration'
+ ],
+ 'header.blog_url' => [
+ 'type' => 'text',
+ 'label' => 'Blog Route',
+ 'help' => 'The route to this main blog page that contains this configuration',
+ 'default' => '/blog',
+ 'placeholder' => '/blog',
+ 'size' => 'medium'
+ ],
+ 'header.show_sidebar' => [
+ 'type' => 'toggle',
+ 'label' => 'Show Sidebar',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'header.show_breadcrumbs' => [
+ 'type' => 'toggle',
+ 'label' => 'Show Breadcrumbs',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'header.show_pagination' => [
+ 'type' => 'toggle',
+ 'label' => 'Show Pagination',
+ 'highlight' => 1,
+ 'default' => 1,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.ENABLED',
+ 0 => 'PLUGIN_ADMIN.DISABLED'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ]
+ ]
+ ]
+ ]
+];
diff --git a/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php b/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php
new file mode 100644
index 0000000..49480b8
--- /dev/null
+++ b/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php
@@ -0,0 +1,10 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => 'plugins://taxonomylist/taxonomylist.yaml',
+ 'modified' => 1527251032,
+ 'data' => [
+ 'enabled' => true,
+ 'route' => '/blog'
+ ]
+];
diff --git a/cache/gpm/13/5b32613539366162643064643336393863373938653339363565663938626534615d5b315d.doctrinecache.data b/cache/gpm/13/5b32613539366162643064643336393863373938653339363565663938626534615d5b315d.doctrinecache.data
index 1c1cfa6..36ca484 100644
--- a/cache/gpm/13/5b32613539366162643064643336393863373938653339363565663938626534615d5b315d.doctrinecache.data
+++ b/cache/gpm/13/5b32613539366162643064643336393863373938653339363565663938626534615d5b315d.doctrinecache.data
@@ -1,3 +1,3 @@
-1527267032
+1527586564
s:1018372:"{"quark-open-publishing":{"name":"Quark Open Publishing","version":"0.9.2","description":"A customized version of the Quark theme with Git Sync and 'chromeless' mode (as shown in screenshot).","description_html":"
A customized version of the Quark theme with Git Sync and 'chromeless' mode (as shown in screenshot).<\/p>","description_plain":"A customized version of the Quark theme with Git Sync and 'chromeless' mode (as shown in screenshot).","icon":"unlock","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.4.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"archives","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"email","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"login","version":"*"},{"name":"markdown-fontawesome","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"oerschema","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"taxonomylist","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"shortcode-ui","version":"*"},{"name":"quark","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/blob\/master\/README.md","demo":"http:\/\/demo.hibbittsdesign.org\/grav-open-publishing-quark\/","keywords":"open, publishing, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/issues","license":"MIT","tag_name":"v0.9.2","date":"2018-04-29T15:16:43Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark-open-publishing\/0.9.2","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","slug":"quark-open-publishing","install_path":"user\/themes\/quark-open-publishing","screenshot":"themes-quark-open-publishing.jpg","changelog":{"0.9.2":{"date":"04\/29\/2018","content":"1. [](#new)\n * Added support for image captions on blog post image headers\n1. [](#improved)\n * Updated modular item blueprint","content_html":"
Bulma Portfolio Theme<\/p>","description_plain":"Bulma Portfolio Theme","icon":"rebel","author":{"name":"John Mica","email":"john@johnmica.me"},"homepage":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio\/issues","license":"MIT","tag_name":"0.1.7","date":"2018-03-30T13:01:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bulma-portfolio\/0.1.7","repository":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","slug":"bulma-portfolio","install_path":"user\/themes\/bulma-portfolio","screenshot":"themes-bulma-portfolio.jpg","changelog":{"0.1.5":{"date":" 22\/03\/2018","content":"1. [](#improved)\n - added possibility to select a Logo (only SVG ) and a favicon (usually a png\/jpg) from the theme settings. Before a logo \/ favicon can be added, at least a page must be created and saved and media added to that page. (next iteration could see improvements in this)","content_html":"
Port of Jekyll's chalk theme to Grav<\/p>","description_plain":"Port of Jekyll's chalk theme to Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"dependencies":[{"name":"grav","version":">=1.3.8"},{"name":"admin","version":">=1.6.6"},{"name":"readingtime","version":">=1.2.0"},{"name":"highlight","version":">=1.4.0"},{"name":"taxonomylist","version":">=1.3.1"},{"name":"quick-tray-links","version":">=1.0.0"}],"homepage":"https:\/\/github.com\/paul-massendari\/grav-theme-chalk","demo":"http:\/\/chalk.paulmassendari.com","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/paul-massendari\/grav-theme-chalk\/issues","license":"MIT","tag_name":"v0.2.0","date":"2018-04-06T16:55:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/chalk\/0.2.0","repository":"https:\/\/github.com\/paulmassen\/grav-theme-chalk","slug":"chalk","install_path":"user\/themes\/chalk","screenshot":"themes-chalk.jpg","changelog":{"0.2.0":{"date":" 04\/05\/2018","content":"1. [](#new)\n * Fixed icons\n * Several improvements\n * Fixed scss reference to normalize\n ","content_html":"
Port of Minimaxing by HTML5 UP<\/p>","description_plain":"Port of Minimaxing by HTML5 UP","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing","docs":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing\/blob\/master\/README.md","demo":"https:\/\/hughbris.github.io\/grav-theme-minimaxing","keywords":"grav, theme, html5up, blue","bugs":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing\/issues","license":"MIT","tag_name":"v0.2.1","date":"2018-03-17T05:58:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/minimaxing\/0.2.1","repository":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing","slug":"minimaxing","install_path":"user\/themes\/minimaxing","screenshot":"themes-minimaxing.jpg","changelog":{"0.2.1":{"date":" 18-02-2018","content":"1. [](#new)\n * port of [existing theme](https:\/\/html5up.net\/minimaxing)\n * [demo pages](_demo\/pages) and an additional [Elements page](_demo\/pages\/90.elements\/onecolumn.md)\n1. [](#improved)\n * add docs, demo and correct keywords in blueprint\n1. [](#bugfix)\n * fix twig typo bug in header link","content_html":"
Simple and minimalistic responsive theme for portfolios.<\/p>","description_plain":"Simple and minimalistic responsive theme for portfolios.","icon":"rebel","author":{"name":"Joey CK","email":"joui1994@gmail.com"},"homepage":"https:\/\/github.com\/s6joui\/grav-theme-portfolio","demo":"http:\/\/www.joeyck.tech","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/s6joui\/grav-theme-portfolio\/issues","license":"MIT","tag_name":"0.1.0","date":"2018-02-26T15:46:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/portfolio\/0.1.0","repository":"https:\/\/github.com\/s6joui\/grav-theme-portfolio","slug":"portfolio","install_path":"user\/themes\/portfolio","screenshot":"themes-portfolio.jpg","changelog":{"0.1.0":{"date":" 02\/26\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
Port of the Editorial theme from HTML5Up.net<\/p>","description_plain":"Port of the Editorial theme from HTML5Up.net","icon":"paint-brush","author":{"name":"Jeremy Gonyea","email":"jeremy.gonyea@gmail.com"},"dependencies":[{"name":"auto-date","version":"*"},{"name":"simplesearch","version":"*"}],"homepage":"https:\/\/github.com\/jeremy-gonyea\/grav-theme-editorial","keywords":"grav, theme, html5up, editorial","bugs":"https:\/\/github.com\/jeremy-gonyea\/grav-theme-editorial\/issues","license":"MIT","tag_name":"0.1.3","date":"2018-03-12T23:18:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/editorial\/0.1.3","repository":"https:\/\/github.com\/jgonyea\/grav-theme-editorial","slug":"editorial","install_path":"user\/themes\/editorial","screenshot":"themes-editorial.jpg","changelog":{"0.1.3":{"date":" 02\/14\/2018","content":"1. [](#new)\n * Default state of sidebar is now configurable.\n2. [](#improved)\n * None\n3. [](#bugfix)\n * Child pages in navigation now render properly.","content_html":"
A responsive theme from templated.co, ported to Grav.<\/p>","description_plain":"A responsive theme from templated.co, ported to Grav.","icon":"desktop","author":{"name":"Andre Lehman","email":"aisberg@posteo.de"},"homepage":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect","demo":"https:\/\/aisbergg.github.io\/grav-demo\/introspect\/pages\/home","keywords":"introspect, theme, modern, responsive, html5, css3","bugs":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect\/issues","license":"MIT","tag_name":"v1.0.2","date":"2018-05-09T17:45:01Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/introspect\/1.0.1","repository":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect","slug":"introspect","install_path":"user\/themes\/introspect","screenshot":"themes-introspect.jpg","changelog":{"1.0.0":{"date":"01\/12\/2018","content":"1. [](#new)\n * Initial Release","content_html":"
New Grav Default Theme<\/p>","description_plain":"New Grav Default Theme","icon":"microchip","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.4.0-rc.1"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-quark","demo":"https:\/\/demo.getgrav.org\/onepage-skeleton","keywords":"quark, spectre, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-quark\/issues","license":"MIT","tag_name":"1.0.3","date":"2018-05-11T20:33:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark\/1.0.3","repository":"https:\/\/github.com\/getgrav\/grav-theme-quark","slug":"quark","install_path":"user\/themes\/quark","screenshot":"themes-quark.jpg","changelog":{"1.0.3":{"date":"05\/11\/2018","content":"1. [](#new)\n * Added new primary button mixin\n1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.1` version\n * Improved default login styling\n * Removed core Spectre.css override to make upgrading Spectre easier\n * Added screenshot to README.md\n * Override focus to prevent overzealous blue blurs\n1. [](#bugfix)\n * Fix for `highlight` plugin not changing background of code blocks \n * Removed extraneous `dump()` in Twig output","content_html":"
0.5.1<\/code> version<\/li>\n- Improved default login styling<\/li>\n
- Removed core Spectre.css override to make upgrading Spectre easier<\/li>\n
- Added screenshot to README.md<\/li>\n
- Override focus to prevent overzealous blue blurs<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Fix for
highlight<\/code> plugin not changing background of code blocks <\/li>\n- Removed extraneous
dump()<\/code> in Twig output<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added new primary button mixin\n\n\n\nUpdated Spectre.css to latest 0.5.1 version\nImproved default login styling\nRemoved core Spectre.css override to make upgrading Spectre easier\nAdded screenshot to README.md\nOverride focus to prevent overzealous blue blurs\n\n\n\nFix for highlight plugin not changing background of code blocks \nRemoved extraneous dump() in Twig output"},"1.0.2":{"date":"02\/19\/2018","content":"1. [](#new)\n * Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files\n * Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0\n1. [](#improved)\n * Font tweaks\n1. [](#bugfix)\n * Pagination fixes \n ","content_html":"\n- <\/a>\n
\n- Added toggle options to enable Spectre.css experimentals<\/em> and icons<\/em> CSS files<\/li>\n
- Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Font tweaks<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Pagination fixes <\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added toggle options to enable Spectre.css experimentals and icons CSS files\nSwitched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0\n\n\n\nFont tweaks\n\n\n\nPagination fixes "},"1.0.1":{"date":" 01\/22\/2018","content":"1. [](#new)\n * Added blueprints for admin editing\n1. [](#improved)\n * Use default lang from `site.yaml`\n1. [](#bugfix)\n * Fixed Current path to address issues with extending Quark\n * Fixed parallax to start in same position as standard\n * Fixed modular image size","content_html":"
\n- <\/a>\n
\n- Added blueprints for admin editing<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Use default lang from
site.yaml<\/code><\/li>\n<\/ul><\/li>\n- <\/a>\n
\n- Fixed Current path to address issues with extending Quark<\/li>\n
- Fixed parallax to start in same position as standard<\/li>\n
- Fixed modular image size<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added blueprints for admin editing\n\n\n\nUse default lang from site.yaml\n\n\n\nFixed Current path to address issues with extending Quark\nFixed parallax to start in same position as standard\nFixed modular image size"},"1.0.0":{"date":" 12\/28\/2017","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}}},"pluspunkt":{"name":"pluspunkt","version":"1.0.3","description":"A simple, responsive and modern Grav theme built with Kube","description_html":"
A simple, responsive and modern Grav theme built with Kube<\/p>","description_plain":"A simple, responsive and modern Grav theme built with Kube","icon":"plus-circle","author":{"name":"Simon M\u00fcller","url":"https:\/\/github.com\/SimonMueller","email":"pluspunkt-theme@protonmail.ch"},"homepage":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt","keywords":"pluspunkt, grav, theme, kube, modern, responsive","bugs":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt\/issues","license":"GPL-3.0","tag_name":"1.0.3","date":"2018-01-09T13:31:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pluspunkt\/1.0.3","repository":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt","slug":"pluspunkt","install_path":"user\/themes\/pluspunkt","screenshot":"themes-pluspunkt.jpg","changelog":{"1.0.0":{"date":"19.12.2017","content":"1. [](#new)\n * Initial release","content_html":"
\n- <\/a>\n
\n- Initial release<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Initial release"},"1.0.1":{"date":"30.12.2017","content":"1. [](#new)\n * Added config for collection head\n2. [](#improved)\n * Improved article header\n3. [](#bugfix)\n * Breadcrumb overflow handling (wrap)\n * Correct padding of footer widget\n * Fix display of publish date","content_html":"
\n- <\/a>\n
\n- Added config for collection head<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Improved article header<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Breadcrumb overflow handling (wrap)<\/li>\n
- Correct padding of footer widget<\/li>\n
- Fix display of publish date<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added config for collection head\n\n\n\nImproved article header\n\n\n\nBreadcrumb overflow handling (wrap)\nCorrect padding of footer widget\nFix display of publish date"},"1.0.2":{"date":"6.01.2018","content":"1. [](#new)\n * Added CONTRIBUTING.md","content_html":"
\n- <\/a>\n
\n- Added CONTRIBUTING.md<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added CONTRIBUTING.md"},"1.0.3":{"date":"9.01.2018","content":"1. [](#bugfix)\n * Fix pagination base_url with relative URLs","content_html":"
\n- <\/a>\n
\n- Fix pagination base_url with relative URLs<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fix pagination base_url with relative URLs"}},"dependencies":[]},"mache":{"name":"Mache","version":"1.0.4","description":"Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.","description_html":"
Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.<\/p>","description_plain":"Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.","icon":"empire","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-mache","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/mache","keywords":"mache, theme, template, responsive, html5, css3, one, single, page, bootstrap","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-mache\/issues","license":"MIT","tag_name":"v1.0.4","date":"2018-03-18T09:17:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mache\/1.0.4","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-mache","slug":"mache","install_path":"user\/themes\/mache","screenshot":"themes-mache.jpg","changelog":{"1.0.4":{"date":"18\/03\/2018","content":"1. [](#bugfix)\n * Fixed image issue (thanks to trangthaonguyen)\n * Fixed missing pricing title (thanks to DevilsDaddy)\n2. [](#improved)\n * Centered search icon (thanks to RobLui)","content_html":"
\n- <\/a>\n
\n- Fixed image issue (thanks to trangthaonguyen)<\/li>\n
- Fixed missing pricing title (thanks to DevilsDaddy)<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Centered search icon (thanks to RobLui)<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed image issue (thanks to trangthaonguyen)\nFixed missing pricing title (thanks to DevilsDaddy)\n\n\n\nCentered search icon (thanks to RobLui)"},"1.0.3":{"date":"02\/01\/2018","content":"1. [](#bugfix)\n * Fixed contact section\n * Fixed active class in navigation\n * Fixed CTA3 module\n2. [](#improved)\n * Improved link in baner","content_html":"
\n- <\/a>\n
\n- Fixed contact section<\/li>\n
- Fixed active class in navigation<\/li>\n
- Fixed CTA3 module<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Improved link in baner<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed contact section\nFixed active class in navigation\nFixed CTA3 module\n\n\n\nImproved link in baner"},"1.0.2":{"date":"27\/12\/2017","content":"1. [](#bugfix)\n * Fixed missing button in banner","content_html":"
\n- <\/a>\n
\n- Fixed missing button in banner<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed missing button in banner"},"1.0.1":{"date":"26\/12\/2017","content":"1. [](#improved)\n * Improved handling form error","content_html":"
\n- <\/a>\n
\n- Improved handling form error<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Improved handling form error"},"1.0.0":{"date":"26\/12\/2017","content":"1. [](#new)\n * First release","content_html":"
\n- <\/a>\n
\n- First release<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"First release"}},"dependencies":[]},"simple-dark":{"name":"Simple Dark","version":"0.1.0","description":"A simple and dark theme","description_html":"
A simple and dark theme<\/p>","description_plain":"A simple and dark theme","icon":"rebel","author":{"name":"Magnus","email":"magnus.axelsson@student.howest.be"},"homepage":"https:\/\/github.com\/magnus\/grav-theme-simple-dark","demo":"https:\/\/www.vlsm.se","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/magnus\/grav-theme-simple-dark\/issues","license":"MIT","tag_name":"17.12.1","date":"2017-12-28T21:37:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/simple-dark\/0.1.0","repository":"https:\/\/github.com\/magaxel\/Simple-Dark","slug":"simple-dark","install_path":"user\/themes\/simple-dark","screenshot":"themes-simple-dark.jpg","changelog":{"17.12":{"date":" 12\/28\/2017","content":"1. [](#new)\n * First commit\n * Minor changes","content_html":"
\n- <\/a>\n
\n- First commit<\/li>\n
- Minor changes<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"First commit\nMinor changes"}},"dependencies":[]},"generallax":{"name":"Generallax","version":"0.1.0","description":"Generallax Theme by Shane Zentz","description_html":"
Generallax Theme by Shane Zentz<\/p>","description_plain":"Generallax Theme by Shane Zentz","icon":"star","author":{"name":"Shane Zentz","email":"shane@shanezentz.com"},"homepage":"https:\/\/github.com\/shane-zentz\/generallax-grav-theme","demo":"https:\/\/www.shanezentz.com","keywords":"Generallax, parallax, sliding banners, psuedo-parallax, mobile friendly, mobile-friendly,","bugs":"https:\/\/github.com\/shane-zentz\/grav-theme-generallax\/issues","license":"MIT","tag_name":"V0.0.1","date":"2017-10-02T16:38:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/generallax\/0.1.0","repository":"https:\/\/github.com\/shane-zentz\/Generallax","slug":"generallax","install_path":"user\/themes\/generallax","screenshot":"themes-generallax.jpg","changelog":[],"dependencies":[]},"gravnd-zero":{"name":"Gravnd Zero","version":"0.1.0","description":"A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.","description_html":"
A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.<\/p>","description_plain":"A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.","icon":"code","author":{"name":"Domantas Petrauskas","email":"domantas@kemdu.lt"},"homepage":"https:\/\/github.com\/fistmenaruto\/grav-theme-gravnd-zero","keywords":"gravnd-zero, boilerplate, starter-theme, custom, base, laravel-mix","bugs":"https:\/\/github.com\/fistmenaruto\/gravnd-zero\/issues","license":"MIT","tag_name":"v0.0.1","date":"2017-09-28T15:48:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gravnd-zero\/0.1.0","repository":"https:\/\/github.com\/fistmenaruto\/gravnd-zero","slug":"gravnd-zero","install_path":"user\/themes\/gravnd-zero","screenshot":"themes-gravnd-zero.jpg","changelog":{"0.1.0":{"date":" 09\/27\/2017","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}},"dependencies":[]},"hyde":{"name":"Hyde","version":"0.1.1","description":"Hyde theme for Grav","description_html":"
Hyde theme for Grav<\/p>","description_plain":"Hyde theme for Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-hyde","demo":"http:\/\/demo.yoursite.com","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-hyde\/issues","license":"MIT","tag_name":"v0.1.1","date":"2017-09-14T13:31:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hyde\/0.1.1","repository":"https:\/\/github.com\/paulmassen\/grav-theme-hyde","slug":"hyde","install_path":"user\/themes\/hyde","screenshot":"themes-hyde.jpg","changelog":{"0.1.0":{"date":"09\/14\/2017","content":"1. [](#new)\n * Started Changelog\n * First Release\n","content_html":"
\n- <\/a>\n
\n- Started Changelog<\/li>\n
- First Release<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Started Changelog\nFirst Release"}},"dependencies":[]},"antimatter-open-publishing":{"name":"Antimatter Open Publishing","version":"1.3.2","description":"A customized version of the Antimatter theme with Git Sync and 'chromeless' mode (as shown in screenshot).","description_html":"
A customized version of the Antimatter theme with Git Sync and 'chromeless' mode (as shown in screenshot).<\/p>","description_plain":"A customized version of the Antimatter theme with Git Sync and 'chromeless' mode (as shown in screenshot).","icon":"unlock","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"archives","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"email","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"login","version":"*"},{"name":"markdown-fontawesome","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"oerschema","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"taxonomylist","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"shortcode-ui","version":"*"},{"name":"antimatter","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-antimatter-open-publishing","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-antimatter-open-publishing\/blob\/master\/README.md","demo":"http:\/\/demo.hibbittsdesign.org\/grav-open-publishing\/","keywords":"open, publishing, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-antimatter-open-publishing\/issues","license":"MIT","tag_name":"v1.3.2","date":"2018-04-29T16:20:14Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/antimatter-open-publishing\/1.3.2","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-antimatter-open-publishing","slug":"antimatter-open-publishing","install_path":"user\/themes\/antimatter-open-publishing","screenshot":"themes-antimatter-open-publishing.jpg","changelog":{"1.3.2":{"date":"04\/29\/2018","content":"1. [](#new)\n * Added experimental H5P Shortcode support (in the formats of [h5p id=ID] and [h5p url=URL])\n * Added experimental Embed.ly Card Shortcode support (in the format of [embedly url=URL])\n * Added experimental Swipe Shortcode support (in the format of [swipe id=ID])\n * Added H5P content page template and blueprint\n * Added Swipe deck page template content page template and blueprint","content_html":"
\n- <\/a>\n
\n- Added experimental H5P Shortcode support (in the formats of [h5p id=ID] and [h5p url=URL])<\/li>\n
- Added experimental Embed.ly Card Shortcode support (in the format of [embedly url=URL])<\/li>\n
- Added experimental Swipe Shortcode support (in the format of [swipe id=ID])<\/li>\n
- Added H5P content page template and blueprint<\/li>\n
- Added Swipe deck page template content page template and blueprint<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added experimental H5P Shortcode support (in the formats of [h5p id=ID] and [h5p url=URL])\nAdded experimental Embed.ly Card Shortcode support (in the format of [embedly url=URL])\nAdded experimental Swipe Shortcode support (in the format of [swipe id=ID])\nAdded H5P content page template and blueprint\nAdded Swipe deck page template content page template and blueprint"},"1.3.1":{"date":"03\/28\/2018","content":"1. [](#bugfix)\n * Added proper handling of Featherlight Plugin","content_html":"
\n- <\/a>\n
\n- Added proper handling of Featherlight Plugin<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added proper handling of Featherlight Plugin"},"1.3.0":{"date":"03\/15\/2018","content":"1. [](#improved)\n * Updated theme css defaults\n * Changed theme author information to Hibbitts Design","content_html":"
\n- <\/a>\n
\n- Updated theme css defaults<\/li>\n
- Changed theme author information to Hibbitts Design<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Updated theme css defaults\nChanged theme author information to Hibbitts Design"},"1.2.9":{"date":"03\/11\/2018","content":"1. [](#improved)\n * Updated ReadMe file","content_html":"