template
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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'
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/anissabensalah.net/user/plugins/taxonomylist/taxonomylist.yaml',
|
||||
'modified' => 1527251032,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/blog'
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,117 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,370 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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'
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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\\-_]+/?)+'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,184 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,79 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => '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):<br />`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`<br />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'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://taxonomylist/taxonomylist.yaml',
|
||||
'modified' => 1527251032,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/blog'
|
||||
]
|
||||
];
|
||||
@@ -1 +1 @@
|
||||
{"23-05-2018":157,"24-05-2018":168}
|
||||
{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":36}
|
||||
@@ -1 +1 @@
|
||||
{"05-2018":325}
|
||||
{"05-2018":599}
|
||||
@@ -1 +1 @@
|
||||
{"\/":315,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
|
||||
{"\/":589,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
|
||||
@@ -1 +1 @@
|
||||
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527180562}
|
||||
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527505211}
|
||||
@@ -1,9 +1,12 @@
|
||||
absolute_urls: false
|
||||
timezone: ''
|
||||
default_locale: null
|
||||
param_sep: ':'
|
||||
wrapped_site: false
|
||||
reverse_proxy_setup: false
|
||||
force_ssl: false
|
||||
force_lowercase_urls: true
|
||||
custom_base_url: ''
|
||||
username_regex: '^[a-z0-9_-]{3,16}$'
|
||||
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
|
||||
intl_enabled: true
|
||||
@@ -22,13 +25,14 @@ home:
|
||||
alias: /home
|
||||
hide_in_urls: false
|
||||
pages:
|
||||
theme: quark
|
||||
theme: anissabensalah
|
||||
order:
|
||||
by: default
|
||||
dir: asc
|
||||
list:
|
||||
count: 20
|
||||
dateformat:
|
||||
default: null
|
||||
short: 'jS M Y'
|
||||
long: 'F jS \a\t g:ia'
|
||||
publish_dates: true
|
||||
@@ -56,7 +60,9 @@ pages:
|
||||
- json
|
||||
- rss
|
||||
- atom
|
||||
append_url_extension: ''
|
||||
expires: 604800
|
||||
cache_control: null
|
||||
last_modified: false
|
||||
etag: false
|
||||
vary_accept_encoding: false
|
||||
@@ -86,6 +92,8 @@ cache:
|
||||
lifetime: 604800
|
||||
gzip: false
|
||||
allow_webserver_gzip: false
|
||||
redis:
|
||||
socket: false
|
||||
twig:
|
||||
cache: false
|
||||
debug: true
|
||||
@@ -124,6 +132,8 @@ images:
|
||||
auto_fix_orientation: false
|
||||
media:
|
||||
enable_media_timestamp: false
|
||||
unsupported_inline_types: { }
|
||||
allowed_fallback_types: { }
|
||||
auto_metadata_exif: false
|
||||
upload_limit: 2097152
|
||||
session:
|
||||
@@ -134,8 +144,10 @@ session:
|
||||
secure: false
|
||||
httponly: true
|
||||
split: true
|
||||
path: null
|
||||
gpm:
|
||||
releases: stable
|
||||
proxy_url: null
|
||||
method: auto
|
||||
verify_peer: true
|
||||
official_gpm_only: true
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: fullvideo
|
||||
visible: false
|
||||
---
|
||||
|
||||
[plugin:youtube](https://www.youtube.com/watch?v=atTcasPy3JY)
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: sovaj
|
||||
image_align: left
|
||||
taxonomy:
|
||||
tag:
|
||||
- sovaj
|
||||
---
|
||||
|
||||
[plugin:youtube](https://www.youtube.com/watch?v=atTcasPy3JY)
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: matriz
|
||||
image_align: left
|
||||
taxonomy:
|
||||
tag:
|
||||
- matriz
|
||||
---
|
||||
|
||||
[plugin:youtube](https://www.youtube.com/watch?v=atTcasPy3JY)
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Vidéos
|
||||
image_align: left
|
||||
content:
|
||||
items:
|
||||
- '@self.modular'
|
||||
---
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: Vidéos
|
||||
image_align: left
|
||||
summary:
|
||||
enabled: true
|
||||
format: 'short | long'
|
||||
size: int
|
||||
---
|
||||
@@ -1,7 +1,9 @@
|
||||
---
|
||||
title: Biographie
|
||||
media_order: edlp-color.png
|
||||
title: sovaj
|
||||
image_align: left
|
||||
taxonomy:
|
||||
tag:
|
||||
- sovaj
|
||||
---
|
||||
|
||||
Artiste franco-algéro-brésilienne, Anissá Bensalah chante sur scène depuis l'âge de 15 ans : Salle Gaveau, New Morning, festival Solidays, Institut du Monde Arabe, Théâtre des Gémeaux, Centre Culturel Goulbenkian, Maroquinerie, Sunside-Sunset, Petit Bain, Studio de l'Ermitage, Salle Gustave Eiffel (Paris)... Dock 40 (Lyon), Théâtre de la Mer (Sainte Maxime), festival Jazz au Château (Cagnes sur Mer), festival La Rue des Artistes (Saint Chamont),... Sesc, Itamaratí, Palacio de Cristal, Candelária (Rio de Janeiro), Salle Villa Lobos du Teatro Nacional (Brasilia), Salle Ibn Zeydoun (Alger) ...
|
||||
@@ -10,7 +12,7 @@ Née en Haïti, Anissá Bensalah part à 5 ans, avec ses parents, vivre à Dakar
|
||||
|
||||
Ce n'est qu'à ses 14 ans qu'elle arrive à Paris. Parallèlement à un cursus de musicologie à l'Université Paris VIII, elle y suit dix ans de formation en École Nationale de Musique auprès d'Odile Pietti, Florence Katz et Mercedes Proteau (classique), ainsi que Laurent Coq, Mônica Passos, Diana Goulart et Amélia Rabello (jazz et musiques brésiliennes).
|
||||
|
||||
Elle a travaillé et collaboré avec des noms de la musique brésilienne : João Donato qui lui a confié une composition inédite Enquanto a gente namora, Nelson Faria, Rodrigo Zaidan, Josias Pedrosa et Lucio Vieira avec qui elle a enregistré un EP 4 titres auto-produit Eu sei e você sabe.
|
||||
Elle a travaillé et collaboré avec des noms de la musique brésilienne : João Donato qui lui a confié une composition inédite Enquanto a gente namora, Nelson Faria, Rodrigo Zaidan, Josias Pedrosa et Lucio Vieira avec qui elle a enregistré un EP 4 titres auto-produit Eu sei e você sabe.
|
||||
|
||||
En octobre 2013, elle sort son premier album Matriz, sous le label Ovastand et distribué par Musicast. Elle y est entourée de musiciens variées comme Automne Lajeat (violoncelle), Frédéric Antetomaso (guitare), Julien Matrot (trompette), Guillaume Duvignau (contrebasse) et Nils Wekstein (batterie-percussions).
|
||||
|
||||
@@ -18,4 +20,4 @@ En avril 2014, elle fait une rencontre professionnelle marquante : Rémy Kolpa K
|
||||
|
||||
Fin 2015, elle enregistre un EP 4 titres, intitulé Nejma, avec Amina Mezaache (flûtes), Frédéric Antetomaso (guitares), Ricardo Feijão (basse acoustique), Nils Wekstein et Jonathan Edo (batterie-percussions).
|
||||
|
||||
Actuellement, Anissá Bensalah présente sur scène son deuxième album Sovaj (signé chez Ovastand), en France et à l'étranger. Elle est accompagnée par Tim Campanella (batterie), Philippe Monge (synthé basse et claviers) et Frédéric Antetomaso (guitares).
|
||||
Actuellement, Anissá Bensalah présente sur scène son deuxième album Sovaj (signé chez Ovastand), en France et à l'étranger. Elle est accompagnée par Tim Campanella (batterie), Philippe Monge (synthé basse et claviers) et Frédéric Antetomaso (guitares).
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Biographie
|
||||
image_align: left
|
||||
content:
|
||||
items:
|
||||
- '@self.modular'
|
||||
---
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: Photographies
|
||||
image_align: left
|
||||
---
|
||||
|
||||
Page Photographies
|
||||
|
Before Width: | Height: | Size: 179 KiB |
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Sovaj
|
||||
image_align: left
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Matriz
|
||||
image_align: left
|
||||
---
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Photographie
|
||||
image_align: left
|
||||
content:
|
||||
items:
|
||||
- '@self.modular'
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 231 KiB After Width: | Height: | Size: 231 KiB |
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Presse
|
||||
title: sovaj
|
||||
media_order: 'jazzradio-logo-copie_0_0_0.jpg,150px-montecarlodoualiya_2013.svg_0_0.png,fr2.jpg,frinter.jpg,logo_france_info_1_0.png,logo-lesinrocks_0.jpg,photohome.JPG'
|
||||
image_align: left
|
||||
---
|
||||
@@ -7,7 +7,7 @@ image_align: left
|
||||

|
||||
|
||||

|
||||
live
|
||||
live
|
||||
|
||||

|
||||
|
||||
@@ -17,4 +17,4 @@ live
|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Presse
|
||||
image_align: left
|
||||
content:
|
||||
items:
|
||||
- '@self.modular'
|
||||
---
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'Prochaines dates'
|
||||
title: sovaj
|
||||
image_align: left
|
||||
---
|
||||
|
||||
@@ -14,4 +14,4 @@ date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
|
||||
date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
|
||||
date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
|
||||
date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
|
||||
date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
|
||||
date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Prochaines dates
|
||||
image_align: left
|
||||
content:
|
||||
items:
|
||||
- '@self.modular'
|
||||
---
|
||||
@@ -3,6 +3,7 @@ title: Home
|
||||
media_order: photohome.JPG
|
||||
content:
|
||||
items:
|
||||
- '@self.children'
|
||||
- '@self.modular'
|
||||
|
||||
body_classes: 'title-center title-h1h2'
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.idea/
|
||||
@@ -0,0 +1,68 @@
|
||||
# v1.3.2
|
||||
## 05/21/2017
|
||||
|
||||
1. [](#improved)
|
||||
* Removed Grav trait in favor of `Grav::instance()`
|
||||
|
||||
# v1.3.1
|
||||
## 11/02/2017
|
||||
|
||||
1. [](#bugfix)
|
||||
* Don't need to lowercase the taxonomy now we have removed `case_insensitive_urls` option in Grav core
|
||||
|
||||
# v1.3.0
|
||||
## 10/31/2017
|
||||
|
||||
1. [](#new)
|
||||
* Added ability to show tags of the child pages of the current page [#17](https://github.com/getgrav/grav-plugin-taxonomylist/pull/17)
|
||||
1. [](#improved)
|
||||
* Improved child-pages logic to use the same include, just pass an optional `children_only` param
|
||||
* Lowercase all tags due to changes in Grav 1.3.8 where URL params are lowercase [#18](https://github.com/getgrav/grav-plugin-taxonomylist/issues/18)
|
||||
|
||||
# v1.2.7
|
||||
## 01/06/2016
|
||||
|
||||
2. [](#improved)
|
||||
* Removed extraneous encoding
|
||||
|
||||
# v1.2.6
|
||||
## 10/07/2015
|
||||
|
||||
2. [](#improved)
|
||||
* Added `active` class on active taxonomies
|
||||
|
||||
# v1.2.5
|
||||
## 07/19/2015
|
||||
|
||||
2. [](#improved)
|
||||
* Set the taxonomy type from the taxonomy being passed in
|
||||
|
||||
# v1.2.4
|
||||
## 02/19/2015
|
||||
|
||||
2. [](#improved)
|
||||
* Implemented new `param_sep` variable from Grav 0.9.18
|
||||
|
||||
# v1.2.3
|
||||
## 02/05/2015
|
||||
|
||||
2. [](#improved)
|
||||
* Added support for HHVM
|
||||
|
||||
# v1.2.2
|
||||
## 01/09/2015
|
||||
|
||||
2. [](#improved)
|
||||
* NOTE: BREAKING CHANGE: Moved templates into `partials/` subfolder for consistency.
|
||||
|
||||
# v1.2.1
|
||||
## 01/07/2015
|
||||
|
||||
1. [](#bugfix)
|
||||
* Support for numeric taxonomy values
|
||||
|
||||
# v1.2.0
|
||||
## 11/30/2014
|
||||
|
||||
1. [](#new)
|
||||
* ChangeLog started...
|
||||
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Grav
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,64 @@
|
||||
# Grav Taxonomy List Plugin
|
||||
|
||||
`Taxonomylist` is a [Grav](http://github.com/getgrav/grav) plugin that generates a list of linked tags collected throughout the site.
|
||||
|
||||

|
||||
|
||||
# Installation
|
||||
|
||||
Installing the Taxonomy List plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
|
||||
|
||||
## GPM Installation (Preferred)
|
||||
|
||||
The simplest way to install this plugin is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
|
||||
|
||||
bin/gpm install taxonomylist
|
||||
|
||||
This will install the Taxonomy List plugin into your `/user/plugins` directory within Grav. Its files can be found under `/your/site/grav/user/plugins/taxonomylist`.
|
||||
|
||||
## Manual Installation
|
||||
|
||||
To install this plugin, just download the zip version of this repository and unzip it under `/your/site/grav/user/plugins`. Then, rename the folder to `taxonomylist`. You can find these files either on [GitHub](https://github.com/getgrav/grav-plugin-taxonomylist) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).
|
||||
|
||||
You should now have all the plugin files under
|
||||
|
||||
/your/site/grav/user/plugins/taxonomylist
|
||||
|
||||
>> NOTE: This plugin is a modular component for Grav which requires [Grav](http://github.com/getgrav/grav), the [Error](https://github.com/getgrav/grav-plugin-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) plugins, and a theme to be installed in order to operate.
|
||||
|
||||
# Usage
|
||||
|
||||
To use `taxonomylist` you need to set your pages header with a taxonomy category and tag:
|
||||
|
||||
```yaml
|
||||
taxonomy:
|
||||
category: blog
|
||||
tag: [tag1, tag2]
|
||||
```
|
||||
|
||||
## Simple Include
|
||||
|
||||
The plugin provides a Twig template that you need to include in your theme. Something like:
|
||||
|
||||
```twig
|
||||
{% include 'partials/taxonomylist.html.twig' with {base_url: my_url, taxonomy: 'tag'} %}
|
||||
```
|
||||
|
||||
Where `my_url` is the URL to link to where the collection can be filtered (e.g. `/blog`) and the `taxonomy` points to a specific taxonomy type to display (e.g. `tag`). This will display all tags throughout your site
|
||||
|
||||
## Child-only Include
|
||||
|
||||
You can also include pass an optional parameter that will show taxonomy for child-pages only:
|
||||
|
||||
```twig
|
||||
{% include 'partials/taxonomylist.html.twig' with {base_url: my_url, taxonomy: 'tag', children_only: true} %}
|
||||
```
|
||||
|
||||
> NOTE: If you want to see this plugin in action, have a look at our [Blog Site Skeleton](http://github.com/grav/grav-skeleton-blog-site/archive/master.zip)
|
||||
|
||||
|
||||
|
||||
# Config Defaults
|
||||
```
|
||||
route: '/blog'
|
||||
```
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,34 @@
|
||||
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\-_]+/?)+"
|
||||
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
|
||||
namespace Grav\Plugin;
|
||||
|
||||
use Grav\Common\Grav;
|
||||
|
||||
class Taxonomylist
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $taxonomylist;
|
||||
|
||||
/**
|
||||
* Get taxonomy list with all tags of the site.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function get()
|
||||
{
|
||||
if (!$this->taxonomylist) {
|
||||
$this->taxonomylist = $this->build(Grav::instance()['taxonomy']->taxonomy());
|
||||
}
|
||||
return $this->taxonomylist;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get taxonomy list with only tags of the child pages.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getChildPagesTags()
|
||||
{
|
||||
$current = Grav::instance()['page'];
|
||||
$taxonomies = [];
|
||||
foreach ($current->children() as $child) {
|
||||
foreach($this->build($child->taxonomy()) as $taxonomyName => $taxonomyValue) {
|
||||
if (!isset($taxonomies[$taxonomyName])) {
|
||||
$taxonomies[$taxonomyName] = $taxonomyValue;
|
||||
} else {
|
||||
foreach ($taxonomyValue as $value => $count) {
|
||||
if (!isset($taxonomies[$taxonomyName][$value])) {
|
||||
$taxonomies[$taxonomyName][$value] = $count;
|
||||
} else {
|
||||
$taxonomies[$taxonomyName][$value] += $count;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return $taxonomies;
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @param array $taxonomylist
|
||||
* @return array
|
||||
*/
|
||||
protected function build(array $taxonomylist)
|
||||
{
|
||||
$cache = Grav::instance()['cache'];
|
||||
$hash = hash('md5', serialize($taxonomylist));
|
||||
$list = [];
|
||||
|
||||
if ($taxonomy = $cache->fetch($hash . 'x')) {
|
||||
return $taxonomy;
|
||||
} else {
|
||||
foreach ($taxonomylist as $taxonomyName => $taxonomyValue) {
|
||||
$partial = [];
|
||||
foreach ($taxonomyValue as $key => $value) {
|
||||
if (is_array($value)) {
|
||||
$taxonomyValue[strval($key)] = count($value);
|
||||
$partial[strval($key)] = count($value);
|
||||
} else {
|
||||
$partial[strval($value)] = 1;
|
||||
}
|
||||
}
|
||||
arsort($partial);
|
||||
$list[$taxonomyName] = $partial;
|
||||
}
|
||||
|
||||
$cache->save($hash, $list);
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"project":"grav-plugin-taxonomylist",
|
||||
"platforms":{
|
||||
"grav":{
|
||||
"nodes":{
|
||||
"plugin":[
|
||||
{
|
||||
"source":"/",
|
||||
"destination":"/user/plugins/taxonomylist"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
namespace Grav\Plugin;
|
||||
|
||||
use Grav\Common\Plugin;
|
||||
use Grav\Plugin\Taxonomylist;
|
||||
|
||||
class TaxonomylistPlugin extends Plugin
|
||||
{
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
return [
|
||||
'onPluginsInitialized' => ['onPluginsInitialized', 0]
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize configuration
|
||||
*/
|
||||
public function onPluginsInitialized()
|
||||
{
|
||||
if ($this->isAdmin()) {
|
||||
$this->active = false;
|
||||
return;
|
||||
}
|
||||
|
||||
$this->enable([
|
||||
'onTwigTemplatePaths' => ['onTwigTemplatePaths', 0],
|
||||
'onTwigSiteVariables' => ['onTwigSiteVariables', 0]
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add current directory to twig lookup paths.
|
||||
*/
|
||||
public function onTwigTemplatePaths()
|
||||
{
|
||||
$this->grav['twig']->twig_paths[] = __DIR__ . '/templates';
|
||||
}
|
||||
|
||||
/**
|
||||
* Set needed variables to display the taxonomy list.
|
||||
*/
|
||||
public function onTwigSiteVariables()
|
||||
{
|
||||
require_once __DIR__ . '/classes/taxonomylist.php';
|
||||
|
||||
$twig = $this->grav['twig'];
|
||||
$twig->twig_vars['taxonomylist'] = new Taxonomylist();
|
||||
$twig->twig_vars['list_url'] = $this->config->get(
|
||||
'site.blog.route',
|
||||
$this->config->get('plugins.taxonomylist.route')
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
enabled: true
|
||||
route: '/blog'
|
||||
@@ -0,0 +1,10 @@
|
||||
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
|
||||
|
||||
{% if taxlist %}
|
||||
<span class="tags">
|
||||
{% for tax,value in taxlist[taxonomy] %}
|
||||
{% set active = uri.param(taxonomy) == tax? 'active' : '' %}
|
||||
<a class="{{ active }}" href="{{ base_url }}/{{ taxonomy }}{{ config.system.param_sep }}{{ tax }}">{{ tax }}</a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,43 @@
|
||||
# v1.0.3
|
||||
## 05/11/2018
|
||||
|
||||
1. [](#new)
|
||||
* Added new primary button mixin
|
||||
1. [](#improved)
|
||||
* Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.1` version
|
||||
* Improved default login styling
|
||||
* Removed core Spectre.css override to make upgrading Spectre easier
|
||||
* Added screenshot to README.md
|
||||
* Override focus to prevent overzealous blue blurs
|
||||
1. [](#bugfix)
|
||||
* Fix for `highlight` plugin not changing background of code blocks
|
||||
* Removed extraneous `dump()` in Twig output
|
||||
|
||||
# v1.0.2
|
||||
## 02/19/2018
|
||||
|
||||
1. [](#new)
|
||||
* Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files
|
||||
* Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0
|
||||
1. [](#improved)
|
||||
* Font tweaks
|
||||
1. [](#bugfix)
|
||||
* Pagination fixes
|
||||
|
||||
# v1.0.1
|
||||
## 01/22/2018
|
||||
|
||||
1. [](#new)
|
||||
* Added blueprints for admin editing
|
||||
1. [](#improved)
|
||||
* Use default lang from `site.yaml`
|
||||
1. [](#bugfix)
|
||||
* Fixed Current path to address issues with extending Quark
|
||||
* Fixed parallax to start in same position as standard
|
||||
* Fixed modular image size
|
||||
|
||||
# v1.0.0
|
||||
## 12/28/2017
|
||||
|
||||
1. [](#new)
|
||||
* ChangeLog started...
|
||||
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018 Trilby Media
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,137 @@
|
||||
# Quark Theme
|
||||
|
||||

|
||||
|
||||
**Quark** is the new default theme for [Grav CMS](http://github.com/getgrav/grav). This theme is built with the [Spectre.css](https://picturepan2.github.io/spectre/) framework and provides a powerful base for developing your own themes. Quark uses functionality that is only available in Grav 1.4+, as such you cannot run Quark on earlier versions of Grav.
|
||||
|
||||
## Features
|
||||
|
||||
* Lightweight and minimal for optimal performance
|
||||
* Spectre CSS Framework
|
||||
* Fully responsive with full-page mobile navigation
|
||||
* SCSS based CSS source files for easy customization
|
||||
* Built-in support for on-page navigation
|
||||
* Multiple page template types
|
||||
* Fontawesome icon support
|
||||
|
||||
### Supported Page Templates
|
||||
|
||||
* Default view template `default.md`
|
||||
* Error view template `error.md`
|
||||
* Blog view template `blog.md`
|
||||
* Blog item view template `item.md`
|
||||
* Modular view templates: `modular.md`
|
||||
* Features Modular view template `features.md`
|
||||
* Hero Modular view template `hero.md`
|
||||
* Text Modular view template `text.md`
|
||||
|
||||
# Installation
|
||||
|
||||
Installing the Quark theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
|
||||
|
||||
The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The Quark theme can be found in both the [One-page](https://github.com/getgrav/grav-skeleton-onepage-site) and [Blog Site](https://github.com/getgrav/grav-skeleton-blog-site) which are self-contained repositories for a complete sites which include: sample content, configuration, theme, and plugins.
|
||||
|
||||
## GPM Installation (Preferred)
|
||||
|
||||
The simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
|
||||
|
||||
bin/gpm install quark
|
||||
|
||||
This will install the Quark theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/quark`.
|
||||
|
||||
## Manual Installation
|
||||
|
||||
To install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `quark`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-quark) or via [GetGrav.org](http://getgrav.org/downloads/themes).
|
||||
|
||||
You should now have all the theme files under
|
||||
|
||||
/your/site/grav/user/themes/quark
|
||||
|
||||
## Default Options
|
||||
|
||||
Quark comes with a few default options that can be set site-wide. These options are:
|
||||
|
||||
```yaml
|
||||
enabled: true # Enable the theme
|
||||
production-mode: true # In production mode, only minified CSS is used. When disabled, nested CSS with sourcemaps are enabled
|
||||
grid-size: grid-lg # The max-width of the theme, options include: `grid-xl`, `grid-lg`, and `grid-md`
|
||||
header-fixed: true # Cause the header to be fixed at the top of the browser
|
||||
header-animated: true # Allows the fixed header to resize to a smaller header when scrolled
|
||||
header-dark: false # Inverts the text/logo to work better on dark backgrounds
|
||||
header-transparent: false # Allows the fixed header to be transparent over the page
|
||||
sticky-footer: true # Causes the footer to be sticky at the bottom of the page
|
||||
blog-page: '/blog' # The route to the blog listing page, useful for a blog style layout with sidebar
|
||||
```
|
||||
|
||||
To make modifications, you can copy the `user/themes/quark/quark.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin.
|
||||
|
||||
> NOTE: Do not modify the `user/themes/quark/quark.yaml` file directly or your changes will be lost with any updates
|
||||
|
||||
## Page Overrides
|
||||
|
||||
Quark has the ability to allow pages to override some of the default options by letting the user set `body_classes` for any page. The theme will merge the combination of the defaults with any `body_classes` set. For example:
|
||||
|
||||
```yaml
|
||||
body_classes: "header-dark header-transparent"
|
||||
```
|
||||
|
||||
On a particular page will ensure that page has those options enabled (assuming they are false by default).
|
||||
|
||||
## Hero Options
|
||||
|
||||
The hero template allows some options to be set in the page frontmatter. This is used by the modular `hero` as well as the blog and item templates to provide a more dynamic header.
|
||||
|
||||
```yaml
|
||||
hero_classes: text-light title-h1h2 parallax overlay-dark-gradient hero-large
|
||||
hero_image: road.jpg
|
||||
hero_align: center
|
||||
```
|
||||
|
||||
The `hero_classes` option allows a variety of hero classes to be set dynamically these include:
|
||||
|
||||
* `text-light` | `text-dark` - Controls if the text should be light or dark depending on the content
|
||||
* `title-h1h2` - Enforced a close matched h1/h2 title pairing
|
||||
* `parallax` - Enables a CSS-powered parallax effect
|
||||
* `overlay-dark-gradient` - Displays a transparent gradient which further darkens the underlying image
|
||||
* `overlay-light-gradient` - Displays a transparent gradient which further lightens the underlying image
|
||||
* `overlay-dark` - Displays a solid transparent overlay which further darkens the underlying image
|
||||
* `overlay-light` - Displays a solid transparent overlay which further darkens the underlying image
|
||||
* `hero-fullscreen` | `hero-large` | `hero-medium` | `hero-small` | `hero-tiny` - Size of the hero block
|
||||
|
||||
The `hero_image` should point to an image file in the current page folder.
|
||||
|
||||
## Features Modular Options
|
||||
|
||||
The features modular template provides the ability to set a class on the features, as well as an array of feature items. For example:
|
||||
|
||||
```yaml
|
||||
class: offset-box
|
||||
features:
|
||||
- header: Crazy Fast
|
||||
text: "Performance is not just an afterthought, we baked it in from the start!"
|
||||
icon: fighter-jet
|
||||
- header: Easy to build
|
||||
text: "Simple text files means Grav is trivial to install, and easy to maintain"
|
||||
icon: database
|
||||
- header: Awesome Technology
|
||||
text: "Grav employs best-in-class technologies such as Twig, Markdown & Yaml"
|
||||
icon: cubes
|
||||
- header: Super Flexible
|
||||
text: "From the ground up, with many plugin hooks, Grav is extremely extensible"
|
||||
icon: object-ungroup
|
||||
- header: Abundant Plugins
|
||||
text: "A vibrant developer community means over 200 themes available to download"
|
||||
icon: puzzle-piece
|
||||
- header: Free / Open Source
|
||||
text: "Grav is an open source project, so you can spend your money on other stuff"
|
||||
icon: money
|
||||
```
|
||||
|
||||
## Text Modular Options
|
||||
|
||||
The text box provides a single option to control if any image found in the page folder should be left or right aligned:
|
||||
|
||||
```yaml
|
||||
image_align: right
|
||||
```
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
namespace Grav\Theme;
|
||||
|
||||
use Grav\Common\Grav;
|
||||
use Grav\Common\Theme;
|
||||
|
||||
class anissabensalah extends Theme
|
||||
{
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
return [
|
||||
'onThemeInitialized' => ['onThemeInitialized', 0],
|
||||
'onTwigLoader' => ['onTwigLoader', 0],
|
||||
'onTwigInitialized' => ['onTwigInitialized', 0],
|
||||
];
|
||||
}
|
||||
|
||||
public function onThemeInitialized()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Add images to twig template paths to allow inclusion of SVG files
|
||||
public function onTwigLoader()
|
||||
{
|
||||
$theme_paths = Grav::instance()['locator']->findResources('theme://images');
|
||||
foreach(array_reverse($theme_paths) as $images_path) {
|
||||
$this->grav['twig']->addPath($images_path, 'images');
|
||||
}
|
||||
}
|
||||
|
||||
public function onTwigInitialized()
|
||||
{
|
||||
$twig = $this->grav['twig'];
|
||||
|
||||
$form_class_variables = [
|
||||
// 'form_outer_classes' => 'form-horizontal',
|
||||
'form_button_outer_classes' => 'button-wrapper',
|
||||
'form_button_classes' => 'btn',
|
||||
'form_errors_classes' => '',
|
||||
'form_field_outer_classes' => 'form-group',
|
||||
'form_field_outer_label_classes' => 'form-label-wrapper',
|
||||
'form_field_label_classes' => 'form-label',
|
||||
// 'form_field_outer_data_classes' => 'col-9',
|
||||
'form_field_input_classes' => 'form-input',
|
||||
'form_field_textarea_classes' => 'form-input',
|
||||
'form_field_select_classes' => 'form-select',
|
||||
'form_field_radio_classes' => 'form-radio',
|
||||
'form_field_checkbox_classes' => 'form-checkbox',
|
||||
];
|
||||
|
||||
$twig->twig_vars = array_merge($twig->twig_vars, $form_class_variables);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
|
After Width: | Height: | Size: 193 KiB |
@@ -0,0 +1,154 @@
|
||||
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:
|
||||
- { 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
|
||||
@@ -0,0 +1,94 @@
|
||||
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
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
extends@: default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
fields:
|
||||
advanced:
|
||||
fields:
|
||||
columns:
|
||||
fields:
|
||||
column1:
|
||||
fields:
|
||||
header.body_classes:
|
||||
markdown: true
|
||||
description: 'Available classes in Quark Theme (space separated):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
|
||||
@@ -0,0 +1,101 @@
|
||||
extends@: default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
|
||||
fields:
|
||||
blog:
|
||||
type: tab
|
||||
title: Blog Item
|
||||
|
||||
fields:
|
||||
|
||||
header_image:
|
||||
type: section
|
||||
title: Header Image
|
||||
underline: true
|
||||
|
||||
header.header_image:
|
||||
type: toggle
|
||||
toggleable: true
|
||||
label: Display Header Image
|
||||
help: Enabled displaying of a header image
|
||||
highlight: 1
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
|
||||
header.header_image_file:
|
||||
type: text
|
||||
toggleable: true
|
||||
label: Image File
|
||||
help: image filename that exists in the page folder. If not provided, will use the first image found.
|
||||
placeholder: For example: myimage.jpg
|
||||
|
||||
header.header_image_width:
|
||||
type: text
|
||||
toggleable: true
|
||||
label: Image Width
|
||||
size: small
|
||||
help: Header width in px
|
||||
placeholder: Default is 900
|
||||
validate:
|
||||
type: int
|
||||
min: 0
|
||||
max: 5000
|
||||
|
||||
header.header_image_height:
|
||||
type: text
|
||||
toggleable: true
|
||||
label: Image Height
|
||||
size: small
|
||||
help: Header height in px
|
||||
placeholder: Default is 300
|
||||
validate:
|
||||
type: int
|
||||
min: 0
|
||||
max: 5000
|
||||
|
||||
summary:
|
||||
type: section
|
||||
title: Summary
|
||||
underline: true
|
||||
|
||||
header.summary.enabled:
|
||||
type: toggle
|
||||
toggleable: true
|
||||
label: Summary
|
||||
highlight: 1
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
|
||||
header.summary.format:
|
||||
type: select
|
||||
toggleable: true
|
||||
label: Format
|
||||
classes: fancy
|
||||
options:
|
||||
'short': 'Use the first occurence of delimter or size'
|
||||
'long': 'Summary delimiter will be ignored'
|
||||
|
||||
header.summary.size:
|
||||
type: text
|
||||
toggleable: true
|
||||
label: Size
|
||||
classes: large
|
||||
placeholder: 300
|
||||
validate:
|
||||
type: int
|
||||
min: 1
|
||||
|
||||
header.summary.delimiter:
|
||||
type: text
|
||||
toggleable: true
|
||||
label: Summary delimiter
|
||||
classes: large
|
||||
placeholder: ===
|
||||
|
||||
import@:
|
||||
type: partials/blog-bits
|
||||
@@ -0,0 +1,26 @@
|
||||
title: Features
|
||||
'@extends': default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
fields:
|
||||
features:
|
||||
type: tab
|
||||
title: Features
|
||||
fields:
|
||||
header.features:
|
||||
name: features
|
||||
type: list
|
||||
label: Features
|
||||
|
||||
fields:
|
||||
.icon:
|
||||
type: iconpicker
|
||||
label: Icon
|
||||
.header:
|
||||
type: text
|
||||
label: Header
|
||||
.text:
|
||||
type: text
|
||||
label: Text
|
||||
@@ -0,0 +1,23 @@
|
||||
title: Hero
|
||||
'@extends': default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
fields:
|
||||
buttons:
|
||||
type: tab
|
||||
title: Hero
|
||||
fields:
|
||||
header.hero_classes:
|
||||
type: text
|
||||
label: Hero Classes
|
||||
markdown: true
|
||||
description: 'There are several Hero class options that can be listed here (space separated):<br />`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`<br />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'
|
||||
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
title: Text
|
||||
'@extends': default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
fields:
|
||||
content:
|
||||
fields:
|
||||
header.media_order:
|
||||
label: Page Media (first one will be displayed next to your content)
|
||||
header.image_align:
|
||||
type: select
|
||||
label: Image position
|
||||
classes: fancy
|
||||
default: left
|
||||
options:
|
||||
'left': 'Left'
|
||||
'right': 'Right'
|
||||
@@ -0,0 +1,63 @@
|
||||
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):<br />`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`<br />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
|
||||
@@ -0,0 +1,49 @@
|
||||
.bricklayer {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: start;
|
||||
-webkit-align-items: flex-start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.bricklayer-column-sizer {
|
||||
width: 100%;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.bricklayer-column-sizer {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 980px) {
|
||||
.bricklayer-column-sizer {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
/*@media screen and (min-width: 1200px) {*/
|
||||
/*.bricklayer-column-sizer {*/
|
||||
/*width: 33.33333%;*/
|
||||
/*}*/
|
||||
/*}*/
|
||||
|
||||
.bricklayer-column {
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 444 KiB After Width: | Height: | Size: 444 KiB |
@@ -0,0 +1,39 @@
|
||||
var gulp = require('gulp');
|
||||
var sass = require('gulp-sass');
|
||||
var cleancss = require('gulp-clean-css');
|
||||
var csscomb = require('gulp-csscomb');
|
||||
var rename = require('gulp-rename');
|
||||
var autoprefixer = require('gulp-autoprefixer');
|
||||
var sourcemaps = require('gulp-sourcemaps');
|
||||
|
||||
// configure the paths
|
||||
var watch_dir = './scss/**/*.scss';
|
||||
var src_dir = './scss/*.scss';
|
||||
var dest_dir = './css-compiled';
|
||||
|
||||
var paths = {
|
||||
source: src_dir
|
||||
};
|
||||
|
||||
gulp.task('watch', function() {
|
||||
gulp.watch(watch_dir, ['build']);
|
||||
});
|
||||
|
||||
gulp.task('build', function() {
|
||||
gulp.src(paths.source)
|
||||
.pipe(sourcemaps.init())
|
||||
.pipe(sass({outputStyle: 'compact', precision: 10})
|
||||
.on('error', sass.logError)
|
||||
)
|
||||
.pipe(sourcemaps.write())
|
||||
.pipe(autoprefixer())
|
||||
.pipe(gulp.dest(dest_dir))
|
||||
.pipe(csscomb())
|
||||
.pipe(cleancss())
|
||||
.pipe(rename({
|
||||
suffix: '.min'
|
||||
}))
|
||||
.pipe(gulp.dest(dest_dir));
|
||||
});
|
||||
|
||||
gulp.task('default', ['build']);
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" viewBox="0 0 504 140" clip-rule="evenodd"><path d="M235.83 71.56h-7.98c-1.2 0-2.2 1-2.2 2.2V89.1l-.15.13c-4.7 3.96-10.64 6.14-16.72 6.14-14.36 0-26.04-11.68-26.04-26.04s11.68-26.04 26.04-26.04c5.58 0 10.92 1.76 15.44 5.1.87.66 2.1.57 2.86-.2l5.7-5.7c.44-.44.67-1.05.63-1.68-.02-.62-.32-1.2-.82-1.6-6.76-5.35-15.2-8.3-23.8-8.3-21.18 0-38.42 17.23-38.42 38.4 0 21.2 17.24 38.42 38.42 38.42 10.93 0 21.4-4.7 28.7-12.9.35-.4.55-.93.55-1.47v-19.6c0-1.22-.98-2.2-2.2-2.2M502.8 34.44c-.4-.6-1.1-.98-1.84-.98h-8.7c-.87 0-1.66.52-2 1.32l-24.5 56.84-24.9-56.85c-.36-.8-1.15-1.3-2.02-1.3h-8.72c-.74 0-1.44.36-1.84.98-.4.62-.48 1.4-.17 2.1l30.2 68.85c.34.8 1.13 1.32 2 1.32h11c.88 0 1.67-.53 2.02-1.33l29.66-68.87c.3-.68.22-1.47-.2-2.1"/><path d="M388.68 34.77c-.35-.8-1.14-1.32-2-1.32h-11c-.88 0-1.67.53-2.02 1.33L344 103.64c-.3.68-.22 1.47.18 2.08.4.62 1.1 1 1.84 1h8.7c.86 0 1.66-.53 2-1.33l24.5-56.86 24.9 56.86c.36.8 1.15 1.32 2.02 1.32h8.72c.74 0 1.44-.38 1.84-1 .4-.62.47-1.4.17-2.1l-30.2-68.85zM309.2 81.52l.47-.22c8.68-4.2 14.28-13.1 14.28-22.67 0-13.88-11.3-25.18-25.17-25.18H266.9c-1.2 0-2.2 1-2.2 2.2v68.86c0 1.23 1 2.22 2.2 2.22h8c1.2 0 2.2-1 2.2-2.2V45.8h21.68c7.05 0 12.8 5.75 12.8 12.8 0 5.9-4 11-9.73 12.42-1.04.26-2.07.4-3.07.4h-7.98c-.83 0-1.6.46-1.96 1.2-.38.73-.3 1.62.2 2.3l22.6 30.87c.42.58 1.08.92 1.78.92h9.9c.84 0 1.6-.47 1.97-1.2.37-.75.3-1.64-.2-2.3l-15.9-21.7zM107.2 80.97c-7.26-4.8-11.4-8.85-15.02-16.1-2.47 4.97-8.24 12.37-17.96 18.2-4.86 15.1-27.96 44-35.43 39.9-2.22-1.2-2.64-2.8-2.15-4.45.54-4.13 9.08-13.62 9.08-13.62s.18 2 2.92 6.18c-3.6-11.2 5.96-25.03 8.5-29.73 3.98-1.27 4.27-6.4 4.27-6.4.26-7.9-3.28-13.63-6.7-17.05 2.46 3 3.25 7.54 3.37 11.7v.02c0 .47 0 .93 0 1.4-.12 3.43-1.16 8.18-3.38 8.18v.03c-2.28-.1-5.1.4-7.63 1.18l-5.6 1.34s2.98-.13 4.6 1.25c-1.8 2.9-5.78 6.53-10.22 8.58-6.45 3-8.3-2.96-5.03-6.84.8-.94 1.62-1.74 2.38-2.4-.5-.5-.8-1.2-.88-2.06 0 0 0 0 0-.02-.46-1.97-.2-4.54 2.6-8.62.54-.86 1.2-1.75 2-2.65.02-.04.04-.07.07-.1.03-.04.07-.08.1-.12.02-.02.04-.04.06-.06.2-.23.42-.45.64-.67 3.34-3.4 8.6-6.96 16.9-10.15C64.4 43.68 67.94 41 67.94 41c1.07-1.1 2.94-2.45 3.63-2.8-5.05-8.77-6.07-21.15-4.75-24.5-.1.2-.2.38-.3.57.5-1.14.83-1.5 1.34-2.1 1.38-1.64 6.06-2.5 7.74.96.9 1.84 1.06 4.23 1.03 6.02-3.7-.2-7.06 4.04-7.06 4.04s3.07-1.46 6.88-1.5c0 0 1 .9 2.28 2.56-1.7 3.2-4.52 10.02-2.5 17.16.35 1.4.86 2.62 1.5 3.65.02.05.04.1.07.14.05.07.1.13.14.2 3.37 5.06 9.54 5.66 9.54 5.66-2.9-1.45-5.27-3.76-6.8-6.56-.82-1.5-1.3-2.77-1.6-3.77-1.64-6.3.77-10 2.14-12.47 3.17-4.9 8.95-7.9 15.15-7.18 8.72 1 14.97 8.86 13.98 17.57-.6 5.32-3.78 9.72-8.15 12.12 1.05 2.84-.07 6.28-.07 6.28 2.64 3.32 2.76 5.23 2.67 7-3.36-.55-6.62 1.7-6.62 1.7s6.48-1.53 10.24 1.82c2.44 2.64 4.08 5 5.05 6.77 1.4 2.5 7.86 2.68 7.12 7.2-.74 4.5-5.68 4.53-13.4-.57M69.56 0C31.15 0 0 31.15 0 69.57c0 38.42 31.15 69.57 69.57 69.57 38.42 0 69.57-31.15 69.57-69.57C139.14 31.15 108 0 69.57 0M73.8 51.7c.8-.82.8-2.14 0-2.95-.82-.82-2.14-.82-2.95 0-.82.8-.82 2.13 0 2.94.8.8 2.13.8 2.95 0M66.45 53.15c-.82.8-.82 2.13 0 2.95.8.8 2.13.8 2.94 0 .8-.82.8-2.14 0-2.95-.82-.8-2.14-.8-2.95 0"/><path d="M79.23 54.23c-1.27-1.27-3.34-1.27-4.6 0l-2.72 2.7c-1.27 1.3-1.27 3.35 0 4.63l3 2.97c1.26 1.28 3.32 1.28 4.6 0l2.7-2.7c1.28-1.28 1.28-3.35 0-4.62l-2.97-2.97zM95.76 41.44c-2.15-2.57 1.87-7.25 4.4-4.46 4.64 5.15-2.25 7.04-4.4 4.46m9.24 2.7c3.45-6.56-1.42-10.4-4.77-13.53-5.36-5.03-10.7-7.2-16.8-.23-6.1 6.98-2.24 15.07 3.35 19.06 5.58 4 14.78 1.25 18.22-5.3"/></svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1 @@
|
||||
!function t(e,n,r){function o(s,u){if(!n[s]){if(!e[s]){var l="function"==typeof require&&require;if(!u&&l)return l(s,!0);if(i)return i(s,!0);var a=new Error("Cannot find module '"+s+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[s]={exports:{}};e[s][0].call(p.exports,function(t){var n=e[s][1][t];return o(n?n:t)},p,p.exports,t,e,n,r)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s<r.length;s++)o(r[s]);return o}({1:[function(t,e,n){var r,o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)};!function(t){function e(t){return[].slice.call(t)}function n(t,e,n){if(window.CustomEvent)var r=new CustomEvent(e,{detail:n});else{var r=document.createEvent("CustomEvent");r.initCustomEvent(e,!0,!0,n)}return t.dispatchEvent(r)}var r={rulerClassName:"bricklayer-column-sizer",columnClassName:"bricklayer-column"},i=function(){function t(t){this.element=document.createElement("div"),this.element.className=t}return t.prototype.destroy=function(){this.element.parentNode.removeChild(this.element)},t}(),s=function(t){function e(){t.apply(this,arguments)}return o(e,t),e.prototype.getWidth=function(){this.element.setAttribute("style","\n display: block;\n visibility: hidden !important;\n top: -1000px !important;\n ");var t=this.element.offsetWidth;return this.element.removeAttribute("style"),t},e}(i),u=function(t){function e(){t.apply(this,arguments)}return o(e,t),e}(i),l=function(){function t(t,e){void 0===e&&(e=r),this.element=t,this.options=e,this.build(),this.buildResponsive()}return t.prototype.append=function(t){var n=this;if(Array.isArray(t))return void t.forEach(function(t){return n.append(t)});var r=this.findMinHeightColumn();this.elements=e(this.elements).concat([t]),this.applyPosition("append",r,t)},t.prototype.prepend=function(t){var n=this;if(Array.isArray(t))return void t.forEach(function(t){return n.prepend(t)});var r=this.findMinHeightColumn();this.elements=[t].concat(e(this.elements)),this.applyPosition("prepend",r,t)},t.prototype.on=function(t,e){return this.element.addEventListener("bricklayer."+t,e),this},t.prototype.redraw=function(){var t=this.columnCount;this.checkColumnCount(!1),this.reorderElements(t),n(this.element,"bricklayer.redraw",{columnCount:t})},t.prototype.destroy=function(){var t=this;this.ruler.destroy(),e(this.elements).forEach(function(e){return t.element.appendChild(e)}),e(this.getColumns()).forEach(function(t){return t.parentNode.removeChild(t)}),n(this.element,"bricklayer.destroy",{})},t.prototype.build=function(){this.ruler=new s(this.options.rulerClassName),this.elements=this.getElementsInOrder(),this.element.insertBefore(this.ruler.element,this.element.firstChild)},t.prototype.buildResponsive=function(){var t=this;window.addEventListener("resize",function(e){return t.checkColumnCount()}),this.checkColumnCount(),this.on("breakpoint",function(e){return t.reorderElements(e.detail.columnCount)}),this.columnCount>=1&&this.reorderElements(this.columnCount)},t.prototype.getColumns=function(){return this.element.querySelectorAll(":scope > ."+this.options.columnClassName)},t.prototype.findMinHeightColumn=function(){var t=e(this.getColumns()),n=t.map(function(t){return t.offsetHeight}),r=Math.min.apply(null,n);return t[n.indexOf(r)]},t.prototype.getElementsInOrder=function(){return this.element.querySelectorAll(":scope > *:not(."+this.options.columnClassName+"):not(."+this.options.rulerClassName+")")},t.prototype.checkColumnCount=function(t){void 0===t&&(t=!0);var e=this.getColumnCount();this.columnCount!==e&&(t&&n(this.element,"bricklayer.breakpoint",{columnCount:e}),this.columnCount=e)},t.prototype.reorderElements=function(t){var n=this;void 0===t&&(t=1);for(var r=e(this.elements).map(function(t){var e=t.parentNode?t.parentNode.removeChild(t):t;return e}),o=this.getColumns(),i=0;i<o.length;i++)o[i].parentNode.removeChild(o[i]);for(var i=0;i<t;i++){var s=new u(this.options.columnClassName).element;this.element.appendChild(s)}r.forEach(function(t){var e=n.findMinHeightColumn();e.appendChild(t)})},t.prototype.getColumnCount=function(){var t=this.element.offsetWidth,e=this.ruler.getWidth();return 0==e?1:Math.round(t/e)},t.prototype.applyPosition=function(t,e,r){var o=this,i=function(i){var s=i+t.charAt(0).toUpperCase()+t.substr(1);n(o.element,"bricklayer."+s,{item:r,column:e})};switch(i("before"),t){case"append":e.appendChild(r);break;case"prepend":e.insertBefore(r,e.firstChild)}i("after")},t}();t.Container=l}(r||(r={})),function(t,n){"function"==typeof define&&define.amd?define(function(){return n()}):"undefined"!=typeof window&&t===window?t.Bricklayer=n():"object"==typeof e&&e.exports&&(e.exports=n())}("undefined"!=typeof window?window:this,function(){return r.Container})},{}]},{},[1]);
|
||||
@@ -0,0 +1,87 @@
|
||||
/*
|
||||
treeMenu - jQuery plugin
|
||||
version: 0.6
|
||||
|
||||
Copyright 2014 Stepan Krapivin
|
||||
|
||||
*/
|
||||
(function($){
|
||||
$.fn.treemenu = function(options) {
|
||||
options = options || {};
|
||||
options.delay = options.delay || 0;
|
||||
options.openActive = options.openActive || false;
|
||||
options.closeOther = options.closeOther || false;
|
||||
options.activeSelector = options.activeSelector || ".active";
|
||||
|
||||
this.addClass("treemenu");
|
||||
|
||||
if (!options.nonroot) {
|
||||
this.addClass("treemenu-root");
|
||||
}
|
||||
|
||||
options.nonroot = true;
|
||||
|
||||
this.find("> li").each(function() {
|
||||
e = $(this);
|
||||
var subtree = e.find('> ul');
|
||||
var button = e.find('.toggler').eq(0);
|
||||
|
||||
if(button.length == 0) {
|
||||
// create toggler
|
||||
var button = $('<span>');
|
||||
button.addClass('toggler');
|
||||
e.prepend(button);
|
||||
}
|
||||
|
||||
if(subtree.length > 0) {
|
||||
subtree.hide();
|
||||
|
||||
e.addClass('tree-closed');
|
||||
|
||||
e.find(button).click(function() {
|
||||
var li = $(this).parent('li');
|
||||
|
||||
if (options.closeOther && li.hasClass('tree-closed')) {
|
||||
var siblings = li.parent('ul').find("li:not(.tree-empty)");
|
||||
siblings.removeClass("tree-opened");
|
||||
siblings.addClass("tree-closed");
|
||||
siblings.removeClass(options.activeSelector);
|
||||
siblings.find('> ul').slideUp(options.delay);
|
||||
}
|
||||
|
||||
li.find('> ul').slideToggle(options.delay);
|
||||
li.toggleClass('tree-opened');
|
||||
li.toggleClass('tree-closed');
|
||||
li.toggleClass(options.activeSelector);
|
||||
});
|
||||
|
||||
$(this).find('> ul').treemenu(options);
|
||||
} else {
|
||||
$(this).addClass('tree-empty');
|
||||
}
|
||||
});
|
||||
|
||||
if (options.openActive) {
|
||||
var cls = this.attr("class");
|
||||
|
||||
this.find(options.activeSelector).each(function(){
|
||||
var el = $(this).parent();
|
||||
|
||||
while (el.attr("class") !== cls) {
|
||||
el.find('> ul').show();
|
||||
if(el.prop("tagName") === 'UL') {
|
||||
el.show();
|
||||
} else if (el.prop("tagName") === 'LI') {
|
||||
el.removeClass('tree-closed');
|
||||
el.addClass("tree-opened");
|
||||
el.show();
|
||||
}
|
||||
|
||||
el = el.parent();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
})(jQuery);
|
||||
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Single Page Nav Plugin
|
||||
* Copyright (c) 2014 Chris Wojcik <hello@chriswojcik.net>
|
||||
* Dual licensed under MIT and GPL.
|
||||
* @author Chris Wojcik
|
||||
* @version 1.2.0
|
||||
*/
|
||||
if(typeof Object.create!=="function"){Object.create=function(e){function t(){}t.prototype=e;return new t}}(function(e,t,n,r){"use strict";var i={init:function(n,r){this.options=e.extend({},e.fn.singlePageNav.defaults,n);this.container=r;this.$container=e(r);this.$links=this.$container.find("a");if(this.options.filter!==""){this.$links=this.$links.filter(this.options.filter)}this.$window=e(t);this.$htmlbody=e("html, body");this.$links.on("click.singlePageNav",e.proxy(this.handleClick,this));this.didScroll=false;this.checkPosition();this.setTimer()},handleClick:function(t){var n=this,r=t.currentTarget,i=e(r.hash);t.preventDefault();if(i.length){n.clearTimer();if(typeof n.options.beforeStart==="function"){n.options.beforeStart()}n.setActiveLink(r.hash);n.scrollTo(i,function(){if(n.options.updateHash&&history.pushState){history.pushState(null,null,r.hash)}n.setTimer();if(typeof n.options.onComplete==="function"){n.options.onComplete()}})}},scrollTo:function(e,t){var n=this;var r=n.getCoords(e).top;var i=false;n.$htmlbody.stop().animate({scrollTop:r},{duration:n.options.speed,easing:n.options.easing,complete:function(){if(typeof t==="function"&&!i){t()}i=true}})},setTimer:function(){var e=this;e.$window.on("scroll.singlePageNav",function(){e.didScroll=true});e.timer=setInterval(function(){if(e.didScroll){e.didScroll=false;e.checkPosition()}},250)},clearTimer:function(){clearInterval(this.timer);this.$window.off("scroll.singlePageNav");this.didScroll=false},checkPosition:function(){var e=this.$window.scrollTop();var t=this.getCurrentSection(e);this.setActiveLink(t)},getCoords:function(e){return{top:Math.round(e.offset().top)-this.options.offset}},setActiveLink:function(e){var t=this.$container.find("a[href$='"+e+"']");if(!t.hasClass(this.options.currentClass)){this.$links.removeClass(this.options.currentClass);t.addClass(this.options.currentClass)}},getCurrentSection:function(t){var n,r,i,s;for(n=0;n<this.$links.length;n++){r=this.$links[n].hash;if(e(r).length){i=this.getCoords(e(r));if(t>=i.top-this.options.threshold){s=r}}}return s||this.$links[0].hash}};e.fn.singlePageNav=function(e){return this.each(function(){var t=Object.create(i);t.init(e,this)})};e.fn.singlePageNav.defaults={offset:0,threshold:120,speed:400,currentClass:"current",easing:"swing",updateHash:false,filter:"",onComplete:false,beforeStart:false}})(jQuery,window,document);
|
||||
@@ -0,0 +1,59 @@
|
||||
var isTouch = window.DocumentTouch && document instanceof DocumentTouch;
|
||||
|
||||
function scrollHeader() {
|
||||
// Has scrolled class on header
|
||||
var zvalue = $(document).scrollTop();
|
||||
if ( zvalue > 75 )
|
||||
$("#header").addClass("scrolled");
|
||||
else
|
||||
$("#header").removeClass("scrolled");
|
||||
}
|
||||
|
||||
function parallaxBackground() {
|
||||
$('.parallax').css('background-positionY', ($(window).scrollTop() * 0.3) + 'px');
|
||||
}
|
||||
|
||||
jQuery(document).ready(function($){
|
||||
|
||||
scrollHeader();
|
||||
|
||||
// Scroll Events
|
||||
if (!isTouch){
|
||||
$(document).scroll(function() {
|
||||
scrollHeader();
|
||||
parallaxBackground();
|
||||
});
|
||||
};
|
||||
|
||||
// Touch scroll
|
||||
$(document).on({
|
||||
'touchmove': function(e) {
|
||||
scrollHeader(); // Replace this with your code.
|
||||
}
|
||||
});
|
||||
|
||||
//Smooth scroll to start
|
||||
$('#to-start').click(function(){
|
||||
var start_y = $('#start').position().top;
|
||||
var header_offset = 45;
|
||||
window.scroll({ top: start_y - header_offset, left: 0, behavior: 'smooth' });
|
||||
return false;
|
||||
});
|
||||
|
||||
//Smooth scroll to top
|
||||
$('#to-top').click(function(){
|
||||
window.scroll({ top: 0, left: 0, behavior: 'smooth' });
|
||||
return false;
|
||||
});
|
||||
|
||||
// Responsive Menu
|
||||
$('#toggle').click(function () {
|
||||
$(this).toggleClass('active');
|
||||
$('#overlay').toggleClass('open');
|
||||
$('body').toggleClass('mobile-nav-open');
|
||||
});
|
||||
|
||||
// Tree Menu
|
||||
$(".tree").treemenu({delay:300});
|
||||
|
||||
});
|
||||
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
* smoothscroll polyfill - v0.3.4
|
||||
* https://iamdustan.github.io/smoothscroll
|
||||
* 2016 (c) Dustan Kasten, Jeremias Menichelli - MIT License
|
||||
*/
|
||||
!function(o,t,l){"use strict";function e(){function e(o,t){this.scrollLeft=o,this.scrollTop=t}function r(o){return.5*(1-Math.cos(Math.PI*o))}function n(o){if("object"!=typeof o||null===o||o.behavior===l||"auto"===o.behavior||"instant"===o.behavior)return!0;if("object"==typeof o&&"smooth"===o.behavior)return!1;throw new TypeError("behavior not valid")}function c(l){var e,r,n;do l=l.parentNode,e=l===t.body,r=l.clientHeight<l.scrollHeight||l.clientWidth<l.scrollWidth,n="visible"===o.getComputedStyle(l,null).overflow;while(!e&&(!r||n));return e=r=n=null,l}function i(t){t.frame=o.requestAnimationFrame(i.bind(o,t));var l,e,n,c=u(),s=(c-t.startTime)/f;return s=s>1?1:s,l=r(s),e=t.startX+(t.x-t.startX)*l,n=t.startY+(t.y-t.startY)*l,t.method.call(t.scrollable,e,n),e===t.x&&n===t.y?void o.cancelAnimationFrame(t.frame):void 0}function s(l,r,n){var c,s,a,f,d,h=u();l===t.body?(c=o,s=o.scrollX||o.pageXOffset,a=o.scrollY||o.pageYOffset,f=p.scroll):(c=l,s=l.scrollLeft,a=l.scrollTop,f=e),d&&o.cancelAnimationFrame(d),i({scrollable:c,method:f,startTime:h,startX:s,startY:a,x:r,y:n,frame:d})}if(!("scrollBehavior"in t.documentElement.style)){var a=o.HTMLElement||o.Element,f=468,p={scroll:o.scroll||o.scrollTo,scrollBy:o.scrollBy,scrollIntoView:a.prototype.scrollIntoView},u=o.performance&&o.performance.now?o.performance.now.bind(o.performance):Date.now;o.scroll=o.scrollTo=function(){return n(arguments[0])?void p.scroll.call(o,arguments[0].left||arguments[0],arguments[0].top||arguments[1]):void s.call(o,t.body,~~arguments[0].left,~~arguments[0].top)},o.scrollBy=function(){return n(arguments[0])?void p.scrollBy.call(o,arguments[0].left||arguments[0],arguments[0].top||arguments[1]):void s.call(o,t.body,~~arguments[0].left+(o.scrollX||o.pageXOffset),~~arguments[0].top+(o.scrollY||o.pageYOffset))},a.prototype.scrollIntoView=function(){if(n(arguments[0]))return void p.scrollIntoView.call(this,arguments[0]||!0);var l=c(this),e=l.getBoundingClientRect(),r=this.getBoundingClientRect();l!==t.body?(s.call(this,l,l.scrollLeft+r.left-e.left,l.scrollTop+r.top-e.top),o.scrollBy({left:e.left,top:e.top,behavior:"smooth"})):o.scrollBy({left:r.left,top:r.top,behavior:"smooth"})}}}"object"==typeof exports?module.exports={polyfill:e}:e()}(window,document);
|
||||
@@ -0,0 +1,256 @@
|
||||
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
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "spectre.css",
|
||||
"version": "0.5.1",
|
||||
"homepage": "http://picturepan2.github.io/spectre",
|
||||
"author": "Yan Zhu <picturepan2@hotmail.com>",
|
||||
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
|
||||
"main": "docs/dist/spectre.css",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/picturepan2/spectre.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"css",
|
||||
"framework",
|
||||
"flexbox",
|
||||
"responsive",
|
||||
"mobile-friendly",
|
||||
"front-end",
|
||||
"sass",
|
||||
"modern"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/picturepan2/spectre/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "latest",
|
||||
"gulp-autoprefixer": "latest",
|
||||
"gulp-clean-css": "^3.9.3",
|
||||
"gulp-csscomb": "^3.0.8",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sass": "^4.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 4 Chrome versions",
|
||||
"Edge >= 12",
|
||||
"Firefox ESR",
|
||||
"last 4 Safari versions",
|
||||
"last 4 Opera versions",
|
||||
"Explorer >= 10"
|
||||
],
|
||||
"dependencies": {
|
||||
"gulp-sourcemaps": "^2.6.4"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 156 KiB |
@@ -0,0 +1,17 @@
|
||||
// Variables and mixins
|
||||
@import "spectre/variables";
|
||||
@import "spectre/mixins";
|
||||
|
||||
/*! Spectre.css Experimentals v#{$version} | MIT License | github.com/picturepan2/spectre */
|
||||
// Experimentals
|
||||
@import "spectre/autocomplete";
|
||||
@import "spectre/calendars";
|
||||
@import "spectre/carousels";
|
||||
@import "spectre/comparison-sliders";
|
||||
@import "spectre/filters";
|
||||
@import "spectre/meters";
|
||||
@import "spectre/off-canvas";
|
||||
@import "spectre/parallax";
|
||||
@import "spectre/progress";
|
||||
@import "spectre/sliders";
|
||||
@import "spectre/timelines";
|
||||
@@ -0,0 +1,10 @@
|
||||
// Variables and mixins
|
||||
@import "spectre/variables";
|
||||
@import "spectre/mixins";
|
||||
|
||||
/*! Spectre.css Icons v#{$version} | MIT License | github.com/picturepan2/spectre */
|
||||
// Icons
|
||||
@import "spectre/icons/icons-core";
|
||||
@import "spectre/icons/icons-navigation";
|
||||
@import "spectre/icons/icons-action";
|
||||
@import "spectre/icons/icons-object";
|
||||
@@ -0,0 +1,59 @@
|
||||
// Variables and mixins
|
||||
@import "spectre/variables";
|
||||
@import "spectre/mixins";
|
||||
|
||||
/*! Spectre.css v#{$version} | MIT License | github.com/picturepan2/spectre */
|
||||
// Reset and dependencies
|
||||
@import "spectre/normalize";
|
||||
@import "spectre/base";
|
||||
|
||||
// Elements
|
||||
@import "spectre/typography";
|
||||
@import "spectre/asian";
|
||||
@import "spectre/tables";
|
||||
@import "spectre/buttons";
|
||||
@import "spectre/forms";
|
||||
@import "spectre/labels";
|
||||
@import "spectre/codes";
|
||||
@import "spectre/media";
|
||||
|
||||
// Layout
|
||||
@import "spectre/layout";
|
||||
@import "spectre/navbar";
|
||||
|
||||
// Components
|
||||
@import "spectre/accordions";
|
||||
@import "spectre/autocomplete";
|
||||
@import "spectre/avatars";
|
||||
@import "spectre/badges";
|
||||
@import "spectre/breadcrumbs";
|
||||
@import "spectre/bars";
|
||||
@import "spectre/cards";
|
||||
@import "spectre/chips";
|
||||
@import "spectre/dropdowns";
|
||||
@import "spectre/empty";
|
||||
@import "spectre/menus";
|
||||
@import "spectre/modals";
|
||||
@import "spectre/navs";
|
||||
@import "spectre/pagination";
|
||||
@import "spectre/panels";
|
||||
@import "spectre/popovers";
|
||||
@import "spectre/steps";
|
||||
@import "spectre/tabs";
|
||||
@import "spectre/tiles";
|
||||
@import "spectre/toasts";
|
||||
@import "spectre/tooltips";
|
||||
|
||||
// Utility classes
|
||||
@import "spectre/animations";
|
||||
@import "spectre/utilities";
|
||||
|
||||
// Extras
|
||||
.search-input {
|
||||
@extend .form-input;
|
||||
}
|
||||
|
||||
.button {
|
||||
@extend .btn;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,316 @@
|
||||
|
||||
// Icon resize
|
||||
.icon-resize-horiz,
|
||||
.icon-resize-vert {
|
||||
&::before,
|
||||
&::after {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
content: "";
|
||||
height: .45em;
|
||||
width: .45em;
|
||||
}
|
||||
&::before {
|
||||
transform: translate(-50%, -90%) rotate(45deg);
|
||||
}
|
||||
&::after {
|
||||
transform: translate(-50%, -10%) rotate(225deg);
|
||||
}
|
||||
}
|
||||
|
||||
.icon-resize-horiz {
|
||||
&::before {
|
||||
transform: translate(-90%, -50%) rotate(-45deg);
|
||||
}
|
||||
&::after {
|
||||
transform: translate(-10%, -50%) rotate(135deg);
|
||||
}
|
||||
}
|
||||
|
||||
// Icon more
|
||||
.icon-more-horiz,
|
||||
.icon-more-vert {
|
||||
&::before {
|
||||
background: currentColor;
|
||||
box-shadow: -.4em 0, .4em 0;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
height: 3px;
|
||||
width: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-more-vert {
|
||||
&::before {
|
||||
box-shadow: 0 -.4em, 0 .4em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon plus, minus, cross
|
||||
.icon-plus,
|
||||
.icon-minus,
|
||||
.icon-cross {
|
||||
&::before {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: $icon-border-width;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-plus,
|
||||
.icon-cross {
|
||||
&::after {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: $icon-border-width;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-cross {
|
||||
&::before {
|
||||
width: 100%;
|
||||
}
|
||||
&::after {
|
||||
height: 100%;
|
||||
}
|
||||
&::before,
|
||||
&::after {
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
}
|
||||
}
|
||||
|
||||
// Icon check
|
||||
.icon-check {
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
content: "";
|
||||
height: .5em;
|
||||
width: .9em;
|
||||
transform: translate(-50%, -75%) rotate(-45deg);
|
||||
}
|
||||
}
|
||||
|
||||
// Icon stop
|
||||
.icon-stop {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-radius: 50%;
|
||||
&::before {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: $icon-border-width;
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
width: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon shutdown
|
||||
.icon-shutdown {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-radius: 50%;
|
||||
border-top-color: transparent;
|
||||
&::before {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: .5em;
|
||||
top: .1em;
|
||||
width: $icon-border-width;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon refresh
|
||||
.icon-refresh {
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-radius: 50%;
|
||||
border-right-color: transparent;
|
||||
content: "";
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
&::after {
|
||||
border: .2em solid currentColor;
|
||||
border-top-color: transparent;
|
||||
border-left-color: transparent;
|
||||
content: "";
|
||||
height: 0;
|
||||
left: 80%;
|
||||
top: 20%;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon search
|
||||
.icon-search {
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
height: .75em;
|
||||
left: 5%;
|
||||
top: 5%;
|
||||
transform: translate(0, 0) rotate(45deg);
|
||||
width: .75em;
|
||||
}
|
||||
&::after {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: $icon-border-width;
|
||||
left: 80%;
|
||||
top: 80%;
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
width: .4em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon edit
|
||||
.icon-edit {
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
content: "";
|
||||
height: .4em;
|
||||
transform: translate(-40%, -60%) rotate(-45deg);
|
||||
width: .85em;
|
||||
}
|
||||
&::after {
|
||||
border: .15em solid currentColor;
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
content: "";
|
||||
height: 0;
|
||||
left: 5%;
|
||||
top: 95%;
|
||||
transform: translate(0, -100%);
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon delete
|
||||
.icon-delete {
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom-left-radius: $border-radius;
|
||||
border-bottom-right-radius: $border-radius;
|
||||
border-top: 0;
|
||||
content: "";
|
||||
height: .75em;
|
||||
top: 60%;
|
||||
width: .75em;
|
||||
}
|
||||
&::after {
|
||||
background: currentColor;
|
||||
box-shadow: -.25em .2em, .25em .2em;
|
||||
content: "";
|
||||
height: $icon-border-width;
|
||||
top: $icon-border-width/2;
|
||||
width: .5em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon share
|
||||
.icon-share {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-radius: $border-radius;
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-left: 0;
|
||||
border-top: 0;
|
||||
content: "";
|
||||
height: .4em;
|
||||
left: 100%;
|
||||
top: .25em;
|
||||
transform: translate(-125%, -50%) rotate(-45deg);
|
||||
width: .4em;
|
||||
}
|
||||
&::after {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
border-radius: 75% 0;
|
||||
content: "";
|
||||
height: .5em;
|
||||
width: .6em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon flag
|
||||
.icon-flag {
|
||||
&::before {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: 1em;
|
||||
left: 15%;
|
||||
width: $icon-border-width;
|
||||
}
|
||||
&::after {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom-right-radius: $border-radius;
|
||||
border-left: 0;
|
||||
border-top-right-radius: $border-radius;
|
||||
content: "";
|
||||
height: .65em;
|
||||
top: 35%;
|
||||
left: 60%;
|
||||
width: .8em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon bookmark
|
||||
.icon-bookmark {
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom: 0;
|
||||
border-top-left-radius: $border-radius;
|
||||
border-top-right-radius: $border-radius;
|
||||
content: "";
|
||||
height: .9em;
|
||||
width: .8em;
|
||||
}
|
||||
&::after {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom: 0;
|
||||
border-left: 0;
|
||||
border-radius: $border-radius;
|
||||
content: "";
|
||||
height: .5em;
|
||||
transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
|
||||
width: .5em;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon download & upload
|
||||
.icon-download,
|
||||
.icon-upload {
|
||||
border-bottom: $icon-border-width solid currentColor;
|
||||
&::before {
|
||||
border: $icon-border-width solid currentColor;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
content: "";
|
||||
height: .5em;
|
||||
width: .5em;
|
||||
transform: translate(-50%, -60%) rotate(-135deg);
|
||||
}
|
||||
&::after {
|
||||
background: currentColor;
|
||||
content: "";
|
||||
height: .6em;
|
||||
top: 40%;
|
||||
width: $icon-border-width;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-upload {
|
||||
&::before {
|
||||
transform: translate(-50%, -60%) rotate(45deg);
|
||||
}
|
||||
&::after {
|
||||
top: 50%;
|
||||
}
|
||||
}
|
||||