diff --git a/.gitignore b/.gitignore index 79d0570..1abe965 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ log/* .DS_Store .directory +cache/* +images/* user/accounts/* user/pages/* user/themes/hehe/node_modules/* diff --git a/cache/compiled/blueprints/master-localhost.php b/cache/compiled/blueprints/master-localhost.php index 70aafa8..8fb6dd0 100644 --- a/cache/compiled/blueprints/master-localhost.php +++ b/cache/compiled/blueprints/master-localhost.php @@ -1,9 +1,15 @@ 'Grav\\Common\\Config\\CompiledBlueprints', - 'timestamp' => 1591883669, - 'checksum' => 'acb6c37cdb7402cc9c78d5934c479a09', + 'timestamp' => 1593264652, + 'checksum' => 'c705d8519e8addec56121c019797a4ec', 'files' => [ + 'user/plugins/admin/blueprints/config' => [ + 'media' => [ + 'file' => 'user/plugins/admin/blueprints/config/media.yaml', + 'modified' => 1591823801 + ] + ], 'system/blueprints/config' => [ 'backups' => [ 'file' => 'system/blueprints/config/backups.yaml', @@ -79,6 +85,60 @@ return [ ], 'data' => [ 'items' => [ + 'media' => [ + 'type' => '_root', + 'form_field' => false, + 'form' => [ + 'validation' => 'loose' + ] + ], + 'media.types' => [ + 'name' => 'media.types', + 'type' => 'list', + 'label' => 'PLUGIN_ADMIN.MEDIA_TYPES', + 'style' => 'vertical', + 'key' => 'extension', + 'controls' => 'both', + 'collapsed' => true, + 'validation' => 'loose', + 'array' => true + ], + 'media.types.*' => [ + 'type' => '_parent', + 'name' => 'media.types.*', + 'form_field' => false + ], + 'media.types.*.type' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.TYPE', + 'name' => 'media.types.*.type', + 'validation' => 'loose' + ], + 'media.types.*.thumb' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.THUMB', + 'name' => 'media.types.*.thumb', + 'validation' => 'loose' + ], + 'media.types.*.mime' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.MIME_TYPE', + 'validate' => [ + 'type' => 'lower' + ], + 'name' => 'media.types.*.mime', + 'validation' => 'loose' + ], + 'media.types.*.image' => [ + 'type' => 'textarea', + 'yaml' => true, + 'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS', + 'validate' => [ + 'type' => 'yaml' + ], + 'name' => 'media.types.*.image', + 'validation' => 'loose' + ], 'backups' => [ 'type' => '_root', 'form_field' => false, @@ -86,23 +146,11 @@ return [ 'validation' => 'loose' ] ], - 'backups.history_title' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'backups.history_title', - 'validation' => 'loose' - ], 'backups.history' => [ 'type' => 'backupshistory', 'name' => 'backups.history', 'validation' => 'loose' ], - 'backups.config_title' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'backups.config_title', - 'validation' => 'loose' - ], 'backups.purge' => [ 'type' => '_parent', 'name' => 'backups.purge', @@ -168,12 +216,6 @@ return [ 'name' => 'backups.purge.max_backups_time', 'validation' => 'loose' ], - 'backups.profiles_title' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'backups.profiles_title', - 'validation' => 'loose' - ], 'backups.profiles' => [ 'type' => 'list', 'style' => 'vertical', @@ -181,9 +223,15 @@ return [ 'classes' => 'backups-list compact', 'sort' => false, 'name' => 'backups.profiles', - 'validation' => 'loose' + 'validation' => 'loose', + 'array' => true ], - 'backups.profiles.name' => [ + 'backups.profiles.*' => [ + 'type' => '_parent', + 'name' => 'backups.profiles.*', + 'form_field' => false + ], + 'backups.profiles.*.name' => [ 'type' => 'text', 'label' => 'PLUGIN_ADMIN.NAME', 'validate' => [ @@ -191,34 +239,34 @@ return [ 'message' => 'Name must be less than 20 characters', 'required' => true ], - 'name' => 'backups.profiles.name', + 'name' => 'backups.profiles.*.name', 'validation' => 'loose' ], - 'backups.profiles.root' => [ + 'backups.profiles.*.root' => [ 'type' => 'text', 'label' => 'PLUGIN_ADMIN.BACKUPS_PROFILE_ROOT_FOLDER', 'default' => '/', 'validate' => [ 'required' => true ], - 'name' => 'backups.profiles.root', + 'name' => 'backups.profiles.*.root', 'validation' => 'loose' ], - 'backups.profiles.exclude_paths' => [ + 'backups.profiles.*.exclude_paths' => [ 'type' => 'textarea', 'label' => 'PLUGIN_ADMIN.BACKUPS_PROFILE_EXCLUDE_PATHS', 'rows' => 5, - 'name' => 'backups.profiles.exclude_paths', + 'name' => 'backups.profiles.*.exclude_paths', 'validation' => 'loose' ], - 'backups.profiles.exclude_files' => [ + 'backups.profiles.*.exclude_files' => [ 'type' => 'textarea', 'label' => 'PLUGIN_ADMIN.BACKUPS_PROFILE_EXCLUDE_FILES', 'rows' => 5, - 'name' => 'backups.profiles.exclude_files', + 'name' => 'backups.profiles.*.exclude_files', 'validation' => 'loose' ], - 'backups.profiles.schedule' => [ + 'backups.profiles.*.schedule' => [ 'type' => 'toggle', 'label' => 'PLUGIN_ADMIN.BACKUPS_PROFILE_SCHEDULE', 'highlight' => 1, @@ -230,26 +278,19 @@ return [ 'validate' => [ 'type' => 'bool' ], - 'name' => 'backups.profiles.schedule', + 'name' => 'backups.profiles.*.schedule', 'validation' => 'loose' ], - 'backups.profiles.schedule_at' => [ + 'backups.profiles.*.schedule_at' => [ 'type' => 'cron', 'label' => 'PLUGIN_ADMIN.BACKUPS_PROFILE_SCHEDULE_AT', 'default' => '* 3 * * *', 'validate' => [ 'required' => true ], - 'name' => 'backups.profiles.schedule_at', + 'name' => 'backups.profiles.*.schedule_at', 'validation' => 'loose' ], - 'media' => [ - 'type' => '_root', - 'form_field' => false, - 'form' => [ - 'validation' => 'loose' - ] - ], 'scheduler' => [ 'type' => '_root', 'form_field' => false, @@ -257,12 +298,6 @@ return [ 'validation' => 'loose' ] ], - 'scheduler.status_title' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'scheduler.status_title', - 'validation' => 'loose' - ], 'scheduler.status' => [ 'type' => 'cronstatus', 'validate' => [ @@ -271,12 +306,6 @@ return [ 'name' => 'scheduler.status', 'validation' => 'loose' ], - 'scheduler.jobs_title' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'scheduler.jobs_title', - 'validation' => 'loose' - ], 'scheduler.custom_jobs' => [ 'type' => 'list', 'style' => 'vertical', @@ -284,51 +313,45 @@ return [ 'classes' => 'cron-job-list compact', 'key' => 'id', 'name' => 'scheduler.custom_jobs', - 'validation' => 'loose' + 'validation' => 'loose', + 'array' => true ], - 'scheduler.custom_jobs.id' => [ - 'type' => 'key', - 'label' => 'ID', - 'validate' => [ - 'required' => true, - 'pattern' => '[a-zа-я0-9_\\-]+', - 'max' => 20, - 'message' => 'ID must be lowercase with dashes/underscores only and less than 20 characters' - ], - 'name' => 'scheduler.custom_jobs.id', - 'validation' => 'loose' + 'scheduler.custom_jobs.*' => [ + 'type' => '_parent', + 'name' => 'scheduler.custom_jobs.*', + 'form_field' => false ], - 'scheduler.custom_jobs.command' => [ + 'scheduler.custom_jobs.*.command' => [ 'type' => 'text', 'label' => 'PLUGIN_ADMIN.COMMAND', 'validate' => [ 'required' => true ], - 'name' => 'scheduler.custom_jobs.command', + 'name' => 'scheduler.custom_jobs.*.command', 'validation' => 'loose' ], - 'scheduler.custom_jobs.args' => [ + 'scheduler.custom_jobs.*.args' => [ 'type' => 'text', 'label' => 'PLUGIN_ADMIN.EXTRA_ARGUMENTS', - 'name' => 'scheduler.custom_jobs.args', + 'name' => 'scheduler.custom_jobs.*.args', 'validation' => 'loose' ], - 'scheduler.custom_jobs.at' => [ + 'scheduler.custom_jobs.*.at' => [ 'type' => 'cron', 'label' => 'PLUGIN_ADMIN.SCHEDULER_RUNAT', 'validate' => [ 'required' => true ], - 'name' => 'scheduler.custom_jobs.at', + 'name' => 'scheduler.custom_jobs.*.at', 'validation' => 'loose' ], - 'scheduler.custom_jobs.output' => [ + 'scheduler.custom_jobs.*.output' => [ 'type' => 'text', 'label' => 'PLUGIN_ADMIN.SCHEDULER_OUTPUT', - 'name' => 'scheduler.custom_jobs.output', + 'name' => 'scheduler.custom_jobs.*.output', 'validation' => 'loose' ], - 'scheduler.custom_jobs.output_mode' => [ + 'scheduler.custom_jobs.*.output_mode' => [ 'type' => 'select', 'label' => 'PLUGIN_ADMIN.SCHEDULER_OUTPUT_TYPE', 'default' => 'append', @@ -336,13 +359,13 @@ return [ 'append' => 'Append', 'overwrite' => 'Overwrite' ], - 'name' => 'scheduler.custom_jobs.output_mode', + 'name' => 'scheduler.custom_jobs.*.output_mode', 'validation' => 'loose' ], - 'scheduler.custom_jobs.email' => [ + 'scheduler.custom_jobs.*.email' => [ 'type' => 'text', 'label' => 'PLUGIN_ADMIN.SCHEDULER_EMAIL', - 'name' => 'scheduler.custom_jobs.email', + 'name' => 'scheduler.custom_jobs.*.email', 'validation' => 'loose' ], 'security' => [ @@ -352,12 +375,6 @@ return [ 'validation' => 'loose' ] ], - 'security.xss_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'security.xss_section', - 'validation' => 'loose' - ], 'security.xss_whitelist' => [ 'type' => 'selectize', 'size' => 'large', @@ -471,12 +488,6 @@ return [ 'name' => 'security.xss_dangerous_tags', 'validation' => 'loose' ], - 'security.uploads_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'security.uploads_section', - 'validation' => 'loose' - ], 'security.uploads_dangerous_extensions' => [ 'type' => 'selectize', 'size' => 'large', @@ -542,17 +553,10 @@ return [ 'name' => 'site.taxonomies', 'validation' => 'loose' ], - 'site.content' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'site.content', - 'validation' => 'loose' - ], 'site.summary' => [ - 'type' => 'section', - 'underline' => true, + 'type' => '_parent', 'name' => 'site.summary', - 'validation' => 'loose' + 'form_field' => false ], 'site.summary.enabled' => [ 'type' => 'toggle', @@ -601,8 +605,8 @@ return [ 'validation' => 'loose' ], 'site.metadata' => [ - 'type' => 'section', - 'underline' => true, + 'type' => 'array', + 'label' => 'PLUGIN_ADMIN.METADATA', 'name' => 'site.metadata', 'validation' => 'loose' ], @@ -613,8 +617,8 @@ return [ 'validation' => 'loose' ], 'site.routes' => [ - 'type' => 'section', - 'underline' => true, + 'type' => 'array', + 'label' => 'PLUGIN_ADMIN.CUSTOM_ROUTES', 'name' => 'site.routes', 'validation' => 'loose' ], @@ -643,12 +647,6 @@ return [ 'validation' => 'loose' ] ], - 'system.content_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.content_section', - 'validation' => 'loose' - ], 'system.home' => [ 'type' => '_parent', 'name' => 'system.home', @@ -1045,21 +1043,10 @@ return [ 'name' => 'system.pages.frontmatter.ignore_fields', 'validation' => 'loose' ], - 'system.content' => [ - 'type' => 'tab', - 'name' => 'system.content', - 'validation' => 'loose' - ], - 'system.languages-section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.languages-section', - 'validation' => 'loose' - ], 'system.languages' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.languages', - 'validation' => 'loose' + 'form_field' => false ], 'system.languages.supported' => [ 'type' => 'selectize', @@ -1177,12 +1164,6 @@ return [ 'name' => 'system.languages.override_locale', 'validation' => 'loose' ], - 'system.http_headers_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.http_headers_section', - 'validation' => 'loose' - ], 'system.pages.expires' => [ 'type' => 'text', 'size' => 'small', @@ -1244,17 +1225,6 @@ return [ 'name' => 'system.pages.vary_accept_encoding', 'validation' => 'loose' ], - 'system.http_headers' => [ - 'type' => 'tab', - 'name' => 'system.http_headers', - 'validation' => 'loose' - ], - 'system.markdow_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.markdow_section', - 'validation' => 'loose' - ], 'system.pages.markdown' => [ 'type' => '_parent', 'name' => 'system.pages.markdown', @@ -1327,17 +1297,6 @@ return [ 'name' => 'system.pages.markdown.valid_link_attributes', 'validation' => 'loose' ], - 'system.markdown' => [ - 'type' => 'tab', - 'name' => 'system.markdown', - 'validation' => 'loose' - ], - 'system.caching_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.caching_section', - 'validation' => 'loose' - ], 'system.cache' => [ 'type' => '_parent', 'name' => 'system.cache', @@ -1565,21 +1524,10 @@ return [ 'name' => 'system.cache.redis.password', 'validation' => 'loose' ], - 'system.caching' => [ - 'type' => 'tab', - 'name' => 'system.caching', - 'validation' => 'loose' - ], - 'system.twig_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.twig_section', - 'validation' => 'loose' - ], 'system.twig' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.twig', - 'validation' => 'loose' + 'form_field' => false ], 'system.twig.cache' => [ 'type' => 'toggle', @@ -1651,16 +1599,10 @@ return [ 'name' => 'system.twig.umask_fix', 'validation' => 'loose' ], - 'system.assets_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.assets_section', - 'validation' => 'loose' - ], 'system.assets' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.assets', - 'validation' => 'loose' + 'form_field' => false ], 'system.assets.css_pipeline' => [ 'type' => 'toggle', @@ -1825,16 +1767,10 @@ return [ 'name' => 'system.assets.collections', 'validation' => 'loose' ], - 'system.errors_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.errors_section', - 'validation' => 'loose' - ], 'system.errors' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.errors', - 'validation' => 'loose' + 'form_field' => false ], 'system.errors.display' => [ 'type' => 'select', @@ -1917,16 +1853,10 @@ return [ 'name' => 'system.log.syslog.facility', 'validation' => 'loose' ], - 'system.debugger_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.debugger_section', - 'validation' => 'loose' - ], 'system.debugger' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.debugger', - 'validation' => 'loose' + 'form_field' => false ], 'system.debugger.enabled' => [ 'type' => 'toggle', @@ -1961,12 +1891,6 @@ return [ 'name' => 'system.debugger.shutdown.close_connection', 'validation' => 'loose' ], - 'system.media_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.media_section', - 'validation' => 'loose' - ], 'system.images' => [ 'type' => '_parent', 'name' => 'system.images', @@ -2052,9 +1976,9 @@ return [ 'validation' => 'loose' ], 'system.media' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.media', - 'validation' => 'loose' + 'form_field' => false ], 'system.media.enable_media_timestamp' => [ 'type' => 'toggle', @@ -2106,16 +2030,10 @@ return [ 'name' => 'system.media.unsupported_inline_types', 'validation' => 'loose' ], - 'system.session_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.session_section', - 'validation' => 'loose' - ], 'system.session' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'system.session', - 'validation' => 'loose' + 'form_field' => false ], 'system.session.enabled' => [ 'type' => 'hidden', @@ -2231,12 +2149,6 @@ return [ 'name' => 'system.session.split', 'validation' => 'loose' ], - 'system.advanced_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'system.advanced_section', - 'validation' => 'loose' - ], 'system.gpm' => [ 'type' => '_parent', 'name' => 'system.gpm', @@ -2535,17 +2447,6 @@ return [ 'name' => 'system.strict_mode.twig_compat', 'validation' => 'loose' ], - 'system.advanced' => [ - 'type' => 'tab', - 'name' => 'system.advanced', - 'validation' => 'loose' - ], - 'system.system_tabs' => [ - 'type' => 'tabs', - 'classes' => 'side-tabs', - 'name' => 'system.system_tabs', - 'validation' => 'loose' - ], 'plugins.admin' => [ 'type' => '_root', 'form_field' => false, @@ -2558,12 +2459,6 @@ return [ 'name' => 'plugins', 'form_field' => false ], - 'plugins.admin.Basics' => [ - 'type' => 'section', - 'underline' => false, - 'name' => 'plugins.admin.Basics', - 'validation' => 'loose' - ], 'plugins.admin.enabled' => [ 'type' => 'hidden', 'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS', @@ -2891,19 +2786,6 @@ return [ 'name' => 'plugins.admin.log_viewer_files', 'validation' => 'loose' ], - 'plugins.admin.MediaResize' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.admin.MediaResize', - 'validation' => 'loose' - ], - 'plugins.admin.MediaResizeNote' => [ - 'type' => 'spacer', - 'text' => 'PLUGIN_ADMIN.PAGEMEDIA_RESIZER', - 'markdown' => true, - 'name' => 'plugins.admin.MediaResizeNote', - 'validation' => 'loose' - ], 'plugins.admin.pagemedia' => [ 'type' => '_parent', 'name' => 'plugins.admin.pagemedia', @@ -2994,12 +2876,6 @@ return [ 'name' => 'plugins.admin.pagemedia.resize_quality', 'validation' => 'loose' ], - 'plugins.admin.Dashboard' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.admin.Dashboard', - 'validation' => 'loose' - ], 'plugins.admin.widgets' => [ 'type' => '_parent', 'name' => 'plugins.admin.widgets', @@ -3080,12 +2956,6 @@ return [ 'name' => 'plugins.admin.widgets.dashboard-pages', 'validation' => 'loose' ], - 'plugins.admin.Notifications' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.admin.Notifications', - 'validation' => 'loose' - ], 'plugins.admin.notifications' => [ 'type' => '_parent', 'name' => 'plugins.admin.notifications', @@ -3151,12 +3021,6 @@ return [ 'name' => 'plugins.admin.notifications.themes', 'validation' => 'loose' ], - 'plugins.admin.Popularity' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.admin.Popularity', - 'validation' => 'loose' - ], 'plugins.admin.popularity' => [ 'type' => '_parent', 'name' => 'plugins.admin.popularity', @@ -3450,15 +3314,10 @@ return [ 'name' => 'plugins.form.inline_errors', 'validation' => 'strict' ], - 'plugins.form.general' => [ - 'type' => 'section', - 'name' => 'plugins.form.general', - 'validation' => 'strict' - ], 'plugins.form.files' => [ - 'type' => 'section', + 'type' => '_parent', 'name' => 'plugins.form.files', - 'validation' => 'strict' + 'form_field' => false ], 'plugins.form.files.multiple' => [ 'type' => 'toggle', @@ -3552,9 +3411,9 @@ return [ 'validation' => 'strict' ], 'plugins.form.recaptcha' => [ - 'type' => 'section', + 'type' => '_parent', 'name' => 'plugins.form.recaptcha', - 'validation' => 'strict' + 'form_field' => false ], 'plugins.form.recaptcha.version' => [ 'type' => 'select', @@ -3754,9 +3613,9 @@ return [ 'validation' => 'loose' ], 'plugins.login.rememberme' => [ - 'type' => 'section', + 'type' => '_parent', 'name' => 'plugins.login.rememberme', - 'validation' => 'loose' + 'form_field' => false ], 'plugins.login.rememberme.enabled' => [ 'type' => 'toggle', @@ -3791,11 +3650,6 @@ return [ 'name' => 'plugins.login.rememberme.name', 'validation' => 'loose' ], - 'plugins.login.options' => [ - 'type' => 'section', - 'name' => 'plugins.login.options', - 'validation' => 'loose' - ], 'plugins.login.route' => [ 'type' => 'text', 'size' => 'medium', @@ -3873,11 +3727,6 @@ return [ 'name' => 'plugins.login.user_registration.redirect_after_registration', 'validation' => 'loose' ], - 'plugins.login.routes' => [ - 'type' => 'tab', - 'name' => 'plugins.login.routes', - 'validation' => 'loose' - ], 'plugins.login.user_registration.enabled' => [ 'type' => 'toggle', 'label' => 'PLUGIN_ADMIN.ENABLED', @@ -3905,11 +3754,6 @@ return [ 'name' => 'plugins.login.user_registration.default_values', 'validation' => 'loose' ], - 'plugins.login.registration_fields' => [ - 'type' => 'section', - 'name' => 'plugins.login.registration_fields', - 'validation' => 'loose' - ], 'plugins.login.user_registration.groups' => [ 'type' => 'select', 'multiple' => true, @@ -3938,12 +3782,6 @@ return [ 'name' => 'plugins.login.user_registration.access.site', 'validation' => 'loose' ], - 'plugins.login.access_levels' => [ - 'type' => 'section', - 'security' => 'admin.super', - 'name' => 'plugins.login.access_levels', - 'validation' => 'loose' - ], 'plugins.login.user_registration.options' => [ 'type' => '_parent', 'name' => 'plugins.login.user_registration.options', @@ -4047,11 +3885,6 @@ return [ 'name' => 'plugins.login.user_registration.options.send_welcome_email', 'validation' => 'loose' ], - 'plugins.login.registration' => [ - 'type' => 'tab', - 'name' => 'plugins.login.registration', - 'validation' => 'loose' - ], 'plugins.login.max_pw_resets_count' => [ 'type' => 'number', 'size' => 'x-small', @@ -4112,18 +3945,6 @@ return [ 'name' => 'plugins.login.ipv6_subnet_size', 'validation' => 'loose' ], - 'plugins.login.Security' => [ - 'type' => 'tab', - 'name' => 'plugins.login.Security', - 'validation' => 'loose' - ], - 'plugins.login.tabs' => [ - 'type' => 'tabs', - 'active' => 1, - 'class' => 'subtle', - 'name' => 'plugins.login.tabs', - 'validation' => 'loose' - ], 'plugins.error' => [ 'type' => '_root', 'form_field' => false, @@ -4217,12 +4038,6 @@ return [ 'name' => 'plugins.email.charset', 'validation' => 'loose' ], - 'plugins.email.email_Defaults' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.email.email_Defaults', - 'validation' => 'loose' - ], 'plugins.email.from' => [ 'type' => 'email', 'size' => 'medium', @@ -4314,12 +4129,6 @@ return [ 'name' => 'plugins.email.body', 'validation' => 'loose' ], - 'plugins.email.smtp_config' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.email.smtp_config', - 'validation' => 'loose' - ], 'plugins.email.mailer.smtp' => [ 'type' => '_parent', 'name' => 'plugins.email.mailer.smtp', @@ -4372,12 +4181,6 @@ return [ 'name' => 'plugins.email.mailer.smtp.password', 'validation' => 'loose' ], - 'plugins.email.sendmail_config' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.email.sendmail_config', - 'validation' => 'loose' - ], 'plugins.email.mailer.sendmail' => [ 'type' => '_parent', 'name' => 'plugins.email.mailer.sendmail', @@ -4390,14 +4193,6 @@ return [ 'name' => 'plugins.email.mailer.sendmail.bin', 'validation' => 'loose' ], - 'plugins.email.queue_section' => [ - 'type' => 'section', - 'text' => 'PLUGIN_EMAIL.QUEUE_DESC', - 'markdown' => true, - 'underline' => true, - 'name' => 'plugins.email.queue_section', - 'validation' => 'loose' - ], 'plugins.email.queue' => [ 'type' => '_parent', 'name' => 'plugins.email.queue', @@ -4442,12 +4237,6 @@ return [ 'name' => 'plugins.email.queue.flush_time_limit', 'validation' => 'loose' ], - 'plugins.email.advanced_section' => [ - 'type' => 'section', - 'underline' => true, - 'name' => 'plugins.email.advanced_section', - 'validation' => 'loose' - ], 'plugins.email.debug' => [ 'type' => 'toggle', 'label' => 'PLUGIN_EMAIL.DEBUG', @@ -4546,15 +4335,10 @@ return [ 'name' => 'plugins.vimeo.editor_button', 'validation' => 'strict' ], - 'plugins.vimeo.general' => [ - 'type' => 'tab', - 'name' => 'plugins.vimeo.general', - 'validation' => 'strict' - ], 'plugins.vimeo.player_parameters' => [ - 'type' => 'tab', + 'type' => '_parent', 'name' => 'plugins.vimeo.player_parameters', - 'validation' => 'strict' + 'form_field' => false ], 'plugins.vimeo.player_parameters.autoplay' => [ 'type' => 'toggle', @@ -4661,20 +4445,6 @@ return [ 'name' => 'plugins.vimeo.player_parameters.color', 'validation' => 'strict' ], - 'plugins.vimeo.player_parameters.view' => [ - 'type' => 'section', - 'text' => 'PLUGIN_VIMEO.PLAYER_VIEW_TEXT', - 'underline' => true, - 'name' => 'plugins.vimeo.player_parameters.view', - 'validation' => 'strict' - ], - 'plugins.vimeo.tabs' => [ - 'type' => 'tabs', - 'active' => 1, - 'class' => 'subtle', - 'name' => 'plugins.vimeo.tabs', - 'validation' => 'strict' - ], 'plugins.problems' => [ 'type' => '_root', 'form_field' => false, @@ -4717,43 +4487,49 @@ return [ ], 'nested' => [ + 'media' => [ + 'types' => [ + '*' => [ + 'type' => 'media.types.*.type', + 'thumb' => 'media.types.*.thumb', + 'mime' => 'media.types.*.mime', + 'image' => 'media.types.*.image' + ] + ] + ], 'backups' => [ - 'history_title' => 'backups.history_title', 'history' => 'backups.history', - 'config_title' => 'backups.config_title', 'purge' => [ 'trigger' => 'backups.purge.trigger', 'max_backups_count' => 'backups.purge.max_backups_count', 'max_backups_space' => 'backups.purge.max_backups_space', 'max_backups_time' => 'backups.purge.max_backups_time' ], - 'profiles_title' => 'backups.profiles_title', 'profiles' => [ - 'name' => 'backups.profiles.name', - 'root' => 'backups.profiles.root', - 'exclude_paths' => 'backups.profiles.exclude_paths', - 'exclude_files' => 'backups.profiles.exclude_files', - 'schedule' => 'backups.profiles.schedule', - 'schedule_at' => 'backups.profiles.schedule_at' + '*' => [ + 'name' => 'backups.profiles.*.name', + 'root' => 'backups.profiles.*.root', + 'exclude_paths' => 'backups.profiles.*.exclude_paths', + 'exclude_files' => 'backups.profiles.*.exclude_files', + 'schedule' => 'backups.profiles.*.schedule', + 'schedule_at' => 'backups.profiles.*.schedule_at' + ] ] ], - 'media' => 'media', 'scheduler' => [ - 'status_title' => 'scheduler.status_title', 'status' => 'scheduler.status', - 'jobs_title' => 'scheduler.jobs_title', 'custom_jobs' => [ - 'id' => 'scheduler.custom_jobs.id', - 'command' => 'scheduler.custom_jobs.command', - 'args' => 'scheduler.custom_jobs.args', - 'at' => 'scheduler.custom_jobs.at', - 'output' => 'scheduler.custom_jobs.output', - 'output_mode' => 'scheduler.custom_jobs.output_mode', - 'email' => 'scheduler.custom_jobs.email' + '*' => [ + 'command' => 'scheduler.custom_jobs.*.command', + 'args' => 'scheduler.custom_jobs.*.args', + 'at' => 'scheduler.custom_jobs.*.at', + 'output' => 'scheduler.custom_jobs.*.output', + 'output_mode' => 'scheduler.custom_jobs.*.output_mode', + 'email' => 'scheduler.custom_jobs.*.email' + ] ] ], 'security' => [ - 'xss_section' => 'security.xss_section', 'xss_whitelist' => 'security.xss_whitelist', 'xss_enabled' => [ 'on_events' => 'security.xss_enabled.on_events', @@ -4764,11 +4540,9 @@ return [ ], 'xss_invalid_protocols' => 'security.xss_invalid_protocols', 'xss_dangerous_tags' => 'security.xss_dangerous_tags', - 'uploads_section' => 'security.uploads_section', 'uploads_dangerous_extensions' => 'security.uploads_dangerous_extensions' ], 'site' => [ - 'content' => 'site.content', 'title' => 'site.title', 'default_lang' => 'site.default_lang', 'author' => [ @@ -4783,8 +4557,8 @@ return [ 'delimiter' => 'site.summary.delimiter' ], 'metadata' => 'site.metadata', - 'routes' => 'site.routes', - 'redirects' => 'site.redirects' + 'redirects' => 'site.redirects', + 'routes' => 'site.routes' ], 'streams' => [ 'schemes' => [ @@ -4792,9 +4566,6 @@ return [ ] ], 'system' => [ - 'system_tabs' => 'system.system_tabs', - 'content' => 'system.content', - 'content_section' => 'system.content_section', 'home' => [ 'alias' => 'system.home.alias', 'hide_in_urls' => 'system.home.hide_in_urls' @@ -4857,13 +4628,6 @@ return [ 'http_accept_language' => 'system.languages.http_accept_language', 'override_locale' => 'system.languages.override_locale' ], - 'languages-section' => 'system.languages-section', - 'http_headers' => 'system.http_headers', - 'http_headers_section' => 'system.http_headers_section', - 'markdown' => 'system.markdown', - 'markdow_section' => 'system.markdow_section', - 'caching' => 'system.caching', - 'caching_section' => 'system.caching_section', 'cache' => [ 'enabled' => 'system.cache.enabled', 'check' => [ @@ -4901,7 +4665,6 @@ return [ 'autoescape' => 'system.twig.autoescape', 'umask_fix' => 'system.twig.umask_fix' ], - 'twig_section' => 'system.twig_section', 'assets' => [ 'css_pipeline' => 'system.assets.css_pipeline', 'css_pipeline_include_externals' => 'system.assets.css_pipeline_include_externals', @@ -4916,12 +4679,10 @@ return [ 'enable_asset_timestamp' => 'system.assets.enable_asset_timestamp', 'collections' => 'system.assets.collections' ], - 'assets_section' => 'system.assets_section', 'errors' => [ 'display' => 'system.errors.display', 'log' => 'system.errors.log' ], - 'errors_section' => 'system.errors_section', 'log' => [ 'handler' => 'system.log.handler', 'syslog' => [ @@ -4934,14 +4695,6 @@ return [ 'close_connection' => 'system.debugger.shutdown.close_connection' ] ], - 'debugger_section' => 'system.debugger_section', - 'media' => [ - 'enable_media_timestamp' => 'system.media.enable_media_timestamp', - 'auto_metadata_exif' => 'system.media.auto_metadata_exif', - 'allowed_fallback_types' => 'system.media.allowed_fallback_types', - 'unsupported_inline_types' => 'system.media.unsupported_inline_types' - ], - 'media_section' => 'system.media_section', 'images' => [ 'default_image_quality' => 'system.images.default_image_quality', 'cache_all' => 'system.images.cache_all', @@ -4950,6 +4703,12 @@ return [ 'auto_fix_orientation' => 'system.images.auto_fix_orientation', 'seofriendly' => 'system.images.seofriendly' ], + 'media' => [ + 'enable_media_timestamp' => 'system.media.enable_media_timestamp', + 'auto_metadata_exif' => 'system.media.auto_metadata_exif', + 'allowed_fallback_types' => 'system.media.allowed_fallback_types', + 'unsupported_inline_types' => 'system.media.unsupported_inline_types' + ], 'session' => [ 'enabled' => 'system.session.enabled', 'initialize' => 'system.session.initialize', @@ -4961,9 +4720,6 @@ return [ 'path' => 'system.session.path', 'split' => 'system.session.split' ], - 'session_section' => 'system.session_section', - 'advanced' => 'system.advanced', - 'advanced_section' => 'system.advanced_section', 'gpm' => [ 'releases' => 'system.gpm.releases', 'proxy_url' => 'system.gpm.proxy_url', @@ -4998,7 +4754,6 @@ return [ ], 'plugins' => [ 'admin' => [ - 'Basics' => 'plugins.admin.Basics', 'enabled' => 'plugins.admin.enabled', 'cache_enabled' => 'plugins.admin.cache_enabled', 'twofa_enabled' => 'plugins.admin.twofa_enabled', @@ -5034,8 +4789,6 @@ return [ 'hide_page_types' => 'plugins.admin.hide_page_types', 'hide_modular_page_types' => 'plugins.admin.hide_modular_page_types', 'log_viewer_files' => 'plugins.admin.log_viewer_files', - 'MediaResize' => 'plugins.admin.MediaResize', - 'MediaResizeNote' => 'plugins.admin.MediaResizeNote', 'pagemedia' => [ 'resize_width' => 'plugins.admin.pagemedia.resize_width', 'resize_height' => 'plugins.admin.pagemedia.resize_height', @@ -5045,7 +4798,6 @@ return [ 'res_max_height' => 'plugins.admin.pagemedia.res_max_height', 'resize_quality' => 'plugins.admin.pagemedia.resize_quality' ], - 'Dashboard' => 'plugins.admin.Dashboard', 'widgets' => [ 'dashboard-maintenance' => 'plugins.admin.widgets.dashboard-maintenance', 'dashboard-statistics' => 'plugins.admin.widgets.dashboard-statistics', @@ -5053,14 +4805,12 @@ return [ 'dashboard-feed' => 'plugins.admin.widgets.dashboard-feed', 'dashboard-pages' => 'plugins.admin.widgets.dashboard-pages' ], - 'Notifications' => 'plugins.admin.Notifications', 'notifications' => [ 'feed' => 'plugins.admin.notifications.feed', 'dashboard' => 'plugins.admin.notifications.dashboard', 'plugins' => 'plugins.admin.notifications.plugins', 'themes' => 'plugins.admin.notifications.themes' ], - 'Popularity' => 'plugins.admin.Popularity', 'popularity' => [ 'enabled' => 'plugins.admin.popularity.enabled', 'ignore' => 'plugins.admin.popularity.ignore', @@ -5090,7 +4840,6 @@ return [ ], 'form' => [ 'enabled' => 'plugins.form.enabled', - 'general' => 'plugins.form.general', 'built_in_css' => 'plugins.form.built_in_css', 'inline_css' => 'plugins.form.inline_css', 'refresh_prevention' => 'plugins.form.refresh_prevention', @@ -5113,8 +4862,6 @@ return [ ] ], 'login' => [ - 'tabs' => 'plugins.login.tabs', - 'options' => 'plugins.login.options', 'enabled' => 'plugins.login.enabled', 'built_in_css' => 'plugins.login.built_in_css', 'redirect_to_login' => 'plugins.login.redirect_to_login', @@ -5130,7 +4877,6 @@ return [ 'timeout' => 'plugins.login.rememberme.timeout', 'name' => 'plugins.login.rememberme.name' ], - 'routes' => 'plugins.login.routes', 'route' => 'plugins.login.route', 'route_after_login' => 'plugins.login.route_after_login', 'route_after_logout' => 'plugins.login.route_after_logout', @@ -5159,10 +4905,6 @@ return [ ] ], 'route_register' => 'plugins.login.route_register', - 'registration' => 'plugins.login.registration', - 'registration_fields' => 'plugins.login.registration_fields', - 'access_levels' => 'plugins.login.access_levels', - 'Security' => 'plugins.login.Security', 'max_pw_resets_count' => 'plugins.login.max_pw_resets_count', 'max_pw_resets_interval' => 'plugins.login.max_pw_resets_interval', 'max_login_count' => 'plugins.login.max_login_count', @@ -5192,7 +4934,6 @@ return [ ], 'content_type' => 'plugins.email.content_type', 'charset' => 'plugins.email.charset', - 'email_Defaults' => 'plugins.email.email_Defaults', 'from' => 'plugins.email.from', 'from_name' => 'plugins.email.from_name', 'to' => 'plugins.email.to', @@ -5203,16 +4944,12 @@ return [ 'reply_to' => 'plugins.email.reply_to', 'reply_to_name' => 'plugins.email.reply_to_name', 'body' => 'plugins.email.body', - 'smtp_config' => 'plugins.email.smtp_config', - 'sendmail_config' => 'plugins.email.sendmail_config', - 'queue_section' => 'plugins.email.queue_section', 'queue' => [ 'enabled' => 'plugins.email.queue.enabled', 'flush_frequency' => 'plugins.email.queue.flush_frequency', 'flush_msg_limit' => 'plugins.email.queue.flush_msg_limit', 'flush_time_limit' => 'plugins.email.queue.flush_time_limit' ], - 'advanced_section' => 'plugins.email.advanced_section', 'debug' => 'plugins.email.debug' ], 'taxonomylist' => [ @@ -5220,8 +4957,6 @@ return [ 'route' => 'plugins.taxonomylist.route' ], 'vimeo' => [ - 'tabs' => 'plugins.vimeo.tabs', - 'general' => 'plugins.vimeo.general', 'enabled' => 'plugins.vimeo.enabled', 'plugin_css' => 'plugins.vimeo.plugin_css', 'editor_button' => 'plugins.vimeo.editor_button', @@ -5230,7 +4965,6 @@ return [ 'autopause' => 'plugins.vimeo.player_parameters.autopause', 'loop' => 'plugins.vimeo.player_parameters.loop', 'player_id' => 'plugins.vimeo.player_parameters.player_id', - 'view' => 'plugins.vimeo.player_parameters.view', 'title' => 'plugins.vimeo.player_parameters.title', 'portrait' => 'plugins.vimeo.player_parameters.portrait', 'byline' => 'plugins.vimeo.player_parameters.byline', diff --git a/cache/compiled/config/master-localhost.php b/cache/compiled/config/master-localhost.php index 195cab5..3cbafac 100644 --- a/cache/compiled/config/master-localhost.php +++ b/cache/compiled/config/master-localhost.php @@ -1,8 +1,8 @@ 'Grav\\Common\\Config\\CompiledConfig', - 'timestamp' => 1591884671, - 'checksum' => '33c4c65375edb60e72f05b1784552ac6', + 'timestamp' => 1593265023, + 'checksum' => '2045bc02c3dde2680778e2d65c0a4043', 'files' => [ 'user/config' => [ 'backups' => [ @@ -39,7 +39,7 @@ return [ ], 'system' => [ 'file' => 'user/config/system.yaml', - 'modified' => 1591884513 + 'modified' => 1593265023 ] ], 'system/config' => [ @@ -733,14 +733,14 @@ node_modules' ], 'system' => [ 'absolute_urls' => false, - 'timezone' => '', + 'timezone' => NULL, 'default_locale' => NULL, 'param_sep' => ':', 'wrapped_site' => false, 'reverse_proxy_setup' => false, 'force_ssl' => false, 'force_lowercase_urls' => true, - 'custom_base_url' => '', + 'custom_base_url' => NULL, 'username_regex' => '^[a-z0-9_-]{3,16}$', 'pwd_regex' => '(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}', 'intl_enabled' => true, @@ -751,9 +751,7 @@ node_modules' 'ip' => true ], 'languages' => [ - 'supported' => [ - - ], + 'supported' => NULL, 'default_lang' => NULL, 'include_default_lang' => true, 'pages_fallback_only' => false, @@ -818,7 +816,7 @@ node_modules' 5 => 'rss', 6 => 'atom' ], - 'append_url_extension' => '', + 'append_url_extension' => NULL, 'expires' => 604800, 'cache_control' => NULL, 'last_modified' => false, @@ -861,7 +859,18 @@ node_modules' 'gzip' => false, 'allow_webserver_gzip' => false, 'redis' => [ - 'socket' => false + 'socket' => NULL, + 'server' => NULL, + 'port' => NULL, + 'password' => NULL + ], + 'memcache' => [ + 'server' => NULL, + 'port' => NULL + ], + 'memcached' => [ + 'server' => NULL, + 'port' => NULL ] ], 'twig' => [ @@ -916,14 +925,10 @@ node_modules' ], 'media' => [ 'enable_media_timestamp' => false, - 'unsupported_inline_types' => [ - - ], - 'allowed_fallback_types' => [ - - ], + 'unsupported_inline_types' => NULL, + 'allowed_fallback_types' => NULL, 'auto_metadata_exif' => false, - 'upload_limit' => 67108864 + 'upload_limit' => 2097152 ], 'session' => [ 'enabled' => true, diff --git a/cache/compiled/files/3de711a3b79f4e19764f2f3a2a77e0ce.yaml.php b/cache/compiled/files/3de711a3b79f4e19764f2f3a2a77e0ce.yaml.php new file mode 100644 index 0000000..bf9880d --- /dev/null +++ b/cache/compiled/files/3de711a3b79f4e19764f2f3a2a77e0ce.yaml.php @@ -0,0 +1,71 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/var/www/html/user/data/feed/21232f297a57a5a743894a0e4a801fc3.yaml', + 'modified' => 1593264429, + 'data' => [ + 'last_checked' => 1593264429, + 'data' => [ + 0 => [ + 'title' => 'Grav 1.7 RC.1 Released', + 'url' => 'https://getgrav.org/blog/grav-17-rc1-released', + 'date' => 1573060980, + 'nicetime' => '8 months ago' + ], + 1 => [ + 'title' => 'macOS 10.15 Catalina Apache Setup: Upgrading Homebrew', + 'url' => 'https://getgrav.org/blog/macos-catalina-apache-upgrade-homebrew', + 'date' => 1570536000, + 'nicetime' => '9 months ago' + ], + 2 => [ + 'title' => 'macOS 10.15 Catalina Apache Setup: SSL', + 'url' => 'https://getgrav.org/blog/macos-catalina-apache-ssl', + 'date' => 1570532580, + 'nicetime' => '9 months ago' + ], + 3 => [ + 'title' => 'macOS 10/15 Catalina Apache Setup: MySQL, Xdebug & More...', + 'url' => 'https://getgrav.org/blog/macos-catalina-apache-mysql-vhost-apc', + 'date' => 1570532400, + 'nicetime' => '9 months ago' + ], + 4 => [ + 'title' => 'macOS 10.15 Catalina Apache Setup: Multiple PHP Versions', + 'url' => 'https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions', + 'date' => 1570528800, + 'nicetime' => '9 months ago' + ], + 5 => [ + 'title' => 'Grav 1.6 Released!', + 'url' => 'https://getgrav.org/blog/grav-1.6-released', + 'date' => 1554987300, + 'nicetime' => '1 years ago' + ], + 6 => [ + 'title' => 'Important Theme Updates', + 'url' => 'https://getgrav.org/blog/important-theme-updates', + 'date' => 1553169300, + 'nicetime' => '1 years ago' + ], + 7 => [ + 'title' => 'All RocketTheme Grav Themes 50% Off for Black Friday', + 'url' => 'https://getgrav.org/blog/rockettheme-blackfriday-2018', + 'date' => 1542790800, + 'nicetime' => '2 years ago' + ], + 8 => [ + 'title' => 'We\'re Moving Chat from Slack to Discord', + 'url' => 'https://getgrav.org/blog/chat-moving-to-discord', + 'date' => 1542203100, + 'nicetime' => '2 years ago' + ], + 9 => [ + 'title' => 'RocketTheme\'s Halloween Sale is Going on Right Now', + 'url' => 'https://getgrav.org/blog/rockettheme-halloween-2018', + 'date' => 1540792800, + 'nicetime' => '2 years ago' + ] + ] + ] +]; diff --git a/cache/compiled/files/3e710272fd53c61ec9d40f88700e896a.yaml.php b/cache/compiled/files/3e710272fd53c61ec9d40f88700e896a.yaml.php new file mode 100644 index 0000000..c19173b --- /dev/null +++ b/cache/compiled/files/3e710272fd53c61ec9d40f88700e896a.yaml.php @@ -0,0 +1,41 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/var/www/html/user/accounts/admin.yaml', + 'modified' => 1591823173, + 'data' => [ + 'email' => 'kevin@figureslibres.io', + 'fullname' => 'Kevin Tessier', + 'title' => 'Administrator', + 'state' => 'enabled', + 'access' => [ + 'admin' => [ + 'super' => 'true', + 'login' => 'true', + 'cache' => 'true', + 'configuration' => 'true', + 'configuration_system' => 'true', + 'configuration_site' => 'true', + 'configuration_media' => 'true', + 'configuration_info' => 'true', + 'settings' => 'true', + 'pages' => 'true', + 'maintenance' => 'true', + 'statistics' => 'true', + 'plugins' => 'true', + 'themes' => 'true', + 'users' => 'true' + ], + 'site' => [ + 'login' => 'true' + ] + ], + 'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG', + 'language' => 'en', + 'twofa_enabled' => false, + 'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD', + 'groups' => [ + 0 => 'administrators' + ] + ] +]; diff --git a/cache/compiled/files/9482bbadc6ba393df1b02a96b30aee18.yaml.php b/cache/compiled/files/9482bbadc6ba393df1b02a96b30aee18.yaml.php index a8c760e..9782daf 100644 --- a/cache/compiled/files/9482bbadc6ba393df1b02a96b30aee18.yaml.php +++ b/cache/compiled/files/9482bbadc6ba393df1b02a96b30aee18.yaml.php @@ -2,9 +2,9 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/data/notifications/21232f297a57a5a743894a0e4a801fc3.yaml', - 'modified' => 1591883471, + 'modified' => 1601303321, 'data' => [ - 'last_checked' => 1591883471, + 'last_checked' => 1601303321, 'data' => [ 'feed' => [ 0 => [ diff --git a/cache/doctrine/10fa18f1/03/672d31306661313866315b34353732396635376365353039313433373035366365383466663538356165335d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/03/672d31306661313866315b34353732396635376365353039313433373035366365383466663538356165335d5b315d.doctrinecache.data new file mode 100644 index 0000000..4e0a696 Binary files /dev/null and b/cache/doctrine/10fa18f1/03/672d31306661313866315b34353732396635376365353039313433373035366365383466663538356165335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/03/672d31306661313866315b34373639373134626532633432653562633266333930613138613039663736385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/03/672d31306661313866315b34373639373134626532633432653562633266333930613138613039663736385d5b315d.doctrinecache.data new file mode 100644 index 0000000..af6b7e0 Binary files /dev/null and b/cache/doctrine/10fa18f1/03/672d31306661313866315b34373639373134626532633432653562633266333930613138613039663736385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/05/672d3130666131386631245b64343437386663393162646633393364386536313139323263616334383466325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/05/672d3130666131386631245b64343437386663393162646633393364386536313139323263616334383466325d5b315d.doctrinecache.data new file mode 100644 index 0000000..cc5b6f2 Binary files /dev/null and b/cache/doctrine/10fa18f1/05/672d3130666131386631245b64343437386663393162646633393364386536313139323263616334383466325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/06/672d31306661313866315b38346133383061346232653361363436306264613662613531313338303362355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/06/672d31306661313866315b38346133383061346232653361363436306264613662613531313338303362355d5b315d.doctrinecache.data new file mode 100644 index 0000000..ba9ca0e Binary files /dev/null and b/cache/doctrine/10fa18f1/06/672d31306661313866315b38346133383061346232653361363436306264613662613531313338303362355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/07/672d3130666131386631245b63633264376532343166396263313533396564323736653930386561643262655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/07/672d3130666131386631245b63633264376532343166396263313533396564323736653930386561643262655d5b315d.doctrinecache.data new file mode 100644 index 0000000..65cf69f Binary files /dev/null and b/cache/doctrine/10fa18f1/07/672d3130666131386631245b63633264376532343166396263313533396564323736653930386561643262655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/08/672d31306661313866315b64353662336463643466333638663138626339346338393736343865306435395d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/08/672d31306661313866315b64353662336463643466333638663138626339346338393736343865306435395d5b315d.doctrinecache.data new file mode 100644 index 0000000..ea158b8 Binary files /dev/null and b/cache/doctrine/10fa18f1/08/672d31306661313866315b64353662336463643466333638663138626339346338393736343865306435395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/09/672d3130666131386631245b36623763653234376162636564613635376438623339383530313063643930395d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/09/672d3130666131386631245b36623763653234376162636564613635376438623339383530313063643930395d5b315d.doctrinecache.data new file mode 100644 index 0000000..3a5cb05 Binary files /dev/null and b/cache/doctrine/10fa18f1/09/672d3130666131386631245b36623763653234376162636564613635376438623339383530313063643930395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/0e/672d31306661313866315b61616361303932393461393536303264323133306662626236393165333865345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/0e/672d31306661313866315b61616361303932393461393536303264323133306662626236393165333865345d5b315d.doctrinecache.data new file mode 100644 index 0000000..9b2a7dc Binary files /dev/null and b/cache/doctrine/10fa18f1/0e/672d31306661313866315b61616361303932393461393536303264323133306662626236393165333865345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/11/672d31306661313866315b66613731326133633265366531346661323861646532633635303266383861665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/11/672d31306661313866315b66613731326133633265366531346661323861646532633635303266383861665d5b315d.doctrinecache.data new file mode 100644 index 0000000..fe08937 Binary files /dev/null and b/cache/doctrine/10fa18f1/11/672d31306661313866315b66613731326133633265366531346661323861646532633635303266383861665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/16/672d31306661313866315b38393034636135656636623035343931303865343566333964336332333237305d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/16/672d31306661313866315b38393034636135656636623035343931303865343566333964336332333237305d5b315d.doctrinecache.data new file mode 100644 index 0000000..a4acad4 Binary files /dev/null and b/cache/doctrine/10fa18f1/16/672d31306661313866315b38393034636135656636623035343931303865343566333964336332333237305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/16/672d31306661313866315b38396230323162636564336139633962653262333066343839623337386432655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/16/672d31306661313866315b38396230323162636564336139633962653262333066343839623337386432655d5b315d.doctrinecache.data new file mode 100644 index 0000000..8341ca5 Binary files /dev/null and b/cache/doctrine/10fa18f1/16/672d31306661313866315b38396230323162636564336139633962653262333066343839623337386432655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/1a/672d3130666131386631245b61356332636165313265616335373837386666386664306333356263323462325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/1a/672d3130666131386631245b61356332636165313265616335373837386666386664306333356263323462325d5b315d.doctrinecache.data new file mode 100644 index 0000000..cced3a3 Binary files /dev/null and b/cache/doctrine/10fa18f1/1a/672d3130666131386631245b61356332636165313265616335373837386666386664306333356263323462325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/1c/672d31306661313866315b39636635666636656262666439386139356438616231313236376431626231365d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/1c/672d31306661313866315b39636635666636656262666439386139356438616231313236376431626231365d5b315d.doctrinecache.data new file mode 100644 index 0000000..c2873ef Binary files /dev/null and b/cache/doctrine/10fa18f1/1c/672d31306661313866315b39636635666636656262666439386139356438616231313236376431626231365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/1f/672d3130666131386631245b31393536353839356366633764313137393238343062666562643463636432355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/1f/672d3130666131386631245b31393536353839356366633764313137393238343062666562643463636432355d5b315d.doctrinecache.data new file mode 100644 index 0000000..7fe0c29 Binary files /dev/null and b/cache/doctrine/10fa18f1/1f/672d3130666131386631245b31393536353839356366633764313137393238343062666562643463636432355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/24/672d3130666131386631245b31383163643330303530306233653831623734326235646330376631666465325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/24/672d3130666131386631245b31383163643330303530306233653831623734326235646330376631666465325d5b315d.doctrinecache.data new file mode 100644 index 0000000..88f1947 Binary files /dev/null and b/cache/doctrine/10fa18f1/24/672d3130666131386631245b31383163643330303530306233653831623734326235646330376631666465325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/27/672d31306661313866315b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/27/672d31306661313866315b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data new file mode 100644 index 0000000..ba1cc04 Binary files /dev/null and b/cache/doctrine/10fa18f1/27/672d31306661313866315b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/2a/672d31306661313866315b32363334323535633239383865623362393933393831303333643832346536325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/2a/672d31306661313866315b32363334323535633239383865623362393933393831303333643832346536325d5b315d.doctrinecache.data new file mode 100644 index 0000000..6a2354c Binary files /dev/null and b/cache/doctrine/10fa18f1/2a/672d31306661313866315b32363334323535633239383865623362393933393831303333643832346536325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/2d/672d31306661313866315b32333866346336383331303838346231356164646364303463323839393961645d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/2d/672d31306661313866315b32333866346336383331303838346231356164646364303463323839393961645d5b315d.doctrinecache.data new file mode 100644 index 0000000..b518b58 Binary files /dev/null and b/cache/doctrine/10fa18f1/2d/672d31306661313866315b32333866346336383331303838346231356164646364303463323839393961645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/30/672d31306661313866315b37303364643562636563366532336136356339653336633631636565323862375d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/30/672d31306661313866315b37303364643562636563366532336136356339653336633631636565323862375d5b315d.doctrinecache.data new file mode 100644 index 0000000..9d9ffa2 Binary files /dev/null and b/cache/doctrine/10fa18f1/30/672d31306661313866315b37303364643562636563366532336136356339653336633631636565323862375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/31/672d31306661313866315b33343361383639656235383361393838636239376232353035383833323634315d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/31/672d31306661313866315b33343361383639656235383361393838636239376232353035383833323634315d5b315d.doctrinecache.data new file mode 100644 index 0000000..2c25970 Binary files /dev/null and b/cache/doctrine/10fa18f1/31/672d31306661313866315b33343361383639656235383361393838636239376232353035383833323634315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/31/672d31306661313866315b61336266363337313633356531626163623139626464666461333935373635665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/31/672d31306661313866315b61336266363337313633356531626163623139626464666461333935373635665d5b315d.doctrinecache.data new file mode 100644 index 0000000..3e2b845 Binary files /dev/null and b/cache/doctrine/10fa18f1/31/672d31306661313866315b61336266363337313633356531626163623139626464666461333935373635665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/35/672d31306661313866315b64373432363630636135613066646562636138373736643965643033626161645d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/35/672d31306661313866315b64373432363630636135613066646562636138373736643965643033626161645d5b315d.doctrinecache.data new file mode 100644 index 0000000..cb97886 Binary files /dev/null and b/cache/doctrine/10fa18f1/35/672d31306661313866315b64373432363630636135613066646562636138373736643965643033626161645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/37/672d31306661313866315b39306430386139343262626232613539343263663137616233326262306665645d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/37/672d31306661313866315b39306430386139343262626232613539343263663137616233326262306665645d5b315d.doctrinecache.data new file mode 100644 index 0000000..3bf2cc2 Binary files /dev/null and b/cache/doctrine/10fa18f1/37/672d31306661313866315b39306430386139343262626232613539343263663137616233326262306665645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/38/672d3130666131386631245b36366331623433373031323563663636636236306432663935623163376536345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/38/672d3130666131386631245b36366331623433373031323563663636636236306432663935623163376536345d5b315d.doctrinecache.data new file mode 100644 index 0000000..3a14c1d Binary files /dev/null and b/cache/doctrine/10fa18f1/38/672d3130666131386631245b36366331623433373031323563663636636236306432663935623163376536345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/3a/672d3130666131386631245b61383339393933623632303933653663643136663038623066643131336262615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/3a/672d3130666131386631245b61383339393933623632303933653663643136663038623066643131336262615d5b315d.doctrinecache.data new file mode 100644 index 0000000..b4dd198 Binary files /dev/null and b/cache/doctrine/10fa18f1/3a/672d3130666131386631245b61383339393933623632303933653663643136663038623066643131336262615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/3b/672d3130666131386631245b62346664636565346131666635366363643932616362623630636632343839365d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/3b/672d3130666131386631245b62346664636565346131666635366363643932616362623630636632343839365d5b315d.doctrinecache.data new file mode 100644 index 0000000..bc02e56 Binary files /dev/null and b/cache/doctrine/10fa18f1/3b/672d3130666131386631245b62346664636565346131666635366363643932616362623630636632343839365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/3c/672d3130666131386631245b39613663366436366635303966346634356364626263633866663764313235365d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/3c/672d3130666131386631245b39613663366436366635303966346634356364626263633866663764313235365d5b315d.doctrinecache.data new file mode 100644 index 0000000..d5651b0 Binary files /dev/null and b/cache/doctrine/10fa18f1/3c/672d3130666131386631245b39613663366436366635303966346634356364626263633866663764313235365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/3c/672d31306661313866315b36656537303437383834336432343231373735323261666338336233623331665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/3c/672d31306661313866315b36656537303437383834336432343231373735323261666338336233623331665d5b315d.doctrinecache.data new file mode 100644 index 0000000..85ec02e Binary files /dev/null and b/cache/doctrine/10fa18f1/3c/672d31306661313866315b36656537303437383834336432343231373735323261666338336233623331665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/44/672d31306661313866315b62663235626631643438653465623437356364326236646163326366326636305d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/44/672d31306661313866315b62663235626631643438653465623437356364326236646163326366326636305d5b315d.doctrinecache.data new file mode 100644 index 0000000..b030959 Binary files /dev/null and b/cache/doctrine/10fa18f1/44/672d31306661313866315b62663235626631643438653465623437356364326236646163326366326636305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/46/672d31306661313866315b30303163343962313166363166396561623463306330346135616535363235395d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/46/672d31306661313866315b30303163343962313166363166396561623463306330346135616535363235395d5b315d.doctrinecache.data new file mode 100644 index 0000000..bfd3a8e Binary files /dev/null and b/cache/doctrine/10fa18f1/46/672d31306661313866315b30303163343962313166363166396561623463306330346135616535363235395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/4b/672d31306661313866315b30353963666362323435663061373031363438373762363763626561376539655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/4b/672d31306661313866315b30353963666362323435663061373031363438373762363763626561376539655d5b315d.doctrinecache.data new file mode 100644 index 0000000..c8f5bde Binary files /dev/null and b/cache/doctrine/10fa18f1/4b/672d31306661313866315b30353963666362323435663061373031363438373762363763626561376539655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/4c/672d3130666131386631245b61383934616235373030646166633730653036323835633464393237373565365d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/4c/672d3130666131386631245b61383934616235373030646166633730653036323835633464393237373565365d5b315d.doctrinecache.data new file mode 100644 index 0000000..8d4bc47 Binary files /dev/null and b/cache/doctrine/10fa18f1/4c/672d3130666131386631245b61383934616235373030646166633730653036323835633464393237373565365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/4f/672d31306661313866315b38623639363532646632333932313032326336356265616439356632623239385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/4f/672d31306661313866315b38623639363532646632333932313032326336356265616439356632623239385d5b315d.doctrinecache.data new file mode 100644 index 0000000..51f7e14 Binary files /dev/null and b/cache/doctrine/10fa18f1/4f/672d31306661313866315b38623639363532646632333932313032326336356265616439356632623239385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/52/672d31306661313866315b65323531353435376665343665333863363865386165386530306630646137655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/52/672d31306661313866315b65323531353435376665343665333863363865386165386530306630646137655d5b315d.doctrinecache.data new file mode 100644 index 0000000..2aa8789 Binary files /dev/null and b/cache/doctrine/10fa18f1/52/672d31306661313866315b65323531353435376665343665333863363865386165386530306630646137655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/53/672d3130666131386631245b33633361353833326262326635376337316130383335313532633236613361335d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/53/672d3130666131386631245b33633361353833326262326635376337316130383335313532633236613361335d5b315d.doctrinecache.data new file mode 100644 index 0000000..f3464ee Binary files /dev/null and b/cache/doctrine/10fa18f1/53/672d3130666131386631245b33633361353833326262326635376337316130383335313532633236613361335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/54/672d31306661313866315b64663737336362393965323765396436646263343437663230323635393232635d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/54/672d31306661313866315b64663737336362393965323765396436646263343437663230323635393232635d5b315d.doctrinecache.data new file mode 100644 index 0000000..8815b1b Binary files /dev/null and b/cache/doctrine/10fa18f1/54/672d31306661313866315b64663737336362393965323765396436646263343437663230323635393232635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/58/672d31306661313866315b62653930333864656661613434323335303966326531303238356163306139665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/58/672d31306661313866315b62653930333864656661613434323335303966326531303238356163306139665d5b315d.doctrinecache.data new file mode 100644 index 0000000..45d462f Binary files /dev/null and b/cache/doctrine/10fa18f1/58/672d31306661313866315b62653930333864656661613434323335303966326531303238356163306139665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/5e/672d31306661313866315b34343163383766626366383563343065326165373366656463306236626666655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/5e/672d31306661313866315b34343163383766626366383563343065326165373366656463306236626666655d5b315d.doctrinecache.data new file mode 100644 index 0000000..c57bc34 Binary files /dev/null and b/cache/doctrine/10fa18f1/5e/672d31306661313866315b34343163383766626366383563343065326165373366656463306236626666655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/61/672d3130666131386631245b35336465373165643134633031366533616264653532316165333732396262665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/61/672d3130666131386631245b35336465373165643134633031366533616264653532316165333732396262665d5b315d.doctrinecache.data new file mode 100644 index 0000000..3a14c1d Binary files /dev/null and b/cache/doctrine/10fa18f1/61/672d3130666131386631245b35336465373165643134633031366533616264653532316165333732396262665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/62/672d3130666131386631245b35393765613438316537363638366566393161616434666430353166613461655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/62/672d3130666131386631245b35393765613438316537363638366566393161616434666430353166613461655d5b315d.doctrinecache.data new file mode 100644 index 0000000..c49e706 Binary files /dev/null and b/cache/doctrine/10fa18f1/62/672d3130666131386631245b35393765613438316537363638366566393161616434666430353166613461655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/63/672d31306661313866315b64623137326466383866386334303464633638393464646435636134616333355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/63/672d31306661313866315b64623137326466383866386334303464633638393464646435636134616333355d5b315d.doctrinecache.data new file mode 100644 index 0000000..32733ab Binary files /dev/null and b/cache/doctrine/10fa18f1/63/672d31306661313866315b64623137326466383866386334303464633638393464646435636134616333355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/67/672d3130666131386631245b38393837346138333135643531323563303833363165616235363061363735355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/67/672d3130666131386631245b38393837346138333135643531323563303833363165616235363061363735355d5b315d.doctrinecache.data new file mode 100644 index 0000000..799015c Binary files /dev/null and b/cache/doctrine/10fa18f1/67/672d3130666131386631245b38393837346138333135643531323563303833363165616235363061363735355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/69/672d31306661313866315b35363434303831643439383735623134643039316135313334356639336663615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/69/672d31306661313866315b35363434303831643439383735623134643039316135313334356639336663615d5b315d.doctrinecache.data new file mode 100644 index 0000000..09032bd Binary files /dev/null and b/cache/doctrine/10fa18f1/69/672d31306661313866315b35363434303831643439383735623134643039316135313334356639336663615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/69/672d31306661313866315b61343662393634353033363139393735646465616237373237626664303634325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/69/672d31306661313866315b61343662393634353033363139393735646465616237373237626664303634325d5b315d.doctrinecache.data new file mode 100644 index 0000000..fb63548 Binary files /dev/null and b/cache/doctrine/10fa18f1/69/672d31306661313866315b61343662393634353033363139393735646465616237373237626664303634325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/6c/672d31306661313866315b65323937346337316236633563306466653239353232653663323561303933615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/6c/672d31306661313866315b65323937346337316236633563306466653239353232653663323561303933615d5b315d.doctrinecache.data new file mode 100644 index 0000000..0950333 Binary files /dev/null and b/cache/doctrine/10fa18f1/6c/672d31306661313866315b65323937346337316236633563306466653239353232653663323561303933615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/6d/672d31306661313866315b66616562326533636633646633323061313535376632616464393034613835355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/6d/672d31306661313866315b66616562326533636633646633323061313535376632616464393034613835355d5b315d.doctrinecache.data new file mode 100644 index 0000000..5550fa2 Binary files /dev/null and b/cache/doctrine/10fa18f1/6d/672d31306661313866315b66616562326533636633646633323061313535376632616464393034613835355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/72/672d3130666131386631245b39303132366237313461386331363134616332323335306234356266633565655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/72/672d3130666131386631245b39303132366237313461386331363134616332323335306234356266633565655d5b315d.doctrinecache.data new file mode 100644 index 0000000..9ac2059 Binary files /dev/null and b/cache/doctrine/10fa18f1/72/672d3130666131386631245b39303132366237313461386331363134616332323335306234356266633565655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/73/672d31306661313866315b39613336363630623836386133643666313835333338383331663630643437335d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/73/672d31306661313866315b39613336363630623836386133643666313835333338383331663630643437335d5b315d.doctrinecache.data new file mode 100644 index 0000000..28fb2f9 Binary files /dev/null and b/cache/doctrine/10fa18f1/73/672d31306661313866315b39613336363630623836386133643666313835333338383331663630643437335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/73/672d31306661313866315b65353461303539393364666339343232346630656239323437323439323662335d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/73/672d31306661313866315b65353461303539393364666339343232346630656239323437323439323662335d5b315d.doctrinecache.data new file mode 100644 index 0000000..d7d2f05 Binary files /dev/null and b/cache/doctrine/10fa18f1/73/672d31306661313866315b65353461303539393364666339343232346630656239323437323439323662335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/78/672d31306661313866315b63353431616165313464613263346433613930373430616331373938613431315d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/78/672d31306661313866315b63353431616165313464613263346433613930373430616331373938613431315d5b315d.doctrinecache.data new file mode 100644 index 0000000..7c87beb Binary files /dev/null and b/cache/doctrine/10fa18f1/78/672d31306661313866315b63353431616165313464613263346433613930373430616331373938613431315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/83/672d3130666131386631245b62666430366365396636303066623333663933353566656233626462343039325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/83/672d3130666131386631245b62666430366365396636303066623333663933353566656233626462343039325d5b315d.doctrinecache.data new file mode 100644 index 0000000..b7ae389 Binary files /dev/null and b/cache/doctrine/10fa18f1/83/672d3130666131386631245b62666430366365396636303066623333663933353566656233626462343039325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/83/672d31306661313866315b32396139373334333530643030363332343230306335396364356166386231655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/83/672d31306661313866315b32396139373334333530643030363332343230306335396364356166386231655d5b315d.doctrinecache.data new file mode 100644 index 0000000..180563b Binary files /dev/null and b/cache/doctrine/10fa18f1/83/672d31306661313866315b32396139373334333530643030363332343230306335396364356166386231655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/83/672d31306661313866315b33633232623634326232613363363662396137343764333234646239626631355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/83/672d31306661313866315b33633232623634326232613363363662396137343764333234646239626631355d5b315d.doctrinecache.data new file mode 100644 index 0000000..6352dff Binary files /dev/null and b/cache/doctrine/10fa18f1/83/672d31306661313866315b33633232623634326232613363363662396137343764333234646239626631355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/85/672d3130666131386631245b66343931613866353461383364636531363461303732353334383961356235395d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/85/672d3130666131386631245b66343931613866353461383364636531363461303732353334383961356235395d5b315d.doctrinecache.data new file mode 100644 index 0000000..9702f02 Binary files /dev/null and b/cache/doctrine/10fa18f1/85/672d3130666131386631245b66343931613866353461383364636531363461303732353334383961356235395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/87/672d3130666131386631245b64353637396534633430323837333036646434363737633762306232636233345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/87/672d3130666131386631245b64353637396534633430323837333036646434363737633762306232636233345d5b315d.doctrinecache.data new file mode 100644 index 0000000..5286dfc Binary files /dev/null and b/cache/doctrine/10fa18f1/87/672d3130666131386631245b64353637396534633430323837333036646434363737633762306232636233345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/87/672d31306661313866315b66653039393636353430373763303365343631653865333736643633646139385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/87/672d31306661313866315b66653039393636353430373763303365343631653865333736643633646139385d5b315d.doctrinecache.data new file mode 100644 index 0000000..68d4fb7 Binary files /dev/null and b/cache/doctrine/10fa18f1/87/672d31306661313866315b66653039393636353430373763303365343631653865333736643633646139385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/8a/672d31306661313866315b66626431623535306164383961313432623431653533653664393362386361635d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/8a/672d31306661313866315b66626431623535306164383961313432623431653533653664393362386361635d5b315d.doctrinecache.data new file mode 100644 index 0000000..cf26281 Binary files /dev/null and b/cache/doctrine/10fa18f1/8a/672d31306661313866315b66626431623535306164383961313432623431653533653664393362386361635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/8d/672d31306661313866315b62333632613735633861323733326537363566313064343734626562336133385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/8d/672d31306661313866315b62333632613735633861323733326537363566313064343734626562336133385d5b315d.doctrinecache.data new file mode 100644 index 0000000..84a7b8d Binary files /dev/null and b/cache/doctrine/10fa18f1/8d/672d31306661313866315b62333632613735633861323733326537363566313064343734626562336133385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/96/672d31306661313866315b63343262353166396562613332383432616239316331633438306162326632315d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/96/672d31306661313866315b63343262353166396562613332383432616239316331633438306162326632315d5b315d.doctrinecache.data new file mode 100644 index 0000000..b3489f1 Binary files /dev/null and b/cache/doctrine/10fa18f1/96/672d31306661313866315b63343262353166396562613332383432616239316331633438306162326632315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/9b/672d31306661313866315b36646233396430346562656562653261333265636264333631313737303033625d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/9b/672d31306661313866315b36646233396430346562656562653261333265636264333631313737303033625d5b315d.doctrinecache.data new file mode 100644 index 0000000..e2e8861 Binary files /dev/null and b/cache/doctrine/10fa18f1/9b/672d31306661313866315b36646233396430346562656562653261333265636264333631313737303033625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/9e/672d31306661313866315b34623766323063303566383362393635343262623266336237616563373634335d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/9e/672d31306661313866315b34623766323063303566383362393635343262623266336237616563373634335d5b315d.doctrinecache.data new file mode 100644 index 0000000..4448306 Binary files /dev/null and b/cache/doctrine/10fa18f1/9e/672d31306661313866315b34623766323063303566383362393635343262623266336237616563373634335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/9f/672d31306661313866315b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/9f/672d31306661313866315b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data new file mode 100644 index 0000000..a1552df Binary files /dev/null and b/cache/doctrine/10fa18f1/9f/672d31306661313866315b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/a5/672d31306661313866315b32363438303037303666343466333263636338626532326432323236633730365d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/a5/672d31306661313866315b32363438303037303666343466333263636338626532326432323236633730365d5b315d.doctrinecache.data new file mode 100644 index 0000000..8f9620f Binary files /dev/null and b/cache/doctrine/10fa18f1/a5/672d31306661313866315b32363438303037303666343466333263636338626532326432323236633730365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/a6/672d31306661313866315b36636666646334633430303134386431373239306163306130316464353937655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/a6/672d31306661313866315b36636666646334633430303134386431373239306163306130316464353937655d5b315d.doctrinecache.data new file mode 100644 index 0000000..ae87e8e Binary files /dev/null and b/cache/doctrine/10fa18f1/a6/672d31306661313866315b36636666646334633430303134386431373239306163306130316464353937655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/a7/672d3130666131386631245b32393763346237303361306463303831616539376134613265626162393661655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/a7/672d3130666131386631245b32393763346237303361306463303831616539376134613265626162393661655d5b315d.doctrinecache.data new file mode 100644 index 0000000..db71ca0 Binary files /dev/null and b/cache/doctrine/10fa18f1/a7/672d3130666131386631245b32393763346237303361306463303831616539376134613265626162393661655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/a7/672d31306661313866315b34333835323836376634613564643264353466656633383132363437366362395d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/a7/672d31306661313866315b34333835323836376634613564643264353466656633383132363437366362395d5b315d.doctrinecache.data new file mode 100644 index 0000000..56fe5d5 Binary files /dev/null and b/cache/doctrine/10fa18f1/a7/672d31306661313866315b34333835323836376634613564643264353466656633383132363437366362395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/ad/672d31306661313866315b30366635363766336132313238333036323232663134313932303837653562645d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/ad/672d31306661313866315b30366635363766336132313238333036323232663134313932303837653562645d5b315d.doctrinecache.data new file mode 100644 index 0000000..617639e Binary files /dev/null and b/cache/doctrine/10fa18f1/ad/672d31306661313866315b30366635363766336132313238333036323232663134313932303837653562645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/b6/672d31306661313866315b65313133663365303335313334333035333665333465663030326335643633345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/b6/672d31306661313866315b65313133663365303335313334333035333665333465663030326335643633345d5b315d.doctrinecache.data new file mode 100644 index 0000000..1838b41 Binary files /dev/null and b/cache/doctrine/10fa18f1/b6/672d31306661313866315b65313133663365303335313334333035333665333465663030326335643633345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/b8/672d31306661313866315b37633733303563376130643132316232653836393064393865383835613936635d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/b8/672d31306661313866315b37633733303563376130643132316232653836393064393865383835613936635d5b315d.doctrinecache.data new file mode 100644 index 0000000..7109c5d Binary files /dev/null and b/cache/doctrine/10fa18f1/b8/672d31306661313866315b37633733303563376130643132316232653836393064393865383835613936635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/bb/672d31306661313866315b62613134646535653836653035326136333837316463363366616437326232345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/bb/672d31306661313866315b62613134646535653836653035326136333837316463363366616437326232345d5b315d.doctrinecache.data new file mode 100644 index 0000000..cd92260 Binary files /dev/null and b/cache/doctrine/10fa18f1/bb/672d31306661313866315b62613134646535653836653035326136333837316463363366616437326232345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/bc/672d31306661313866315b35626636623136353738393431663931396134643662633833393663623761345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/bc/672d31306661313866315b35626636623136353738393431663931396134643662633833393663623761345d5b315d.doctrinecache.data new file mode 100644 index 0000000..e6d2de5 Binary files /dev/null and b/cache/doctrine/10fa18f1/bc/672d31306661313866315b35626636623136353738393431663931396134643662633833393663623761345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/c1/672d31306661313866315b66643161313030373036663235346462623139663630653364613264646262355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/c1/672d31306661313866315b66643161313030373036663235346462623139663630653364613264646262355d5b315d.doctrinecache.data new file mode 100644 index 0000000..d466966 Binary files /dev/null and b/cache/doctrine/10fa18f1/c1/672d31306661313866315b66643161313030373036663235346462623139663630653364613264646262355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/c2/672d31306661313866315b39383065313661393535376264363738316563353035613330333466616266645d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/c2/672d31306661313866315b39383065313661393535376264363738316563353035613330333466616266645d5b315d.doctrinecache.data new file mode 100644 index 0000000..bd0f730 Binary files /dev/null and b/cache/doctrine/10fa18f1/c2/672d31306661313866315b39383065313661393535376264363738316563353035613330333466616266645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/c7/672d31306661313866315b61326530633537643435653861613662343133633534663165303162653035645d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/c7/672d31306661313866315b61326530633537643435653861613662343133633534663165303162653035645d5b315d.doctrinecache.data new file mode 100644 index 0000000..0975f2b Binary files /dev/null and b/cache/doctrine/10fa18f1/c7/672d31306661313866315b61326530633537643435653861613662343133633534663165303162653035645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/c8/672d31306661313866315b30326666313835303439633764656432633431353636646338643134363930355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/c8/672d31306661313866315b30326666313835303439633764656432633431353636646338643134363930355d5b315d.doctrinecache.data new file mode 100644 index 0000000..49ccd17 Binary files /dev/null and b/cache/doctrine/10fa18f1/c8/672d31306661313866315b30326666313835303439633764656432633431353636646338643134363930355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/c8/672d31306661313866315b61393866656438633636346636333065323439636336643135386136363063345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/c8/672d31306661313866315b61393866656438633636346636333065323439636336643135386136363063345d5b315d.doctrinecache.data new file mode 100644 index 0000000..b32f885 Binary files /dev/null and b/cache/doctrine/10fa18f1/c8/672d31306661313866315b61393866656438633636346636333065323439636336643135386136363063345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/cc/672d31306661313866315b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/cc/672d31306661313866315b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data new file mode 100644 index 0000000..2ff61d4 Binary files /dev/null and b/cache/doctrine/10fa18f1/cc/672d31306661313866315b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/cd/672d3130666131386631245b38333131333164383739646266636463316663336130616632613666623866665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/cd/672d3130666131386631245b38333131333164383739646266636463316663336130616632613666623866665d5b315d.doctrinecache.data new file mode 100644 index 0000000..7a4f815 Binary files /dev/null and b/cache/doctrine/10fa18f1/cd/672d3130666131386631245b38333131333164383739646266636463316663336130616632613666623866665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/cd/672d31306661313866315b66636363616231303564363535623161366539393630666233343931616135615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/cd/672d31306661313866315b66636363616231303564363535623161366539393630666233343931616135615d5b315d.doctrinecache.data new file mode 100644 index 0000000..95e929f Binary files /dev/null and b/cache/doctrine/10fa18f1/cd/672d31306661313866315b66636363616231303564363535623161366539393630666233343931616135615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/cf/672d31306661313866315b30363362623065653666383663313461666661363331373135323863373466385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/cf/672d31306661313866315b30363362623065653666383663313461666661363331373135323863373466385d5b315d.doctrinecache.data new file mode 100644 index 0000000..25354ca Binary files /dev/null and b/cache/doctrine/10fa18f1/cf/672d31306661313866315b30363362623065653666383663313461666661363331373135323863373466385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/cf/672d31306661313866315b39613439356534353361393039383732316564316132343132643639376562385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/cf/672d31306661313866315b39613439356534353361393039383732316564316132343132643639376562385d5b315d.doctrinecache.data new file mode 100644 index 0000000..373c043 Binary files /dev/null and b/cache/doctrine/10fa18f1/cf/672d31306661313866315b39613439356534353361393039383732316564316132343132643639376562385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/d0/672d3130666131386631245b37303830346534323562636536323661373539623332383633313534356632385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/d0/672d3130666131386631245b37303830346534323562636536323661373539623332383633313534356632385d5b315d.doctrinecache.data new file mode 100644 index 0000000..dbdda6f Binary files /dev/null and b/cache/doctrine/10fa18f1/d0/672d3130666131386631245b37303830346534323562636536323661373539623332383633313534356632385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/d6/672d3130666131386631245b35383666353863396264653132653832363765343436336165613862363938325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/d6/672d3130666131386631245b35383666353863396264653132653832363765343436336165613862363938325d5b315d.doctrinecache.data new file mode 100644 index 0000000..c61cb59 Binary files /dev/null and b/cache/doctrine/10fa18f1/d6/672d3130666131386631245b35383666353863396264653132653832363765343436336165613862363938325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/d9/672d31306661313866315b36616663616266336565663332386530643764653438323632323762393734625d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/d9/672d31306661313866315b36616663616266336565663332386530643764653438323632323762393734625d5b315d.doctrinecache.data new file mode 100644 index 0000000..ba24852 Binary files /dev/null and b/cache/doctrine/10fa18f1/d9/672d31306661313866315b36616663616266336565663332386530643764653438323632323762393734625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/da/672d3130666131386631245b66326431353139666533626133353363613835323038656138353031633831655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/da/672d3130666131386631245b66326431353139666533626133353363613835323038656138353031633831655d5b315d.doctrinecache.data new file mode 100644 index 0000000..3a31284 Binary files /dev/null and b/cache/doctrine/10fa18f1/da/672d3130666131386631245b66326431353139666533626133353363613835323038656138353031633831655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/df/672d3130666131386631245b31643637666136336530343938396338666630623430656463313437363833655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/df/672d3130666131386631245b31643637666136336530343938396338666630623430656463313437363833655d5b315d.doctrinecache.data new file mode 100644 index 0000000..58282e2 Binary files /dev/null and b/cache/doctrine/10fa18f1/df/672d3130666131386631245b31643637666136336530343938396338666630623430656463313437363833655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e2/672d31306661313866315b30353165323133656434313062643065363734613365376166376265663262625d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e2/672d31306661313866315b30353165323133656434313062643065363734613365376166376265663262625d5b315d.doctrinecache.data new file mode 100644 index 0000000..4e3a6c6 Binary files /dev/null and b/cache/doctrine/10fa18f1/e2/672d31306661313866315b30353165323133656434313062643065363734613365376166376265663262625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e2/672d31306661313866315b31356538633363376232306663646661643038663439613330653334333033655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e2/672d31306661313866315b31356538633363376232306663646661643038663439613330653334333033655d5b315d.doctrinecache.data new file mode 100644 index 0000000..cf8f02d Binary files /dev/null and b/cache/doctrine/10fa18f1/e2/672d31306661313866315b31356538633363376232306663646661643038663439613330653334333033655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e4/672d3130666131386631245b62396263636639646365653339313563333733326539626663353364656433375d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e4/672d3130666131386631245b62396263636639646365653339313563333733326539626663353364656433375d5b315d.doctrinecache.data new file mode 100644 index 0000000..7f8b9e4 Binary files /dev/null and b/cache/doctrine/10fa18f1/e4/672d3130666131386631245b62396263636639646365653339313563333733326539626663353364656433375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e4/672d31306661313866315b64343166363331643964653935346561323835663565663031646264396266615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e4/672d31306661313866315b64343166363331643964653935346561323835663565663031646264396266615d5b315d.doctrinecache.data new file mode 100644 index 0000000..3a40e4d Binary files /dev/null and b/cache/doctrine/10fa18f1/e4/672d31306661313866315b64343166363331643964653935346561323835663565663031646264396266615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e5/672d31306661313866315b30643130363334336630633363653033303237323237373632363631386534655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e5/672d31306661313866315b30643130363334336630633363653033303237323237373632363631386534655d5b315d.doctrinecache.data new file mode 100644 index 0000000..63c841b Binary files /dev/null and b/cache/doctrine/10fa18f1/e5/672d31306661313866315b30643130363334336630633363653033303237323237373632363631386534655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e6/672d31306661313866315b62356539653863613530386562356566363638303866613237666236656565615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e6/672d31306661313866315b62356539653863613530386562356566363638303866613237666236656565615d5b315d.doctrinecache.data new file mode 100644 index 0000000..69b0197 Binary files /dev/null and b/cache/doctrine/10fa18f1/e6/672d31306661313866315b62356539653863613530386562356566363638303866613237666236656565615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e8/672d3130666131386631245b61343162646239616534616433333439633763363934346164643365353230355d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e8/672d3130666131386631245b61343162646239616534616433333439633763363934346164643365353230355d5b315d.doctrinecache.data new file mode 100644 index 0000000..bb59af5 Binary files /dev/null and b/cache/doctrine/10fa18f1/e8/672d3130666131386631245b61343162646239616534616433333439633763363934346164643365353230355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/e8/672d3130666131386631245b61393437323465626561373166336637393131336431626637396464346564345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/e8/672d3130666131386631245b61393437323465626561373166336637393131336431626637396464346564345d5b315d.doctrinecache.data new file mode 100644 index 0000000..7b84707 Binary files /dev/null and b/cache/doctrine/10fa18f1/e8/672d3130666131386631245b61393437323465626561373166336637393131336431626637396464346564345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/eb/672d3130666131386631245b36326335626431663238666330336534656165666535333538666164366664385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/eb/672d3130666131386631245b36326335626431663238666330336534656165666535333538666164366664385d5b315d.doctrinecache.data new file mode 100644 index 0000000..0999875 Binary files /dev/null and b/cache/doctrine/10fa18f1/eb/672d3130666131386631245b36326335626431663238666330336534656165666535333538666164366664385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/eb/672d31306661313866315b36363538656439316139636366636363336431653866376134303865396437385d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/eb/672d31306661313866315b36363538656439316139636366636363336431653866376134303865396437385d5b315d.doctrinecache.data new file mode 100644 index 0000000..379506c Binary files /dev/null and b/cache/doctrine/10fa18f1/eb/672d31306661313866315b36363538656439316139636366636363336431653866376134303865396437385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/ec/672d31306661313866315b36646366353733653936636230653436643134313464613038643566363832345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/ec/672d31306661313866315b36646366353733653936636230653436643134313464613038643566363832345d5b315d.doctrinecache.data new file mode 100644 index 0000000..83966d6 Binary files /dev/null and b/cache/doctrine/10fa18f1/ec/672d31306661313866315b36646366353733653936636230653436643134313464613038643566363832345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/ee/672d31306661313866315b61333966656364643031666438653230393162656530363364373032393435325d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/ee/672d31306661313866315b61333966656364643031666438653230393162656530363364373032393435325d5b315d.doctrinecache.data new file mode 100644 index 0000000..3e66aca Binary files /dev/null and b/cache/doctrine/10fa18f1/ee/672d31306661313866315b61333966656364643031666438653230393162656530363364373032393435325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/ef/672d31306661313866315b64373937366266663762633363633330386238643238333134366266386338665d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/ef/672d31306661313866315b64373937366266663762633363633330386238643238333134366266386338665d5b315d.doctrinecache.data new file mode 100644 index 0000000..81ca567 Binary files /dev/null and b/cache/doctrine/10fa18f1/ef/672d31306661313866315b64373937366266663762633363633330386238643238333134366266386338665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f0/672d31306661313866315b33336335653938376434353465653464333165626535376564313834353930345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f0/672d31306661313866315b33336335653938376434353465653464333165626535376564313834353930345d5b315d.doctrinecache.data new file mode 100644 index 0000000..847d81e Binary files /dev/null and b/cache/doctrine/10fa18f1/f0/672d31306661313866315b33336335653938376434353465653464333165626535376564313834353930345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f1/672d31306661313866315b36346439333230376565356532616238373164633232626462363464343737625d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f1/672d31306661313866315b36346439333230376565356532616238373164633232626462363464343737625d5b315d.doctrinecache.data new file mode 100644 index 0000000..be633ed Binary files /dev/null and b/cache/doctrine/10fa18f1/f1/672d31306661313866315b36346439333230376565356532616238373164633232626462363464343737625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f2/672d31306661313866315b30383563323164326131346530303734383139386232613866356533383338625d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f2/672d31306661313866315b30383563323164326131346530303734383139386232613866356533383338625d5b315d.doctrinecache.data new file mode 100644 index 0000000..4af5803 Binary files /dev/null and b/cache/doctrine/10fa18f1/f2/672d31306661313866315b30383563323164326131346530303734383139386232613866356533383338625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f6/672d3130666131386631245b37373962656164623936386237326431636164386438653033666564306330345d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f6/672d3130666131386631245b37373962656164623936386237326431636164386438653033666564306330345d5b315d.doctrinecache.data new file mode 100644 index 0000000..bf50fb3 Binary files /dev/null and b/cache/doctrine/10fa18f1/f6/672d3130666131386631245b37373962656164623936386237326431636164386438653033666564306330345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f7/672d31306661313866315b30653865393534653861373061643232646466616530353533373963303035305d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f7/672d31306661313866315b30653865393534653861373061643232646466616530353533373963303035305d5b315d.doctrinecache.data new file mode 100644 index 0000000..bb5ad57 Binary files /dev/null and b/cache/doctrine/10fa18f1/f7/672d31306661313866315b30653865393534653861373061643232646466616530353533373963303035305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f7/672d31306661313866315b33323765383565393465646338663733663037633030386439326235356438305d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f7/672d31306661313866315b33323765383565393465646338663733663037633030386439326235356438305d5b315d.doctrinecache.data new file mode 100644 index 0000000..8a1235e Binary files /dev/null and b/cache/doctrine/10fa18f1/f7/672d31306661313866315b33323765383565393465646338663733663037633030386439326235356438305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/f8/672d31306661313866315b34316234376435366337323764656165653165306334313066303032393336615d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/f8/672d31306661313866315b34316234376435366337323764656165653165306334313066303032393336615d5b315d.doctrinecache.data new file mode 100644 index 0000000..2838fa1 Binary files /dev/null and b/cache/doctrine/10fa18f1/f8/672d31306661313866315b34316234376435366337323764656165653165306334313066303032393336615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/fb/672d31306661313866315b61623238386563656531633965336566326239396332336361643633303839655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/fb/672d31306661313866315b61623238386563656531633965336566326239396332336361643633303839655d5b315d.doctrinecache.data new file mode 100644 index 0000000..b81e583 Binary files /dev/null and b/cache/doctrine/10fa18f1/fb/672d31306661313866315b61623238386563656531633965336566326239396332336361643633303839655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/10fa18f1/fe/672d31306661313866315b39333935313763646363363462343637306432383339343332643532313465655d5b315d.doctrinecache.data b/cache/doctrine/10fa18f1/fe/672d31306661313866315b39333935313763646363363462343637306432383339343332643532313465655d5b315d.doctrinecache.data new file mode 100644 index 0000000..1b4acb2 Binary files /dev/null and b/cache/doctrine/10fa18f1/fe/672d31306661313866315b39333935313763646363363462343637306432383339343332643532313465655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/01/672d61653132336161655b66653039393636353430373763303365343631653865333736643633646139385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/01/672d61653132336161655b66653039393636353430373763303365343631653865333736643633646139385d5b315d.doctrinecache.data new file mode 100644 index 0000000..8b7d91f Binary files /dev/null and b/cache/doctrine/ae123aae/01/672d61653132336161655b66653039393636353430373763303365343631653865333736643633646139385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/02/672d6165313233616165245b63326137656131346263633966323038333862646639646462346463386232635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/02/672d6165313233616165245b63326137656131346263633966323038333862646639646462346463386232635d5b315d.doctrinecache.data new file mode 100644 index 0000000..db4586b Binary files /dev/null and b/cache/doctrine/ae123aae/02/672d6165313233616165245b63326137656131346263633966323038333862646639646462346463386232635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/03/672d6165313233616165245b30663438313036616464323937313636653336306234393731616530313266655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/03/672d6165313233616165245b30663438313036616464323937313636653336306234393731616530313266655d5b315d.doctrinecache.data new file mode 100644 index 0000000..f5426cb Binary files /dev/null and b/cache/doctrine/ae123aae/03/672d6165313233616165245b30663438313036616464323937313636653336306234393731616530313266655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/04/672d61653132336161655b32363438303037303666343466333263636338626532326432323236633730365d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/04/672d61653132336161655b32363438303037303666343466333263636338626532326432323236633730365d5b315d.doctrinecache.data new file mode 100644 index 0000000..f742490 Binary files /dev/null and b/cache/doctrine/ae123aae/04/672d61653132336161655b32363438303037303666343466333263636338626532326432323236633730365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/09/672d6165313233616165245b66653534646338316334306136323631626265366466313264333137646632365d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/09/672d6165313233616165245b66653534646338316334306136323631626265366466313264333137646632365d5b315d.doctrinecache.data new file mode 100644 index 0000000..27529e7 Binary files /dev/null and b/cache/doctrine/ae123aae/09/672d6165313233616165245b66653534646338316334306136323631626265366466313264333137646632365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/0f/672d61653132336161655b64343166363331643964653935346561323835663565663031646264396266615d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/0f/672d61653132336161655b64343166363331643964653935346561323835663565663031646264396266615d5b315d.doctrinecache.data new file mode 100644 index 0000000..2c49de1 Binary files /dev/null and b/cache/doctrine/ae123aae/0f/672d61653132336161655b64343166363331643964653935346561323835663565663031646264396266615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/11/672d6165313233616165245b30626336643563353037313232393933343236663765666435303162663765335d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/11/672d6165313233616165245b30626336643563353037313232393933343236663765666435303162663765335d5b315d.doctrinecache.data new file mode 100644 index 0000000..9858da5 Binary files /dev/null and b/cache/doctrine/ae123aae/11/672d6165313233616165245b30626336643563353037313232393933343236663765666435303162663765335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/14/672d61653132336161655b35363434303831643439383735623134643039316135313334356639336663615d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/14/672d61653132336161655b35363434303831643439383735623134643039316135313334356639336663615d5b315d.doctrinecache.data new file mode 100644 index 0000000..a190980 Binary files /dev/null and b/cache/doctrine/ae123aae/14/672d61653132336161655b35363434303831643439383735623134643039316135313334356639336663615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/15/672d6165313233616165245b61383430353630343430653337353132336563326133643833383265633431335d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/15/672d6165313233616165245b61383430353630343430653337353132336563326133643833383265633431335d5b315d.doctrinecache.data new file mode 100644 index 0000000..c965d4c Binary files /dev/null and b/cache/doctrine/ae123aae/15/672d6165313233616165245b61383430353630343430653337353132336563326133643833383265633431335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/17/672d6165313233616165245b65316634323730323433633861313261303532303532346464616539353031635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/17/672d6165313233616165245b65316634323730323433633861313261303532303532346464616539353031635d5b315d.doctrinecache.data new file mode 100644 index 0000000..caee136 Binary files /dev/null and b/cache/doctrine/ae123aae/17/672d6165313233616165245b65316634323730323433633861313261303532303532346464616539353031635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/17/672d61653132336161655b30356364356133626636353662383836303435666663653432303962373333355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/17/672d61653132336161655b30356364356133626636353662383836303435666663653432303962373333355d5b315d.doctrinecache.data new file mode 100644 index 0000000..599f26a Binary files /dev/null and b/cache/doctrine/ae123aae/17/672d61653132336161655b30356364356133626636353662383836303435666663653432303962373333355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/17/672d61653132336161655b34333835323836376634613564643264353466656633383132363437366362395d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/17/672d61653132336161655b34333835323836376634613564643264353466656633383132363437366362395d5b315d.doctrinecache.data new file mode 100644 index 0000000..fed5e65 Binary files /dev/null and b/cache/doctrine/ae123aae/17/672d61653132336161655b34333835323836376634613564643264353466656633383132363437366362395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/19/672d6165313233616165245b30333836353363303164333432363334386435656633626631623237623931645d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/19/672d6165313233616165245b30333836353363303164333432363334386435656633626631623237623931645d5b315d.doctrinecache.data new file mode 100644 index 0000000..b1050db Binary files /dev/null and b/cache/doctrine/ae123aae/19/672d6165313233616165245b30333836353363303164333432363334386435656633626631623237623931645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/19/672d6165313233616165245b66306234646131396465383133663236386434366339663962386538363934385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/19/672d6165313233616165245b66306234646131396465383133663236386434366339663962386538363934385d5b315d.doctrinecache.data new file mode 100644 index 0000000..db4586b Binary files /dev/null and b/cache/doctrine/ae123aae/19/672d6165313233616165245b66306234646131396465383133663236386434366339663962386538363934385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/1b/672d6165313233616165245b36323838613263366634643836643162353937323664386234636133636162385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/1b/672d6165313233616165245b36323838613263366634643836643162353937323664386234636133636162385d5b315d.doctrinecache.data new file mode 100644 index 0000000..1e35ba4 Binary files /dev/null and b/cache/doctrine/ae123aae/1b/672d6165313233616165245b36323838613263366634643836643162353937323664386234636133636162385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/1d/672d6165313233616165245b64316638343334306664353363613435666262303937376432383533343036615d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/1d/672d6165313233616165245b64316638343334306664353363613435666262303937376432383533343036615d5b315d.doctrinecache.data new file mode 100644 index 0000000..275f37c Binary files /dev/null and b/cache/doctrine/ae123aae/1d/672d6165313233616165245b64316638343334306664353363613435666262303937376432383533343036615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/1e/672d61653132336161655b62663235626631643438653465623437356364326236646163326366326636305d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/1e/672d61653132336161655b62663235626631643438653465623437356364326236646163326366326636305d5b315d.doctrinecache.data new file mode 100644 index 0000000..cfb602f Binary files /dev/null and b/cache/doctrine/ae123aae/1e/672d61653132336161655b62663235626631643438653465623437356364326236646163326366326636305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/24/672d6165313233616165245b63383664313935666438353463653761316333656634666438323535613136365d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/24/672d6165313233616165245b63383664313935666438353463653761316333656634666438323535613136365d5b315d.doctrinecache.data new file mode 100644 index 0000000..daed592 Binary files /dev/null and b/cache/doctrine/ae123aae/24/672d6165313233616165245b63383664313935666438353463653761316333656634666438323535613136365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/26/672d6165313233616165245b62326461373536386131323938396266316230333436626232363130623733385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/26/672d6165313233616165245b62326461373536386131323938396266316230333436626232363130623733385d5b315d.doctrinecache.data new file mode 100644 index 0000000..47a1aa3 Binary files /dev/null and b/cache/doctrine/ae123aae/26/672d6165313233616165245b62326461373536386131323938396266316230333436626232363130623733385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/31/672d61653132336161655b33633232623634326232613363363662396137343764333234646239626631355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/31/672d61653132336161655b33633232623634326232613363363662396137343764333234646239626631355d5b315d.doctrinecache.data new file mode 100644 index 0000000..3e30929 Binary files /dev/null and b/cache/doctrine/ae123aae/31/672d61653132336161655b33633232623634326232613363363662396137343764333234646239626631355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/31/672d61653132336161655b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/31/672d61653132336161655b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data new file mode 100644 index 0000000..730ec49 Binary files /dev/null and b/cache/doctrine/ae123aae/31/672d61653132336161655b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/33/672d61653132336161655b64663737336362393965323765396436646263343437663230323635393232635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/33/672d61653132336161655b64663737336362393965323765396436646263343437663230323635393232635d5b315d.doctrinecache.data new file mode 100644 index 0000000..5c60ca5 Binary files /dev/null and b/cache/doctrine/ae123aae/33/672d61653132336161655b64663737336362393965323765396436646263343437663230323635393232635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/34/672d6165313233616165245b39636461623361313733613733393031346335363863346331626433396435635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/34/672d6165313233616165245b39636461623361313733613733393031346335363863346331626433396435635d5b315d.doctrinecache.data new file mode 100644 index 0000000..47a1aa3 Binary files /dev/null and b/cache/doctrine/ae123aae/34/672d6165313233616165245b39636461623361313733613733393031346335363863346331626433396435635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/38/672d61653132336161655b64373432363630636135613066646562636138373736643965643033626161645d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/38/672d61653132336161655b64373432363630636135613066646562636138373736643965643033626161645d5b315d.doctrinecache.data new file mode 100644 index 0000000..7170edd Binary files /dev/null and b/cache/doctrine/ae123aae/38/672d61653132336161655b64373432363630636135613066646562636138373736643965643033626161645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/39/672d6165313233616165245b31323232353439353432346461346666343161343939333036356639396364365d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/39/672d6165313233616165245b31323232353439353432346461346666343161343939333036356639396364365d5b315d.doctrinecache.data new file mode 100644 index 0000000..cbceb27 Binary files /dev/null and b/cache/doctrine/ae123aae/39/672d6165313233616165245b31323232353439353432346461346666343161343939333036356639396364365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/39/672d6165313233616165245b37323732626534343465333834376637656162363936343536336164643937625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/39/672d6165313233616165245b37323732626534343465333834376637656162363936343536336164643937625d5b315d.doctrinecache.data new file mode 100644 index 0000000..b6ae952 Binary files /dev/null and b/cache/doctrine/ae123aae/39/672d6165313233616165245b37323732626534343465333834376637656162363936343536336164643937625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/3c/672d6165313233616165245b37306231623036363434373266623530346339356239306630323361333833355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/3c/672d6165313233616165245b37306231623036363434373266623530346339356239306630323361333833355d5b315d.doctrinecache.data new file mode 100644 index 0000000..e45a9c8 Binary files /dev/null and b/cache/doctrine/ae123aae/3c/672d6165313233616165245b37306231623036363434373266623530346339356239306630323361333833355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/3f/672d6165313233616165245b66323938666635336539373834383630643635353961653462336564363566375d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/3f/672d6165313233616165245b66323938666635336539373834383630643635353961653462336564363566375d5b315d.doctrinecache.data new file mode 100644 index 0000000..7c1a0a6 Binary files /dev/null and b/cache/doctrine/ae123aae/3f/672d6165313233616165245b66323938666635336539373834383630643635353961653462336564363566375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/41/672d61653132336161655b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/41/672d61653132336161655b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data new file mode 100644 index 0000000..b368624 Binary files /dev/null and b/cache/doctrine/ae123aae/41/672d61653132336161655b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/43/672d61653132336161655b34353732396635376365353039313433373035366365383466663538356165335d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/43/672d61653132336161655b34353732396635376365353039313433373035366365383466663538356165335d5b315d.doctrinecache.data new file mode 100644 index 0000000..581a2a3 Binary files /dev/null and b/cache/doctrine/ae123aae/43/672d61653132336161655b34353732396635376365353039313433373035366365383466663538356165335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/44/672d61653132336161655b33323765383565393465646338663733663037633030386439326235356438305d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/44/672d61653132336161655b33323765383565393465646338663733663037633030386439326235356438305d5b315d.doctrinecache.data new file mode 100644 index 0000000..ca32a22 Binary files /dev/null and b/cache/doctrine/ae123aae/44/672d61653132336161655b33323765383565393465646338663733663037633030386439326235356438305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/44/672d61653132336161655b61333966656364643031666438653230393162656530363364373032393435325d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/44/672d61653132336161655b61333966656364643031666438653230393162656530363364373032393435325d5b315d.doctrinecache.data new file mode 100644 index 0000000..e5b23c3 Binary files /dev/null and b/cache/doctrine/ae123aae/44/672d61653132336161655b61333966656364643031666438653230393162656530363364373032393435325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/47/672d61653132336161655b64623137326466383866386334303464633638393464646435636134616333355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/47/672d61653132336161655b64623137326466383866386334303464633638393464646435636134616333355d5b315d.doctrinecache.data new file mode 100644 index 0000000..4042534 Binary files /dev/null and b/cache/doctrine/ae123aae/47/672d61653132336161655b64623137326466383866386334303464633638393464646435636134616333355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/55/672d61653132336161655b61336266363337313633356531626163623139626464666461333935373635665d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/55/672d61653132336161655b61336266363337313633356531626163623139626464666461333935373635665d5b315d.doctrinecache.data new file mode 100644 index 0000000..a6a4989 Binary files /dev/null and b/cache/doctrine/ae123aae/55/672d61653132336161655b61336266363337313633356531626163623139626464666461333935373635665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/56/672d6165313233616165245b31303839613363366565343831323862383031643837313665326661623232355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/56/672d6165313233616165245b31303839613363366565343831323862383031643837313665326661623232355d5b315d.doctrinecache.data new file mode 100644 index 0000000..3277017 Binary files /dev/null and b/cache/doctrine/ae123aae/56/672d6165313233616165245b31303839613363366565343831323862383031643837313665326661623232355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/56/672d61653132336161655b61393866656438633636346636333065323439636336643135386136363063345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/56/672d61653132336161655b61393866656438633636346636333065323439636336643135386136363063345d5b315d.doctrinecache.data new file mode 100644 index 0000000..3669c53 Binary files /dev/null and b/cache/doctrine/ae123aae/56/672d61653132336161655b61393866656438633636346636333065323439636336643135386136363063345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/5a/672d6165313233616165245b65643338626362313038663437636235656139623661373161316464326465315d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/5a/672d6165313233616165245b65643338626362313038663437636235656139623661373161316464326465315d5b315d.doctrinecache.data new file mode 100644 index 0000000..7c1a0a6 Binary files /dev/null and b/cache/doctrine/ae123aae/5a/672d6165313233616165245b65643338626362313038663437636235656139623661373161316464326465315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/5b/672d61653132336161655b62333632613735633861323733326537363566313064343734626562336133385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/5b/672d61653132336161655b62333632613735633861323733326537363566313064343734626562336133385d5b315d.doctrinecache.data new file mode 100644 index 0000000..5720324 Binary files /dev/null and b/cache/doctrine/ae123aae/5b/672d61653132336161655b62333632613735633861323733326537363566313064343734626562336133385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/5d/672d6165313233616165245b38336235623537366562383037333739666433626433313739333666623561305d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/5d/672d6165313233616165245b38336235623537366562383037333739666433626433313739333666623561305d5b315d.doctrinecache.data new file mode 100644 index 0000000..779a8df Binary files /dev/null and b/cache/doctrine/ae123aae/5d/672d6165313233616165245b38336235623537366562383037333739666433626433313739333666623561305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/60/672d61653132336161655b34343163383766626366383563343065326165373366656463306236626666655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/60/672d61653132336161655b34343163383766626366383563343065326165373366656463306236626666655d5b315d.doctrinecache.data new file mode 100644 index 0000000..cb8dfbb Binary files /dev/null and b/cache/doctrine/ae123aae/60/672d61653132336161655b34343163383766626366383563343065326165373366656463306236626666655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/61/672d6165313233616165245b36353536613532373966376264393230336131336531353633386361373538325d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/61/672d6165313233616165245b36353536613532373966376264393230336131336531353633386361373538325d5b315d.doctrinecache.data new file mode 100644 index 0000000..e45a9c8 Binary files /dev/null and b/cache/doctrine/ae123aae/61/672d6165313233616165245b36353536613532373966376264393230336131336531353633386361373538325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/61/672d61653132336161655b36346439333230376565356532616238373164633232626462363464343737625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/61/672d61653132336161655b36346439333230376565356532616238373164633232626462363464343737625d5b315d.doctrinecache.data new file mode 100644 index 0000000..b05fd2d Binary files /dev/null and b/cache/doctrine/ae123aae/61/672d61653132336161655b36346439333230376565356532616238373164633232626462363464343737625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/64/672d61653132336161655b65323937346337316236633563306466653239353232653663323561303933615d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/64/672d61653132336161655b65323937346337316236633563306466653239353232653663323561303933615d5b315d.doctrinecache.data new file mode 100644 index 0000000..0dc3e04 Binary files /dev/null and b/cache/doctrine/ae123aae/64/672d61653132336161655b65323937346337316236633563306466653239353232653663323561303933615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/65/672d61653132336161655b39333935313763646363363462343637306432383339343332643532313465655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/65/672d61653132336161655b39333935313763646363363462343637306432383339343332643532313465655d5b315d.doctrinecache.data new file mode 100644 index 0000000..cef5c75 Binary files /dev/null and b/cache/doctrine/ae123aae/65/672d61653132336161655b39333935313763646363363462343637306432383339343332643532313465655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/68/672d61653132336161655b32396139373334333530643030363332343230306335396364356166386231655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/68/672d61653132336161655b32396139373334333530643030363332343230306335396364356166386231655d5b315d.doctrinecache.data new file mode 100644 index 0000000..ca2b730 Binary files /dev/null and b/cache/doctrine/ae123aae/68/672d61653132336161655b32396139373334333530643030363332343230306335396364356166386231655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/6a/672d61653132336161655b30353963666362323435663061373031363438373762363763626561376539655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/6a/672d61653132336161655b30353963666362323435663061373031363438373762363763626561376539655d5b315d.doctrinecache.data new file mode 100644 index 0000000..016e9a9 Binary files /dev/null and b/cache/doctrine/ae123aae/6a/672d61653132336161655b30353963666362323435663061373031363438373762363763626561376539655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/6a/672d61653132336161655b62613134646535653836653035326136333837316463363366616437326232345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/6a/672d61653132336161655b62613134646535653836653035326136333837316463363366616437326232345d5b315d.doctrinecache.data new file mode 100644 index 0000000..9a01918 Binary files /dev/null and b/cache/doctrine/ae123aae/6a/672d61653132336161655b62613134646535653836653035326136333837316463363366616437326232345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/6e/672d6165313233616165245b32663561613935353133646139663562663065656236386134636631363931325d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/6e/672d6165313233616165245b32663561613935353133646139663562663065656236386134636631363931325d5b315d.doctrinecache.data new file mode 100644 index 0000000..08f6dc1 Binary files /dev/null and b/cache/doctrine/ae123aae/6e/672d6165313233616165245b32663561613935353133646139663562663065656236386134636631363931325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/6f/672d6165313233616165245b33616564626262346631376366656464636234303966396137303065623638665d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/6f/672d6165313233616165245b33616564626262346631376366656464636234303966396137303065623638665d5b315d.doctrinecache.data new file mode 100644 index 0000000..10079ea Binary files /dev/null and b/cache/doctrine/ae123aae/6f/672d6165313233616165245b33616564626262346631376366656464636234303966396137303065623638665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/72/672d61653132336161655b65323531353435376665343665333863363865386165386530306630646137655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/72/672d61653132336161655b65323531353435376665343665333863363865386165386530306630646137655d5b315d.doctrinecache.data new file mode 100644 index 0000000..c094092 Binary files /dev/null and b/cache/doctrine/ae123aae/72/672d61653132336161655b65323531353435376665343665333863363865386165386530306630646137655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/74/672d6165313233616165245b32356639363561383466643734306633653739363937353231353666386165655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/74/672d6165313233616165245b32356639363561383466643734306633653739363937353231353666386165655d5b315d.doctrinecache.data new file mode 100644 index 0000000..3428c99 Binary files /dev/null and b/cache/doctrine/ae123aae/74/672d6165313233616165245b32356639363561383466643734306633653739363937353231353666386165655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/74/672d61653132336161655b37303364643562636563366532336136356339653336633631636565323862375d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/74/672d61653132336161655b37303364643562636563366532336136356339653336633631636565323862375d5b315d.doctrinecache.data new file mode 100644 index 0000000..322156c Binary files /dev/null and b/cache/doctrine/ae123aae/74/672d61653132336161655b37303364643562636563366532336136356339653336633631636565323862375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/81/672d61653132336161655b65313133663365303335313334333035333665333465663030326335643633345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/81/672d61653132336161655b65313133663365303335313334333035333665333465663030326335643633345d5b315d.doctrinecache.data new file mode 100644 index 0000000..53f156c Binary files /dev/null and b/cache/doctrine/ae123aae/81/672d61653132336161655b65313133663365303335313334333035333665333465663030326335643633345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/83/672d61653132336161655b36656537303437383834336432343231373735323261666338336233623331665d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/83/672d61653132336161655b36656537303437383834336432343231373735323261666338336233623331665d5b315d.doctrinecache.data new file mode 100644 index 0000000..dafe447 Binary files /dev/null and b/cache/doctrine/ae123aae/83/672d61653132336161655b36656537303437383834336432343231373735323261666338336233623331665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/83/672d61653132336161655b37633733303563376130643132316232653836393064393865383835613936635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/83/672d61653132336161655b37633733303563376130643132316232653836393064393865383835613936635d5b315d.doctrinecache.data new file mode 100644 index 0000000..3d180ca Binary files /dev/null and b/cache/doctrine/ae123aae/83/672d61653132336161655b37633733303563376130643132316232653836393064393865383835613936635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/83/672d61653132336161655b63353431616165313464613263346433613930373430616331373938613431315d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/83/672d61653132336161655b63353431616165313464613263346433613930373430616331373938613431315d5b315d.doctrinecache.data new file mode 100644 index 0000000..5f06d34 Binary files /dev/null and b/cache/doctrine/ae123aae/83/672d61653132336161655b63353431616165313464613263346433613930373430616331373938613431315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/87/672d6165313233616165245b64656664626366373361616539646665393136356534303135613534623131325d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/87/672d6165313233616165245b64656664626366373361616539646665393136356534303135613534623131325d5b315d.doctrinecache.data new file mode 100644 index 0000000..3428c99 Binary files /dev/null and b/cache/doctrine/ae123aae/87/672d6165313233616165245b64656664626366373361616539646665393136356534303135613534623131325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/87/672d61653132336161655b39613336363630623836386133643666313835333338383331663630643437335d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/87/672d61653132336161655b39613336363630623836386133643666313835333338383331663630643437335d5b315d.doctrinecache.data new file mode 100644 index 0000000..f91218a Binary files /dev/null and b/cache/doctrine/ae123aae/87/672d61653132336161655b39613336363630623836386133643666313835333338383331663630643437335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/8e/672d61653132336161655b61613563323764326338613939633166343563303763646266623261663462345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/8e/672d61653132336161655b61613563323764326338613939633166343563303763646266623261663462345d5b315d.doctrinecache.data new file mode 100644 index 0000000..61a9fa2 Binary files /dev/null and b/cache/doctrine/ae123aae/8e/672d61653132336161655b61613563323764326338613939633166343563303763646266623261663462345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/8e/672d61653132336161655b62653930333864656661613434323335303966326531303238356163306139665d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/8e/672d61653132336161655b62653930333864656661613434323335303966326531303238356163306139665d5b315d.doctrinecache.data new file mode 100644 index 0000000..7e35a9b Binary files /dev/null and b/cache/doctrine/ae123aae/8e/672d61653132336161655b62653930333864656661613434323335303966326531303238356163306139665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/8f/672d6165313233616165245b66326365373966363738366536623735303064613461633365643164303333635d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/8f/672d6165313233616165245b66326365373966363738366536623735303064613461633365643164303333635d5b315d.doctrinecache.data new file mode 100644 index 0000000..c8be7b3 Binary files /dev/null and b/cache/doctrine/ae123aae/8f/672d6165313233616165245b66326365373966363738366536623735303064613461633365643164303333635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/90/672d61653132336161655b30353165323133656434313062643065363734613365376166376265663262625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/90/672d61653132336161655b30353165323133656434313062643065363734613365376166376265663262625d5b315d.doctrinecache.data new file mode 100644 index 0000000..1cb9213 Binary files /dev/null and b/cache/doctrine/ae123aae/90/672d61653132336161655b30353165323133656434313062643065363734613365376166376265663262625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/92/672d61653132336161655b61326530633537643435653861613662343133633534663165303162653035645d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/92/672d61653132336161655b61326530633537643435653861613662343133633534663165303162653035645d5b315d.doctrinecache.data new file mode 100644 index 0000000..23fe03a Binary files /dev/null and b/cache/doctrine/ae123aae/92/672d61653132336161655b61326530633537643435653861613662343133633534663165303162653035645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/92/672d61653132336161655b63343262353166396562613332383432616239316331633438306162326632315d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/92/672d61653132336161655b63343262353166396562613332383432616239316331633438306162326632315d5b315d.doctrinecache.data new file mode 100644 index 0000000..c39c2f3 Binary files /dev/null and b/cache/doctrine/ae123aae/92/672d61653132336161655b63343262353166396562613332383432616239316331633438306162326632315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/96/672d61653132336161655b30363362623065653666383663313461666661363331373135323863373466385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/96/672d61653132336161655b30363362623065653666383663313461666661363331373135323863373466385d5b315d.doctrinecache.data new file mode 100644 index 0000000..cb2f7e0 Binary files /dev/null and b/cache/doctrine/ae123aae/96/672d61653132336161655b30363362623065653666383663313461666661363331373135323863373466385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/97/672d61653132336161655b38393034636135656636623035343931303865343566333964336332333237305d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/97/672d61653132336161655b38393034636135656636623035343931303865343566333964336332333237305d5b315d.doctrinecache.data new file mode 100644 index 0000000..e220053 Binary files /dev/null and b/cache/doctrine/ae123aae/97/672d61653132336161655b38393034636135656636623035343931303865343566333964336332333237305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/99/672d61653132336161655b35626636623136353738393431663931396134643662633833393663623761345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/99/672d61653132336161655b35626636623136353738393431663931396134643662633833393663623761345d5b315d.doctrinecache.data new file mode 100644 index 0000000..d2238c5 Binary files /dev/null and b/cache/doctrine/ae123aae/99/672d61653132336161655b35626636623136353738393431663931396134643662633833393663623761345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/9b/672d6165313233616165245b36346433326133326661303761376262386634396133326661343234623235315d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/9b/672d6165313233616165245b36346433326133326661303761376262386634396133326661343234623235315d5b315d.doctrinecache.data new file mode 100644 index 0000000..4c155f4 Binary files /dev/null and b/cache/doctrine/ae123aae/9b/672d6165313233616165245b36346433326133326661303761376262386634396133326661343234623235315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/9c/672d61653132336161655b34373639373134626532633432653562633266333930613138613039663736385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/9c/672d61653132336161655b34373639373134626532633432653562633266333930613138613039663736385d5b315d.doctrinecache.data new file mode 100644 index 0000000..5689d60 Binary files /dev/null and b/cache/doctrine/ae123aae/9c/672d61653132336161655b34373639373134626532633432653562633266333930613138613039663736385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/9d/672d61653132336161655b36646366353733653936636230653436643134313464613038643566363832345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/9d/672d61653132336161655b36646366353733653936636230653436643134313464613038643566363832345d5b315d.doctrinecache.data new file mode 100644 index 0000000..002985b Binary files /dev/null and b/cache/doctrine/ae123aae/9d/672d61653132336161655b36646366353733653936636230653436643134313464613038643566363832345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/9f/672d6165313233616165245b62363339303130613539313536346439373265376435353961653630346364655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/9f/672d6165313233616165245b62363339303130613539313536346439373265376435353961653630346364655d5b315d.doctrinecache.data new file mode 100644 index 0000000..01ce492 Binary files /dev/null and b/cache/doctrine/ae123aae/9f/672d6165313233616165245b62363339303130613539313536346439373265376435353961653630346364655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/a2/672d6165313233616165245b37353166336134306639626335356466646430383232616466366364366537385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/a2/672d6165313233616165245b37353166336134306639626335356466646430383232616466366364366537385d5b315d.doctrinecache.data new file mode 100644 index 0000000..cbceb27 Binary files /dev/null and b/cache/doctrine/ae123aae/a2/672d6165313233616165245b37353166336134306639626335356466646430383232616466366364366537385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/a2/672d61653132336161655b66616562326533636633646633323061313535376632616464393034613835355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/a2/672d61653132336161655b66616562326533636633646633323061313535376632616464393034613835355d5b315d.doctrinecache.data new file mode 100644 index 0000000..46a2749 Binary files /dev/null and b/cache/doctrine/ae123aae/a2/672d61653132336161655b66616562326533636633646633323061313535376632616464393034613835355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/a5/672d61653132336161655b36646233396430346562656562653261333265636264333631313737303033625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/a5/672d61653132336161655b36646233396430346562656562653261333265636264333631313737303033625d5b315d.doctrinecache.data new file mode 100644 index 0000000..3e08cb2 Binary files /dev/null and b/cache/doctrine/ae123aae/a5/672d61653132336161655b36646233396430346562656562653261333265636264333631313737303033625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/a6/672d61653132336161655b33336335653938376434353465653464333165626535376564313834353930345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/a6/672d61653132336161655b33336335653938376434353465653464333165626535376564313834353930345d5b315d.doctrinecache.data new file mode 100644 index 0000000..03f8d23 Binary files /dev/null and b/cache/doctrine/ae123aae/a6/672d61653132336161655b33336335653938376434353465653464333165626535376564313834353930345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/a6/672d61653132336161655b64353662336463643466333638663138626339346338393736343865306435395d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/a6/672d61653132336161655b64353662336463643466333638663138626339346338393736343865306435395d5b315d.doctrinecache.data new file mode 100644 index 0000000..49371be Binary files /dev/null and b/cache/doctrine/ae123aae/a6/672d61653132336161655b64353662336463643466333638663138626339346338393736343865306435395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/aa/672d61653132336161655b34316234376435366337323764656165653165306334313066303032393336615d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/aa/672d61653132336161655b34316234376435366337323764656165653165306334313066303032393336615d5b315d.doctrinecache.data new file mode 100644 index 0000000..cf07418 Binary files /dev/null and b/cache/doctrine/ae123aae/aa/672d61653132336161655b34316234376435366337323764656165653165306334313066303032393336615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/ab/672d61653132336161655b30366635363766336132313238333036323232663134313932303837653562645d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/ab/672d61653132336161655b30366635363766336132313238333036323232663134313932303837653562645d5b315d.doctrinecache.data new file mode 100644 index 0000000..a8b1813 Binary files /dev/null and b/cache/doctrine/ae123aae/ab/672d61653132336161655b30366635363766336132313238333036323232663134313932303837653562645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/b4/672d61653132336161655b62356539653863613530386562356566363638303866613237666236656565615d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/b4/672d61653132336161655b62356539653863613530386562356566363638303866613237666236656565615d5b315d.doctrinecache.data new file mode 100644 index 0000000..9a1b360 Binary files /dev/null and b/cache/doctrine/ae123aae/b4/672d61653132336161655b62356539653863613530386562356566363638303866613237666236656565615d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/bc/672d6165313233616165245b64393735386463666437333939356130383036616336616266643834643233625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/bc/672d6165313233616165245b64393735386463666437333939356130383036616336616266643834643233625d5b315d.doctrinecache.data new file mode 100644 index 0000000..c1deebc Binary files /dev/null and b/cache/doctrine/ae123aae/bc/672d6165313233616165245b64393735386463666437333939356130383036616336616266643834643233625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/c0/672d6165313233616165245b63306434333365386362323734393837303833393165326535313563653439335d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/c0/672d6165313233616165245b63306434333365386362323734393837303833393165326535313563653439335d5b315d.doctrinecache.data new file mode 100644 index 0000000..88289e7 Binary files /dev/null and b/cache/doctrine/ae123aae/c0/672d6165313233616165245b63306434333365386362323734393837303833393165326535313563653439335d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/c0/672d61653132336161655b61616361303932393461393536303264323133306662626236393165333865345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/c0/672d61653132336161655b61616361303932393461393536303264323133306662626236393165333865345d5b315d.doctrinecache.data new file mode 100644 index 0000000..85c578a Binary files /dev/null and b/cache/doctrine/ae123aae/c0/672d61653132336161655b61616361303932393461393536303264323133306662626236393165333865345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/c6/672d61653132336161655b65386430356564333537636635343435663239306161373832636337333439665d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/c6/672d61653132336161655b65386430356564333537636635343435663239306161373832636337333439665d5b315d.doctrinecache.data new file mode 100644 index 0000000..dcaaf10 Binary files /dev/null and b/cache/doctrine/ae123aae/c6/672d61653132336161655b65386430356564333537636635343435663239306161373832636337333439665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/cd/672d61653132336161655b39636635666636656262666439386139356438616231313236376431626231365d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/cd/672d61653132336161655b39636635666636656262666439386139356438616231313236376431626231365d5b315d.doctrinecache.data new file mode 100644 index 0000000..fae9f12 Binary files /dev/null and b/cache/doctrine/ae123aae/cd/672d61653132336161655b39636635666636656262666439386139356438616231313236376431626231365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d0/672d6165313233616165245b32333765393966663636663135653139353137356637613231326663346534355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d0/672d6165313233616165245b32333765393966663636663135653139353137356637613231326663346534355d5b315d.doctrinecache.data new file mode 100644 index 0000000..67308f7 Binary files /dev/null and b/cache/doctrine/ae123aae/d0/672d6165313233616165245b32333765393966663636663135653139353137356637613231326663346534355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d1/672d61653132336161655b30383563323164326131346530303734383139386232613866356533383338625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d1/672d61653132336161655b30383563323164326131346530303734383139386232613866356533383338625d5b315d.doctrinecache.data new file mode 100644 index 0000000..c47119a Binary files /dev/null and b/cache/doctrine/ae123aae/d1/672d61653132336161655b30383563323164326131346530303734383139386232613866356533383338625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d1/672d61653132336161655b33343361383639656235383361393838636239376232353035383833323634315d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d1/672d61653132336161655b33343361383639656235383361393838636239376232353035383833323634315d5b315d.doctrinecache.data new file mode 100644 index 0000000..a1e57ca Binary files /dev/null and b/cache/doctrine/ae123aae/d1/672d61653132336161655b33343361383639656235383361393838636239376232353035383833323634315d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d4/672d61653132336161655b36636666646334633430303134386431373239306163306130316464353937655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d4/672d61653132336161655b36636666646334633430303134386431373239306163306130316464353937655d5b315d.doctrinecache.data new file mode 100644 index 0000000..86e0995 Binary files /dev/null and b/cache/doctrine/ae123aae/d4/672d61653132336161655b36636666646334633430303134386431373239306163306130316464353937655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d6/672d61653132336161655b32333866346336383331303838346231356164646364303463323839393961645d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d6/672d61653132336161655b32333866346336383331303838346231356164646364303463323839393961645d5b315d.doctrinecache.data new file mode 100644 index 0000000..4883b62 Binary files /dev/null and b/cache/doctrine/ae123aae/d6/672d61653132336161655b32333866346336383331303838346231356164646364303463323839393961645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d7/672d61653132336161655b30643130363334336630633363653033303237323237373632363631386534655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d7/672d61653132336161655b30643130363334336630633363653033303237323237373632363631386534655d5b315d.doctrinecache.data new file mode 100644 index 0000000..6046a9e Binary files /dev/null and b/cache/doctrine/ae123aae/d7/672d61653132336161655b30643130363334336630633363653033303237323237373632363631386534655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/d9/672d6165313233616165245b61343361653664633136376336343561393130363833376137616563623662385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/d9/672d6165313233616165245b61343361653664633136376336343561393130363833376137616563623662385d5b315d.doctrinecache.data new file mode 100644 index 0000000..9a1fbdc Binary files /dev/null and b/cache/doctrine/ae123aae/d9/672d6165313233616165245b61343361653664633136376336343561393130363833376137616563623662385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/db/672d61653132336161655b66643161313030373036663235346462623139663630653364613264646262355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/db/672d61653132336161655b66643161313030373036663235346462623139663630653364613264646262355d5b315d.doctrinecache.data new file mode 100644 index 0000000..60c6491 Binary files /dev/null and b/cache/doctrine/ae123aae/db/672d61653132336161655b66643161313030373036663235346462623139663630653364613264646262355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/dc/672d61653132336161655b32363334323535633239383865623362393933393831303333643832346536325d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/dc/672d61653132336161655b32363334323535633239383865623362393933393831303333643832346536325d5b315d.doctrinecache.data new file mode 100644 index 0000000..49efac1 Binary files /dev/null and b/cache/doctrine/ae123aae/dc/672d61653132336161655b32363334323535633239383865623362393933393831303333643832346536325d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/df/672d6165313233616165245b61323661393136613834303134633936396636643832636163383139343263395d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/df/672d6165313233616165245b61323661393136613834303134633936396636643832636163383139343263395d5b315d.doctrinecache.data new file mode 100644 index 0000000..d4778e8 Binary files /dev/null and b/cache/doctrine/ae123aae/df/672d6165313233616165245b61323661393136613834303134633936396636643832636163383139343263395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/e4/672d6165313233616165245b35386633356635343537643931616366373831623034636234353039623430345d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/e4/672d6165313233616165245b35386633356635343537643931616366373831623034636234353039623430345d5b315d.doctrinecache.data new file mode 100644 index 0000000..b649bff Binary files /dev/null and b/cache/doctrine/ae123aae/e4/672d6165313233616165245b35386633356635343537643931616366373831623034636234353039623430345d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/e4/672d61653132336161655b38396230323162636564336139633962653262333066343839623337386432655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/e4/672d61653132336161655b38396230323162636564336139633962653262333066343839623337386432655d5b315d.doctrinecache.data new file mode 100644 index 0000000..0bb6a1e Binary files /dev/null and b/cache/doctrine/ae123aae/e4/672d61653132336161655b38396230323162636564336139633962653262333066343839623337386432655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/e7/672d61653132336161655b64373937366266663762633363633330386238643238333134366266386338665d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/e7/672d61653132336161655b64373937366266663762633363633330386238643238333134366266386338665d5b315d.doctrinecache.data new file mode 100644 index 0000000..1234750 Binary files /dev/null and b/cache/doctrine/ae123aae/e7/672d61653132336161655b64373937366266663762633363633330386238643238333134366266386338665d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/e8/672d61653132336161655b38346133383061346232653361363436306264613662613531313338303362355d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/e8/672d61653132336161655b38346133383061346232653361363436306264613662613531313338303362355d5b315d.doctrinecache.data new file mode 100644 index 0000000..d75a53c Binary files /dev/null and b/cache/doctrine/ae123aae/e8/672d61653132336161655b38346133383061346232653361363436306264613662613531313338303362355d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/ea/672d61653132336161655b61623238386563656531633965336566326239396332336361643633303839655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/ea/672d61653132336161655b61623238386563656531633965336566326239396332336361643633303839655d5b315d.doctrinecache.data new file mode 100644 index 0000000..9936c4f Binary files /dev/null and b/cache/doctrine/ae123aae/ea/672d61653132336161655b61623238386563656531633965336566326239396332336361643633303839655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/ec/672d6165313233616165245b65653462343764636564316132313633333030393738356332643662376634655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/ec/672d6165313233616165245b65653462343764636564316132313633333030393738356332643662376634655d5b315d.doctrinecache.data new file mode 100644 index 0000000..158fd2c Binary files /dev/null and b/cache/doctrine/ae123aae/ec/672d6165313233616165245b65653462343764636564316132313633333030393738356332643662376634655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/f0/672d61653132336161655b61326262383461616238663263373639653464653966353034646138626161305d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/f0/672d61653132336161655b61326262383461616238663263373639653464653966353034646138626161305d5b315d.doctrinecache.data new file mode 100644 index 0000000..fac94a5 Binary files /dev/null and b/cache/doctrine/ae123aae/f0/672d61653132336161655b61326262383461616238663263373639653464653966353034646138626161305d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/f0/672d61653132336161655b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/f0/672d61653132336161655b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data new file mode 100644 index 0000000..259cc2c Binary files /dev/null and b/cache/doctrine/ae123aae/f0/672d61653132336161655b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/f2/672d61653132336161655b39383065313661393535376264363738316563353035613330333466616266645d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/f2/672d61653132336161655b39383065313661393535376264363738316563353035613330333466616266645d5b315d.doctrinecache.data new file mode 100644 index 0000000..be0facb Binary files /dev/null and b/cache/doctrine/ae123aae/f2/672d61653132336161655b39383065313661393535376264363738316563353035613330333466616266645d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/f6/672d6165313233616165245b39663435663439616633386265646638393736363634626366323464373761625d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/f6/672d6165313233616165245b39663435663439616633386265646638393736363634626366323464373761625d5b315d.doctrinecache.data new file mode 100644 index 0000000..db4586b Binary files /dev/null and b/cache/doctrine/ae123aae/f6/672d6165313233616165245b39663435663439616633386265646638393736363634626366323464373761625d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/f8/672d61653132336161655b30303163343962313166363166396561623463306330346135616535363235395d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/f8/672d61653132336161655b30303163343962313166363166396561623463306330346135616535363235395d5b315d.doctrinecache.data new file mode 100644 index 0000000..00712ac Binary files /dev/null and b/cache/doctrine/ae123aae/f8/672d61653132336161655b30303163343962313166363166396561623463306330346135616535363235395d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/f9/672d6165313233616165245b62666531616261353663616666623162333333653936623133626231643566365d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/f9/672d6165313233616165245b62666531616261353663616666623162333333653936623133626231643566365d5b315d.doctrinecache.data new file mode 100644 index 0000000..daed592 Binary files /dev/null and b/cache/doctrine/ae123aae/f9/672d6165313233616165245b62666531616261353663616666623162333333653936623133626231643566365d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/ae123aae/ff/672d61653132336161655b36363538656439316139636366636363336431653866376134303865396437385d5b315d.doctrinecache.data b/cache/doctrine/ae123aae/ff/672d61653132336161655b36363538656439316139636366636363336431653866376134303865396437385d5b315d.doctrinecache.data new file mode 100644 index 0000000..f13970d Binary files /dev/null and b/cache/doctrine/ae123aae/ff/672d61653132336161655b36363538656439316139636366636363336431653866376134303865396437385d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/db3ea672/4b/672d6462336561363732245b65363263313233666562646663643633616466363734306330323933633966655d5b315d.doctrinecache.data b/cache/doctrine/db3ea672/4b/672d6462336561363732245b65363263313233666562646663643633616466363734306330323933633966655d5b315d.doctrinecache.data new file mode 100644 index 0000000..0ebd22d Binary files /dev/null and b/cache/doctrine/db3ea672/4b/672d6462336561363732245b65363263313233666562646663643633616466363734306330323933633966655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/db3ea672/4f/672d64623365613637325b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data b/cache/doctrine/db3ea672/4f/672d64623365613637325b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data new file mode 100644 index 0000000..6f43de9 Binary files /dev/null and b/cache/doctrine/db3ea672/4f/672d64623365613637325b35366436316633346662366237363532613033646334346231353736626231635d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/db3ea672/dd/672d64623365613637325b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data b/cache/doctrine/db3ea672/dd/672d64623365613637325b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data new file mode 100644 index 0000000..2facd56 Binary files /dev/null and b/cache/doctrine/db3ea672/dd/672d64623365613637325b36306165663532616637643435646237326664663064346537366139336262375d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/db3ea672/de/672d64623365613637325b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data b/cache/doctrine/db3ea672/de/672d64623365613637325b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data new file mode 100644 index 0000000..c392481 Binary files /dev/null and b/cache/doctrine/db3ea672/de/672d64623365613637325b63663330333936623038383666666539343562386634666430303632646561655d5b315d.doctrinecache.data differ diff --git a/cache/doctrine/db3ea672/f8/672d6462336561363732245b32666163306561643032656530316166356332376432623539373962393834355d5b315d.doctrinecache.data b/cache/doctrine/db3ea672/f8/672d6462336561363732245b32666163306561643032656530316166356332376432623539373962393834355d5b315d.doctrinecache.data new file mode 100644 index 0000000..af17332 Binary files /dev/null and b/cache/doctrine/db3ea672/f8/672d6462336561363732245b32666163306561643032656530316166356332376432623539373962393834355d5b315d.doctrinecache.data differ diff --git a/cache/gpm/59/5b39373562356262313230313564333732663637656431303935383361306562655d5b315d.doctrinecache.data b/cache/gpm/59/5b39373562356262313230313564333732663637656431303935383361306562655d5b315d.doctrinecache.data index 52711c9..8095e5f 100644 --- a/cache/gpm/59/5b39373562356262313230313564333732663637656431303935383361306562655d5b315d.doctrinecache.data +++ b/cache/gpm/59/5b39373562356262313230313564333732663637656431303935383361306562655d5b315d.doctrinecache.data @@ -1,3 +1,3 @@ -1591967968 -s:302208:"{"akazie-wood":{"name":"Akazie Wood","version":"0.9.8","description":"This is a theme of Akazie IT GmbH and is intended for simple websites without great features","description_html":"
This is a theme of Akazie IT GmbH and is intended for simple websites without great features<\/p>","description_plain":"This is a theme of Akazie IT GmbH and is intended for simple websites without great features","icon":"smile-o","author":{"name":"Akazie IT GmbH","url":"https:\/\/akazie.com","email":"info@akazie.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/AkazieIT\/grav-theme-akazie-wood","demo":"https:\/\/demo.akazie.com\/akazie-wood","keywords":"akazieit, akazie, wood, carpenter, simple, chargeable, schreiner, holz, zimmerei, zimmermann, wald","bugs":"https:\/\/github.com\/AkazieIT\/grav-theme-akazie-wood\/issues","license":"MIT","tag_name":"0.9.8","date":"2020-04-23T08:49:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/akazie-wood\/0.9.8","repository":"https:\/\/github.com\/AkazieIT\/grav-theme-akazie-wood","slug":"akazie-wood","install_path":"user\/themes\/akazie-wood","screenshot":"themes-akazie-wood.jpg","changelog":{"0.9.8":{"date":"23.04.2020","content":"1. [](#new)\n * Markdown can now be switched on for the title on the start page\n1. [](#improved)\n * Update README\n * Change marker image\n1. [](#bugfix)\n * Redirect to first page (navigation blueprint)\n * line break on h1"},"0.9.7":{"date":"16.04.2020","content":"1. [](#bugfix)\n * Fix favicon path\n * Redirect to sub path (navigation)\n1. [](#improved)\n * Update npm dependencies\n1. [](#new)\n * Open Street Map added as an alternative to Google Map\n "},"0.9.6":{"date":"17.03.2020","content":"1. [](#improved)\n * Change error layout\n * Open navigation on hoover\n * Change default settings\n * Change demo pages"},"0.9.5":{"date":"14.03.2020","content":"1. [](#bugfix)\n * Change screenshot\n "},"0.9.4":{"date":"10.03.2020","content":"1. [](#new)\n * Navigation mit Unternavigation m\u00f6glich.\n * Neuer Blueprint f\u00fcr Navigationspunkte mit Unternavigation.\n "},"0.9.3":{"date":"27.02.2020","content":"1. [](#bugfix)\n * Fix custom logo path\n1. [](#improved)\n * Image with ration 1:1 possible\n * Position of the image description can be selected on each image and map\n * Update demo pages"},"0.9.2":{"date":"10-12-2019","content":"1. [](#new)\n * File for custom CSS\n * Enable and disable custom css in theme config\n1. [](#improved)\n * Update README\n * Update .gitignore\n * Move custom icon and logo"},"0.9.1":{"date":"05-12-2019","content":"1. [](#new)\n * Add german language\n * Google map API-key in theme settings\n * Add LICENSE\n * Limit number of navigation points\n * Impressum settings in Theme\n1. [](#bugfix)\n * Fix flexbox on IE\n * Some CSS fixes\n1. [](#improved)\n * Home is modular now\n * Update language\n * Update demo pages"},"0.9.0":{"date":"03-12-2019","content":"1. [](#new)\n * ChangeLog started..."}}},"upmorph-online-soon":{"name":"uPMORph online soon","version":"2020.16","description":"uPMORph online soon should be used to either comfort the public until your kickass project\/app\/product\/startup launches (online soon),or set your site on maintenance (**back** online soon).","description_html":"
uPMORph online soon should be used to either comfort the public until your kickass project\/app\/product\/startup launches (online soon),or set your site on maintenance (back<\/strong> online soon).<\/p>","description_plain":"uPMORph online soon should be used to either comfort the public until your kickass project\/app\/product\/startup launches (online soon),or set your site on maintenance (back online soon).","icon":"hourglass-half","author":{"name":"taPMeppe solutions","url":"https:\/\/tapmeppe.solutions","email":"development@tapmeppe.com"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":">=1.9.0"}],"homepage":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon","docs":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon\/blob\/master\/README.md","demo":"https:\/\/tapmeppe.solutions","keywords":"grav, theme, tapmeppe, solution, eventually, maintenance, coming-soon, modern, responsive, newsletter, light, lightweight","bugs":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon\/issues","license":"MIT","tag_name":"v2020.16","date":"2020-03-02T20:30:51Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/upmorph-online-soon\/2020.16","repository":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon","slug":"upmorph-online-soon","install_path":"user\/themes\/upmorph-online-soon","screenshot":"themes-upmorph-online-soon.jpg","changelog":[]},"scholar":{"name":"Scholar","version":"2.0.0","description":"An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resum\u00e9. Features include high accessibility, fast performance, print-friendly styles and more.","description_html":" An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resum\u00e9. Features include high accessibility, fast performance, print-friendly styles and more.<\/p>","description_plain":"An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resum\u00e9. Features include high accessibility, fast performance, print-friendly styles and more.","icon":"book","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":"~1.6.21"},{"name":"error"},{"name":"swiper"},{"name":"problems"},{"name":"breadcrumbs"},{"name":"shortcode-core"},{"name":"static-generator","version":"~1.0.0"}],"homepage":"https:\/\/github.com\/OleVik\/grav-theme-scholar","demo":"https:\/\/olevik.me\/staging\/grav-skeleton-scholar","keywords":"grav, theme, academic, paper, papers, article, articles, book, books, docs, documentation, resume, cv","bugs":"https:\/\/github.com\/OleVik\/grav-theme-scholar\/issues","license":"MIT","tag_name":"2.0.0","date":"2020-05-12T21:31:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/scholar\/2.0.0","repository":"https:\/\/github.com\/OleVik\/grav-theme-scholar","slug":"scholar","install_path":"user\/themes\/scholar","screenshot":"themes-scholar.jpg","changelog":{"2.0.0":{"date":"12-05-2020","content":"1. [](#new)\n * Generalized Listing-template\n * Generalized margin- and side-notes\n * Header enabled in all templates, option to disable in `toolbar.enabled`\n * Related Pages links optimized, option to disable in `related.enabled`\n2. [](#improved)\n * Smaller type for related Pages, enabled on mobile\n * Listing fallback for Page.summary()\n * Explicit version constraint for Composer (`>=7.1.3 <7.4`), with extensions\n * README-note about PHP-version\n3. [](#bugfix)\n * Heading-borders\n * Related links alignment and size\n * Responsive sizes"},"1.0.4":{"date":"09-05-2020","content":"1. [](#bugfix)\n * Use onGetPageTemplates-event in Admin\n * README-link"},"1.0.3":{"date":"20-02-2020","content":"1. [](#new)\n * Lock version to Grav 1.6.* until 1.7 stabilizes\n * Silently fail on Flex\n2. [](#bugfix)\n * Gracefully fail lookups for Blueprints\n * Fallback to Page titles if no menu-property is set\n * Temporarily revert Blueprint-helpers"},"1.0.2":{"date":"28-12-2019","content":"1. [](#improved)\n * Test-coverage\n * Translation-coverage\n * Templates\n2. [](#bugfix)\n * Article Search-field"},"1.0.1":{"date":"27-12-2019","content":"1. [](#improved)\n * Next- and previous-linking\n * Cross-browser CSS for anchor and search-field\n * Book-component\n2. [](#bugfix)\n * Highlighter\n * Advanced Search link in Docs"},"1.0.0":{"date":"25-12-2019","content":"1. [](#new)\n * Initial public release"}}},"tail":{"name":"Tail","version":"1.4.0","description":"A modern and clean personal blog theme for grav made with tailwindcss","description_html":" A modern and clean personal blog theme for grav made with tailwindcss<\/p>","description_plain":"A modern and clean personal blog theme for grav made with tailwindcss","icon":"group","author":{"name":"Marcel Kr\u00fcger","url":"https:\/\/marcelkrueger.net","email":"hallo@marcelkrueger.net"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/MarcelKr\/grav-theme-tail","demo":"https:\/\/dermarcel.de","keywords":"blog, personal blog, minimal, clean, modern, responsive, tailwind, tailwindcss, html5, css3","bugs":"https:\/\/github.com\/MarcelKr\/grav-theme-tail\/issues","license":"MIT","tag_name":"1.4.0","date":"2020-03-06T10:26:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/tail\/1.4.0","repository":"https:\/\/github.com\/MarcelKr\/grav-theme-tail","slug":"tail","install_path":"user\/themes\/tail","screenshot":"themes-tail.jpg","changelog":{"1.4.0":{"date":" 03\/06\/2020","content":"1. [](#new)\n * Support for Matomo analytics\n1. [](#improved)\n * Better date format for German and English"},"1.3.1":{"date":" 02\/29\/2020","content":"1. [](#improved)\n * Adapted font stack to tested fonts only to avoid unexpected symbols"},"1.3.0":{"date":" 02\/23\/2020","content":"1. [](#new)\n * Custom styling for the Langswitcher Plugin. See the README for details.\n1. [](#bugfix)\n * Added missing metadata template partial in the header."},"1.2.0":{"date":" 02\/22\/2020","content":"1. [](#new)\n * Custom styling for the Markdown-Notices Plugin. See the README for details."},"1.1.3":{"date":" 02\/22\/2020","content":"1. [](#bugfix)\n * Added missing files from prev. release"},"1.1.2":{"date":" 02\/22\/2020","content":"1. [](#bugfix)\n * Fixed missing vertical padding of the main container"},"1.1.1":{"date":" 02\/21\/2020","content":"1. [](#improved)\n * The custom font name is now prepended to the regular font list provided by TailwindCSS instead of replacing it.\n1. [](#bugfix)\n * Some styles were removed by PurgeCSS accidentally\n1. [](#bugfix)\n * Fixed date of previous changelog entry. Again. :)"},"1.1.0":{"date":" 02\/20\/2020","content":"1. [](#new)\n * Pagination support\n1. [](#improved)\n * Overall margins and padding improvements\n1. [](#bugfix)\n * Footer divider line wasn't rotated\n1. [](#bugfix)\n * Fixed date of previous changelog entry :)"},"1.0.0":{"date":" 02\/05\/2020","content":"1. [](#new)\n * ChangeLog started..."}}},"hotdoy":{"name":"Hotdoy","version":"1.7.18","description":"Basic trendy theme for GRAV CMS.","description_html":" Basic trendy theme for GRAV CMS.<\/p>","description_plain":"Basic trendy theme for GRAV CMS.","icon":"angellist","author":{"name":"Hotdoy"},"homepage":"https:\/\/github.com\/hotdoy\/grav-theme-hotdoy","demo":"https:\/\/hotdoy.ca","bugs":"https:\/\/github.com\/hotdoy\/grav-theme-hotdoy\/issues","license":"MIT","tag_name":"v1.7.18","date":"2020-05-20T19:31:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hotdoy\/1.7.18","repository":"https:\/\/github.com\/hotdoy\/grav-theme-hotdoy","slug":"hotdoy","install_path":"user\/themes\/hotdoy","screenshot":"themes-hotdoy.jpg","changelog":{"1.7.18":{"date":"20-05-2020","content":"1. [](#bugfix)\n\t* Fixed drawer content opacity when opening multiple times in Firefox\n\t* Removed EXITING class when leaving a page, breaking Firefox Back button."},"1.7.17":{"date":"15-05-2020","content":"1. [](#bugfix)\n\t* Fixed some styles for drawers\n\t* Updated link manager with vanilla js one.\n2. [](#improved)\n\t* Updated reveal and loading to latest."},"1.7.16":{"date":"29-03-2020","content":"1. [](#bugfix)\n\t* Revealed elements properly remove the unrevealed class."},"1.7.15":{"date":"26-03-2020","content":"1. [](#new)\n\t* Renamming pass.\n\t* All swiper are now initialized by the same script.\n2. [](#improved)\n\t* Rewrote reveal.js from scratch.\n\t* Drawer are now h3 by default.\n\t* Splash module reveal moved to a wrapper instead of each asset."},"1.7.14":{"date":"23-03-2020","content":"1. [](#improved)\n\t* Generally improved and added features to the new loading, loaded and exiting states.\n\t* Links.js can now manage links anytime and in specified scope instead of body onload."},"1.7.13":{"date":"22-03-2020","content":"1. [](#new)\n\t* Site intro on home page using site_logo and slected loader color.\n\t* Start using 'loading', 'loaded', 'exiting' body class for loading and eventually other things.\n2. [](#improved)\n\t* Fonts now use SWAP instead of FALLBACK\n\t* Generally cleaning js.\n\t* bumped default reveal delay from 20 to 90\n3. [](#bugfix)\n\t* Fixed ternary operator in site-loader crashing on some browsers."},"1.7.12":{"date":"19-03-2020","content":"1. [](#new)\n\t* Favicon must now be added from the theme blueprint.\n2. [](#improved)\n\t* Mobile nav panel now deploy from the top instead of bottom.\n\t* Splash height can now be set for independently for portrait and landscape.\n3. [](#bugfix)\n\t* Fixed a typo in theme blueprint making nav panel color confusing."},"1.7.11":{"date":"04-03-2020","content":"1. [](#new)\n\t* Added demo conditional site-loader (commented in code).\n\t* Added data-duration attribute to control loader removal from template. \n2. [](#improved)\n\t* Refined default reveal a bit. (less movement, more time)."},"1.7.10":{"date":"01-03-2020","content":"1. [](#bugfix)\n\t* Fixed tracking\n\t* Fixed nav panel selected link underline color and spacing. "},"1.7.9":{"date":"26-02-2020","content":"1. [](#new)\n\t* Added custom css field under Options tab for Modular pages (the pages, not the modules).\n2. [](#improved)\n\t* Moved Notify z-index just under the nav so it's hidden by the menu on mobile.\n\t* Nav-link no longer translate up on hover. Translate further down on active.\n\t* Drawer added with new shortcode has more padding.\n\t* .nav-link.selected class in now .nav-link.nav-link--selected.\n3. [](#bugfix)\n\t* Fixed org_logo path.\n\t* Fixed btn-solid shadow corner when rounded.\n\t* Fixed meta description duplication."},"1.7.8":{"date":"25-02-2020","content":"1. [](#new)\n\t* Added body modifier class based on page template and slug.\n\t* Added custom loader color in theme and pages.\n2. [](#improved)\n\t* Removed jquery in a bunch of script.\n\t* Removed Kaltura video support.\n\t* Removed Marquee script.\n\t* Removed nav gb color option.\n\t* Removed broken loader spinner.\n\t* Removed duplicate yaml in modular page blueprint.\n3. [](#bugfix)\n\t* Fixed janky custom reveal using fadein in firefox."},"1.7.7":{"date":"24-02-2020","content":"1. [](#new)\n\t* Added new drawer shortcode.\n\t* Deprecated old modular drawer. (set for deletion).\n2. [](#improved)\n\t* Unscopped material-design icons when used in text elements. (should fix inherited text-size).\n3. [](#bugfix)\n\t* Fixed product page js not being loaded (fix product gallery)."},"1.7.6":{"date":"23-02-2020","content":"1. [](#improved)\n\t* Live testing BIG and HUGE font-size for portrait mode.\n\t* Allow for font size other than small in grid-item.\n2. [](#bugfix)\n\t* Fix video modular horizontal padding in portrait.\n\t* Process shortcodes and markdown in grid items."},"1.7.5":{"date":"21-02-2020","content":"1. [](#new)\n\t* Nav Panel theme is now separated from page bg and fg colors and is set in the config.\n2. [](#improved)\n\t* Minor stylistic fixes.\n3. [](#bugfix)\n\t* Hide meta-theme from modular."},"1.7.4":{"date":"20-02-2020","content":"1. [](#new)\n\t* Extended color theme to default blueprint (default, product, article, etc).\n\t* Added SVG site logo from theme config. This is the first step in a serie of additions leading to a fully customizable navigation (1.8).\n2. [](#improved)\n\t* Improved default template top margin\n\t* Some changes on site loader timing (little bit slower).\n\t* Removed unuset asset from preload block."},"1.7.3":{"date":"19-02-2020","content":"1. [](#new)\n\t* Added support for cvategory taxonomy on articles.\n\t* Blockquotes now react to text context (big, huge).\n\t* Brand new way to manage article header image and thumbnail.\n\t* Article header image caption now supports markdown.\n2. [](#improved)\n\t* Modular default role shown first.\n\t* Added some modular header role classes, mainly to show how to do it.\n3. [](#bugfix)\n\t* Replace broken loader image with a temporary spinner."},"1.7.2":{"date":"18-02-2020","content":"1. [](#new)\n\t* Text size editor buttons (small, small, big, huge)\n2. [](#improved)\n\t* Text Sizes (big, huge) only affect landscape (desktop) to prevent content duplication.\n\t* Reduced hover effect (trslate Y) on site header links and article cards.\n\t* Removed big bottom margin on h1.\n3. [](#bugfix)\n\t* Fix hero modular first and last child margins when using nested shortcodes."},"1.7.1":{"date":"13-02-2020","content":"1. [](#new)\n\t* The width utility classes (full, site, tight) no longer define content position (was margin h auto).\n\t* Changed all modular to define their own width.\n\t* Content modular now only define the content position (left, center, right). While the width must be defined using the width shortcodes.\n2. [](#bugfix)\n\t* Fixed color nav bg default value (was white, made it transparent)."},"1.7.0":{"date":"12-02-2020","content":"1. [](#new)\n\t* Complete color system revamp. (breaking changes)\n\t* Complete margin and padding for modular and utility class revamp. (breaking changes)\n\t* Nav color can now be added trough theme config and modular page blueprints.\n\t* Organization logo (for schema.org) can now be uploaded from theme config.\n2. [](#improved)\n\t* Article reveal.\n\t* GA script tag moved to 'after' js group.\n\t* Canonical is now set in base and no longer use an include.\n\t* Whitespace and line break management in multiple template.\n\t* Debug messages for snipcart and google maps.\n\t* Removed organization email and phone from theme config (not used anywhere)."},"1.6.7":{"date":"10-02-2020","content":"1. [](#new)\n\t* Better image handling for NewsArticle schema.\n\t* Modular role var in modular partial renammed to modular_role\n2. [](#bugfix)\n\t* Temporary fix for code tag overflowing."}},"dependencies":[]},"whoami":{"name":"Whoami","version":"2.1.2","description":"Simple template for a portfolio.","description_html":" Simple template for a portfolio.<\/p>","description_plain":"Simple template for a portfolio.","icon":"user","author":{"name":"Alex Radov","url":"http:\/\/reqweb.net","email":"reqweb-dev@yandex.ru"},"homepage":"https:\/\/github.com\/reqweb\/Whoami","docs":"https:\/\/github.com\/reqweb\/Whoami\/blob\/master\/README.md","demo":"http:\/\/reqweb.net\/","keywords":"portfolio, blog, development","bugs":"https:\/\/github.com\/reqweb\/Whoami\/issues","license":"MIT","tag_name":"2.1.2","date":"2020-01-12T20:39:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/whoami\/2.1.2","repository":"https:\/\/github.com\/reqweb\/Whoami","slug":"whoami","install_path":"user\/themes\/whoami","screenshot":"themes-whoami.jpg","changelog":{"2.1.0":{"date":"12\/01\/2020","content":"1. [](#bugfix)\n * Fixed the behavior of the block langswitcher (if there is no page translation)\n * Fixed url logo in header - now it corresponds to the active language\n1. [](#new)\n * Added the ability to enable or disable the sidebar on each page\n * Added template Blog-2\n * Updated demo pages in theme '_demo' folder"},"2.0.0":{"date":"02\/11\/2019","content":"1. [Correction](#correction)\n * Removed theme settings for sidebar and header.\n1. [Fixed](#bugfix)\n * Fixed h1 and h2 headers in detailed work page and sidebar.\n1. [New](#new)\n * Now you can configure multilanguage on the site\n * Added ability to enable fixed for header (top: 0;) in theme configuration.\n * Added mobile menu for mobile devices.\n * The output of the LangSwitcher plugin (for two languages) has been added to the site header\n * Sidebar content is now customizable through the sidebar page (template sidebar.html.twig)\n * Updated demo pages in theme '_demo' folder"},"1.0.0":{"date":"17\/10\/2019","content":"1. [](#new)\n * ChangeLog started...\n "},"1.1.0":{"date":"17\/10\/2019","content":"1. [](#correction)\n * Corrected main.css for mobile devices\n2. [](#new)\n * Added in blueprints field for name=\"description\" (in default.yaml)\n3. [](#new)\n * Breadcrumbs output added to item.html.twig and default.html.twig template (if the plugin is active)"}},"dependencies":[]},"traveler":{"name":"Traveler","version":"1.1.0","description":"A theme for travelers or anyone who likes a modern website and wants to share their experiences with others.","description_html":" A theme for travelers or anyone who likes a modern website and wants to share their experiences with others.<\/p>","description_plain":"A theme for travelers or anyone who likes a modern website and wants to share their experiences with others.","icon":"id-card-o","author":{"name":"Tom Hirter","url":"https:\/\/hirter.dev","email":"github@hirter.dev"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"taxonomylist","version":"*"},{"name":"pagination","version":"*"}],"homepage":"https:\/\/github.com\/Memurame\/grav-theme-traveler","demo":"https:\/\/demo.hirter.dev\/grav\/traveler","keywords":"travel, traveling, blog, modular","bugs":"https:\/\/github.com\/Memurame\/grav-theme-traveler\/issues","license":"MIT","tag_name":"1.1.0","date":"2019-12-05T21:55:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/traveler\/1.1.0","repository":"https:\/\/github.com\/Memurame\/grav-theme-traveler","slug":"traveler","install_path":"user\/themes\/traveler","screenshot":"themes-traveler.jpg","changelog":{"1.1.0":{"date":"05-12-2019","content":"1. [](#new)\n * New modular site for google map\n * Change color and fonts in theme settings\n1. [](#improved)\n * Set Simplesearch route in page blueprint\n * Some design changes\n1. [](#bugfix)\n * Pagination is now at the bottom of the page\n * Back button on default page\n * Translation for back button"},"1.0.5":{"date":"25-11-2019","content":"1. [](#new)\n * Support for Simplesearch plugin\n1. [](#improved)\n * Change color of menu button\n * Assets in PHP\n * Update language "},"1.0.4":{"date":"22-10-2019","content":"1. [](#bugfix)\n * Image upload in modular page\n "},"1.0.3":{"date":"22-10-2019","content":"1. [](#bugfix)\n * ChangeLog corrected\n * Language file\n1. [](#improved)\n * The selection of the header image and preview image changed\n * Set creation date in Theme and remove plugin\n * Distinguish between httpcode error pages and custom.\n * Update demo pages in dir `_demo\/pages\/`"},"1.0.2":{"date":"29-09-2019","content":"1. [](#bugfix)\n * Link to detail on last-entries (modular) not working\n * show only visible entries in list\n1. [](#improved)\n * Change headerimage on blog entry, set preview image as headerimage\n * Update blueprits from pages\n * Header images are cropped\n * Some CSS adjustments\n * Taxomomy as aside on the right side\n * Update demo pages\n1. [](#new)\n * Add visible frontmatter by page create"},"1.0.1":{"date":"26-09-2019","content":"1. [](#bugfix)\n * Update README\n1. [](#improved)\n * Remove console.log in JS\n * Remove my own favicon and logo\n * Change share icon\n * Social media can be enabled or disabled in the Theme Preferences\n * Sharer plugin removed from the dependencies list\n * Update demo pages"},"1.0.0":{"date":"26-09-2019","content":"1. [](#new)\n * ChangeLog started..."}}},"webfolio":{"name":"Webfolio","version":"1.6.0","description":"A configurable theme for creating an online portfolio","description_html":" A configurable theme for creating an online portfolio<\/p>","description_plain":"A configurable theme for creating an online portfolio","icon":"globe","author":{"name":"Jason Cox","email":"contact@jasoncarloscox.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/jasonccox\/grav-theme-webfolio","demo":"https:\/\/jasoncarloscox.com","keywords":"grav, theme, portfolio, blog","bugs":"https:\/\/github.com\/jasonccox\/grav-theme-webfolio\/issues","license":"MIT","tag_name":"v1.6.0","date":"2020-05-27T03:28:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/webfolio\/1.6.0","repository":"https:\/\/github.com\/jasonccox\/grav-theme-webfolio","slug":"webfolio","install_path":"user\/themes\/webfolio","screenshot":"themes-webfolio.jpg","changelog":{"1.6.0":{"date":"05\/26\/2020","content":"1. [New](#new)\n * The intro image can now have one of the following preset styles: square, rounded corners, circle. (Thanks to [Aashish](https:\/\/github.com\/aashishvasu) for implementing this!)"},"1.5.3":{"date":"04\/23\/2020","content":"1. [Fixed](#bugfix)\n * Fixed \"Module Classes\" field in admin panel to actually control `class` Frontmatter field.\n * Corrected link to demo site in readme."},"1.5.2":{"date":" 03\/31\/2020","content":"1. [Improved](#improved)\n * Made more options editable from the Admin interface and rearranged existing options to reduce confusion.\n * Reduced code duplication in modular templates.\n * Added explanatory comments to confusing code sections.\n1. [Fixed](#bugfix)\n * Put checkbox and checkbox label on same line by default."},"1.5.1":{"date":" 11\/21\/2019","content":"1. [Fixed](#bugfix)\n * A typo in the blueprint files causing toggles to have wrong text is now corrected."},"1.5.0":{"date":" 11\/21\/2019","content":"1. [New](#new)\n * The `center_content` option now allows the Intro section content to be center-aligned instead of left-aligned."},"1.4.1":{"date":" 11\/20\/2019","content":"1. [Fixed](#bugfix)\n * The Intro section content is now full-width even if there is no image."},"1.4.0":{"date":" 11\/13\/2019","content":"1. [New](#new)\n * Extra links can be added to the navigation menu. (Thanks, Aashish!)\n1. [Improved](#improved)\n * Page frontmatter fields are now accessible via the Admin interface. (Thanks, Aashish!)"},"1.3.0":{"date":" 11\/09\/2019","content":"1. [New](#new)\n * The color scheme can now be customized via `blueprints.yaml` or the admin interface!"},"1.2.4":{"date":" 10\/29\/2019","content":"1. [Fixed](#bugfix)\n * The `default` template now renders without an error."},"1.2.3":{"date":" 10\/14\/2019","content":"1. [Improved](#improved)\n * Blog pages now use the collection defined with the `header` FrontMatter field if defined."},"1.2.2":{"date":" 09\/16\/2019","content":"1. [Fixed](#bugfix)\n * Unpublished posts are no longer visible on the blog page."},"1.2.1":{"date":" 09\/16\/2019","content":"1. [Fixed](#bugfix)\n * The summary is no longer displayed at the top of blog posts."},"1.2.0":{"date":" 09\/16\/2019","content":"1. [New](#new)\n * You can now have a blog on your site!\n * You can now have icon links in the footer and also reuse those links in the intro section.\n * A default template is now available.\n * Many new CSS classes and variables are available for custom styling.\n1. [Improved](#improved)\n * The README now has better documentation about templates and site customization.\n * The footer credit text is more concise.\n * Dropdowns in the navigation menu close when they lose focus.\n * Code snippets and blockquotes now have better formatting.\n * Large fonts (e.g., headings) are now a bit smaller by default."},"1.1.1":{"date":" 08\/30\/2019","content":"1. [Fixed](#bugfix)\n * Preserve backwards compatibility of `onpage_menu` header value of modular pages if it was set."},"1.1.0":{"date":" 08\/30\/2019","content":"1. [Improved](#improved)\n * Navigation menu now allows for non-modular page links and sub-menus\n * Changed default logo and favicon storage location (old one still works, though)"},"1.0.0":{"date":" 08\/23\/2019","content":"1. [Improved](#new)\n * ChangeLog started..."}}},"simplicity":{"name":"Simplicity","version":"1.0.3","description":"This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog.","description_html":" This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog.<\/p>","description_plain":"This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog.","icon":"id-card-o","author":{"name":"Tom Hirter","url":"https:\/\/hirter.dev","email":"github@hirter.dev"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"tools-collection","version":">=0.1.0"},{"name":"auto-date","version":">=1.0.2"}],"homepage":"https:\/\/github.com\/Memurame\/grav-theme-simplicity","demo":"https:\/\/demo.hirter.dev\/simplicity","keywords":"portfolio, modular, simple, project, responsive, theme, modern","bugs":"https:\/\/github.com\/Memurame\/grav-theme-simplicity\/issues","license":"MIT","tag_name":"1.0.3","date":"2020-03-16T09:10:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/simplicity\/1.0.3","repository":"https:\/\/github.com\/Memurame\/grav-theme-simplicity","slug":"simplicity","install_path":"user\/themes\/simplicity","screenshot":"themes-simplicity.jpg","changelog":{"1.0.3":{"date":"30-08-2019","content":"1. [](#bugfix)\n * fix changelog"},"1.0.2":{"date":"26-08-2019","content":"1. [](#bugfix)\n * entry list ordered by date\n [](#improved) \n * default.md changed rename header.text into content"},"1.0.1":{"date":"23-08-2019","content":"1. [](#bugfix)\n * only modular pages in entry list"},"1.0.0":{"date":"18-08-2019","content":"1. [](#bugfix)\n * fix language\n * fix loop in modular entry list\n * date on entry list\n1. [](#improved) \n * change preview image path\n * Plugin requirements added for tools-collection\n * update html structure\n * update alt tag on images\n1. [](#new)\n * add share buttons"},"0.0.15":{"date":"19-08-2019","content":"1. [](#improved)\n * update readme\n * update language\n * update demo pages\n * update error page\n * fixe some css bugs\n1. [](#new)\n * new youtube modul\n * scales the picture and video ratio with js"},"0.0.14":{"date":"18-08-2019","content":"1. [](#improved)\n * demo pages with the new page structure\n * page blueprints changed\n * the entry pages are now modular\n1. [](#new)\n * new gallery modul"},"0.0.13":{"date":"18-08-2019","content":"1. [](#bugfix)\n * Consider the number of entries that have been set\n1. [](#improved)\n * demo pages in english without locale"},"0.0.12":{"date":"17-08-2019","content":"1. [](#improved)\n * change projects to entries for custom use\n * update demo\n * some changes"},"0.0.11":{"date":"17-08-2019","content":"1. [](#improved)\n * rename blueprints"},"0.0.10":{"date":"17-08-2019","content":"1. [](#bugfix)\n * back link on project pages\n1. [](#new)\n * added a tag filter on projectlist\n * tags for projects\n * Functions entered in the readme\n * translate frontend text\n1. [](#improved)\n * Unused files deleted\n * Demo pages"},"0.0.9":{"date":"17-08-2019","content":"1. [](#new)\n * add copyright and footer\n * english language\n * back link on project page and detail page"},"0.0.8":{"date":"16-08-2019","content":"1. [](#new)\n * ChangeLog started..."}}},"klb4":{"name":"Klb4","version":"1.1.0","description":"Grav Theme for Knowledgebase","description_html":" Grav Theme for Knowledgebase<\/p>","description_plain":"Grav Theme for Knowledgebase","icon":"book","author":{"name":"Lauro W. Guedes","url":"https:\/\/leowgweb.com.br","email":"leowgweb@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/lauroguedes\/grav-theme-klb4","demo":"https:\/\/demo-grav-klb4-theme.herokuapp.com","keywords":"klb4, spectre, theme, core, modern, fast, responsive, html5, css3, knowledgebase, knowledge, company","bugs":"https:\/\/github.com\/lauroguedes\/grav-theme-klb4\/issues","license":"MIT","tag_name":"v1.1.0","date":"2019-09-28T23:53:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/klb4\/1.1.0","repository":"https:\/\/github.com\/lauroguedes\/grav-theme-klb4","slug":"klb4","install_path":"user\/themes\/klb4","screenshot":"themes-klb4.jpg","changelog":{"1.1.0":{"date":"09\/28\/2019","content":"1. [](#new)\n * New field for Google Analytics ID\n * Compatibility with [SnappGrav Plugin](https:\/\/github.com\/iusvar\/grav-plugin-snappygrav)\n * Css style adaptation for printing\n1. [](#bugfix)\n * Footer responsive menu fix"},"1.0.3":{"date":"09\/04\/2019","content":"1. [](#improved)\n * Style features for External Links plugin\n * Apply uppercase style in sidebar, breadcrumbs and list item child\n1. [](#bugfix)\n * Fixed search icon"},"1.0.2":{"date":"09\/03\/2019","content":"1. [](#improved)\n * Change version number\n * Update changelog file"},"1.0.1":{"date":"09\/03\/2019","content":"1. [](#improved)\n * Update link version\n "},"1.0.0":{"date":"07\/12\/2019","content":"1. [](#new)\n * First Version"}}},"rana":{"name":"Rana","version":"1.0.0","description":"A simple app-like mobile first and content-focused Grav theme which is also optimized for large screens.","description_html":" A simple app-like mobile first and content-focused Grav theme which is also optimized for large screens.<\/p>","description_plain":"A simple app-like mobile first and content-focused Grav theme which is also optimized for large screens.","icon":"rebel","author":{"name":"Matthias Danzinger","email":"matthias.danzinger@gmail.com"},"homepage":"https:\/\/github.com\/matthias-danzinger\/grav-theme-rana","demo":"http:\/\/demo.matthiasdanzinger.eu\/rana","keywords":"grav, theme, mobile, app-like","bugs":"https:\/\/github.com\/matthias-danzinger\/grav-theme-rana\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-05-25T19:54:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/rana\/1.0.0","repository":"https:\/\/github.com\/danzinger\/grav-theme-rana","slug":"rana","install_path":"user\/themes\/rana","screenshot":"themes-rana.jpg","changelog":{"1.0.0\r":{"date":" 21\/04\/2019\r","content":"1. [](#new)\r\n * Prepared for release"}},"dependencies":[]},"hypertext":{"name":"Hypertext","version":"2.1.1","description":"Hypertext is a zero JS\/CSS theme to create simple, fast websites.","description_html":" Hypertext is a zero JS\/CSS theme to create simple, fast websites.<\/p>","description_plain":"Hypertext is a zero JS\/CSS theme to create simple, fast websites.","icon":"compress","author":{"name":"Alejo Grigera Sutro","url":"http:\/\/artofthesmart.com","email":"hypertext@artofthesmart.com"},"dependencies":[{"name":"grav","version":"*"},{"name":">=1.6.6","version":"*"}],"homepage":"https:\/\/github.com\/artofthesmart\/hypertext","demo":"http:\/\/hypertext.artofthesmart.com","keywords":"theme, simple, compliance, fast, semantic, 1995","bugs":"https:\/\/github.com\/artofthesmart\/hypertext\/issues","license":"MIT","tag_name":"v2.2.0","date":"2020-04-30T04:58:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hypertext\/2.1.1","repository":"https:\/\/github.com\/artofthesmart\/hypertext","slug":"hypertext","install_path":"user\/themes\/hypertext","screenshot":"themes-hypertext.jpg","changelog":{"2.2.0":{"date":"04\/28\/2020","content":"1. [](#new)\n * Added the ability to [suppress the \"Continue Reading...\" link in a collection](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/31). Useful for when you have a collection page that doesn't have much content and instead is only meant to introduce other child pages.\n * Fixes a linebreak in List sub-children where it would add a new line after every child, when really I only wanted one after a set of sub-children is complete. Might delete it entirely someday."},"2.1.1":{"date":"01\/27\/2020","content":"1. [](#bug)\n * [Fixes duplicate tags](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/25) appearing at the beginning of default pages. Thanks to Github user [mbirth](https:\/\/github.com\/mbirth) for calling it out!\n * Removes [extra break line between title and categories](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/27) at the beginning of pages.\n * Fixes [typo in page comments](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/26).\n2. [](#improved)\n * Tags now have brackets around them when rendered."},"2.1.0":{"date":"01\/01\/2020","content":"1. [](#new)\n * Adding the ability to have a custom footer on your website. [Fixes this issue](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/23)."},"2.0.0":{"date":"06\/29\/2019","content":"1. [](#new)\n * **Massive overhaul.** Incompatible with 1.x.x versions. If you need to roll back to a prior version, you can [download the last 1.x version from Github](https:\/\/github.com\/artofthesmart\/hypertext\/archive\/v1.1.4.zip).\n * Adds open source stylesheets. Hypertext is still plenty fast with very small CSS sheets.\n * Optional `inline` vs `href` include modes.\n * Quickly leaf through options via `?theme=1` URL parameter. Pick what works for you!\n * Want to add your sheet to the supprted list? [Check out this commit for a template](https:\/\/github.com\/artofthesmart\/hypertext\/commit\/7a5b5b61e8fe6001013722b2fd03c77369cb065c) then send me a pull request!\n * HTML 3 & HTML 5 compliance modes. You can now choose whether to use HTML3.2 or HTML5 conventions.\n * Collection rendering options. There are now three ways to render page children, all of which have options to configure which kinds of data get shown:\n * `list`, which is an ordered list of items.\n * `table`, which is a tabular view.\n * `summary`, which is the more standard, structured view of children.\n * Header images & thumbnails. Add images to the tops of pages and thumbnails for rendering as children of some parent page.\n2. [](#improved)\n * Simplified page types. All pages are now one of two types:\n * `default` for [pages](https:\/\/learn.getgrav.org\/16\/content\/content-pages), which supports `item` and `blog_item` page types also.\n * `collection` for [page collections](https:\/\/learn.getgrav.org\/16\/content\/collections), which supports `blog` and `blog_list` page types also."},"1.2.0":{"date":"04\/20\/2019","content":"1. [](#new)\n * Adds the ability to hide the horizontal navigation separator, good for folks who want to add a little CSS.\n2. [](#improved)\n * Allows more detail around how additional menu items are treated. You can now specify whether to open links in a new window, among other things."},"1.1.4":{"date":"04\/14\/2019","content":"1. [](#improved)\n * Removes the color classes from the CSS since it doesn't look like they're being used and they don't work for dark themes.\n * Removes the \"toggle-able\" directive for colors and replaces them with defaults, since it was proving confusing."},"1.1.3":{"date":"03\/22\/2019","content":"1. [](#improved)\n * Adds better pagination support, thanks to [jrswab](https:\/\/github\/jrswab)."},"1.1.2":{"date":"03\/08\/2019","content":"1. [](#bug)\n * Fixes broken pagination. Thanks to [neilpanchal](https:\/\/github.com\/neilpanchal).\n * Improves tag handling in classes thanks to [laynee](https:\/\/github.com\/Laynee)."},"1.1.1":{"date":"02\/25\/2019","content":"1. [](#bug)\n * Re-fixing a previously broken customCSS feature.\n "},"1.1.0":{"date":"02\/07\/2019","content":"1. [](#new)\n * Adds a \"blog\" page type, supplementing the Collection type. Collections are now a trimmed down version, good for text-heavy pages.\n * Several potentially breaking changes. Install with care."},"1.0.3":{"date":"02\/07\/2019","content":"1. [](#bug)\n * Fixes custom CSS to be properly inserted into head section.\n * Fixes a missing 0 from [shanehoban](https:\/\/github.com\/shanehoban).\n * Fixes \"Next\" and \"Previous\" post options in collections, they were reversed."},"1.0.2":{"date":"02\/06\/2019","content":"1. [](#bug)\n * Fixes CSS\/JS in footers. This broke popular plugins like code syntax highlighting.\n * Includes typo and logical fixes from [mbirth](https:\/\/github.com\/mbirth).\n "},"1.0.1":{"date":"01\/18\/2019","content":"1. [](#new)\n * Adds demo content for testing and new installations.\n * Adds custom menu items after pages are rendered.\n [](#improved)\n * Removes some unneeded code."},"1.0.0":{"date":"01\/17\/2019","content":"1. [](#new)\n * Changelog started.\n * Created the theme, and initial collection\/item pages.\n * Added `headless` mode."}}},"hola":{"name":"Hola","version":"1.1.2","description":"Hola is a modern and stylish vCard website template.","description_html":" Hola is a modern and stylish vCard website template.<\/p>","description_plain":"Hola is a modern and stylish vCard website template.","icon":"id-card-o","author":{"name":"Devlom","url":"https:\/\/devlom.com","email":"info@devlom.com"},"dependencies":[{"name":"grav","version":">=1.4.0"}],"homepage":"https:\/\/devlom.com\/en\/blog\/hola-stylish-grav-theme","demo":"http:\/\/demo.devlom.com\/grav\/hola\/","keywords":"hola, theme, styleshout, vcard, devlom, responsive, html5, css3","bugs":"https:\/\/github.com\/devlom\/grav-theme-hola\/issues","license":"MIT","tag_name":"1.1.2","date":"2018-12-04T13:49:15Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hola\/1.1.2","repository":"https:\/\/github.com\/devlom\/grav-theme-hola","slug":"hola","install_path":"user\/themes\/hola","screenshot":"themes-hola.jpg","changelog":{"1.1.2":{"date":" 11\/06\/2018","content":"1. [](#new)\n * Services & Resume bugfixes"},"1.1.1":{"date":" 11\/06\/2018","content":"1. [](#new)\n * Ajax form fix"},"1.1.0":{"date":" 11\/06\/2018","content":"1. [](#new)\n * Added ability to re-order pages for modular content\n * Fix for portfolio icon linking\n * Social icons banner fix\n * Vertical photos now have proper margins in blog"},"1.0.0":{"date":" 10\/24\/2018","content":"1. [](#new)\n * Initial release"}}},"vela":{"name":"Vela","version":"1.2.2","description":"A simple app-like mobile first and content-focused Grav Theme","description_html":" A simple app-like mobile first and content-focused Grav Theme<\/p>","description_plain":"A simple app-like mobile first and content-focused Grav Theme","icon":"rebel","author":{"name":"Matthias Danzinger","email":"matthias.danzinger@gmail.com"},"homepage":"https:\/\/github.com\/danzinger\/grav-theme-vela","demo":"http:\/\/demo.matthiasdanzinger.eu\/vela","keywords":"grav, theme, vela, app, mobile-first, slideoutjs","bugs":"https:\/\/github.com\/danzinger\/grav-theme-vela\/issues","license":"MIT","tag_name":"v1.2.2","date":"2020-05-29T23:57:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/vela\/1.2.2","repository":"https:\/\/github.com\/danzinger\/grav-theme-vela","slug":"vela","install_path":"user\/themes\/vela","screenshot":"themes-vela.jpg","changelog":{"1.2.2":{"date":" 05\/30\/2020","content":"1. [](#bugfix)\n * added default favicon"},"1.2.1":{"date":" 05\/23\/2020","content":"1. [](#bugfix)\n * prevent tap-color on webkit browsers\n * slideout panel did not reach to the bottom if content margin was present"},"1.2.0":{"date":" 05\/23\/2020","content":"1. [](#new)\n * user can upload logo\n1. [](#bugfix)\n * menu content does not flash anymore on page load\n1. [](#improved)\n * updated readme\n * restructured scss"},"1.1.4":{"date":" 05\/16\/2020","content":"1. [](#bugfix)\n * minor css updates"},"1.1.3":{"date":" 04\/19\/2019","content":"1. [](#new)\n * Reincluded pure.css and normalize.css\n1. [](#bugfix)\n * Fixed cross browser issues\n * minor bugfixes"},"1.1.2":{"date":" 04\/19\/2019","content":" "},"1.1.1":{"date":" 04\/18\/2019","content":"1. [](#bugfix)\n * Fixed bug with content width in default template"},"1.1.0":{"date":" 04\/18\/2019","content":"1. [](#improved)\n * Typography: using fluid typography & changed defaults\n * Persistent selection of active page in menu\n * Improved desktop-friendliness\n1. [](#new)\n * Optional desktop mode: off-canvas menu always open \n * Navigate to routable parents in menu (optional)\n * Custom markdown-notices styles (optional)"},"1.0.1":{"date":" 03\/19\/2019","content":"1. [](#improved)\n * Placed sourcemap in seperate file and removed admin option to use non-minified version permanently\n * Minimal improvements\n * Added custom.css for simple overrides for themeusers not familiar with Gulp"},"1.0.0":{"date":" 10\/03\/2018","content":"1. [](#new)\n * Prepared for release"}},"dependencies":[]},"casper":{"name":"Casper 2","version":"0.9.5","description":"my little ghost \ud83d\udc7b | this theme is port of famous Casper2 theme for ghost","description_html":" my little ghost \ud83d\udc7b | this theme is port of famous Casper2 theme for ghost<\/p>","description_plain":"my little ghost \ud83d\udc7b | this theme is port of famous Casper2 theme for ghost","icon":"apple","author":{"name":"Seraphim Yaris","url":"https:\/\/www.buymeacoffee.com\/zBl6OtuIM"},"dependencies":[{"name":"readingtime","version":">=1.3.0"}],"homepage":"https:\/\/github.com\/diomed\/casper","keywords":"Casper2, grav etc.","bugs":"https:\/\/github.com\/diomed\/casper\/issues","license":"MIT","tag_name":"0.9.5","date":"2019-04-05T15:34:18Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/casper\/0.9.5","repository":"https:\/\/github.com\/diomed\/casper","slug":"casper","install_path":"user\/themes\/casper","screenshot":"themes-casper.jpg","changelog":{"0.9":{"date":"27-03-2019","content":"- some changes related to important theme updates\nand then some"},"0.8":{"date":"03-01-2019","content":"- bunch of fixes [make theme look more like original]"},"0.7":{"date":"17-12-2018","content":"- social icons fixed\n- apparently I forgot categories. oops! fixed now\n- oh right, integrated readingtime :P"},"0.6":{"date":"30-11-2018","content":"- taxonomy implemented [now when you click on tag, it'll list all posts that contain it]\n- archives layout is now in columns, looks much nicer\n- medium like image zoom\n- smooth scroll to top"},"0.5":{"date":"12-11-2018","content":"- added default.twig.html\n- fixed a bug where theme wouldn't save posts\n- fixed title display on tab"},"0.4":{"date":"19-10-2018","content":"- changed google font from Muuli to Nunito\n- changed repo name in order to install theme successfully"},"0.2":{"date":" 03-10-2018","content":"1. [*] Initial version : Spooky \ud83d\udc7b"}}},"landed":{"name":"Landed","version":"0.1.5","description":"Grav port of Landed theme by HTML5 UP","description_html":" Grav port of Landed theme by HTML5 UP<\/p>","description_plain":"Grav port of Landed theme by HTML5 UP","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-landed","docs":"https:\/\/github.com\/hughbris\/grav-theme-landed\/blob\/develop\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/landed","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/hughbris\/grav-theme-landed\/issues","license":"MIT","tag_name":"v0.1.5","date":"2019-11-13T09:23:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/landed\/0.1.5","repository":"https:\/\/github.com\/hughbris\/grav-theme-landed","slug":"landed","install_path":"user\/themes\/landed","screenshot":"themes-landed.jpg","changelog":{"0.1.0":{"date":" 24-09-2018","content":"1. [](#new)\n * initial basic port of [existing theme](https:\/\/html5up.net\/landed)"},"0.1.1":{"date":" 20-10-2018","content":"1. [](#bugfix)\n * correct link for non-default hero images in base template"},"0.1.2":{"date":" 24-05-2019","content":"1. [](#new)\n * Instructions for deploying deferred asset blocks added to README\n * custom default favicon for theme"},"0.1.3":{"date":" 05-06-2019","content":"1. [](#improved)\n * Add caution to README about including pagetype taxonomy in site.yaml ([#4](https:\/\/github.com\/hughbris\/grav-theme-landed\/issues\/4))"},"0.1.4":{"date":" 10-07-2019","content":"1. [](#bugfix)\n * Fixed variable typo in key_points section template"},"0.1.5":{"date":" 13-11-2019","content":"1. [](#bugfix)\n * Fixed another typo in key_points section template (PR #6 from @ccop2540)"}},"dependencies":[]},"grav-coder":{"name":"Grav Coder","version":"0.1.7","description":"Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.","description_html":" Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.<\/p>","description_plain":"Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.","icon":"rebel","author":{"name":"Paritosh Bhatia","url":"https:\/\/paritoshbh.me","email":"paritosh.bh@outlook.com"},"homepage":"https:\/\/github.com\/ParitoshBh\/grav-coder","demo":"https:\/\/paritoshbh.me","keywords":"grav, theme, coder, minimum, clutter, content, visibility, cms, bootstrap","bugs":"https:\/\/github.com\/ParitoshBh\/grav-coder\/issues","license":"MIT","tag_name":"0.1.7","date":"2020-03-10T01:41:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/grav-coder\/0.1.7","repository":"https:\/\/github.com\/ParitoshBh\/grav-coder","slug":"grav-coder","install_path":"user\/themes\/grav-coder","screenshot":"themes-grav-coder.jpg","changelog":{"0.1.7":{"date":"09\/09\/2020","content":"1. [](#bugfix)\n * Attempt fixing navigation on item detail page [#18](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/18). Thanks [@HymieAli](https:\/\/github.com\/HymieAli)."},"0.1.6":{"date":"12\/30\/2019","content":"1. [](#bugfix)\n * Include host value when building page navigation (newer) slug. Fixes [#16](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/16)"},"0.1.5":{"date":"11\/21\/2019","content":"1. [](#bugfix)\n * Include host value when building page navigation slug. Fixes [#16](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/16)"},"0.1.4":{"date":"08\/22\/2019","content":"1. [](#new)\n * Highlight selected page in navbar. Thanks [@samuelstein](https:\/\/github.com\/samuelstein)\n * Overwrite or extend styles using `custom.css`. Thanks [@samuelstein](https:\/\/github.com\/samuelstein)\n1. [](#bugfix)\n * Comma separated categories (on blog entry page). Fixes [#11](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/11)"},"0.1.3":{"date":"05\/16\/2019","content":"1. [](#new)\n * Add pagination support."},"0.1.2":{"date":"05\/10\/2019","content":"1. [](#new)\n * Activate category listing url.\n * Automatically generate copyright year (current year). Add ability to define start year.\n * Add instructions for setting up homepage, blog listing page and navigation bar menu items.\n1. [](#bugfix)\n * Use bootstrap btn class for building footer social icons. Fixes issue with using `researchgate` fontawesome icon.\n * Show page titles correctly."},"0.1.1":{"date":"9\/25\/2018","content":"1. [](#new)\n * Added option to show navigation links (previous\/next) on post page (enabled by default), to disable it,\n ```\n post:\n navigation: false\n ```\n * Added placeholder image for Grav marketplace!"},"0.1.0":{"date":" 08\/26\/2018","content":"1. [](#new)\n * Marketplace release!"}},"dependencies":[]},"brilliant-resume":{"name":"Brilliant Resume","version":"1.0.5","description":"Brilliant Resume Theme","description_html":" Brilliant Resume Theme<\/p>","description_plain":"Brilliant Resume Theme","icon":"address-card","author":{"name":"Jason Thomas Bray","email":"me@jtbray.com"},"homepage":"https:\/\/github.com\/jtbray\/brilliant-resume","demo":"https:\/\/jtbray.com","keywords":"brilliant resume, grav theme","bugs":"https:\/\/github.com\/jtbray\/brilliant-resume\/issues","license":"MIT","tag_name":"1.0.5","date":"2018-09-27T16:28:14Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/brilliant-resume\/1.0.5","repository":"https:\/\/github.com\/jtbray\/brilliant-resume","slug":"brilliant-resume","install_path":"user\/themes\/brilliant-resume","screenshot":"themes-brilliant-resume.jpg","changelog":{"1.0.0":{"date":"08\/21\/2018","content":"1. [](#new)\n * Changelog started..."}},"dependencies":[]},"solarize":{"name":"Solarize","version":"0.1.6","description":"Grav port of Solarize theme by Templated","description_html":" Grav port of Solarize theme by Templated<\/p>","description_plain":"Grav port of Solarize theme by Templated","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-solarize","docs":"https:\/\/github.com\/hughbris\/grav-theme-solarize\/blob\/develop\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/solarize","keywords":"grav, theme, templated, green","bugs":"https:\/\/github.com\/hughbris\/grav-theme-solarize\/issues","license":"MIT","tag_name":"v0.1.6","date":"2019-09-25T06:16:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/solarize\/0.1.6","repository":"https:\/\/github.com\/hughbris\/grav-theme-solarize","slug":"solarize","install_path":"user\/themes\/solarize","screenshot":"themes-solarize.jpg","changelog":{"0.1.0":{"date":" 28-07-2018","content":"1. [](#new)\n * Initial basic release, missing content blueprints and elements page"},"0.1.1":{"date":" 29-07-2018","content":"1. [](#new)\n * Added elements page"},"0.1.2":{"date":" 20-04-2019","content":"1. [](#improved)\n * Template cleanup\n * Removed some deprecated Twig"},"0.1.3":{"date":" 23-05-2019","content":"1. [](#new)\n * Instructions for deploying deferred asset blocks added to README\n * Examples in the wild section added to README"},"0.1.4":{"date":" 31-05-2019","content":"1. [](#bugfix)\n * Fixed JS-derived CSS paths for skel framework in IE browsers ([#6](https:\/\/github.com\/hughbris\/grav-theme-solarize\/issues\/6))"},"0.1.5":{"date":" 12-06-2019","content":"1. [](#bugfix)\n * Fixed mixed content warning when importing google fonts plain http CSS URL ([#8](https:\/\/github.com\/hughbris\/grav-theme-solarize\/issues\/8))"},"0.1.6":{"date":" 25-09-2019","content":"1. [](#bugfix)\n * Merged PR by @tiktuk which fixes dropdown menus after Twig engine changes ([#10](https:\/\/github.com\/hughbris\/grav-theme-solarize\/pull\/10))"}},"dependencies":[]},"bootstrap4-open-matter":{"name":"Bootstrap4 Open Matter","version":"3.2.3","description":"A custom version of the Bootstrap4 theme for open blogs, course hubs and more. Includes Git Sync and 'chromeless' content embedding.","description_html":" A custom version of the Bootstrap4 theme for open blogs, course hubs and more. Includes Git Sync and 'chromeless' content embedding.<\/p>","description_plain":"A custom version of the Bootstrap4 theme for open blogs, course hubs and more. Includes Git Sync and 'chromeless' content embedding.","icon":"bold","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"email","version":"*"},{"name":"error","version":"*"},{"name":"external_links","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"grava11y","version":"*"},{"name":"image-captions","version":"*"},{"name":"login","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"presentation","version":"*"},{"name":"presentation-deckset","version":"*"},{"name":"prism-highlight","version":"*"},{"name":"problems","version":"*"},{"name":"twigfeeds","version":"*"},{"name":"twigpcre","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"youtube","version":"*"},{"name":"bootstrap4","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter\/blob\/master\/README.md","demo":"https:\/\/demo.hibbittsdesign.org\/grav-theme-bootstrap4-open-matter\/","keywords":"open, courses, resources, oer, git, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter\/issues","license":"MIT","tag_name":"v3.2.3","date":"2020-06-09T16:27:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap4-open-matter\/3.2.3","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter","slug":"bootstrap4-open-matter","install_path":"user\/themes\/bootstrap4-open-matter","screenshot":"themes-bootstrap4-open-matter.jpg","changelog":{"3.2.3":{"date":"06\/09\/2020","content":"1. [](#improved)\n * Updated Divs for use with the ShowIfEmbedded and HideIfEmbedded Shortcodes"},"3.2.2":{"date":"06\/08\/2020","content":"1. [](#bugfix)\n * Fixed improperly closed Div within ShowIfEmbedded and HideIfEmbedded Shortcodes"},"3.2.1":{"date":"06\/06\/2020","content":"1. [](#new)\n * Added ShowIfEmbedded and HideIfEmbedded Shortcodes to only show content when embedded (i.e. chromeless) or not"},"3.2.0":{"date":"06\/04\/2020","content":"1. [](#new)\n * Added CSS classes to only show content when chromeless or not chromeless (e.g. '[div class=\"chromeless-show\"]' and [div class=\"chromeless-hide\"]) (thanks @ricardo118)\n * Added CSS class to force column content to keep together (e.g. '[div class=\"keeptogether\"]'), for use with the Columns Shortcode"},"3.1.9":{"date":"05\/26\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.1.8":{"date":"05\/23\/2020","content":"1. [](#improved)\n * Updated inherited theme file paths for multisite compatibility"},"3.1.7":{"date":"04\/30\/2020","content":"1. [](#bugfix)\n * Restored list item indent within Important Reminders area for correct display of associated badges"},"3.1.6":{"date":"04\/28\/2020","content":"1. [](#new)\n * Added `badge` shortcode for display of badges\n1. [](#improved)\n * Added support for optional display of badge with `link` page types"},"3.1.5":{"date":"04\/26\/2020","content":"1. [](#new)\n * Added `linktextonly` template for text only display of link items\n * Added checking for URL value when displaying `link` page types\n1. [](#improved)\n * Added support for optional display of title links for `embedlycard` page types"},"3.1.4":{"date":"03\/09\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.1.3":{"date":"03\/09\/2020","content":"1. [](#improved)\n * Added subsite group titles to subsitelist template\n * Updated demo pages in theme '_demo' folder"},"3.1.2":{"date":"03\/08\/2020","content":"1. [](#bugfix)\n * Revised Bootstrap CSS loading logic to handle non-existent theme config"},"3.1.1":{"date":"02\/22\/2020","content":"1. [](#bugfix)\n * Updated Pagination Twig to handle wider range of URLs correctly (thanks @oleg-sh)"},"3.1.0":{"date":"02\/19\/2020","content":"1. [](#improved)\n * Removed deprecated course and courselist templates and blueprints (now subsite and subsitelist, i.e. `subsite.md` and `subsitelist.md`)."},"3.0.9":{"date":"02\/14\/2020","content":"1. [](#new)\n * Updated demo pages in theme '_demo' folder\n1. [](#bugfix)\n * Fixed MultiCourse home page link for blog post pages"},"3.0.8":{"date":"02\/13\/2020","content":"1. [](#new)\n * Updated demo pages in theme '_demo' folder"},"3.0.7":{"date":"02\/06\/2020","content":"1. [](#new)\n * Support for Menu property in Sections pages (thanks to @awrog for the suggestion and initial Twig)"},"3.0.6":{"date":"01\/31\/2020","content":"1. [](#new)\n * Support for Navbar background color for each subsite\n1. [](#improved)\n * Improved Presentation page blueprint\n * Updated demo pages in theme '_demo' folder"},"3.0.5":{"date":"01\/28\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.0.4":{"date":"01\/27\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"}}},"fresh":{"name":"Fresh","version":"0.5","description":"Fresh is a colorful landing page. It features a single page with a few sections to get started. Fresh is based on Bulma framework and it's easy to use flexbox grid.","description_html":" Fresh is a colorful landing page. It features a single page with a few sections to get started. Fresh is based on Bulma framework and it's easy to use flexbox grid.<\/p>","description_plain":"Fresh is a colorful landing page. It features a single page with a few sections to get started. Fresh is based on Bulma framework and it's easy to use flexbox grid.","icon":"pied-piper-alt","author":{"name":"diomed","url":"https:\/\/github.com\/diomed"},"homepage":"https:\/\/github.com\/diomed\/fresh","keywords":"fresh, grav,","bugs":"https:\/\/github.com\/diomed\/fresh\/issues","license":"MIT","tag_name":"0.5","date":"2018-11-22T10:25:19Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/fresh\/0.5","repository":"https:\/\/github.com\/diomed\/fresh","slug":"fresh","install_path":"user\/themes\/fresh","screenshot":"themes-fresh.jpg","changelog":{"0.5":{"date":"22-11-2018","content":"[*](#new)\n* version of bulma is 0.7.2. now\n* mostly some updates removing hard coded images"},"0.4":{"date":"31-07-2018","content":"[*](#new)\n* fixed favicon\n* added missing screenshot\n* widened obviously too small width of column content in default"},"0.2":{"date":" 15-07-2018","content":"1. [*](#new)\n * Initial version"}},"dependencies":[]},"qbee":{"name":"QBee","version":"1.0.0","description":"QBee is a clean, lightweight and minimal HTML 5 theme for Grav built with the Kube CSS & JS Framework","description_html":" QBee is a clean, lightweight and minimal HTML 5 theme for Grav built with the Kube CSS & JS Framework<\/p>","description_plain":"QBee is a clean, lightweight and minimal HTML 5 theme for Grav built with the Kube CSS & JS Framework","icon":"rebel","author":{"name":"Jorge Tite","email":"me@jorgetite.com"},"dependencies":[{"name":"grav","version":">=1.4.0-rc.1"}],"homepage":"https:\/\/github.com\/jorgetite\/grav-theme-qbee","demo":"http:\/\/demo.yoursite.com","keywords":"grav, theme, minimal, modern, responsive, html5, kube","bugs":"https:\/\/github.com\/jorgetite\/grav-theme-qbee\/issues","license":"MIT","tag_name":"v1.0.3","date":"2018-07-13T01:17:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/qbee\/1.0.0","repository":"https:\/\/github.com\/jorgetite\/grav-theme-qbee","slug":"qbee","install_path":"user\/themes\/qbee","screenshot":"themes-qbee.jpg","changelog":{"1.0.3":{"date":" 07\/12\/2018","content":"1. [](#new)\n * Support for menu icons\n2. [](#improved)\n * Documentation"},"1.0.2":{"date":" 07\/04\/2018","content":"1. [](#fixed)\n * Load custom css and js files in base theme"},"1.0.1":{"date":" 07\/04\/2018","content":"1. [](#new)\n * Support for custom favicon\n * Support for custom JavaScript\n * Support for Theme-custom images\n2. [](#improved)\n * Support for custom copyright notice in footer\n * Documentation"},"1.0.0":{"date":" 07\/01\/2018","content":"1. [](#new)\n * First release."}}},"bootstrap4":{"name":"Bootstrap4","version":"1.2.0","description":"Bootstrap4 is built using the popular **Bootstrap 4** Framework","description_html":" Bootstrap4 is built using the popular Bootstrap 4<\/strong> Framework<\/p>","description_plain":"Bootstrap4 is built using the popular Bootstrap 4 Framework","icon":"bold","author":{"name":"Trilby Media","url":"https:\/\/trilby.media","email":"hello@trilby.media"},"dependencies":[{"name":"bootstrapper"},{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4","keywords":"bootstrap, bootstrap4, theme, framework","bugs":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4\/issues","license":"MIT","tag_name":"1.2.0","date":"2019-03-22T00:27:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap4\/1.2.0","repository":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4","slug":"bootstrap4","install_path":"user\/themes\/bootstrap4","screenshot":"themes-bootstrap4.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension"},"1.1.0":{"date":"11\/06\/2018","content":"1. [](#new)\n * TWIG 2.0 compatibility fixes"},"1.0.1":{"date":"07\/02\/2018","content":"1. [](#bugfix)\n * Fixed bad links in the hero section\n * Better styling for error page"},"1.0.0":{"date":"06\/29\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"project-space":{"name":"Project Space","version":"1.2.5","description":"Visualize projects in an organized manner, as notes on a board.","description_html":" Visualize projects in an organized manner, as notes on a board.<\/p>","description_plain":"Visualize projects in an organized manner, as notes on a board.","icon":"sticky-note","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":"~1.6"},{"name":"quark","version":">=1.0"},{"name":"breadcrumbs","version":">=1.5"},{"name":"taxonomylist","version":">=1.3"},{"name":"auto-date","version":">=1.0"},{"name":"markdown-tasklists","version":">=1.0"}],"homepage":"https:\/\/github.com\/OleVik\/grav-theme-project-space","demo":"https:\/\/olevik.me\/staging\/grav-skeleton-project-space","keywords":"grav, theme, project, projects, note, notes, visualize","bugs":"https:\/\/github.com\/OleVik\/grav-theme-project-space\/issues","license":"MIT","tag_name":"v1.2.5","date":"2020-05-23T16:42:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/project-space\/1.2.5","repository":"https:\/\/github.com\/OleVik\/grav-theme-project-space","slug":"project-space","install_path":"user\/themes\/project-space","screenshot":"themes-project-space.jpg","changelog":{"1.2.5":{"date":"23-05-2020","content":"1. [](#bugfix)\n - Further category-fixes"},"1.2.4":{"date":"23-05-2020","content":"1. [](#bugfix)\n - Filepicker-field\n - Categories (Admin >= 1.9)"},"1.2.3":{"date":"19-04-2019","content":"1. [](#bugfix)\n - Fix version constraints"},"1.2.2":{"date":"18-02-2019","content":"1. [](#bugfix)\n - Merge tags in Admin."},"1.2.1":{"date":"13-02-2019","content":"1. [](#improved)\n - Limit navigation-menu to published pages.\n2. [](#bugfix)\n - Handle categories-assignment in Admin."},"1.2.0":{"date":"23-10-2018","content":"1. [](#new)\n - Print-styling\n2. [](#improved)\n - Truncate-methods fallback for empty content"},"1.1.7":{"date":"23-09-2018","content":"1. [](#bugfix)\n - Word-wrap titles"},"1.1.6":{"date":"04-08-2018","content":"1. [](#bugfix)\n - Fix routing logic"},"1.1.5":{"date":"04-08-2018","content":"1. [](#new)\n - Add demo\n2. [](#bugfix)\n - Fix collection-evaluation\n - Fix blueprint, again\n - Fix languages"},"1.1.4":{"date":"11-07-2018","content":"1. [](#bugfix)\n - Fix blueprint"},"1.1.3":{"date":"03-07-2018","content":"1. [](#improved)\n - Meta-styling\n2. [](#bugfix)\n - Content-height\n - Superfluous meta\n - Date-retrieval from system-config\n - Article-partial URLs for category and tags"},"1.1.2":{"date":"26-06-2018","content":"1. [](#improved)\n - Checks in PHP and Twig for home-page\n - Post-template styles\n - Breadcrumb-styles\n - Header-partial\n2. [](#bugfix)\n - Fix in-page filter-API\n3. [](#new)\n - Breadcrumbs in post-template, blueprint dependency"},"1.1.1":{"date":"25-06-2018","content":"1. [](#bugfix)\n - Move `subtitle`-setting to Options, breaks in Content"},"1.1.0":{"date":"25-06-2018","content":"1. [](#new)\n - Theme- and page-level setting for truncate\n - Support for `subtitle`-header\n - Theme is now a fork, rather than child, of Masonry\n2. [](#improved)\n - Categories moved to theme-settings\n - Styles for `.post-title` and `.post-subtitle`"},"1.0.0":{"date":"15-06-2018","content":"1. [](#new)\n - Initial public release"}}},"bootstrap-blog":{"name":"Bootstrap Blog","version":"1.3.4","description":"Template built in default Bootstrap 4 framework","description_html":" Template built in default Bootstrap 4 framework<\/p>","description_plain":"Template built in default Bootstrap 4 framework","icon":"bold","author":{"name":"Ayoze Hern\u00e1ndez D\u00edaz","url":"https:\/\/ayozehd.com","email":"ayoze.dev@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog","docs":"https:\/\/bootstrap-blog.ayozehd.com\/doc","demo":"https:\/\/bootstrap-blog.ayozehd.com","keywords":"theme, bootstrap, blog, styles, simple, fluid, carousel, layouts","bugs":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog\/issues","license":"MIT","tag_name":"1.3.4","date":"2019-08-07T19:39:11Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap-blog\/1.3.4","repository":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog","slug":"bootstrap-blog","install_path":"user\/themes\/bootstrap-blog","screenshot":"themes-bootstrap-blog.jpg","changelog":{"1.3.4":{"date":"07-08-2019","content":"1. [](#improved)\n * Markdown notices integration\n * Cards images `alt-text`\n * Assets event now `onAssetsInitialized`\n2. [](#bugfix)\n * Featured image css missing"},"1.3.3":{"date":"03-08-2019","content":"1. [](#improved)\n * Theme css minified and compressed\n * Light colors are more accessible\n2. [](#bugfix)\n * Blueprints fix"},"1.3.2":{"date":"01-08-2019","content":"1. [](#new)\n * Added `item.text_align` theme option\n * Added support for lastfm and sharer plugins\n2. [](#improved)\n * Renamed skills template to bars\n3. [](#bugfix)\n * Fixed a SASS compile error\n * Fixed charset lang error in latest Grav version"},"1.3.1":{"date":"25-6-2019","content":"1. [](#improved)\n * Footer now is always aligned to the bottom of viewport\n2. [](#bugfix)\n * Related pages summary broke HTML markup on truncating\n * Masonry only-text items classnames spacing"},"1.3":{"date":"24-6-2019","content":"1. [](#new)\n * Added pagination template. Disable `built_in_css` plugin option to render it properly.\n * Fluid container option\n2. [](#improved)\n * Moved Twig macros to SASS functions to ease theme extending and understanding.\n * Added new colors (expert mode)\n3. [](#bugfix)\n * Language typo error"},"1.2":{"date":"15-6-2019","content":"1. [](#new)\n * Added `container_fluid` and `item.featured_image` theme options\n2. [](#improved)\n * Updated [Bootstrap 4.3.1](https:\/\/blog.getbootstrap.com\/2019\/02\/11\/bootstrap-4-3-0\/)\n * SCSS improvements\n * Better responsive layouts\n3. [](#bugfix)\n * Login status template desalignment"},"1.1.12":{"date":"30-3-2019","content":"1. [](#new)\n * Implement assets rendering using **Deferred Block** Twig extension\n2. [](#bugfix)\n * Fixed a bug in macro button when site is under a subdomain"},"1.1.11":{"date":"24-2-2019","content":"1. [](#new)\n * Added support for [readingtime](https:\/\/github.com\/getgrav\/grav-plugin-readingtime) plugin\n2. [](#improved)\n * Breadcrumb style now from Bootstrap"},"1.1.10":{"date":"24-1-2019","content":"1. [](#new)\n * Related pages at bottom items\n2. [](#bugfix)\n * Some styles buttons didn't have background animation\n3. [](#improved)\n * Css improvements\n * Updated masonry and cards responsive layouts"},"1.1.9":{"date":"24-12-2018","content":"1. [](#bugfix)\n * Fixed js [Popper](https:\/\/popper.js.org\/) dependency"},"1.1.8":{"date":"24-12-2018","content":"1. [](#bugfix)\n * Fixed show_more translation (blog modular template)\n2. [](#improved)\n * Assets css\/js in collection named `bootstrap-blog`\n * Showcase parameter `image_filters` renamed to `image_actions`\n * Dropdown menu can be splitted using `split_menu: true`"},"1.1.7":{"date":"26-11-2018","content":"1. [](#bugfix)\n * Fixed navbar style color"},"1.1.6":{"date":"19-11-2018","content":"1. [](#bugfix)\n * Fixed navbar macro"},"1.1.5":{"date":"17-11-2018","content":"1. [](#improved)\n * Navbar color change from item headers\n * Added new colors to blueprints\n * Icon in dropdown menus\n2. [](#bugfix)\n * Fixed disqus bug when title has quotes\n * Carousel controls id broken"},"1.1.4":{"date":"10-11-2018","content":"1. [](#new)\n * Carousel modular template\n * Skills modular template\n2. [](#bugfix)\n * JQuery slim no worked with CDN files"},"1.1.3":{"date":"24-10-2018","content":"1. [](#improved)\n * Supported new styles in blueprints (no forms)\n2. [](#bugfix)\n * Fixed style in cards layout"},"1.1.2":{"date":"21-10-2018","content":"1. [](#new)\n * New bootstrap colors\n2. [](#bugfix)\n * Fixed pagination"},"1.1.1":{"date":"23-09-2018","content":"1. [](#new)\n * Added taxonomy selectors\n2. [](#improved)\n * Updated Bootstrap 4.1 and FontAwesome [5.1.3](https:\/\/github.com\/FortAwesome\/Font-Awesome\/releases\/tag\/5.3.1)\n * Css fixes"},"1.1":{"date":"15-07-2018","content":"1. [](#new)\n * Added go to top button\n2. [](#improved)\n * Merge portfolio and blog layouts\n * Added info style\n * Now dateformat comes from Grav System Config\n * Removed portfolio templates. Use blog instead\n3. [](#bugfix)\n * Fixed navbar image"},"1.0":{"date":" 02-06-2018","content":"1. [](#new)\n * Initial version"}}},"quark-open-publishing":{"name":"Quark Open Publishing","version":"2.1.3","description":"A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding.","description_html":" A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding.<\/p>","description_plain":"A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding.","icon":"unlock","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"archives","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"email","version":"*"},{"name":"error","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"image-captions","version":"*"},{"name":"login","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"presentation","version":"*"},{"name":"presentation-deckset","version":"*"},{"name":"problems","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"taxonomylist","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"shortcode-ui","version":"*"},{"name":"quark","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/blob\/master\/README.md","demo":"http:\/\/demo.hibbittsdesign.org\/grav-open-publishing-quark\/","keywords":"open, blog, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/issues","license":"MIT","tag_name":"v2.1.3","date":"2020-05-23T15:26:31Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark-open-publishing\/2.1.3","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","slug":"quark-open-publishing","install_path":"user\/themes\/quark-open-publishing","screenshot":"themes-quark-open-publishing.jpg","changelog":{"2.1.3":{"date":"05\/23\/2020","content":"1. [](#improved)\n * Updated inherited theme file paths for multisite compatibility"},"2.1.2":{"date":"04\/30\/2020","content":"1. [](#bugfix)\n * Added missing closing paragraph tag on `sections` page types (thanks to @lazybadger for finding the issue)"},"2.1.1":{"date":"04\/27\/2020","content":"1. [](#new)\n * Added support for optional display of title links for `embedlycard` page types"},"2.1.0":{"date":"02\/13\/2020","content":"1. [](#new)\n * Updated demo pages in theme '_demo' folder"},"2.0.9":{"date":"02\/06\/2020","content":"1. [](#new)\n * Support for Menu property in Sections pages (thanks to @awrog for the suggestion and initial Twig)"},"2.0.8":{"date":"01\/21\/2020","content":"1. [](#new)\n * Support for ReadingTime Plugin (thanks to @B1gG for the initial PR)\n1. [](#improved)\n * Updated demo pages in theme '_demo' folder\n1. [](#bugfix)\n * Restored display of taxonomy tags on blog post pages (Sections pages now use the `filter` taxonomy item, which is also needed to be in Taxonomy `site.yaml` config)"},"2.0.7":{"date":"01\/02\/2020","content":"1. [](#improved)\n * Updated CSS for left\/right image alignment (thanks to @OleVik)"},"2.0.6":{"date":"12\/18\/2019","content":"1. [](#new)\n * Support for custom links (e.g. PDFs) with embedded Presentations"},"2.0.5":{"date":"12\/08\/2019","content":"1. [](#improved)\n * Changed reference of \"Menubar\" to \"Menu\" in theme setting"},"2.0.4":{"date":"12\/08\/2019","content":"1. [](#improved)\n * Reorganized theme options for Git Sync Link and Custom Menu Items\n * Renamed template\/blueprint of CustomContentList to CustomPageTypes\n * Removed deprecated swipedeck template partials"},"2.0.3":{"date":"11\/27\/2019","content":"1. [](#improved)\n * Removed deprecated swipedeck template, blueprint and shortcode"},"2.0.2":{"date":"11\/22\/2019","content":"1. [](#improved)\n * Updated experimental Markdown file Shortcode ([markdownfile url=\"\"]) to support displaying Grav Markdown pages (frontmatter is removed)"},"2.0.1":{"date":"11\/09\/2019","content":"1. [](#new)\n * Added experimental Markdown file Shortcode ([markdownfile url=\"\"]) to embed external Markdown files (thanks to @OleVik for help along the way)"},"2.0.0":{"date":"10\/09\/2019","content":"1. [](#improved)\n * Removed theme option to hide homepage in menubar (set the 'visible' option to 'false' on homepage for same functionality)"},"1.9.9":{"date":"10\/04\/2019","content":"1. [](#bugfix) \n * Support proper RSS feed URL when 'Append URL extension' is set to '.html'\n1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.9.8":{"date":"09\/14\/2019","content":"1. [](#bugfix) \n * Updated JS to prevent possible conflict with Bricklayer CSS"},"1.9.7":{"date":"09\/12\/2019","content":"1. [](#bugfix) \n * Support CTRL + click to open links in new tab as expected"},"1.9.6":{"date":"08\/26\/2019","content":"1. [](#bugfix)\n * Fixed support for blog item taxonomy tags in 'chromeless' blog list view"},"1.9.5":{"date":"08\/16\/2019","content":"1. [](#improved)\n * Improved Twig 2.0 compatibility"},"1.9.4":{"date":"08\/10\/2019","content":"1. [](#bugfix)\n * Fixed automatic Git Sync Link for Presentations in a Presentation List page\n1. [](#improved)\n * Added support to hide Git Sync Link for each embedded Presentation\n * Updated Presentation blueprint Git Sync options\n * Fine tuning of automatic Git Sync Link for embedded Presentations\n * Improved support for custom Git Sync Link text for pages and presentations"}}},"bulma-portfolio":{"name":"Bulma Portfolio","version":"0.1.7","description":"Bulma Portfolio Theme","description_html":" Bulma Portfolio Theme<\/p>","description_plain":"Bulma Portfolio Theme","icon":"rebel","author":{"name":"John Mica","email":"john@johnmica.me"},"homepage":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio\/issues","license":"MIT","tag_name":"0.1.8","date":"2019-08-29T17:46:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bulma-portfolio\/0.1.7","repository":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","slug":"bulma-portfolio","install_path":"user\/themes\/bulma-portfolio","screenshot":"themes-bulma-portfolio.jpg","changelog":{"0.1.5":{"date":" 22\/03\/2018","content":"1. [](#improved)\n - added possibility to select a Logo (only SVG ) and a favicon (usually a png\/jpg) from the theme settings. Before a logo \/ favicon can be added, at least a page must be created and saved and media added to that page. (next iteration could see improvements in this)"},"0.1.0":{"date":" 18\/03\/2018","content":"- initial release\n"}},"dependencies":[]},"chalk":{"name":"Chalk","version":"0.3.0","description":"Port of Jekyll's chalk theme to Grav","description_html":" Port of Jekyll's chalk theme to Grav<\/p>","description_plain":"Port of Jekyll's chalk theme to Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"dependencies":[{"name":"grav","version":">=1.3.8"},{"name":"admin","version":">=1.6.6"},{"name":"readingtime","version":">=1.2.0"},{"name":"highlight","version":">=1.4.0"},{"name":"taxonomylist","version":">=1.3.1"},{"name":"quick-tray-links","version":">=1.0.0"}],"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-chalk","demo":"http:\/\/chalk.paulmassendari.com","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-chalk\/issues","license":"MIT","tag_name":"v0.3.0","date":"2018-06-25T14:43:42Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/chalk\/0.3.0","repository":"https:\/\/github.com\/paulmassen\/grav-theme-chalk","slug":"chalk","install_path":"user\/themes\/chalk","screenshot":"themes-chalk.jpg","changelog":{"0.3.0":{"date":" 04\/05\/2018","content":"1. [](#new)\n * Added options to display summary or not\n * Added link to tag cloud\n * Few css fixes"},"0.2.0":{"date":" 04\/05\/2018","content":"1. [](#new)\n * Fixed icons\n * Several improvements\n * Fixed scss reference to normalize\n "},"0.1.0":{"date":" 03\/18\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"minimaxing":{"name":"Minimaxing","version":"0.2.3","description":"Port of Minimaxing by HTML5 UP","description_html":" Port of Minimaxing by HTML5 UP<\/p>","description_plain":"Port of Minimaxing by HTML5 UP","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing","docs":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing\/blob\/master\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/minimaxing","keywords":"grav, theme, html5up, blue","bugs":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing\/issues","license":"MIT","tag_name":"v0.2.3","date":"2019-05-24T10:20:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/minimaxing\/0.2.3","repository":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing","slug":"minimaxing","install_path":"user\/themes\/minimaxing","screenshot":"themes-minimaxing.jpg","changelog":{"0.2.1":{"date":" 18-02-2018","content":"1. [](#new)\n * port of [existing theme](https:\/\/html5up.net\/minimaxing)\n * [demo pages](_demo\/pages) and an additional [Elements page](_demo\/pages\/90.elements\/onecolumn.md)\n1. [](#improved)\n * add docs, demo and correct keywords in blueprint\n1. [](#bugfix)\n * fix twig typo bug in header link"},"0.2.3":{"date":" 24-05-2018","content":"1. [](#new)\n * Instructions for deploying deferred asset blocks added to README"}},"dependencies":[]},"portfolio":{"name":"Portfolio","version":"0.3.1","description":"Simple and minimalistic responsive theme for portfolios.","description_html":" Simple and minimalistic responsive theme for portfolios.<\/p>","description_plain":"Simple and minimalistic responsive theme for portfolios.","icon":"rebel","author":{"name":"Joey CK","email":"joui1994@gmail.com"},"homepage":"https:\/\/github.com\/s6joui\/grav-theme-portfolio","demo":"http:\/\/www.joeyck.tech","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/s6joui\/grav-theme-portfolio\/issues","license":"MIT","tag_name":"0.3.1","date":"2019-02-10T01:38:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/portfolio\/0.3.1","repository":"https:\/\/github.com\/s6joui\/grav-theme-portfolio","slug":"portfolio","install_path":"user\/themes\/portfolio","screenshot":"themes-portfolio.jpg","changelog":{"0.3.1":{"date":"02\/10\/2019","content":"1. [](#bugfix)\n\t* Fixed layout errors"},"0.3.0":{"date":"02\/10\/2019","content":"1. [](#new)\n\t* Added full-screen image viewer\n\t* Added support for viewing items by category via the new categories page type\n\t* Improved mobile layout"},"0.2.0":{"date":" 01\/30\/2019","content":"1. [](#bugfix)\n * Fixed pagination not visible on mobie\n\t* Fixed visual errors in Chrome"},"0.1.0":{"date":" 02\/26\/2018","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"editorial":{"name":"Editorial","version":"0.1.3","description":"Port of the Editorial theme from HTML5Up.net","description_html":" Port of the Editorial theme from HTML5Up.net<\/p>","description_plain":"Port of the Editorial theme from HTML5Up.net","icon":"paint-brush","author":{"name":"Jeremy Gonyea","email":"jeremy.gonyea@gmail.com"},"dependencies":[{"name":"auto-date","version":"*"},{"name":"simplesearch","version":"*"}],"homepage":"https:\/\/github.com\/jeremy-gonyea\/grav-theme-editorial","keywords":"grav, theme, html5up, editorial","bugs":"https:\/\/github.com\/jeremy-gonyea\/grav-theme-editorial\/issues","license":"MIT","tag_name":"0.1.3","date":"2018-03-12T23:18:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/editorial\/0.1.3","repository":"https:\/\/github.com\/jgonyea\/grav-theme-editorial","slug":"editorial","install_path":"user\/themes\/editorial","screenshot":"themes-editorial.jpg","changelog":{"0.1.3":{"date":" 02\/14\/2018","content":"1. [](#new)\n * Default state of sidebar is now configurable.\n2. [](#improved)\n * None\n3. [](#bugfix)\n * Child pages in navigation now render properly."},"0.1.2":{"date":" 02\/14\/2018","content":"1. [](#new)\n * Added Simplesearch dependency.\n * Search functionality works now.\n2. [](#improved)\n * Styling on images (thanks to andreakal).\n3. [](#bugfix)\n * None"},"0.1.1":{"date":" 02\/05\/2018","content":"1. [](#new)\n * Added thumbnail and screenshot images to theme.\n2. [](#improved)\n * None\n3. [](#bugfix)\n * None"},"0.1.0":{"date":" 01\/05\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"introspect":{"name":"Introspect","version":"1.0.1","description":"A responsive theme from templated.co, ported to Grav.","description_html":" A responsive theme from templated.co, ported to Grav.<\/p>","description_plain":"A responsive theme from templated.co, ported to Grav.","icon":"desktop","author":{"name":"Andre Lehman","email":"aisberg@posteo.de"},"homepage":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect","demo":"https:\/\/aisbergg.github.io\/grav-demo\/introspect\/pages\/home","keywords":"introspect, theme, modern, responsive, html5, css3","bugs":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect\/issues","license":"MIT","tag_name":"v1.0.2","date":"2018-05-09T17:45:01Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/introspect\/1.0.1","repository":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect","slug":"introspect","install_path":"user\/themes\/introspect","screenshot":"themes-introspect.jpg","changelog":{"1.0.0":{"date":"01\/12\/2018","content":"1. [](#new)\n * Initial Release"},"1.0.1":{"date":"02\/05\/2018","content":"1. [](#new)\n * Add demo site"},"1.0.2":{"date":"05\/09\/2018","content":"1. [](#new)\n * Replace tabs with spaces"}},"dependencies":[]},"quark":{"name":"Quark","version":"2.0.3","description":"New Grav Default Theme","description_html":" New Grav Default Theme<\/p>","description_plain":"New Grav Default Theme","icon":"microchip","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-quark","demo":"https:\/\/demo.getgrav.org\/onepage-skeleton","keywords":"quark, spectre, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-quark\/issues","license":"MIT","tag_name":"2.0.3","date":"2020-06-08T21:28:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark\/2.0.3","repository":"https:\/\/github.com\/getgrav\/grav-theme-quark","slug":"quark","install_path":"user\/themes\/quark","screenshot":"themes-quark.jpg","changelog":{"2.0.3":{"date":"06\/08\/2020","content":"1. [](#improved)\n * Updated some JS libraries\n * Simplified navigation macro\n * Use `site.title` in logo alt text [#139](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/109)"},"2.0.2":{"date":"08\/09\/2019","content":"1. [](#improved)\n * Allow for overriding of `{% block content %}{% endblock %}`\n * Improved default `.table` styling\n * Simplified navigation macro\n1. [](#bugfix)\n * Fixed issue with Prism Highlight [prism-highlight#1](https:\/\/github.com\/trilbymedia\/grav-plugin-prism-highlight\/issues\/1)\n * Use slug for onpage links [#115](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/115)\n * Fixed 2 minor YAML linting issues"},"2.0.1":{"date":"05\/09\/2019","content":"1. [](#improved)\n * Typo in blueprints [#109](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/109)\n * Added convenience scripts to `package.json` [#110](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/110)\n * Added Czech translation [#106](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/106)\n * Added Chinese translation [#114](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/114)\n * Removed redundant code [#104](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/104)\n * Updated to match Archives plugin translation output\n1. [](#bugfix)\n * Bugfix to class in macro [#105](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/105)\n * Bugfix a z-index issue [#75](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/75)"},"2.0.0":{"date":"04\/11\/2019","content":"1. [](#improved)\n * Updated to use new `GRAV` core language prefix\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.8` version\n * Support for 2FA panel styling\n * Updated to Yarn 4.0 syntax\n * Restructured SCSS to ensure easier Spectre updates in future\n1. [](#bugfix)\n * Some checkboxes fixes for Forms 3.0\n * More Twig 2.0 compatibility fixes\n * Fixed a Twig 2.0 issue with assets rendering\n "},"1.2.6":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.5":{"date":"12\/07\/2018","content":"1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.7` version\n1. [](#bugfix)\n * Fixed missing `<\/html>` close tag in bae template [#76](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/76) "},"1.2.4":{"date":"11\/12\/2018","content":"1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.5` version\n * Added link support to modular `features` [#39](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/39\/)\n * Remove desktop menu when in mobile mode [#59](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/59\/)\n * Support modular `text` full-width if no image [#70](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/70)\n * Shim for IE support of BrickLayer.js [#64](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/64)\n1. [](#bugfix)\n * Fixed `continue_link:` showing up as toggled [#65](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/65)\n * Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/71)"},"1.2.3":{"date":"11\/05\/2018","content":"1. [](#improved)\n * Moved footer into standalone twig to allow for easier extensibility [#63](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/63)\n1. [](#bugfix)\n * Fix variable name for prouction mode [#61](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/61)\n * Fix layout size in features blueprint [#67](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/67)\n * Fix active page logic in `nav` so there's no empty class attributes [#68](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/68)\n * Fix for features blueprint because `class` didn't work [#69](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/69)"},"1.2.2":{"date":"10\/24\/2018","content":"1. [](#improved)\n * Changed nav macro to format supported by Twig 2.0\n * Updated `partials\/form-messages.html.twig` to be more inline with latest Forms plugin\n1. [](#bugfix)\n * Make the theme to work with Twig auto-escaping turned on\n * Moved language strings under `THEME_QUARK`"},"1.2.1":{"date":"08\/23\/2018","content":"1. [](#improved)\n * Added additional \"mobile custom logo\" support\n1. [](#bugfix)\n * Addressed some CSS issues by forcing logo height"},"1.2.0":{"date":"08\/23\/2018","content":"1. [](#new)\n * Added new \"custom logo\" support [#3](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/3)\n * Added option JSON feed syndication support in sidebar [#47](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/47)\n * Added basic form field `array` styling"},"1.1.0":{"date":"07\/25\/2018","content":"1. [](#new)\n * Responsive font sizing [#28](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/28)\n1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.3` version\n * Make blog settings toggleable [#38](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/38)\n1. [](#bugfix)\n * Proper fix for sticky footer in IE10 and IE11 [#21](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/21)\n * Fix for lists wrapping weirdly due to `outside` attribute\n * Updated checkbox + radio to take into account `client_side_validation` form option\n * Fixes for fallback values [#37](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/37)\n * Fix inheritance for images folder [#30](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/30)\n * Added blueprint option for `continue_link` [#45](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/45)\n * Added blueprint option for Feature `class` [#14](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/14)\n * Fixed `Duplicate ID` issues with modular sections. Might break CSS on first load, need to refresh to pick up new CSS [#24](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/24)\n * Fixed Text feature alignment issue [#4](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/4)\n * Overlapping menu and mobile button [#7](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/7)"},"1.0.3":{"date":"05\/11\/2018","content":"1. [](#new)\n * Added new primary button mixin\n1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.1` version\n * Improved default login styling\n * Removed core Spectre.css override to make upgrading Spectre easier\n * Added screenshot to README.md\n * Override focus to prevent overzealous blue blurs\n1. [](#bugfix)\n * Fix for `highlight` plugin not changing background of code blocks\n * Removed extraneous `dump()` in Twig output"},"1.0.2":{"date":"02\/19\/2018","content":"1. [](#new)\n * Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files\n * Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0\n1. [](#improved)\n * Font tweaks\n1. [](#bugfix)\n * Pagination fixes"},"1.0.1":{"date":" 01\/22\/2018","content":"1. [](#new)\n * Added blueprints for admin editing\n1. [](#improved)\n * Use default lang from `site.yaml`\n1. [](#bugfix)\n * Fixed Current path to address issues with extending Quark\n * Fixed parallax to start in same position as standard\n * Fixed modular image size"},"1.0.0":{"date":" 12\/28\/2017","content":"1. [](#new)\n * ChangeLog started..."}}},"pluspunkt":{"name":"pluspunkt","version":"1.2.0","description":"A simple, responsive and modern Grav theme built with Kube","description_html":" A simple, responsive and modern Grav theme built with Kube<\/p>","description_plain":"A simple, responsive and modern Grav theme built with Kube","icon":"plus-circle","author":{"name":"Simon M\u00fcller","url":"https:\/\/github.com\/SimonMueller","email":"pluspunkt-theme@protonmail.ch"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt","keywords":"pluspunkt, grav, theme, kube, modern, responsive","bugs":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt\/issues","license":"GPL-3.0","tag_name":"1.2.0","date":"2019-03-30T14:25:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pluspunkt\/1.2.0","repository":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt","slug":"pluspunkt","install_path":"user\/themes\/pluspunkt","screenshot":"themes-pluspunkt.jpg","changelog":{"1.2.0":{"date":"30.03.2019","content":"1. [](#improved)\n * package updates\n * grav min version -> 1.5.10"},"1.1.1":{"date":"23.09.2018","content":"1. [](#improved)\n * reversed changelog order for better readability\n * simplify br html tags"},"1.1.0":{"date":"22.09.2018","content":"1. [](#improved)\n * dev package updates\n * font-awesome updated to version 5.x"},"1.0.3":{"date":"9.01.2018","content":"1. [](#bugfix)\n * Fix pagination base_url with relative URLs"},"1.0.2":{"date":"6.01.2018","content":"1. [](#new)\n * Added CONTRIBUTING.md"},"1.0.1":{"date":"30.12.2017","content":"1. [](#new)\n * Added config for collection head\n2. [](#improved)\n * Improved article header\n3. [](#bugfix)\n * Breadcrumb overflow handling (wrap)\n * Correct padding of footer widget\n * Fix display of publish date"},"1.0.0":{"date":"19.12.2017","content":"1. [](#new)\n * Initial release"}}},"mache":{"name":"Mache","version":"1.0.6","description":"Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.","description_html":" Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.<\/p>","description_plain":"Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.","icon":"empire","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-mache","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/mache","keywords":"mache, theme, template, responsive, html5, css3, one, single, page, bootstrap","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-mache\/issues","license":"MIT","tag_name":"v1.0.6","date":"2018-06-15T11:27:42Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mache\/1.0.6","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-mache","slug":"mache","install_path":"user\/themes\/mache","screenshot":"themes-mache.jpg","changelog":{"1.0.6":{"date":"15\/06\/2018","content":"1. [](#bugfix)\n * Fixed logo link not clickable\n * Fixed styling issue (#15)."},"1.0.5":{"date":"05\/06\/2018","content":"1. [](#bugfix)\n * Fixed menu issue in blog (thanks to @trangthaonguyen)"},"1.0.4":{"date":"18\/03\/2018","content":"1. [](#bugfix)\n * Fixed image issue (thanks to @trangthaonguyen)\n * Fixed missing pricing title (thanks to @DevilsDaddy)\n2. [](#improved)\n * Centered search icon (thanks to @RobLui)"},"1.0.3":{"date":"02\/01\/2018","content":"1. [](#bugfix)\n * Fixed contact section\n * Fixed active class in navigation\n * Fixed CTA3 module\n2. [](#improved)\n * Improved link in baner"},"1.0.2":{"date":"27\/12\/2017","content":"1. [](#bugfix)\n * Fixed missing button in banner"},"1.0.1":{"date":"26\/12\/2017","content":"1. [](#improved)\n * Improved handling form error"},"1.0.0":{"date":"26\/12\/2017","content":"1. [](#new)\n * First release"}},"dependencies":[]},"simple-dark":{"name":"Simple Dark","version":"0.1.0","description":"A simple and dark theme","description_html":" A simple and dark theme<\/p>","description_plain":"A simple and dark theme","icon":"rebel","author":{"name":"Magnus","email":"magnus.axelsson@student.howest.be"},"homepage":"https:\/\/github.com\/magnus\/grav-theme-simple-dark","demo":"https:\/\/www.vlsm.se","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/magnus\/grav-theme-simple-dark\/issues","license":"MIT","tag_name":"17.12.1","date":"2017-12-28T21:37:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/simple-dark\/0.1.0","repository":"https:\/\/github.com\/magaxel\/Simple-Dark","slug":"simple-dark","install_path":"user\/themes\/simple-dark","screenshot":"themes-simple-dark.jpg","changelog":{"17.12":{"date":" 12\/28\/2017","content":"1. [](#new)\n * First commit\n * Minor changes"}},"dependencies":[]},"generallax":{"name":"Generallax","version":"0.1.0","description":"Generallax Theme by Shane Zentz","description_html":" Generallax Theme by Shane Zentz<\/p>","description_plain":"Generallax Theme by Shane Zentz","icon":"star","author":{"name":"Shane Zentz","email":"shane@shanezentz.com"},"homepage":"https:\/\/github.com\/shane-zentz\/generallax-grav-theme","demo":"https:\/\/www.shanezentz.com","keywords":"Generallax, parallax, sliding banners, psuedo-parallax, mobile friendly, mobile-friendly,","bugs":"https:\/\/github.com\/shane-zentz\/grav-theme-generallax\/issues","license":"MIT","tag_name":"V0.0.1","date":"2017-10-02T16:38:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/generallax\/0.1.0","repository":"https:\/\/github.com\/shane-zentz\/Generallax","slug":"generallax","install_path":"user\/themes\/generallax","screenshot":"themes-generallax.jpg","changelog":[],"dependencies":[]},"gravnd-zero":{"name":"Gravnd Zero","version":"0.1.0","description":"A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.","description_html":" A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.<\/p>","description_plain":"A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.","icon":"code","author":{"name":"Domantas Petrauskas","email":"domantas@kemdu.lt"},"homepage":"https:\/\/github.com\/fistmenaruto\/grav-theme-gravnd-zero","keywords":"gravnd-zero, boilerplate, starter-theme, custom, base, laravel-mix","bugs":"https:\/\/github.com\/fistmenaruto\/gravnd-zero\/issues","license":"MIT","tag_name":"v0.0.1","date":"2017-09-28T15:48:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gravnd-zero\/0.1.0","repository":"https:\/\/github.com\/fistmenaruto\/gravnd-zero","slug":"gravnd-zero","install_path":"user\/themes\/gravnd-zero","screenshot":"themes-gravnd-zero.jpg","changelog":{"0.1.0":{"date":" 09\/27\/2017","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"hyde":{"name":"Hyde","version":"0.1.1","description":"Hyde theme for Grav","description_html":" Hyde theme for Grav<\/p>","description_plain":"Hyde theme for Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-hyde","demo":"http:\/\/demo.yoursite.com","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-hyde\/issues","license":"MIT","tag_name":"v0.1.1","date":"2017-09-14T13:31:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hyde\/0.1.1","repository":"https:\/\/github.com\/paulmassen\/grav-theme-hyde","slug":"hyde","install_path":"user\/themes\/hyde","screenshot":"themes-hyde.jpg","changelog":{"0.1.0":{"date":"09\/14\/2017","content":"1. [](#new)\n * Started Changelog\n * First Release\n"}},"dependencies":[]},"story":{"name":"Story","version":"1","description":"Story theme by html5up for Grav CMS","description_html":" Story theme by html5up for Grav CMS<\/p>","description_plain":"Story theme by html5up for Grav CMS","icon":"empire","author":{"name":"Paul Massendari","url":"https:\/\/paulmassendari.com","email":"paul@massendari.com"},"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-story","demo":"http:\/\/story.paulmassendari.com","keywords":"story, theme, portfolio, html5, css3","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-story\/issues","license":"MIT","tag_name":"v1.0","date":"2018-01-15T18:51:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/story\/1","repository":"https:\/\/github.com\/paulmassen\/grav-theme-story","slug":"story","install_path":"user\/themes\/story"},"prime":{"name":"PRIME","version":"1.0.0","description":"A Clean, Modern, Responsive theme for Grav CMS","description_html":" A Clean, Modern, Responsive theme for Grav CMS<\/p>","description_plain":"A Clean, Modern, Responsive theme for Grav CMS","icon":"users","author":{"name":"Collin Daugherty","url":"https:\/\/www.collindaugherty.com","email":"contact@collindaugherty.com"},"homepage":"https:\/\/www.github.com\/collindaugherty\/grav-theme-prime","demo":"https:\/\/demo.collindaugherty.com\/prime\/","keywords":"prime, theme, modern, clean, fast, responsive, html5, css3, sass, scss","license":"MIT","tag_name":"1.0.1","date":"2018-01-07T19:30:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/prime\/1.0.0","repository":"https:\/\/github.com\/CollinDaugherty\/grav-theme-prime","slug":"prime","install_path":"user\/themes\/prime","screenshot":"themes-prime.jpg","changelog":{"1.0.0":{"date":"05\/09\/2017 ","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"learn2-git-sync":{"name":"Learn2 Git Sync","version":"1.5.9","description":"A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles.","description_html":" A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles.<\/p>","description_plain":"A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles.","icon":"git","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"learn2","version":"*"},{"name":"error","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"git-sync","version":"*"},{"name":"highlight","version":"*"},{"name":"langswitcher","version":"*"},{"name":"presentation","version":"*"},{"name":"presentation-deckset","version":"*"},{"name":"problems","version":"*"},{"name":"simplesearch","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-learn2-git-sync","demo":"http:\/\/demo.hibbittsdesign.org\/grav-learn2-git-sync\/","keywords":"learn2, gitsync","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-learn2-git-sync\/issues","license":"MIT","tag_name":"v1.5.9","date":"2020-05-19T17:08:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/learn2-git-sync\/1.5.9","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-learn2-git-sync","slug":"learn2-git-sync","install_path":"user\/themes\/learn2-git-sync","screenshot":"themes-learn2-git-sync.jpg","changelog":{"1.5.9":{"date":"05\/19\/2020","content":"1. [](#improved)\n * Updated inherited theme file paths for multisite compatibility (thanks to @tituspijean for the PR!)"},"1.5.8":{"date":"12\/05\/2019","content":"1. [](#bugfix)\n * Do not display the SimpleSearch field when the SimpleSearch plugin is disabled"},"1.5.7":{"date":"11\/25\/2019","content":"1. [](#improved)\n * 'Top Level Version' theme option now only displays visible pages (thanks @awrog for reporting this issue)"},"1.5.6":{"date":"08\/16\/2019","content":"1. [](#improved)\n * Twig 2.0 compatibility"},"1.5.5":{"date":"06\/03\/2019","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.5.4":{"date":"05\/05\/2019","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.5.3":{"date":"05\/04\/2019","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.5.2":{"date":"05\/01\/2019","content":"1. [](#bugfix)\n * Added missing images folder with clippy.svg and default favicons"},"1.5.1":{"date":"04\/12\/2019","content":"1. [](#new)\n * Added insert Presentation Shortcode button into Editor toolbar"},"1.5.0":{"date":"04\/11\/2019","content":"1. [](#new)\n * Set Grav dependency to 1.6+\n * Twig 2.0 compatibility\n * Added scripts.html.twig file to hold global JavaScript code\n * Added support for document versioning using Grav's multi-language feature (thanks @rhuk)\n * Added 'version' alias to 'language' shortcode, for example `[version=20]...[\/version]` (thanks @rhuk)\n * Added taxonomy 'tag' to default TNTSearch index\n * Added Presentation Plugin as dependency\n * Added insert Presentation Shortcode button into Editor toolbar\n * Added example pages in theme '_demo' folder to include use of the Presentation Plugin\n * Implement assets rendering using **Deferred Block** Twig extension\n1. [](#improved)\n * Improved appearance of versions dropdown menu with custom themes"},"1.3.3":{"date":"04\/02\/2019","content":"1. [](#new)\n * Added scripts.html.twig file to hold global JavaScript code"},"1.3.2":{"date":"03\/22\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension"},"1.3.1":{"date":"03\/10\/2019","content":"1. [](#bugfix)\n * Restored needed 'RocketTheme\\Toolbox\\Event\\Event;' instance"},"1.3.0":{"date":"03\/10\/2019","content":"1. [](#new)\n * Added taxonomy 'tag' to default TNTSearch index"},"1.2.3":{"date":"11\/23\/2018","content":"1. [](#new)\n * Added custom styles 'Spitsbergen' and 'Longyearbyen' (thanks @olevik)"},"1.2.2":{"date":"10\/17\/2018","content":"1. [](#improved)\n * Updated ReadMe, theme description and screenshots"},"1.2.1":{"date":"10\/16\/2018","content":"1. [](#bugfix)\n * Restored CSS styling for display of site title"},"1.2.0":{"date":"10\/16\/2018","content":"1. [](#new)\n * Added custom styles (thanks @olevik)\n * Added option to show or hide site title\n1. [](#bugfix)\n * Fixed issue with default taxonomy categories"},"1.1.0":{"date":"08\/25\/2018","content":"1. [](#improved)\n * Initial multi-language support for Advanced Full-text Search"},"1.0.9":{"date":"08\/23\/2018","content":"1. [](#bugfix)\n * Restored missing Error and Problems Plugin dependencies"}}},"tikva":{"name":"Tikva","version":"0.1.7","description":"Tikva is a minimalistic Grav theme, based on Bootstrap 4 (alpha) framework","description_html":" Tikva is a minimalistic Grav theme, based on Bootstrap 4 (alpha) framework<\/p>","description_plain":"Tikva is a minimalistic Grav theme, based on Bootstrap 4 (alpha) framework","icon":"rebel","author":{"name":"Ralf Geschke","email":"ralf@kuerbis.org"},"homepage":"https:\/\/github.com\/geschke\/grav-theme-tikva","demo":"https:\/\/tikva-demo.kuerbis.org","keywords":"tikva, grav, theme, core, modern, responsive, bootstrap","bugs":"https:\/\/github.com\/geschke\/grav-theme-tikva\/issues","license":"MIT","tag_name":"v0.1.7","date":"2017-04-07T17:33:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/tikva\/0.1.7","repository":"https:\/\/github.com\/geschke\/grav-theme-tikva","slug":"tikva","install_path":"user\/themes\/tikva","screenshot":"themes-tikva.jpg","changelog":{"0.1.7":{"date":"07-04-2017","content":"1. [](#bugfix)\n * The previous release was too fast - fixed version number in blueprint.yaml file. \n "},"0.1.6":{"date":"07-04-2017","content":"1. [](#bugfix)\n * Fix URL of background image "},"0.1.5":{"date":"06-04-2017","content":"1. [](#new)\n * Add option to enable navigation bar dropdown by mouseover\n * Add background image upload feature and its repeat options\n "},"0.1.4":{"date":"23-03-2017","content":"1. [](#new)\n * Add Bootstrap's slider component to build an image slider\n "},"0.1.3":{"date":"11-03-2017","content":"1. [](#new)\n * Add switch to change the navigation bar style, i.e. to place it not fixed on top\n * New feature: Set navigation text alignment (left as default, centered and right)\n2. [](#bugfix)\n * CHANGELOG file fix to version 0.1.1\n "},"0.1.2":{"date":"10-03-2017","content":"1. [](#bugfix)\n * Fix blockquote issue, so it's not necessary to set the CSS class explitly"},"0.1.1":{"date":"06-03-2017","content":"1. [](#new)\n * Social Media icon settings. You can add buttons to link Social Media sites. \n * The theme options are now splited into tabs.\n * Add options to set subfooter colors\n2. [](#bugfix)\n * Fix URL to README on Github\n "},"0.1.0":{"date":" 19-02-2017","content":"1. [](#new)\n * First release\n * ChangeLog started..."}},"dependencies":[]},"material-lite":{"name":"Material Lite","version":"0.1.8","description":"Material Lite is a lightweight theme reflecting Google's Material Design standards.","description_html":" Material Lite is a lightweight theme reflecting Google's Material Design standards.<\/p>","description_plain":"Material Lite is a lightweight theme reflecting Google's Material Design standards.","icon":"rebel","author":{"name":"Tyler Woods","email":"tyler@tylermade.net"},"homepage":"https:\/\/tylermade.net","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/tnware\/grav-theme-material-lite\/issues","license":"MIT","tag_name":"0.1.8","date":"2018-02-06T12:49:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/material-lite\/0.1.8","repository":"https:\/\/github.com\/tnware\/grav-theme-material-lite","slug":"material-lite","install_path":"user\/themes\/material-lite","screenshot":"themes-material-lite.jpg","changelog":{"0.1.7":{"date":" 03\/15\/2017","content":"1. [](#new)\n * favicon\n2. [](#improved)\n * social icons"},"0.1.6":{"date":" 03\/10\/2017","content":"1. [](#new)\n * link underline style\n * scroll to top"},"0.1.5":{"date":" 02\/25\/2017","content":"1. [](#new)\n * nice blue scrollbar\n2. [](#improved)\n * CSS\n * blockquote style\n3. [](#bugfix)\n * ` Starter theme for Grav CMS using modern tools and frameworks such as Laravel Mix, Vuejs, Bulma.<\/p>","description_plain":"Starter theme for Grav CMS using modern tools and frameworks such as Laravel Mix, Vuejs, Bulma.","icon":"empire","author":{"name":"Robbin Johansson","url":"https:\/\/github.com\/robbinworks\/","email":"mail@robbin.works"},"homepage":"https:\/\/github.com\/robbinworks\/haywire-grav#readme","docs":"https:\/\/github.com\/robbinworks\/haywire-grav#readme","keywords":"haywire, grav, boilerplate, starter-theme, vuejs, laravel-mix, bulma","bugs":"https:\/\/github.com\/robbinworks\/haywire-grav\/issues","license":"MIT","tag_name":"0.4.4","date":"2019-01-31T20:37:02Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/haywire\/0.4.4","repository":"https:\/\/github.com\/robbinworks\/haywire-grav","slug":"haywire","install_path":"user\/themes\/haywire","screenshot":"themes-haywire.jpg","changelog":{"0.4.4":{"date":"01\/31\/2019","content":"1. [](#new)\n * Move repo to [robbinworks\/haywire-grav](https:\/\/github.com\/robbinworks\/haywire-grav)\n * Update references to repo\/author"},"0.4.3":{"date":"05\/21\/2018","content":"1. [](#improved)\n * Remove redundant code from `Navbar.vue`\n * Remove empty `bootstrap.js`\n2. [](#bugfix)\n * Fix issue with page\/post media being used incorrectly. Switch to `cropZoom` instead of `cropResize`. ([#26](https:\/\/github.com\/robbinworks\/haywire-grav\/issues\/26), [#27](https:\/\/github.com\/robbinworks\/haywire-grav\/pull\/27), [b76ebfc](https:\/\/github.com\/robbinworks\/haywire-grav\/commit\/b76ebfcf3a90378d7caf9bcbc002ea9848e54fc1))"},"0.4.2":{"date":"05\/03\/2018","content":"1. [](#improved)\n * Upgrade to Bulma `^0.7.1`\n2. [](#bugfix)\n * Fix indentation in `blueprints.yaml`\n * Fix typos in `Navbar.vue`\n * Do not output empty classname(s) to ` MDUX is an implementation of Google's 'Material Design' standard. It scales for mobile, as intended.<\/p>","description_plain":"MDUX is an implementation of Google's 'Material Design' standard. It scales for mobile, as intended.","icon":"empire","author":{"name":"Tyler Woods","url":"https:\/\/tylermade.net","email":"tyler@tylermade.net"},"homepage":"https:\/\/github.com\/tnware\/grav-theme-mdux\/","demo":"http:\/\/mdux.io","keywords":"mdux, theme, html5, css3, material, design, android, google","bugs":"https:\/\/github.com\/tnware\/grav-theme-mdux\/issues","license":"MIT","tag_name":"0.9.8","date":"2017-01-28T01:14:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mdux\/0.9.8","repository":"https:\/\/github.com\/tnware\/grav-theme-mdux","slug":"mdux","install_path":"user\/themes\/mdux","screenshot":"themes-mdux.jpg","changelog":{"0.9.8":{"date":"01\/27\/2017","content":"1. [](#new)\n *\n2. [](#improved)\n * \n3. [](#bugfix)\n * blog truncation issue for grav 1.1.14"},"0.9.7":{"date":"07\/27\/2016","content":"1. [](#new)\n * Change footer text color from admin interface\n * Add accent color from admin interface\n * Toggle social icons in footer from admin interface\n2. [](#improved)\n * Colors in theme\n * code cleanup\n * sidenav BG colors\n3. [](#bugfix)\n * overflows\n * side nav"},"0.9.6":{"date":"07\/26\/2016","content":"1. [](#new)\n * Change color from within Admin Interface\n2. [](#improved)\n * Mobile layout\n * cleanup\n3. [](#bugfix)\n * overflows\n * side nav"},"0.9.5":{"date":"07\/21\/2016","content":"1. [](#new)\n * Lots\n2. [](#improved)\n * Everything\n3. [](#bugfix)\n * Tons"}},"dependencies":[]},"g5_hydrogen":{"name":"Hydrogen","version":"5.4.34","description":"Default Gantry 5 theme.","description_html":" Default Gantry 5 theme.<\/p>","description_plain":"Default Gantry 5 theme.","icon":"gantry","author":{"name":"RocketTheme","url":"http:\/\/www.rockettheme.com","email":"support@rockettheme.com"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"http:\/\/gantry.org","keywords":"gantry, gantry5, theme","bugs":"https:\/\/github.com\/gantry\/gantry5\/issues","license":"MIT","screenshot":"themes-g5_hydrogen.jpg","tag_name":"5.4.34","date":"2020-04-30T09:49:30Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/g5_hydrogen\/5.4.34","repository":"https:\/\/github.com\/gantry\/gantry5","slug":"g5_hydrogen","install_path":"user\/themes\/g5_hydrogen","changelog":{"5.4.34":{"date":"04\/30\/2020","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Remove CSS source maps (#2637)\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Regression: Fixed `WordPress Posts` particle not loading all queried posts (#2633)"},"5.4.33":{"date":"04\/27\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - **PHP 5.5.9 or later required**\n - Updated Google Fonts list\n 1. [](#bugfix)\n - PHP 7.4: Fixed `Trying to access array offset on value of type int|null` (#2618)\n - PHP 7.4: implemented required `Stream::stream_set_option()` method for streams\n - PHP 7.4: Fixed twig rendering errors (#2613)\n - PHP 7.4: Fixed modifying particle settings throws an error (#2631)\n - Fixed JS issue in Key => Value pairs when changing existing key name (#2539)\n - Fixed grid breakpoint calculation overlaps not being tight enough (#2492)\n - Helium: Headings should use title font instead of default (#2599)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Pagination in `Joomla Articles` particle does not work when used in module (#2511)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - **WordPress 4.9.8 or later required**\n 1. [](#bugfix)\n - Fixed content array particle not resetting WP query"},"5.4.32":{"date":"01\/02\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - Added support for custom menu item link attributes (#2575, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed missing `rel=\"noopener noreferrer\"` in social particle when opening link into a new tab (#2581)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed missing `rel` attribute in menu items with double value detection (#2573, thanks @thexmanxyz)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - Added a `Global` rule for assignments per taxonomy \/ category (#2045, thanks @nikola3244)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed assignments for `Pages` not showing in Grav 1.7.0-rc.1 (#2557)\n - Fixed menu editor having no menu items in Grav 1.7.0-rc.1\n - Fixed broken `Configure` link in admin (#2570)"},"5.4.31":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Helium: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Hydrogen: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Do not force asset timestamps in development mode, use configuration option instead (#2531)\n 1. [](#improved)\n - Added option to disable `Font Awesome` from the outline `Page Settings` (#2540, thanks @thexmanxyz)\n - Added option to define custom attributes on menu items (#2541, thanks @thexmanxyz)\n - Added option to `Menu` particle to hide menu on mobile devices during page load (#2536, thanks @thexmanxyz)\n - Added option to `Content Array` particle to add a title (#2521, thanks @topwebs)\n 1. [](#bugfix)\n - Fixed equal-height CSS creating width \/ overflow issues\n - Fixed fatal error if content block is missing attributes\n - Fixed old YAML syntax\n - Fixed W3C navigation role validation issues\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Fixed escaped letters such as `&` in `Content Array` particle title\n - Fixed regression in 5.4.30: Content Array displays error (#2547)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path"},"5.4.30":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Release replaced by v5.4.31"},"5.4.29":{"date":"06\/21\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Upgraded SCSS compiler to v0.8.4\n 1. [](#improved)\n - Logo particle: Added aria-label to meet the WCAG\n 1. [](#bugfix)\n - Fixed PHP 7.3 issues in SCSS compilation\n - Fixed Admin Assignments issues with Chrome 75 (#2505)\n - Fixed Admin Styles rendering issues in Chrome 75 (#2504)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added admin warning if server is still using unmaintained PHP 5.4 or 5.5 versions\n - Updated Timber to v1.9.2 (later versions have Twig conflict with current version of WPML)\n 1. [](#bugfix)\n - Fixed `Gantry 5 Particle` widget inactive Save button (#2211)\n - Regression: Fixed pagination in `WordPress Posts` particle (#2480)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed compatibility issue with Grav 1.7.0-beta.1\n - Fixed inconsistent admin permissions to be always `admin.gantry` or `admin.themes` (#2488)"},"5.4.28":{"date":"03\/11\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Added `webp` to supported image types for image picker (#2450)\n 1. [](#improved)\n - Logo particle: Added logo image max height (#2424)\n 1. [](#bugfix)\n - Social particle: Improved link target handling (#2214)\n - Helium Copyright particle: fixed missing link (#2214)\n - Fixed `mkdir(...)` race condition\n - Fixed `Obtaining write lock failed on file...` error\n - Fixed caching and CSS generation not working if underlaying filesystem does not support file locking or it is disabled\n - Fixed rare file corruption issue\n1. [Joomla](#joomla)\n 1. [](#improved)\n - Added edit link to content array (#2471, thanks @Chrissi2812)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.9.1\n 1. [](#bugfix)\n - Fixed potential query conflicts in `WordPress Posts` particle"},"5.4.27":{"date":"12\/14\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added Section Variation field for Layout sections.\n 1. [](#improved)\n - Updated Lightcase version.\n 1. [](#bugfix)\n - Fixed fatal error on PHP 5.4 (#2378)\n - Fixed `Folder::doDelete($folder, false)` removing symlink when it should not (#2396)\n - Fixed Assignment Knobs Escaping Containers - Google Chrome bug (#2412)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Added official Joomla 3.9 support\n1. [Grav](#grav)\n 1. [](#improved)\n - Added styling for disabled input fields in admin\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.3"},"5.4.26":{"date":"09\/11\/2018","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Fixed regression `Class 'Gantry\\Component\\Twig\\TwigNodePageblock' not found`\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.1"},"5.4.25":{"date":"09\/10\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added twig tag `{% throw 404 'Not Found' %}` with user selected error code and message\n - Added twig tag `{% markdown %}...{% endmarkdown %}`\n - Added twig tag `{% switch type %}{% case 'foo' %}...{% default %}...{% endswitch %}`\n - Added twig filter `|nicetime` for 'n days ago' etc\n - Made `gantry` twig variable global so it can be used inside macros\n 1. [](#improved)\n - Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+\n - Added twig\/yaml deprecation warnings into DebugBar (if installed)\n - Updated Google Fonts (as of 21 August 2018)\n - Added option to Menu particle to force `target=\"_self\"` attribute on (#2273, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed JS loading issues with Content Tabs and Owl Carousel particles\n - Fixed style and script attributes handled as array (#2191, thanks @Chrissi2812)\n - Fixed exception when using `|markdown` filter with images (#2350)\n - Allow `{% scripts %}`, `{% styles %}` and `{% assets %}` outside of the block content (#2217)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Optionally use content.prepare in contentarray (#2340, thanks @Chrissi2812)\n - Hydrogen \/ Helium: System messages particle isn't AJAX compatible (#2294)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added translations support for the engine (nucleus)\n 1. [](#bugfix)\n - Fixed broken language strings when using official WP translations (#2329)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed child menu items not appearing (#2327)\n - Fixed active menu issue in multilang environment (#2315)"},"5.4.24":{"date":"07\/04\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Updated `Lightcase` to v2.4.4 (#2205)\n - Helium: Updated OwlCarousel to v2.3.4\n - Added `head_top`, `head_meta` and `head_bottom` options for `pageblock` twig tag allowing particles to inject custom tags into Default Gantry 5 theme.<\/p>","description_plain":"Default Gantry 5 theme.","icon":"gantry","author":{"name":"RocketTheme","url":"http:\/\/www.rockettheme.com","email":"support@rockettheme.com"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"http:\/\/gantry.org","keywords":"gantry, gantry5, theme","bugs":"https:\/\/github.com\/gantry\/gantry5\/issues","license":"MIT","screenshot":"themes-g5_helium.jpg","tag_name":"5.4.34","date":"2020-04-30T09:49:30Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/g5_helium\/5.4.34","repository":"https:\/\/github.com\/gantry\/gantry5","slug":"g5_helium","install_path":"user\/themes\/g5_helium","changelog":{"5.4.34":{"date":"04\/30\/2020","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Remove CSS source maps (#2637)\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Regression: Fixed `WordPress Posts` particle not loading all queried posts (#2633)"},"5.4.33":{"date":"04\/27\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - **PHP 5.5.9 or later required**\n - Updated Google Fonts list\n 1. [](#bugfix)\n - PHP 7.4: Fixed `Trying to access array offset on value of type int|null` (#2618)\n - PHP 7.4: implemented required `Stream::stream_set_option()` method for streams\n - PHP 7.4: Fixed twig rendering errors (#2613)\n - PHP 7.4: Fixed modifying particle settings throws an error (#2631)\n - Fixed JS issue in Key => Value pairs when changing existing key name (#2539)\n - Fixed grid breakpoint calculation overlaps not being tight enough (#2492)\n - Helium: Headings should use title font instead of default (#2599)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Pagination in `Joomla Articles` particle does not work when used in module (#2511)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - **WordPress 4.9.8 or later required**\n 1. [](#bugfix)\n - Fixed content array particle not resetting WP query"},"5.4.32":{"date":"01\/02\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - Added support for custom menu item link attributes (#2575, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed missing `rel=\"noopener noreferrer\"` in social particle when opening link into a new tab (#2581)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed missing `rel` attribute in menu items with double value detection (#2573, thanks @thexmanxyz)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - Added a `Global` rule for assignments per taxonomy \/ category (#2045, thanks @nikola3244)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed assignments for `Pages` not showing in Grav 1.7.0-rc.1 (#2557)\n - Fixed menu editor having no menu items in Grav 1.7.0-rc.1\n - Fixed broken `Configure` link in admin (#2570)"},"5.4.31":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Helium: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Hydrogen: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Do not force asset timestamps in development mode, use configuration option instead (#2531)\n 1. [](#improved)\n - Added option to disable `Font Awesome` from the outline `Page Settings` (#2540, thanks @thexmanxyz)\n - Added option to define custom attributes on menu items (#2541, thanks @thexmanxyz)\n - Added option to `Menu` particle to hide menu on mobile devices during page load (#2536, thanks @thexmanxyz)\n - Added option to `Content Array` particle to add a title (#2521, thanks @topwebs)\n 1. [](#bugfix)\n - Fixed equal-height CSS creating width \/ overflow issues\n - Fixed fatal error if content block is missing attributes\n - Fixed old YAML syntax\n - Fixed W3C navigation role validation issues\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Fixed escaped letters such as `&` in `Content Array` particle title\n - Fixed regression in 5.4.30: Content Array displays error (#2547)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path"},"5.4.30":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Release replaced by v5.4.31"},"5.4.29":{"date":"06\/21\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Upgraded SCSS compiler to v0.8.4\n 1. [](#improved)\n - Logo particle: Added aria-label to meet the WCAG\n 1. [](#bugfix)\n - Fixed PHP 7.3 issues in SCSS compilation\n - Fixed Admin Assignments issues with Chrome 75 (#2505)\n - Fixed Admin Styles rendering issues in Chrome 75 (#2504)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added admin warning if server is still using unmaintained PHP 5.4 or 5.5 versions\n - Updated Timber to v1.9.2 (later versions have Twig conflict with current version of WPML)\n 1. [](#bugfix)\n - Fixed `Gantry 5 Particle` widget inactive Save button (#2211)\n - Regression: Fixed pagination in `WordPress Posts` particle (#2480)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed compatibility issue with Grav 1.7.0-beta.1\n - Fixed inconsistent admin permissions to be always `admin.gantry` or `admin.themes` (#2488)"},"5.4.28":{"date":"03\/11\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Added `webp` to supported image types for image picker (#2450)\n 1. [](#improved)\n - Logo particle: Added logo image max height (#2424)\n 1. [](#bugfix)\n - Social particle: Improved link target handling (#2214)\n - Helium Copyright particle: fixed missing link (#2214)\n - Fixed `mkdir(...)` race condition\n - Fixed `Obtaining write lock failed on file...` error\n - Fixed caching and CSS generation not working if underlaying filesystem does not support file locking or it is disabled\n - Fixed rare file corruption issue\n1. [Joomla](#joomla)\n 1. [](#improved)\n - Added edit link to content array (#2471, thanks @Chrissi2812)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.9.1\n 1. [](#bugfix)\n - Fixed potential query conflicts in `WordPress Posts` particle"},"5.4.27":{"date":"12\/14\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added Section Variation field for Layout sections.\n 1. [](#improved)\n - Updated Lightcase version.\n 1. [](#bugfix)\n - Fixed fatal error on PHP 5.4 (#2378)\n - Fixed `Folder::doDelete($folder, false)` removing symlink when it should not (#2396)\n - Fixed Assignment Knobs Escaping Containers - Google Chrome bug (#2412)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Added official Joomla 3.9 support\n1. [Grav](#grav)\n 1. [](#improved)\n - Added styling for disabled input fields in admin\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.3"},"5.4.26":{"date":"09\/11\/2018","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Fixed regression `Class 'Gantry\\Component\\Twig\\TwigNodePageblock' not found`\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.1"},"5.4.25":{"date":"09\/10\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added twig tag `{% throw 404 'Not Found' %}` with user selected error code and message\n - Added twig tag `{% markdown %}...{% endmarkdown %}`\n - Added twig tag `{% switch type %}{% case 'foo' %}...{% default %}...{% endswitch %}`\n - Added twig filter `|nicetime` for 'n days ago' etc\n - Made `gantry` twig variable global so it can be used inside macros\n 1. [](#improved)\n - Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+\n - Added twig\/yaml deprecation warnings into DebugBar (if installed)\n - Updated Google Fonts (as of 21 August 2018)\n - Added option to Menu particle to force `target=\"_self\"` attribute on (#2273, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed JS loading issues with Content Tabs and Owl Carousel particles\n - Fixed style and script attributes handled as array (#2191, thanks @Chrissi2812)\n - Fixed exception when using `|markdown` filter with images (#2350)\n - Allow `{% scripts %}`, `{% styles %}` and `{% assets %}` outside of the block content (#2217)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Optionally use content.prepare in contentarray (#2340, thanks @Chrissi2812)\n - Hydrogen \/ Helium: System messages particle isn't AJAX compatible (#2294)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added translations support for the engine (nucleus)\n 1. [](#bugfix)\n - Fixed broken language strings when using official WP translations (#2329)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed child menu items not appearing (#2327)\n - Fixed active menu issue in multilang environment (#2315)"},"5.4.24":{"date":"07\/04\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Updated `Lightcase` to v2.4.4 (#2205)\n - Helium: Updated OwlCarousel to v2.3.4\n - Added `head_top`, `head_meta` and `head_bottom` options for `pageblock` twig tag allowing particles to inject custom tags into A theme for a knowledge base or FAQ<\/p>","description_plain":"A theme for a knowledge base or FAQ","icon":"database","author":{"name":"Aaron Dalton","email":"aaron@daltons.ca"},"dependencies":[{"name":"error","version":"*"},{"name":"problems","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"readingtime","version":"*"},{"name":"count-views","version":"*"}],"homepage":"https:\/\/github.com\/Perlkonig\/grav-theme-knowledge-base","demo":"http:\/\/perlkonig.com\/knowledge-base","keywords":"grav, theme, faq, knowledge base, responsive, css3, html5, purecss","bugs":"https:\/\/github.com\/Perlkonig\/grav-theme-knowledge-base\/issues","license":"MIT","tag_name":"v2.1.0","date":"2019-03-16T17:17:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/knowledge-base\/2.1.0","repository":"https:\/\/github.com\/Perlkonig\/grav-theme-knowledge-base","slug":"knowledge-base","install_path":"user\/themes\/knowledge-base","screenshot":"themes-knowledge-base.jpg","changelog":{"2.1.0":{"date":"03\/16\/2019","content":"1. [](#bugfix)\n * Comments section hidden if `comments` plugin not present.\n * The \"Latest Articles\" list now finds all articles regardless of folder structure."},"2.0.1":{"date":"12\/11\/2018","content":"1. [](#bugfix)\n * Fixed a dropdown bug, thanks to @Lipository."},"2.0.0":{"date":"08\/09\/2018","content":"1. [](#new)\n * **This update is not necessarily backwards compatible!** If you have used theme inheritance to customize this theme, please carefully read the \"Updating\" section of the docs.\n * Changed the way the templates pull information from the theme config files so that inheritance is properly supported."},"1.3.6":{"date":"07\/17\/2018","content":"1. [](#bugfix)\n * Now works with the latest version of the `count-views` plugin."},"1.3.5":{"date":"04\/24\/2018","content":"1. [](#bugfix)\n * Fixed duplicate \"Related Articles\" heading on the article page, thanks to @sebasvisser."},"1.3.4":{"date":"04\/12\/2018","content":"1. [](#new)\n * Spanish and Galican translations added, thanks to @lucasvieites."},"1.3.3":{"date":" 06\/22\/2017","content":"1. [](#bugfix)\n * The \"Popular Articles\" sidebar now actually ignores deleted pages.\n * The \"Latest Articles\" sidebar fixed to respect `articles.root`."},"1.3.2":{"date":" 05\/17\/2017","content":"1. [](#new)\n * Polish translation added thanks to @AvantaR."},"1.3.1":{"date":" 05\/14\/2017","content":"1. [](#bugfix)\n * Pages now sort as was originally intended."},"1.3.0":{"date":" 05\/14\/2017","content":"1. [](#new)\n * Added `params:articles:blacklist` setting to allow you to omit categories."},"1.2.1":{"date":" 04\/04\/2017","content":"1. [](#new)\n * Some styling refinements. Thanks, @rapsli!"},"1.2.0":{"date":" 02\/25\/2017","content":"1. [](#new)\n * Made various components of the sidebar and article display optional. If all components of a specific unit are hidden, then the entire unit is hidden.\n * The config variable `params:articleroot` is now deprecated. Use `params:articles:root` instead. Backwards compatibility will be removed at the next major release."},"1.1.1":{"date":" 02\/21\/2017","content":"1. [](#new)\n * Simplified Chinese tranlsation added. Thanks, @lazyyz!"},"1.1.0":{"date":" 02\/19\/2017","content":"1. [](#new)\n * Theme now configured to allow for translations\n * Czech translation added\n * Many thanks to @rbukovansky for these changes!"},"1.0.1":{"date":" 11\/05\/2016","content":"1. [](#bugfix)\n * Added plugin dependencies to the blueprint"},"1.0.0":{"date":" 10\/22\/2016","content":"1. [](#new)\n * ChangeLog started..."}}},"clean-blog":{"name":"Clean Blog","version":"1.4.3","description":"Grav theme based on Clean Blog HTML template of Start Bootstrap.","description_html":" Grav theme based on Clean Blog HTML template of Start Bootstrap.<\/p>","description_plain":"Grav theme based on Clean Blog HTML template of Start Bootstrap.","icon":"edit","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-clean-blog","demo":"https:\/\/grav-theme-clean-blog.flatfiledeveloper.com","keywords":"theme, template, bootstrap, clean, blog, responsive, html5","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-clean-blog\/issues","license":"MIT","tag_name":"v1.4.3","date":"2018-04-06T15:46:09Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/clean-blog\/1.4.3","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-clean-blog","slug":"clean-blog","install_path":"user\/themes\/clean-blog","screenshot":"themes-clean-blog.jpg","changelog":{"1.4.3":{"date":"06\/04\/2018","content":"1. [](#bugfix)\n * Fixed contact form not shown\n2. [](#improved)\n * Improvement in page title"},"1.4.2":{"date":"04\/12\/2017","content":"1. [](#bugfix)\n * Fixed mobile navigation and link in title not working\n2. [](#improved)\n * Social network links open in new window."},"1.4.1":{"date":"27\/05\/2017","content":"1. [](#bugfix)\n * Fixed issue in language file"},"1.4.0":{"date":"24\/05\/2017","content":"1. [](#new)\n * Added Open Graph properties"},"1.3.1":{"date":"10\/05\/2017","content":"1. [](#bugfix)\n * Fixed issue with JavaScript assets"},"1.3.0":{"date":"16\/02\/2017","content":"1. [](#improved)\n * Integration with [JSComments plugin](https:\/\/github.com\/Sommerregen\/grav-plugin-jscomments)"},"1.2.0":{"date":"29\/01\/2017","content":"1. [](#improved)\n * German translation added\n * Added option to set default header image\n * Enabled image caching"},"1.1.1":{"date":"14\/01\/2017","content":"1. [](#bugfix)\n * Fixed incorrect IE check"},"1.1.0":{"date":"14\/01\/2017","content":"1. [](#improved)\n * French translation added\n1. [](#bugfix)\n * Fixed wrong author and date in blog item\n * Fixed incorrect closing tag in blog item"},"1.0.0":{"date":"22\/10\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"appi":{"name":"Appi","version":"1.0.0","description":"Grav theme based on Appi HTML theme of blacktie.co.","description_html":" Grav theme based on Appi HTML theme of blacktie.co.<\/p>","description_plain":"Grav theme based on Appi HTML theme of blacktie.co.","icon":"mobile","author":{"name":"Hung Tran","url":"http:\/\/www.peaceofmindwebsite.com","email":"hungtran@peaceofmindwebsite.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-appi","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/appi","keywords":"theme, template, blacktie, responsive, html5, mobile, phone, tablet, app, application, store, bootstrap","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-appi\/issues","license":"MIT","tag_name":"v1.0.0","date":"2016-09-26T04:59:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/appi\/1.0.0","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-appi","slug":"appi","install_path":"user\/themes\/appi","screenshot":"themes-appi.jpg","changelog":{"1.0.0":{"date":"26\/09\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"multiverse":{"name":"Multiverse","version":"1.0.0","description":"Grav theme based on Multiverse HTML theme of html5up.net.","description_html":" Grav theme based on Multiverse HTML theme of html5up.net.<\/p>","description_plain":"Grav theme based on Multiverse HTML theme of html5up.net.","icon":"photo","author":{"name":"Hung Tran","url":"http:\/\/www.peaceofmindwebsite.com","email":"hungtran@peaceofmindwebsite.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-multiverse","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/multiverse","keywords":"theme, template, html5up, responsive, html5, photo, portifolio, image, gallery, photography","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-multiverse\/issues","license":"MIT","tag_name":"v1.0.0","date":"2016-08-24T16:11:09Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/multiverse\/1.0.0","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-multiverse","slug":"multiverse","install_path":"user\/themes\/multiverse","screenshot":"themes-multiverse.jpg","changelog":{"1.0.0":{"date":"19\/08\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"x-corporation":{"name":"X-Corporation","version":"1.3.0","description":"Grav Theme based on X-Corporation HTML theme of uiCookies.","description_html":" Grav Theme based on X-Corporation HTML theme of uiCookies.<\/p>","description_plain":"Grav Theme based on X-Corporation HTML theme of uiCookies.","icon":"briefcase","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com\/","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-x-corporation","demo":"https:\/\/grav-theme-x-corporation.flatfiledeveloper.com\/","keywords":"corporate, corporation, theme, template, bootstrap, responsive, html5, uicookies, business, agency, lightweight, fast, company, tech startup, consultancy, firm, creative, studio,","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-x-corporation\/issues","license":"MIT","tag_name":"v1.3.0","date":"2018-05-19T03:53:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/x-corporation\/1.3.0","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-x-corporation","slug":"x-corporation","install_path":"user\/themes\/x-corporation","screenshot":"themes-x-corporation.jpg","changelog":{"1.3.0":{"date":"05\/19\/2018","content":"1. [](#improved)\n * Improved mobile menu behaviour when page scrolled (thanks to @timrobbings)\n * Added ability to configure how many clients are shown per row (thanks to @trangthaonguyen)"},"1.2.4":{"date":"04\/20\/2018","content":"1. [](#bugfix)\n * Fixed for custom logo and favicon not showing (thanks to @Ahuahuachi)"},"1.2.3":{"date":"04\/08\/2018","content":"1. [](#bugfix)\n * Fixed problems with Bootstrap CDN\n1. [](#improved)\n * Removed smoothscroll.js (thanks to @jodumont)\n * Updated Form plugin's overrides\n * Added custom.css support (thanks to @timrobbings)"},"1.2.1":{"date":"01\/24\/2018","content":"1. [](#bugfix)\n * Fixed default logo and favicon"},"1.2.0":{"date":"01\/24\/2018","content":"1. [](#improved)\n * Added favicon option\n * Added metadata tags"},"1.1.3":{"date":"01\/24\/2018","content":"1. [](#bugfix)\n * Fixed logo and icons not shown in footer"},"1.1.2":{"date":"09\/07\/2017","content":"1. [](#improved)\n * Added Polish translation, thanks to AvantaR"},"1.1.1":{"date":"13\/06\/2017","content":"1. [](#improved)\n * Loaded Grav's jQuery to fix conflict with Featherlight plugin"},"1.1.0":{"date":"30\/01\/2017","content":"1. [](#bugfix)\n * Fixed missing image in header\n1. [](#improved)\n * Improvements in blueprints\n * Language file added"},"1.0.3":{"date":"15\/09\/2016","content":"1. [](#bugfix)\n * Fixed mixed content"},"1.0.2":{"date":"13\/09\/2016","content":"1. [](#bugfix)\n * Fixed mobile navigation"},"1.0.1":{"date":"31\/08\/2016","content":"1. [](#bugfix)\n * Fixed form not working\n * Fixed responsive issues with page title"},"1.0.0":{"date":"24\/07\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"cascade":{"name":"Cascade","version":"0.1.8","description":"Cascade is a responsive HTML5\/CSS3 theme that scales well for mobile. Cascade features blog support and more.","description_html":" Cascade is a responsive HTML5\/CSS3 theme that scales well for mobile. Cascade features blog support and more.<\/p>","description_plain":"Cascade is a responsive HTML5\/CSS3 theme that scales well for mobile. Cascade features blog support and more.","icon":"empire","author":{"name":"Tyler Woods","url":"https:\/\/tylermade.net","email":"tyler@tylermade.net"},"homepage":"https:\/\/github.com\/tnware\/grav-theme-cascade","keywords":"cascade, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/tnware\/grav-theme-cascade\/issues","license":"MIT","tag_name":"0.1.8","date":"2017-01-30T19:44:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/cascade\/0.1.8","repository":"https:\/\/github.com\/tnware\/grav-theme-cascade","slug":"cascade","install_path":"user\/themes\/cascade","screenshot":"themes-cascade.jpg","changelog":{"0.1.8\r":{"date":"01\/29\/2017\r","content":"1. [](#new)\r\n * none\r\n2. [](#improved)\r\n * none\r\n3. [](#bugfix)\r\n * remove comma after tag\r\n\r"},"0.1.7\r":{"date":"01\/27\/2017\r","content":"1. [](#new)\r\n * compliance\r\n2. [](#improved)\r\n * screnshot\r\n * thumbnail\r\n3. [](#bugfix)\r\n * none\r\n\r"},"0.1.6\r":{"date":"01\/27\/2017\r","content":"1. [](#new)\r\n * Version updated xD\r\n2. [](#improved)\r\n * screnshot\r\n * thumbnail\r\n3. [](#bugfix)\r\n * none\r\n\r"},"0.1.5\r":{"date":"01\/27\/2017\r","content":"1. [](#new)\r\n * slight code enhancements\r\n2. [](#improved)\r\n * Blog\r\n * footer links\r\n3. [](#bugfix)\r\n * Blog page was fluid\r\n * Removed extra code\r\n\r"},"0.1.4\r":{"date":"07\/25\/2016\r","content":"1. [](#new)\r\n * beautified code\r\n\r"},"0.1.3\r":{"date":"07\/05\/2016\r","content":"3. [](#bugfix)\r\n * remove \"dropdown in navbar\" toggle from blueprints.\r\n\r"},"0.1.2\r":{"date":"07\/04\/2016\r","content":"\r"},"0.1.1\r":{"date":"06\/08\/2016\r","content":"1. [](#new)\r\n * Blog support\r\n - Support \"Breacdrumbs\" plugin.\r\n - Support \"Pagination\" plugin.\r\n *\r\n *\r\n2. [](#improved)\r\n * Re-designed footer container.\r\n * removed GitHub link\/logo from NavBar. (:\r\n * polished up loose ends\r\n3. [](#bugfix)\r\n * route the null-links in the footer. xD\r\n\r"},"0.1.0\r":{"date":"06\/07\/2016\r","content":"\r"},"0.0.6\r":{"date":"06\/01\/2016\r","content":"\r"},"0.0.5\r":{"date":"05\/29\/2016\r","content":"1. [](#new)\r\n * Cascade CSS Base\r\n * Custom \"Left Sidebar\" template\r\n * Custom \"Right Sidebar\" template\r\n * Custom \"Blog\" template\r\n * Custom \"Home\" template\r\n2. [](#improved)\r\n * jquery support\r\n * responsive layout\r\n3. [](#bugfix)\r\n * fixed `app.js` not called on responsive pages\r\n * fixed mobile navigation\r"}},"dependencies":[]},"big-picture":{"name":"Big Picture","version":"1.4.1","description":"Grav Theme based on Big Picture HTML theme of html5up.net.","description_html":" Grav Theme based on Big Picture HTML theme of html5up.net.<\/p>","description_plain":"Grav Theme based on Big Picture HTML theme of html5up.net.","icon":"photo","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-big-picture","demo":"https:\/\/grav-theme-big-picture.flatfiledeveloper.com","keywords":"big, picture, theme, modern, fast, responsive, html5, css3, one, single, page","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-big-picture\/issues","license":"MIT","tag_name":"v1.4.1","date":"2019-05-06T12:28:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/big-picture\/1.4.1","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-big-picture","slug":"big-picture","install_path":"user\/themes\/big-picture","screenshot":"themes-big-picture.jpg","changelog":{"1.4.1":{"date":"06\/05\/2019","content":"1. [](#bugfix)\n * Fixed issue when saving gallery modular page (thanks to @trangthaonguyen)"},"1.4.0":{"date":"30\/03\/2018","content":"1. [](#improved)\n * Added language file\n * Added ability to show home menu item in non-modular page (thanks to @trangthaonguyen)\n2. [](#bugfix)\n * Fixed small issue in form's HTML (thanks to @der-trainer)"},"1.3.0":{"date":"09\/11\/2017","content":"1. [](#improved)\n * Added ability to select gallery's full image via image dropdown list\n * Removed gallery's thumbnail image\n * Added 2 options for gallery thumbnail's max width and max height\n * Gallery's thumbnail image is automatically resized from full image based on defined max width and max height values"},"1.2.0":{"date":"05\/11\/2017","content":"1. [](#improved)\n * Added ability to select image in page form"},"1.1.0":{"date":"05\/11\/2017","content":"1. [](#improved)\n * Added error template and ability to upload background image for error page\n * Added ability to select favicon"},"1.0.4":{"date":"09\/07\/2017","content":"1. [](#bugfix)\n * Improved link color\n * Improved JavaScript"},"1.0.3":{"date":"15\/09\/2016","content":"1. [](#bugfix)\n * Fixed mixed content issue\n * Fixed contact form for compatibility with new version of Form plugin"},"1.0.2":{"date":"15\/07\/2016","content":"1. [](#bugfix)\n * Removed hardcoded content in default.html.twig"},"1.0.1":{"date":"03\/06\/2016","content":"1. [](#bugfix)\n * Fixed in correct filenames."},"1.0.0":{"date":"02\/06\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"gravi-k":{"name":"Gravi-k","version":"0.0.1","description":"Multipurpose site","description_html":" Multipurpose site<\/p>","description_plain":"Multipurpose site","icon":"wrench","author":{"name":"Eric De Lanoy"},"demo":"https:\/\/github.com\/Edelan\/grav-theme-gravi-k","keywords":"Gravi-K, theme, customization, modern, fast, responsive, html5, css3, framework Knacss,","license":"MIT","tag_name":"v1.0.0","date":"2016-06-02T14:16:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gravi-k\/0.0.1","repository":"https:\/\/github.com\/Edelan\/grav-theme-gravi-k","homepage":"https:\/\/github.com\/Edelan\/grav-theme-gravi-k","slug":"gravi-k","install_path":"user\/themes\/gravi-k","screenshot":"themes-gravi-k.jpg","changelog":{"1.0.0":{"date":"02\/06\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"masonry":{"name":"Masonry","version":"1.5.0","description":"Masonry, grid-based blog theme by Chris Brown ported to **Grav**","description_html":" Masonry, grid-based blog theme by Chris Brown ported to Grav<\/strong><\/p>","description_plain":"Masonry, grid-based blog theme by Chris Brown ported to Grav","icon":"th-large","author":{"name":"Mesut Koca","url":"http:\/\/mesutkoca.com","email":"i@mesutkoca.com"},"homepage":"https:\/\/github.com\/koca\/grav-theme-masonry","demo":"https:\/\/github.com\/koca\/grav-theme-masonry","keywords":"masonry, grid, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/koca\/grav-theme-masonry\/issues","license":"MIT","tag_name":"1.5.0","date":"2017-02-18T13:07:18Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/masonry\/1.5.0","repository":"https:\/\/github.com\/koca\/grav-theme-masonry","slug":"masonry","install_path":"user\/themes\/masonry","screenshot":"themes-masonry.jpg","changelog":false,"dependencies":[]},"tintamarre":{"name":"Tintamarre","version":"1.0.0","description":"A FREE responsive Grav Theme based on Bootstrap & ported by CaribThemes.","description_html":" A FREE responsive Grav Theme based on Bootstrap & ported by CaribThemes.<\/p>","description_plain":"A FREE responsive Grav Theme based on Bootstrap & ported by CaribThemes.","icon":"empire","author":{"name":"MATsxm for CaribThemes","url":"http:\/\/caribthemes.io","email":"mat@idimweb.com"},"homepage":"https:\/\/github.com\/CaribThemes\/grav-theme-tintamarre","keywords":"theme, responsive, html5, css3, design, photo","bugs":"https:\/\/github.com\/CaribThemes\/grav-theme-tintamarre\/issues","license":"Creative Commons Attribution 3.0","tag_name":"v1.0.0","date":"2016-03-30T19:02:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/tintamarre\/1.0.0","repository":"https:\/\/github.com\/CaribThemes\/grav-theme-tintamarre","slug":"tintamarre","install_path":"user\/themes\/tintamarre","screenshot":"themes-tintamarre.jpg","changelog":{"1.0.0":{"date":"03\/30\/2016","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"uikit":{"name":"UIKit","version":"1.1.0","description":"UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.","description_html":" UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.<\/p>","description_plain":"UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.","icon":"empire","author":{"name":"A+ Media","url":"http:\/\/aplusmedia.org","email":"hello@aplusmedia.org"},"homepage":"https:\/\/github.com\/carve\/grav-theme-uikit","demo":"http:\/\/grav.aplusmedia.org\/uikit-demo","keywords":"uikit, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/carve\/grav-theme-uikit\/issues","license":"MIT","tag_name":"1.10","date":"2017-07-25T19:11:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/uikit\/1.1.0","repository":"https:\/\/github.com\/Carve\/grav-theme-uikit","slug":"uikit","install_path":"user\/themes\/uikit","screenshot":"themes-uikit.jpg","changelog":{"1.0.0":{"date":"2\/24\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"bootgrav":{"name":"BootGrav","version":"0.3","description":"Simple Grav theme using Bootstrap and basic Modular pages. Theme is based on Bootstrap demo: http:\/\/getbootstrap.com\/examples\/carousel","description_html":" Simple Grav theme using Bootstrap and basic Modular pages. Theme is based on Bootstrap demo: http:\/\/getbootstrap.com\/examples\/carousel<\/a><\/p>","description_plain":"Simple Grav theme using Bootstrap and basic Modular pages. Theme is based on Bootstrap demo: http:\/\/getbootstrap.com\/examples\/carousel","icon":"newspaper-o","author":{"name":"Stanislav Vasko","url":"http:\/\/moreplavec.cz","email":"stanislav.vasko@gmail.com"},"homepage":"https:\/\/github.com\/moreplavec\/BootGrav","keywords":"grav, bootstrap, fast, modern, theme, template","bugs":"https:\/\/github.com\/moreplavec\/BootGrav\/issues","license":"MIT","tag_name":"v0.3","date":"2016-02-15T11:08:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootgrav\/0.3","repository":"https:\/\/github.com\/moreplavec\/BootGrav","slug":"bootgrav","install_path":"user\/themes\/bootgrav","screenshot":"themes-bootgrav.jpg","changelog":{"0.1.0":{"date":"02\/15\/2016 initial release","content":"1. [](#new)\n * Theme created"}},"dependencies":[]},"medium":{"name":"Medium","version":"2.0.5","description":"Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.","description_html":" Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.<\/p>","description_plain":"Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.","icon":"medium","author":{"name":"Matthew Blode","url":"http:\/\/matthewblode.com","email":"m.blode@gmail.com"},"homepage":"https:\/\/github.com\/mblode\/grav-theme-medium","demo":"https:\/\/medium.matthewblode.com\/","keywords":"medium, theme, minimal, modern, fast, responsive, html5, css3, multilanguage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-medium\/issues","license":"MIT","tag_name":"v2.0.5","date":"2017-07-24T11:30:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/medium\/2.0.5","repository":"https:\/\/github.com\/mblode\/grav-theme-medium","slug":"medium","install_path":"user\/themes\/medium","screenshot":"themes-medium.jpg","changelog":{"2.0.5":{"date":"07\/24\/2017","content":"1. [](#bugfix)\n * Change demo link"},"2.0.2":{"date":"02\/19\/2016","content":"1. [](#bugfix)\n * Change demo link"},"2.0.1":{"date":"02\/18\/2016","content":"1. [](#bugfix)\n * Fix sidebar"},"2.0.0":{"date":"02\/18\/2016","content":"1. [](#bugfix)\n * Change the template structures"},"1.1.2":{"date":"02\/15\/2016","content":"1. [](#bugfix)\n * Fix bower and npm"},"1.1.1":{"date":"02\/13\/2016","content":"1. [](#new)\n * Fix links"},"1.1.0":{"date":"02\/12\/2016","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n * Added a configurable lang field for HTML tag\n * Added a `bottom` JS output call\n1. [](#improved)\n * Updated to FontAwesome 4.4.0\n1. [](#bugfix)\n * Fixed extra `\/` in some tag URLs\n * Better support for PECL Yaml parser\n * Fixes for blog page blueprint"},"1.0.0":{"date":"02\/07\/2016","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n1. [](#improved)\n * Removed unused ` ` tags"}},"dependencies":[]},"milligrav":{"name":"MilliGrav","version":"0.0.1","description":"Simple Grav theme using simple CSS framework Milligram","description_html":" Simple Grav theme using simple CSS framework Milligram<\/p>","description_plain":"Simple Grav theme using simple CSS framework Milligram","icon":"newspaper-o","author":{"name":"Stanislav Vasko","url":"http:\/\/moreplavec.cz","email":"stanislav.vasko@gmail.com"},"homepage":"https:\/\/github.com\/moreplavec\/milligrav","keywords":"grav, milligram, fast, modern, theme, template","bugs":"https:\/\/github.com\/moreplavec\/milligrav\/issues","license":"MIT","tag_name":"v0.0.1","date":"2016-02-12T00:12:06Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/milligrav\/0.0.1","repository":"https:\/\/github.com\/moreplavec\/MilliGrav","slug":"milligrav","install_path":"user\/themes\/milligrav","screenshot":"themes-milligrav.jpg","changelog":{"0.0.1":{"date":"02\/11\/2016","content":"1. [](#new)\n * Theme created"}},"dependencies":[]},"saba":{"name":"Saba","version":"1.0.0","description":"A FREE Photo Grav Theme ported by CaribThemes.","description_html":" A FREE Photo Grav Theme ported by CaribThemes.<\/p>","description_plain":"A FREE Photo Grav Theme ported by CaribThemes.","icon":"paw","author":{"name":"MATsxm for CaribThemes","url":"http:\/\/caribthemes.io","email":"mat@idimweb.com"},"homepage":"https:\/\/github.com\/CaribThemes\/grav-theme-saba","keywords":"theme, responsive, html5, css3, design, photo","bugs":"https:\/\/github.com\/CaribThemes\/grav-theme-saba\/issues","license":"MIT","tag_name":"v1.0.0","date":"2016-02-01T13:35:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/saba\/1.0.0","repository":"https:\/\/github.com\/CaribThemes\/grav-theme-saba","slug":"saba","install_path":"user\/themes\/saba","screenshot":"themes-saba.jpg","changelog":{"1.0.0":{"date":"02\/01\/2016","content":"1. [](#new)\n * Initial release..."}},"dependencies":[]},"cardstack":{"name":"Cardstack","version":"1.1.3","description":"Cardstack is a single page application theme for **Grav** CMS powered with Backbonejs and UI Kit","description_html":" Cardstack is a single page application theme for Grav<\/strong> CMS powered with Backbonejs and UI Kit<\/p>","description_plain":"Cardstack is a single page application theme for Grav CMS powered with Backbonejs and UI Kit","icon":"list-alt","author":{"name":"Daniel James","url":"http:\/\/chiefqualakon.net","email":"danieljames@chiefqualakon.net"},"homepage":"https:\/\/github.com\/khanduras\/grav-theme-cardstack","demo":"http:\/\/demos.chiefqualakon.net\/cardstack","keywords":"theme, backbone, uikit, jquery, cardstack, cards","bugs":"https:\/\/github.com\/khanduras\/grav-theme-cardstack\/issues","license":"MIT","tag_name":"v1.1.3","date":"2016-05-31T03:48:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/cardstack\/1.1.3","repository":"https:\/\/github.com\/khanduras\/grav-theme-cardstack","slug":"cardstack","install_path":"user\/themes\/cardstack","screenshot":"themes-cardstack.jpg","changelog":{"1.1.3":{"date":"05\/30\/2016","content":"1. [](#improved)\n * Ensured base_url is added when navbar url begins with `\/`\n * Only fetches each card once\n * Search and Dashboard buttons in navbar\n * Other minor UI changes\n * Updated UIKit to v2.26.3"},"1.1.2":{"date":"05\/26\/2016","content":"1. [](#improved)\n * Fixed base_url for async calls"},"1.1.1":{"date":"05\/26\/2016","content":"1. [](#improved)\n * base_url for async calls"},"1.1.0":{"date":"05\/26\/2016","content":"1. [](#new)\n * Mobile support\n * Dynamically loads cards"},"1.0.0":{"date":"01\/23\/2016","content":"1. [](#new)\n * BackboneJS theme for Grav\n * Built with UI Kit framework\n * Card-style layout pulls from Grav's pages\n * Page blueprints for Cards and Authors\n * Quick Search to filter by string\n * Category and Tag taxonomy filtering\n * Custom navbar menu items for front page and all child pages\n * Language file for easy translation\n * Change number of Card View columns for each screen size\n"}},"dependencies":[]},"bones":{"name":"Bones","version":"0.5.2","description":"A **Grav** theme built with **Foundation**.","description_html":" A Grav<\/strong> theme built with Foundation<\/strong>.<\/p>","description_plain":"A Grav theme built with Foundation.","icon":"cubes","author":{"name":"smartgravity","url":"http:\/\/www.smartgravity.com","email":"info@smartgravity.com"},"homepage":"https:\/\/github.com\/smartgravity\/grav-theme-bones","demo":"http:\/\/demos.smartgravity.com\/grav-bones","keywords":"bones, theme, foundation, core, simple, responsive, basic","bugs":"https:\/\/github.com\/smartgravity\/grav-theme-bones\/issues","license":"MIT","tag_name":"v0.5.2","date":"2016-03-14T02:37:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bones\/0.5.2","repository":"https:\/\/github.com\/smartgravity\/grav-theme-bones","slug":"bones","install_path":"user\/themes\/bones","screenshot":"themes-bones.jpg","changelog":{"0.5.2":{"date":"3\/13\/2016","content":"1. [](#bugfix)\n * Fix for header and body content alignment issues"},"0.5.1":{"date":"3\/13\/2016","content":"1. [](#bugfix)\n * Fixed in_page_navigation blueprint\n * Fixed Blog Item Next\/Previous pagination button arrows"},"0.5.0":{"date":"2\/8\/2016","content":"1. [](#new)\n * Added WOW.js for scroll trigger\n * Added Animate.css for content animations\n2. [](#improved)\n * Update MotionUI to v1.2.0\n * Added more style class options to modular twig templates for content animation classes\n * Added text parameter to Google Logo Font to only pull characters in the title\n * Added option to remove site title from header\n3. [](#bugfix)\n * Added missing ui-animations.css to twig template"},"0.4.1":{"date":"2\/2\/2016","content":"1. [](#bugfix)\n * Updated Magellan and Sticky JS files to fix Firefox issue"},"0.4.0":{"date":"2\/1\/2016","content":"1. [](#improved)\n * Updated to Foundation v6.1.2\n * Fixed content and logo alignment for default template layouts\n2. [](#bugfix)\n * Added custom.scss file so Custom CSS option will work\n * Removed composer.json file as it is not needed anymore\n * Removed unneeded streams from Theme YAML\n * Removed unnecessary Foundation \"index.html\" file"},"0.3.1":{"date":"1\/24\/2016","content":"1. [](#improved)\n * Better separated JS and CSS Assets\n2. [](#bugfix)\n * Removed unnecessary Foundation index.html file\n * Fixed fallback styling for non-fontawesome mobilemenu icon"},"0.3.0":{"date":"1\/23\/2016","content":"1. [](#new)\n * Improved Theme Info tab in Admin Plugin with images and columns\n2. [](#improved)\n * Added \"pagemediaselect\" field to Gallery blueprint \n * Added sizes to modular blueprint fields\n * Changed tab titles from Foundation to Assets\n3. [](#bugfix)\n * Modular templates now ignore Assets features\n * Added fallback for mobilemenu icon if FontAwesome is disabled"},"0.2.0":{"date":"1\/20\/2016","content":"1. [](#new)\n * Added Individual CSS file options\n2. [](#improved)\n * Added tabs to theme options in Admin Plugin\n * Added smaller option dropdown size for page options\n * Moved JS and CSS Asset calls to their own files to keep base.html.twig cleaner\n * Included updated codekit.config file to compile new SCSS files\n3. [](#bugfix)\n * Added minimal default enabled features for theme to run optimally in bones.yaml"},"0.1.0":{"date":"1\/19\/2016","content":"1. [](#new)\n * Initial Theme Release"}},"dependencies":[]},"bones-vanilla":{"name":"Bones Vanilla","version":"0.5.2","description":"SmartGravity's **Bones Vanilla** is basic starting theme for **Grav**","description_html":" SmartGravity's Bones Vanilla<\/strong> is basic starting theme for Grav<\/strong><\/p>","description_plain":"SmartGravity's Bones Vanilla is basic starting theme for Grav","icon":"cubes","author":{"name":"SmartGravity","url":"http:\/\/www.smartgravity.com","email":"info@smartgravity.com"},"homepage":"https:\/\/github.com\/smartgravity\/grav-theme-bones-vanilla","demo":"http:\/\/demos.smartgravity.com\/grav-bones-vanilla","keywords":"bones, theme, foundation, foundation6, core, simple, responsive, basic","bugs":"https:\/\/github.com\/smartgravity\/grav-theme-bones-vanilla\/issues","license":"MIT","tag_name":"v0.5.2","date":"2016-03-14T02:23:25Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bones-vanilla\/0.5.2","repository":"https:\/\/github.com\/smartgravity\/grav-theme-bones-vanilla","slug":"bones-vanilla","install_path":"user\/themes\/bones-vanilla","screenshot":"themes-bones-vanilla.jpg","changelog":{"0.5.2":{"date":"3\/13\/2016","content":"1. [](#bugfix)\n * Fix for header and body content alignment issues"},"0.5.1":{"date":"3\/13\/2016","content":"1. [](#new)\n * Added WOW.js for scroll trigger\n * Added Animate.css for content animations\n2. [](#improved)\n * Updated to Foundation v6.1.2\n * Update MotionUI to v1.2.0\n * Fixed content and logo alignment for default template layouts\n * Added more style class options to modular twig templates for content animation classes\n * Added text parameter to Google Logo Font to only pull characters in the title\n * Added option to remove site title from header\n * Added override to Enable\/Disable assets at the page level\n * Added pagemediaselect for images in Gallery modular page\n3. [](#bugfix)\n * Removed unnecessary Foundation index.html file\n * Fixed fallback styling for non-fontawesome mobilemenu icon\n * Removed .min.js files since they are not used\n * Removed composer.json file as it is not needed anymore\n * Removed unneeded streams from Theme YAML\n * Fixed in_page_navigation blueprint\n * Fixed Blog Item Next\/Previous pagination button arrows\n * Updated Magellan and Sticky JS to fix Firefox issue"},"0.3.0":{"date":"1\/25\/2016","content":"1. [](#improved)\n * Added tabs to Admin area\n * Added Info tab to Admin area\n * Added more options blueprints\n2. [](#bugfix)\n * Fixed off-canvas spacer style when page class is used\n * Added fallback for non-fontawesome mobilemenu toggle"},"0.1.3":{"date":"01\/05\/2016","content":"1. [](#improved)\n * Added README.md file\n * Set up files for release on GitHub\n * Inlined Logo font-family style\n2. [](#bugfix)\n\t\t* Fixed date for current release"},"0.1.0":{"date":"12\/30\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"pricklypear":{"name":"Prickly Pear","version":"1.0.2","description":"A FREE simple single page by CaribThemes inspired by Fractal by HTML5up.","description_html":" A FREE simple single page by CaribThemes inspired by Fractal by HTML5up.<\/p>","description_plain":"A FREE simple single page by CaribThemes inspired by Fractal by HTML5up.","icon":"paw","author":{"name":"MATsxm for CaribThemes","url":"http:\/\/caribthemes.io","email":"contact@caribthemes.io"},"homepage":"https:\/\/github.com\/CaribThemes\/grav-theme-pricklypear","keywords":"theme, responsive, html5, css3, design, onepage","bugs":"https:\/\/github.com\/CaribThemes\/grav-theme-pricklypear\/issues","license":"MIT","tag_name":"v1.0.2","date":"2016-01-08T13:21:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pricklypear\/1.0.2","repository":"https:\/\/github.com\/CaribThemes\/grav-theme-pricklypear","slug":"pricklypear","install_path":"user\/themes\/pricklypear","screenshot":"themes-pricklypear.jpg","changelog":{"1.0.2":{"date":"01\/08\/2016","content":"1. [](#new)\n * Minor css for RWD menu.\n * Changing date format in CHANGELOG\n * Minor cleanup"},"1.0.1":{"date":"01\/06\/2016","content":"1. [](#new)\n * Addition of Demo Sample data."},"1.0.0":{"date":"01\/05\/2016","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"library":{"name":"Library","version":"0.4.4","description":"UI Kit Library is a demo theme for Grav which requires UIKitifier","description_html":" UI Kit Library is a demo theme for Grav which requires UIKitifier<\/p>","description_plain":"UI Kit Library is a demo theme for Grav which requires UIKitifier","icon":"book","author":{"name":"Daniel James","url":"http:\/\/chiefqualakon.net","email":"danieljames@chiefqualakon.net"},"homepage":"https:\/\/github.com\/khanduras\/grav-theme-library","demo":"http:\/\/demos.chiefqualakon.net\/library","keywords":"UI Kit, news, one-page, library","bugs":"https:\/\/github.com\/khanduras\/grav-theme-library\/issues","license":"MIT","tag_name":"v0.4.4","date":"2016-01-24T06:30:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/library\/0.4.4","repository":"https:\/\/github.com\/khanduras\/grav-theme-library","slug":"library","install_path":"user\/themes\/library","screenshot":"themes-library.jpg","changelog":{"0.4.4":{"date":"1\/23\/2016","content":"1. [](#updated)\n * Updated README and blueprint"},"0.4.3":{"date":"1\/13\/2016","content":"1. [](#new)\n * Added demo content"},"0.4.2":{"date":"1\/09\/2016","content":"1. [](#new)\n * News List shows the number of comments per listing\n * Fade In effect on page load as a theme option"},"0.4.1":{"date":"1\/09\/2016","content":"1. [](#improved)\n * News pages have ```Via``` & ```Source``` attributes \n * ```news_list``` & ```news_item``` touch ups"},"0.4.0":{"date":"1\/08\/2016","content":"1. [](#new)\n * Blueprints for all modular pages\n * Comments template updated with accordians!\n * Updated navbar with social media from site.yaml\n * Footer made up to look how I want it, functions not yet set"},"0.3.8":{"date":"1\/05\/2016","content":"1. [](#improved)\n * Header fix"},"0.3.7":{"date":"12\/23\/2015","content":"1. [](#improved)\n * Can click links in search\n * Color match Keywords"},"0.3.5":{"date":"12\/22\/2015","content":"1. [](#improved)\n * Sort search results by category or tag."},"0.3.2":{"date":"12\/21\/2015","content":"1. [](#improved)\n * Updated theme's thumbnail\n * Updated theme's screenshot"},"0.3.0":{"date":"12\/21\/2015","content":"2. [](#improved)\n * News items, author: name and email"},"0.2.1":{"date":"12\/20\/2015","content":"1. [](#new)\n * Page file blueprints\n * Editor-buttons plugin theme support"},"0.2.0":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"0.1.0":{"date":"02\/10\/2015","content":"1. [](#bugfix)\n * Fix for mobile responsive menu\n * Fix for variable names with `-` causing issues, switched to `_`"},"0.0.1":{"date":"01\/08\/2015","content":"1. [](#bugfix)\n * Fix smooth scrolling from menu links"},"0.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"purity":{"name":"Purity","version":"0.5.5","description":"Purity: Pure CSS from Yahoo ported into Grav, with customised options for theme colours, menu design & layout control.","description_html":" Purity: Pure CSS from Yahoo ported into Grav, with customised options for theme colours, menu design & layout control.<\/p>","description_plain":"Purity: Pure CSS from Yahoo ported into Grav, with customised options for theme colours, menu design & layout control.","icon":"group","author":{"name":"Lawrence Meckan","url":"http:\/\/www.absalom.biz","email":"media@absalom.biz"},"homepage":"https:\/\/github.com\/absalomedia\/grav-theme-purity","keywords":"purity, purecss, yahoo, minimalist, theme, modern, fast, responsive, html5, css3, blog, marketing","bugs":"https:\/\/github.com\/absalomedia\/grav-theme-purity\/issues","license":"BSD-2-Clause","tag_name":"0.5.5","date":"2016-07-13T01:59:15Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/purity\/0.5.5","repository":"https:\/\/github.com\/absalomedia\/grav-theme-purity","slug":"purity","install_path":"user\/themes\/purity","screenshot":"themes-purity.jpg","changelog":{"0.5.5":{"date":"07\/13\/2016","content":"1. [](#new)\n * Light \/ Dark Blog styling\n2. [](#bugfix)\n * Restructure CSS & JS"},"0.5.4":{"date":"07\/12\/2016","content":"1. [](#new)\n * Dynamic footer\n * PureCSS standardised to IE8 & above\n2. [](#bugfix)\n * Dynamic tagline in config"},"0.5.3":{"date":"07\/11\/2016","content":"1. [](#new)\n * Dynamic tagline\n * Google Fonts\n2. [](#bugfix)\n * Dynamic avatar images"},"0.5.2":{"date":"05\/04\/2016","content":"1. [](#new)\n * Dynamic avatar images\n2. [](#bugfix)\n * Author taxonomy fix"},"0.5.1":{"date":"01\/27\/2016","content":"1. [](#bugfix)\n * Removal of composer.json & unneeded streams"},"0.5.0":{"date":"12\/21\/2015","content":"1. [](#new)\n * Base \"blog\" theme design stable"}},"dependencies":[]},"nucleare":{"name":"Nucleare","version":"1.1.5","description":"Theme for the Grav CMS, based on the WordPress theme named Nucleare. It's mainly aimed to be used for a Blog, but you can also create simple pages. Modular pages to come","description_html":" Theme for the Grav CMS, based on the WordPress theme named Nucleare. It's mainly aimed to be used for a Blog, but you can also create simple pages. Modular pages to come<\/p>","description_plain":"Theme for the Grav CMS, based on the WordPress theme named Nucleare. It's mainly aimed to be used for a Blog, but you can also create simple pages. Modular pages to come","icon":"empire","author":{"name":"S\u00e9bastien Viallemonteil","url":"https:\/\/scratchmydev.com","email":"sviallemonteil@gmail.com"},"homepage":"https:\/\/github.com\/birssan\/grav-theme-nucleare","keywords":"nucleare, theme, wordpress, modern, fast, responsive, html5, css3","license":"MIT","tag_name":"1.1.5","date":"2016-06-10T11:58:52Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/nucleare\/1.1.5","repository":"https:\/\/github.com\/birssan\/grav-theme-nucleare","slug":"nucleare","install_path":"user\/themes\/nucleare","screenshot":"themes-nucleare.jpg","changelog":{"1.1.5":{"date":"06\/10\/2016","content":"1. [](#bugfix)\n * Fixed language display in langswitcher template"},"1.1.4":{"date":"06\/10\/2016","content":"1. [](#new)\n * Added Romanian language"},"1.1.3":{"date":"01\/26\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete composer.json"},"1.1.2":{"date":"12\/31\/2015","content":"1. [](#improved)\n * Added a few translations and fixed few HTML syntax errors\n * Deleted default language from settings, useless\n * Added Dropdown toggle to settings, you can enable or disable dropdown in navigation bar"},"1.1.1":{"date":"12\/23\/2015","content":"1. [](#improved)\n * Forgot one \"Read more\" in blog_item template"},"1.1.0":{"date":"12\/23\/2015","content":"1. [](#bugfix)\n * Added a margin top for notices from the Markdown notices plugin\n * The top border color of the langswitcher menu was not replaced by the custom color if set\n2. [](#new)\n * Multi-Language support added, for now, English and French are supported"},"1.0.6":{"date":"12\/21\/2015","content":"1. [](#bugfix)\n * Well it's better when you have your website name in the footer instead of \"My Website\"..."},"1.0.5":{"date":"12\/21\/2015","content":"1. [](#improved)\n * Added a toggle for the header image so it's easier to disable"},"1.0.4":{"date":"12\/21\/2015","content":"1. [](#bugfix)\n * Fixed the link to go back to the home page on the site title and the header image if there is one"},"1.0.3":{"date":"12\/21\/2015","content":"1. [](#new)\n * The AboutMe plugin is included in the sidebar"},"1.0.2":{"date":"12\/17\/2015","content":"1. [](#new)\n * The socialbuttons plugin is included in each blog item if enabled. I've change the CSS to be more in cohesion with the theme."},"1.0.1":{"date":"12\/17\/2015","content":"1. [](#bugfix)\n * Fixed a bug when using JSComment in Blog item pages (used a `\/` instead of a `.`, my bad !)\n * Fixed the click on the language switcher, no need to put a link on it, works better on mobile phone (Doesn't reload the page when tapped)."},"1.0.0":{"date":"12\/10\/2015","content":"1. [](#new)\n * First Version\n * ChangeLog started..."}},"dependencies":[]},"future":{"name":"Future","version":"1.0.8","description":"Future Imperfect by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements and HTML5\/CSS3 code designed for quick and easy customization.","description_html":" Future Imperfect by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements and HTML5\/CSS3 code designed for quick and easy customization.<\/p>","description_plain":"Future Imperfect by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements and HTML5\/CSS3 code designed for quick and easy customization.","icon":"group","author":{"name":"Lawrence Meckan","url":"http:\/\/www.absalom.biz","email":"media@absalom.biz"},"homepage":"https:\/\/github.com\/absalomedia\/grav-theme-future","keywords":"future, imperfect, minimalist, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/absalomedia\/grav-theme-future\/issues","license":"CC-BY-3.0","tag_name":"1.0.8","date":"2020-02-26T23:07:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/future\/1.0.8","repository":"https:\/\/github.com\/absalomedia\/grav-theme-future","slug":"future","install_path":"user\/themes\/future","screenshot":"themes-future.jpg","changelog":{"1.0.8":{"date":"02\/27\/2020","content":"1. [](#bugfix)\n * Drop down menu functionality from HTML5UP"},"1.0.7":{"date":"04\/05\/2016","content":"1. [](#improved)\n * Dynamic avatar images \n2. [](#bugfix)\n * Author taxonomy - now inherits from sitewide if not specified on page"},"1.0.6":{"date":"02\/04\/2016","content":"1. [](#improved)\n * Block management - including JS assets at end of page\n2. [](#bugfix)\n * ArticleBody redesign (issue #4)"},"1.0.5":{"date":"01\/27\/2016","content":"1. [](#bugfix)\n * Canonical resolution\n * Removal of composer.json & unneeded streams"},"1.0.4":{"date":"12\/07\/2015","content":"1. [](#new)\n * Start of microdata coverage\n * Start of ARIA coverage"},"1.0.3":{"date":"12\/04\/2015","content":"1. [](#improved)\n * Coverage for header_extra\n * Coverage for Language Switcher\n2. [](#bugfix)\n * Aspect ratios on screenshot & thumbnail"},"1.0.2":{"date":"12\/03\/2015","content":"1. [](#improved)\n * More form design improvements\n * Documentation\n2. [](#new)\n * Coverage for SimpleSearch"},"1.0.1":{"date":"12\/02\/2015","content":"1. [](#improved)\n * Better form design\n * Documentation\n2. [](#bugfix)\n * Machine date time\n3. [](#new)\n * Coverage for SnipCart\n * Better randomised content"},"1.0.0":{"date":"12\/01\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"minimalist":{"name":"Minimalist","version":"1.0.0","description":"A minimalistic blog theme for grav","description_html":" A minimalistic blog theme for grav<\/p>","description_plain":"A minimalistic blog theme for grav","icon":"empire","author":{"name":"Philipp Spinnler","url":"http:\/\/philippspinnler.com","email":"philipp@spinnler.ch"},"homepage":"https:\/\/github.com\/philippspinnler\/grav-theme-minimalist","keywords":"minimalist, clean, simple, blog, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/philippspinnler\/grav-theme-minimalist\/issues","license":"MIT","tag_name":"v1.0.0","date":"2015-11-30T06:25:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/minimalist\/1.0.0","repository":"https:\/\/github.com\/philippspinnler\/grav-theme-minimalist","slug":"minimalist","install_path":"user\/themes\/minimalist","screenshot":"themes-minimalist.jpg","changelog":{"1.0.0":{"date":"11\/24\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"grayscale":{"name":"Grayscale","version":"1.0.0","description":"Grayscale is a clean and professional one-page theme for **Grav**","description_html":" Grayscale is a clean and professional one-page theme for Grav<\/strong><\/p>","description_plain":"Grayscale is a clean and professional one-page theme for Grav","icon":"group","author":{"name":"Vitor Costa","url":"http:\/\/vmcosta.net","email":"vmcosta@me.com"},"homepage":"https:\/\/github.com\/vmcosta\/grav-theme-grayscale","demo":"http:\/\/demo.vmcosta.net\/grayscale-skeleton","keywords":"grayscale, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/vmcosta\/grav-theme-grayscale\/issues","license":"MIT","tag_name":"1.0.1","date":"2015-12-13T00:06:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/grayscale\/1.0.0","repository":"https:\/\/github.com\/vmcosta\/grav-theme-grayscale","slug":"grayscale","install_path":"user\/themes\/grayscale","screenshot":"themes-grayscale.jpg","changelog":{"1.0.1":{"date":"12\/10\/2015","content":"1. [](#improved)\n * Removed `simple_form` plugin files not beeing used.\n * Added default.html.twig to templates folder"},"1.0.0":{"date":"11\/05\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"lens":{"name":"Lens","version":"1.1.0","description":"Just another fine responsive site template by HTML5 UP ported to Grav","description_html":" Just another fine responsive site template by HTML5 UP ported to Grav<\/p>","description_plain":"Just another fine responsive site template by HTML5 UP ported to Grav","icon":"newspaper-o","author":{"name":"Dev'Code","url":"http:\/\/lab.dev-code.fr","email":"lab.dev.code@gmail.com"},"homepage":"https:\/\/github.com\/lab-dev-code\/grav-theme-lens","demo":"http:\/\/lab.dev-code.fr\/grav-demos\/grav-theme-lens","keywords":"lens, theme","bugs":"https:\/\/github.com\/lab-dev-code\/grav-theme-lens\/issues","license":"CC-BY","tag_name":"v1.1.0","date":"2015-11-12T15:24:45Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/lens\/1.1.0","repository":"https:\/\/github.com\/lab-dev-code\/grav-theme-lens","slug":"lens","install_path":"user\/themes\/lens","screenshot":"themes-lens.jpg","changelog":{"1.0.0":{"date":"11\/03\/2015","content":"1. [](#new)\n * ChangeLog started..."},"1.1.0":{"date":"11\/12\/2015","content":"1. [](#new)\n * Support of self-hosted relative URLs (using Twig `|absolute_url` filter)"}},"dependencies":[]},"afterburner2":{"name":"Afterburner2","version":"1.8.0","description":"Afterburner2 is modern, responsive, and **built for speed**!","description_html":" Afterburner2 is modern, responsive, and built for speed<\/strong>!<\/p>","description_plain":"Afterburner2 is modern, responsive, and built for speed!","icon":"paper-plane","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-afterburner2","demo":"http:\/\/demo.getgrav.org\/afterburner2-skeleton\/","keywords":"afterburner, theme, modern, fast, responsive","bugs":"https:\/\/github.com\/getgrav\/grav-theme-afterburner2\/issues","license":"MIT","tag_name":"1.8.0","date":"2019-03-22T00:23:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/afterburner2\/1.8.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-afterburner2","slug":"afterburner2","install_path":"user\/themes\/afterburner2","screenshot":"themes-afterburner2.jpg","changelog":{"1.8.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.7.1":{"date":"02\/26\/2017","content":"1. [](#bugfix)\n * Allow to add a `external` class to site.yaml links to work on modular pages [antimatter#95](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/95)"},"1.7.0":{"date":"09\/09\/2016","content":"1. [](#bugfix)\n * Drop unneeded form twig overrides"},"1.6.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Translate the theme blueprint options\n * Add logic to include site.menu items in modular pages too\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.5.1":{"date":"09\/16\/2015","content":"1. [](#improved)\n * Use new form plugin templates"},"1.5.0":{"date":"08\/31\/2015","content":"1. [](#new)\n * Added support for `login-status` partial in menu\n * Added support for `langswitcher` plugin\n1. [](#improved)\n * Use new toggle for item blueprint\n * Made sidebar links more robust\n1. [](#bugfix)\n * Favicon with full image URL\n * Fixed sidebar links when site at root"},"1.4.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.3.8":{"date":"06\/16\/2015","content":"1. [](#bugfix)\n * Handle page summary properly"},"1.3.7":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix for image class in modular template 'text.html.twig`"},"1.3.6":{"date":"04\/07\/2015","content":"1. [](#improved)\n * Genericized theme_config variable for better inheritance"},"1.3.5":{"date":"03\/24\/2015","content":"1. [](#bugfix)\n * Fix for compressed text in `.pure-g` divs"},"1.3.4":{"date":"03\/24\/2015","content":"1. [](#bugfix)\n * Load pure grids at all times for better non-flexbox support"},"1.3.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.3.2":{"date":"02\/19\/2015","content":"1. [](#improved)\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.3.1":{"date":"02\/10\/2015","content":"1. [](#improved)\n * Added demo link to blueprint\n1. [](#improved)\n * Fix for table layout"},"1.3.0":{"date":"01\/23\/2015","content":"1. [](#new)\n * Extensive updates syncing functionality with current Antimatter theme"},"1.2.0":{"date":"01\/09\/2015","content":"1. [](#improved)\n * NOTE: BREAKING CHANGE - Fixed references to plugins in `partials\/` folder\n * Updated README.md"},"1.1.4":{"date":"12\/15\/2014","content":"1. [](#new)\n * ChangeLog started..."}}},"antimatter":{"name":"Antimatter","version":"2.2.0","description":"Antimatter is the default theme included with **Grav**","description_html":" Antimatter is the default theme included with Grav<\/strong><\/p>","description_plain":"Antimatter is the default theme included with Grav","icon":"empire","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-antimatter","demo":"http:\/\/demo.getgrav.org\/blog-skeleton","keywords":"antimatter, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-antimatter\/issues","license":"MIT","tag_name":"2.2.0","date":"2019-03-22T00:25:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/antimatter\/2.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-antimatter","slug":"antimatter","install_path":"user\/themes\/antimatter","screenshot":"themes-antimatter.jpg","changelog":{"2.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"2.1.2":{"date":"9\/28\/2017","content":"1. [](#improved)\n * Added polish and brazilian portuguese translations\n * Allow overriding the slidebar by moving it to its own `sidebar_navigation` block [#110](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/110)\n1. [](#bugfix)\n * Fix showcase template overlapping when not at top [#99](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/99)"},"2.1.1":{"date":"02\/26\/2017","content":"1. [](#bugfix)\n * Allow to add a `external` class to site.yaml links to work on modular pages [#95](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/95)"},"2.1.0":{"date":"01\/24\/2017","content":"1. [](#new)\n * Updated to FontAwesome 4.7.0 with [Grav icon](http:\/\/fontawesome.io\/icon\/grav\/)\n1. [](#improved)\n * Added croatian\n * Changed \"SimpleSearch\" string in the sidebar to \"Search\"\n1. [](#bugfix)\n * Removed unreachable condition [#85](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/85)\n * Fixed a typo in the french translation"},"2.0.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Added microformats2 support [#64](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/64)\n1. [](#improved)\n * Updated to FontAwesome 4.6.3\n * Added romanian, russian and ukranian"},"2.0.0-beta.1":{"date":"05\/23\/2016","content":"1. [](#new)\n * New and improved **dropdown** styling\n1. [](#improved)\n * Removed templates from `form` + `snipcart` plugins\n * Added support for search button\n * Updated some translations\n * Automatically add comments if configured\n * Relative path for favicon\n * Slightly modified the blockquote background color\n * Removed unneeded streams from YAML\n * Use common language strings in Blueprint"},"1.8.0":{"date":"11\/20\/2015","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n * Added a configurable lang field for HTML tag\n * Added a `bottom` JS output call\n1. [](#improved)\n * Updated to FontAwesome 4.4.0\n1. [](#bugfix)\n * Fixed extra `\/` in some tag URLs\n * Better support for PECL Yaml parser\n * Fixes for blog page blueprint"},"1.7.6":{"date":"10\/07\/2015","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n1. [](#improved)\n * Removed unused ` ` tags"},"1.7.5":{"date":"09\/16\/2015","content":"1. [](#improved)\n * Use new form plugin templates"},"1.7.3":{"date":"08\/31\/2015","content":"1. [](#new)\n * Added header image control and blueprints to admin plugin\n1. [](#improved)\n * Use new template field for modular pages"},"1.7.2":{"date":"08\/24\/2015","content":"1. [](#new)\n * Added support for `login-status` partial in menu"},"1.7.1":{"date":"08\/11\/2015","content":"1. [](#improved)\n * Use new toggle for item blueprint"},"1.7.0":{"date":"08\/06\/2015","content":"1. [](#new)\n * Blueprints that work with new admin plugin!\n1. [](#bugfix)\n * Favicon with full image URL"},"1.6.1":{"date":"07\/24\/2015","content":"1. [](#bugfix)\n * Fixed sidebar links when site at root"},"1.6.0":{"date":"07\/21\/2015","content":"1. [](#new)\n * Added support for `langswitcher` plugin\n1. [](#improved)\n * Made sidebar links more robust"},"1.5.0":{"date":"07\/14\/2015","content":"1. [](#new)\n * Added canonical URL support\n1. [](#improved)\n * More improvements for blueprints\n1. [](#bugfix)\n * Fixes for multi-language support"},"1.4.0":{"date":"05\/09\/2015","content":"1. [](#improved)\n * Improved blueprints\n1. [](#bugfix)\n * Fix for when page.summary is equal to page.content"},"1.3.9":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix for image class in modular template 'text.html.twig`"},"1.3.8":{"date":"04\/07\/2015","content":"1. [](#improved)\n * Genericized theme_config variable for better inheritance"}}},"bootstrap":{"name":"Bootstrap","version":"1.7.0","description":"Bootstrap is built using the popular **Bootstrap** Framework","description_html":" Bootstrap is built using the popular Bootstrap<\/strong> Framework<\/p>","description_plain":"Bootstrap is built using the popular Bootstrap Framework","icon":"bold","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"bootstrapper"},{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-bootstrap","demo":"http:\/\/demo.getgrav.org\/bootstrap-skeleton\/","keywords":"bootstrap, theme, framework","bugs":"https:\/\/github.com\/getgrav\/grav-theme-bootstrap\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:26:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-bootstrap","slug":"bootstrap","install_path":"user\/themes\/bootstrap","screenshot":"themes-bootstrap.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.6.0":{"date":"12\/06\/2016","content":"1. [](#bugfix)\n * Only set fixed-nav class on body element when show_onpage_menu is true [#15](https:\/\/github.com\/getgrav\/grav-theme-bootstrap\/pull\/15)\n * Translate label in custom form field templates\n * Add custom styling for login forms"},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Dropped own version of Bootstrap, rely on the Bootstrapper plugin\n * Add the bootstrap-styled email form field twig template\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Replace the hardcoded \"Grav\" title with the actual site title\n * Include the correct javascript file that highlights the active section in the menu"},"1.4.1":{"date":"09\/16\/2015","content":"1. [](#improved)\n * Use new form plugin templates"},"1.4.0":{"date":"08\/31\/2015","content":"1. [](#new)\n * Added support for `login-status` partial in menu\n * Added support for `langswitcher` plugin\n1. [](#improved)\n * Use new toggle for item blueprint\n * Made sidebar links more robust\n1. [](#bugfix)\n * Favicon with full image URL\n * Fixed sidebar links when site at root"},"1.3.3":{"date":"08\/25\/2015","content":"1. [](#bugfix)\n * Removed a `.DS_Store`"},"1.3.2":{"date":"06\/16\/2015","content":"1. [](#bugfix)\n * Handle page summary properly"},"1.3.1":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix for image class in modular template 'text.html.twig`"},"1.3.0":{"date":"02\/28\/2015","content":"2. [](#improved)\n * Now relies on Grav 0.9.19+\n * Relies on new `bootstrapper` plugin to load Bootstrap CSS and JS"},"1.2.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.2.1":{"date":"02\/10\/2015","content":"1. [](#improved)\n * Added demo link to blueprint"},"1.2.0":{"date":"01\/26\/2015","content":"1. [](#new)\n * Extensive updates syncing functionality with current Antimatter theme"},"1.1.4":{"date":"01\/09\/2015","content":"1. [](#improved)\n * NOTE: BREAKING CHANGE - Fixed references to plugins in `partials\/` folder\n * Updated README.md"},"1.1.3":{"date":"11\/09\/2014","content":"1. [](#new)\n * ChangeLog started..."}}},"hpstr":{"name":"HPSTR","version":"1.6.0","description":"HPSTR theme by mademistakes ported to **Grav**","description_html":" HPSTR theme by mademistakes ported to Grav<\/strong><\/p>","description_plain":"HPSTR theme by mademistakes ported to Grav","icon":"camera-retro","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-hpstr","demo":"http:\/\/demo.getgrav.org\/hpstr-skeleton","keywords":"hpstr, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-hpstr\/issues","license":"MIT","tag_name":"1.6.0","date":"2019-03-22T00:37:19Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hpstr\/1.6.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-hpstr","slug":"hpstr","install_path":"user\/themes\/hpstr","screenshot":"themes-hpstr.jpg","changelog":{"1.6.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n "},"1.4.0":{"date":"12\/28\/2015","content":"1. [](#bugfix)\n * Minor bugfixes "},"1.3.0":{"date":"10\/23\/2015","content":"1. [](#bugfix)\n * Fixed menu not working at root \n * Fixed issue where links were `\/tag` instead of `\/tags`\n * Fixed issue with bad URL in date header element"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.0":{"date":"07\/22\/2015","content":"1. [](#bugfix)\n * Clicking off the menu now closes it properly"},"1.0.4":{"date":"07\/14\/2015","content":"1. [](#bugfix)\n * Bad release, trying again..."},"1.0.3":{"date":"07\/14\/2015","content":"1. [](#bugfix)\n * Modernized the header js\/css tags to fix broken JS"},"1.0.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n\t* Added SimpleSearch capability\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.0.1":{"date":"02\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"mediator":{"name":"Mediator","version":"1.5.0","description":"Mediator theme by Dirk Fabisch ported to **Grav**","description_html":" Mediator theme by Dirk Fabisch ported to Grav<\/strong><\/p>","description_plain":"Mediator theme by Dirk Fabisch ported to Grav","icon":"bullseye","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-mediator","demo":"http:\/\/demo.getgrav.org\/mediator-skeleton","keywords":"mediator, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-mediator\/issues","license":"MIT","tag_name":"1.5.0","date":"2020-06-03T21:20:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mediator\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-mediator","slug":"mediator","install_path":"user\/themes\/mediator","screenshot":"themes-mediator.jpg","changelog":{"1.5.0":{"date":"06\/03\/2020","content":"1. [](#new)\n * Multilanguage support [#12](https:\/\/github.com\/getgrav\/grav-theme-mediator\/pull\/12)\n1. [](#improved)\n * Modernized & cleaned up asssets"},"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n "},"1.2.0":{"date":"01\/06\/2016","content":"1. [](#improved)\n * Dropped an extraneous debug statement\n1. [](#bugfix)\n\t* Fixed RSS link\n\t* Fix tag links on a root domain site"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n\t* Updated README\n\t* Fixed feed URL on homepage\n\t* Added demo link\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.0.1":{"date":"02\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"notepad":{"name":"Notepad","version":"1.4.0","description":"Notepad theme by HOSSAIN MOHD FAYSAL ported to **Grav**","description_html":" Notepad theme by HOSSAIN MOHD FAYSAL ported to Grav<\/strong><\/p>","description_plain":"Notepad theme by HOSSAIN MOHD FAYSAL ported to Grav","icon":"pencil-square","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-notepad","demo":"http:\/\/demo.getgrav.org\/notepad-skeleton","keywords":"notepad, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-notepad\/issues","license":"MIT","tag_name":"1.4.0","date":"2019-03-22T00:43:06Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/notepad\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-notepad","slug":"notepad","install_path":"user\/themes\/notepad","screenshot":"themes-notepad.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fixed pagination \n * Updated the logo link url\n "},"1.2.0":{"date":"09\/04\/2015","content":"1. [](#bugfix)\n\t* Various UI fixes"},"1.1.1":{"date":"08\/31\/2015","content":"1. [](#bugfix)\n\t* Fixed 404 when clicking on tag while viewing post\n * Fix not using date in post header"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.4":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.3":{"date":"02\/19\/2015","content":"2. [](#improved)\n\t* Updated README\n * Implemented new `param_sep` variable from Grav 0.9.18\n3. [](#bugfix)\n * Fix home reference URL "},"1.0.2":{"date":"12\/16\/2014","content":"1. [](#new)\n * ChangeLog started..."}}},"agency":{"name":"Agency","version":"1.5.0","description":"Agency is a clean and professional one-page theme for **Grav**","description_html":" Agency is a clean and professional one-page theme for Grav<\/strong><\/p>","description_plain":"Agency is a clean and professional one-page theme for Grav","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-agency","demo":"http:\/\/demo.getgrav.org\/agency-skeleton","keywords":"agency, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-agency\/issues","license":"MIT","tag_name":"1.5.0","date":"2019-03-22T00:24:16Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/agency\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-agency","slug":"agency","install_path":"user\/themes\/agency","screenshot":"themes-agency.jpg","changelog":{"1.5.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Load Google Fonts using a protocol independent URL, fix SSL issue\n * Supports the Form plugin modular page\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.3.1":{"date":"12\/11\/2015","content":"1. [](#improved)\n * Added support for `custom.css`"},"1.3.0":{"date":"10\/23\/2015","content":"1. [](#bugfix)\n * Fix hardcoded navigation\n * Fixed onpage modular navigation"},"1.2.0":{"date":"09\/22\/2015","content":"1. [](#improved)\n * Improved compatibility with newest Grav\n * Improved compatibility with SimpleForm component\n * Minor fixes and cleanups\n2. [](#new)\n * Added default layout "},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.2":{"date":"02\/10\/2015","content":"1. [](#bugfix)\n * Fix for mobile responsive menu\n * Fix for variable names with `-` causing issues, switched to `_`"},"1.0.1":{"date":"01\/08\/2015","content":"1. [](#bugfix)\n * Fix smooth scrolling from menu links"},"1.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"deliver":{"name":"Deliver","version":"1.7.0","description":"Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.","description_html":" Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.<\/p>","description_plain":"Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.","icon":"newspaper-o","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-deliver","demo":"http:\/\/demo.getgrav.org\/deliver-skeleton\/","keywords":"deliver, theme, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-deliver\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:34:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/deliver\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-deliver","slug":"deliver","install_path":"user\/themes\/deliver","screenshot":"themes-deliver.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.6.2":{"date":"12\/20\/2016","content":"1. [](#improved)\n * Add bottom js call in bottom block"},"1.6.1":{"date":"12\/10\/2016","content":"1. [](#improved)\n * Added background animation when scrolling the menu in sticky mode\n1. [](#bugfix)\n * Fixed some mobile alignments for hamburger and search icons in sticky mode"},"1.6.0":{"date":"12\/09\/2016","content":"1. [](#new)\n * Add an option to have a sticky menu. Also added blueprint configuration to turn in on from the admin. Disabled by default. Uses https:\/\/github.com\/bigspotteddog\/ScrollToFixed\n1. [](#improved)\n * Invert order of previous and next button in the blog posts navigation\n1. [](#bugfix)\n * Fix forms not working as expected. Drop the form twig overrides as they break the forms, and don't really customise the output"},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Add the `theme_config` twig var\n1. [](#bugfix)\n * Fix missing fontawesome-webfont.woff2 file\n * Fix slider buttons on tablet\n * Fix setting the page language in the html tag"},"1.4.0":{"date":"01\/06\/2016","content":"1. [](#improved)\n * Fontawesome updated to 4.5.0\n1. [](#bugfix)\n * Searchbox in search results fix"},"1.3.1":{"date":"12\/18\/2015","content":"2. [](#bugfix)\n * Added nonce support to form template"},"1.3.0":{"date":"11\/18\/2015","content":"1. [](#new)\n * SimpleForm replaced with Forms plugin\n2. [](#bugfix)\n * Admin plugin bugfixes"},"1.2.0":{"date":"09\/18\/2015","content":"1. [](#bugfix)\n * Updated outdated blueprints\n * Bugfix for pagination plugin"},"1.1.1":{"date":"09\/18\/2015","content":"1. [](#improved)\n * compatibility with newest Grav version.\n1. [](#bugfix)\n * SimpleForm compatibility bugfixes."},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin\n1. [](#bugfix)\n * Taxonomy count fix"},"1.0.4":{"date":"05\/09\/2015","content":"1. [](#improved)\n * Fix for bottom menu links"},"1.0.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n * Added SimpleSearch capability\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.0.1":{"date":"02\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"twenty":{"name":"Twenty","version":"1.7.0","description":"Twenty is a free and responsive theme for **Grav**. It's a port of **Twenty** template by HTML5 UP.","description_html":" Twenty is a free and responsive theme for Grav<\/strong>. It's a port of Twenty<\/strong> template by HTML5 UP.<\/p>","description_plain":"Twenty is a free and responsive theme for Grav. It's a port of Twenty template by HTML5 UP.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"},{"name":"form","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-twenty","demo":"http:\/\/demo.getgrav.org\/twenty-skeleton","keywords":"twenty, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-twenty\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:51:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/twenty\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-twenty","slug":"twenty","install_path":"user\/themes\/twenty","screenshot":"themes-twenty.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.6.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Update forms for the newest Form plugin markup. Drop totally custom form markup, extend from forms default twig files"},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Use protocol independent url for Google Font\n * Add nonce to the custom form page template"},"1.4.0":{"date":"10\/16\/2015","content":"1. [](#new)\n * Twenty codebase updated to latest release\n * Various fixes and improvements\n * Menu generated automatically from collection of pages"},"1.3.0":{"date":"10\/15\/2015","content":"1. [](#new)\n * Removed SimpleForm plugin support due to constant compatibility problems\n * Added support for Email and Form plugins"},"1.2.1":{"date":"09\/21\/2015","content":"1. [](#improved)\n * improved default layout\n * improved SimpleForm compatibility\n * improved Grav compatibility\n * minor fixes"},"1.1.1":{"date":"09\/04\/2015","content":"1. [](#improved)\n * reworked initialization"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.0":{"date":"03\/24\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"soraarticle":{"name":"SoraArticle","version":"1.5.0","description":"Sora Article is a minimal Theme designed for the discerning blogger, ported to Grav.","description_html":" Sora Article is a minimal Theme designed for the discerning blogger, ported to Grav.<\/p>","description_plain":"Sora Article is a minimal Theme designed for the discerning blogger, ported to Grav.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-soraarticle","demo":"http:\/\/demo.getgrav.org\/soraarticle-skeleton","keywords":"soraarticle, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-soraarticle\/issues","license":"CC BY 3.0","tag_name":"1.5.0","date":"2019-03-22T00:48:51Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/soraarticle\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-soraarticle","slug":"soraarticle","install_path":"user\/themes\/soraarticle","screenshot":"themes-soraarticle.jpg","changelog":{"1.5.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.4.1":{"date":"02\/26\/2017","content":"1. [](#improved)\n * Updated base.html.twig to fix menu for support of full qualified URLs [#7](https:\/\/github.com\/getgrav\/grav-theme-soraarticle\/pull\/7)"},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix form action for forms on multilanguage pages\n * Remove unneeded default form template override\n * Fix setting the page language in the html tag\n * Fix pagination"},"1.3.0":{"date":"01\/22\/2016","content":"1. [](#bugfix)\n * Admin Plugin Compatibility"},"1.2.1":{"date":"12\/11\/2015","content":"1. [](#bugfix)\n * Fix form template with nonce support\n * Support configurable param separator"},"1.2.0":{"date":"11\/12\/2015","content":"1. [](#new)\n * Fix for responsive videos\n * Couple fixes for JSComments\n * SimpleForm replaced with Forms plugin"},"1.1.2":{"date":"09\/21\/2015","content":"1. [](#improved)\n * improved default layout\n * improved SimpleForm compatibility\n * improved Grav compatibility\n * minor fixes"},"1.1.1":{"date":"09\/04\/2015","content":"1. [](#improved)\n * use https instead of http"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.1":{"date":"04\/07\/2015","content":"1. [](#bugfix)\n * Fixed for Grav 0.9.21 compatibility"},"1.0.0":{"date":"04\/07\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"photographer":{"name":"Photographer","version":"1.5.0","description":"Photographer is a Bootstrap 3.0 theme for Grav. It's a port of Free Bootstrap 3.0 Template by template-help.com.","description_html":" Photographer is a Bootstrap 3.0 theme for Grav. It's a port of Free Bootstrap 3.0 Template by template-help.com.<\/p>","description_plain":"Photographer is a Bootstrap 3.0 theme for Grav. It's a port of Free Bootstrap 3.0 Template by template-help.com.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-photographer","demo":"http:\/\/demo.getgrav.org\/photographer-skeleton","keywords":"photographer, theme, bootstrap, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-photographer\/issues","license":"MIT","tag_name":"1.5.0","date":"2019-03-22T00:44:21Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/photographer\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-photographer","slug":"photographer","install_path":"user\/themes\/photographer","screenshot":"themes-photographer.jpg","changelog":{"1.5.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n1. [](#improved)\n * Added french"},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.3.0":{"date":"09\/17\/2015","content":"1. [](#improved)\n * Updated for new version of simple_form (Pereira Ricardo)\n * Fix for markdown extra\n * Minor fixes"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.0":{"date":"07\/24\/2015","content":"1. [](#improved)\n * Moved images displayed on homepage from theme to page"},"1.0.1":{"date":"06\/16\/2015","content":"1. [](#bugfix)\n * Mobile menu fixes"},"1.0.0":{"date":"04\/22\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"woo":{"name":"Woo","version":"1.3.0","description":"Woo is a clean, modern, landing page site template by Styleshout. It has a fully responsive design and was tested on all major browser and mobile devices.","description_html":" Woo is a clean, modern, landing page site template by Styleshout. It has a fully responsive design and was tested on all major browser and mobile devices.<\/p>","description_plain":"Woo is a clean, modern, landing page site template by Styleshout. It has a fully responsive design and was tested on all major browser and mobile devices.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-woo","demo":"http:\/\/demo.getgrav.org\/woo-skeleton","keywords":"woo, theme, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-woo\/issues","license":"MIT","tag_name":"1.3.0","date":"2019-03-22T00:52:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/woo\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-woo","slug":"woo","install_path":"user\/themes\/woo","screenshot":"themes-woo.jpg","changelog":{"1.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.1.1":{"date":"09\/04\/2015","content":"1. [](#bugfix)\n * menu linking bug"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.0":{"date":"05\/09\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"striped":{"name":"Striped","version":"2.3.0","description":"Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5\/CSS3 code designed for quick and easy customization.","description_html":" Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5\/CSS3 code designed for quick and easy customization.<\/p>","description_plain":"Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5\/CSS3 code designed for quick and easy customization.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-striped","demo":"http:\/\/demo.getgrav.org\/striped-skeleton","keywords":"striped, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-striped\/issues","license":"MIT","tag_name":"2.3.0","date":"2019-03-22T00:49:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/striped\/2.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-striped","slug":"striped","install_path":"user\/themes\/striped","screenshot":"themes-striped.jpg","changelog":{"2.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"2.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n "},"2.1.1":{"date":"11\/19\/2015","content":"1. [](#bugfix)\n * Pagination compatibility"},"2.1.0":{"date":"10\/15\/2015","content":"1. [](#new)\n * Removed SimpleForm plugin support due to constant compatibility problems\n * Added support for Email and Form plugins"},"2.0.0":{"date":"09\/21\/2015","content":"1. [](#improved)\n * Reworked codebase for better compatibility and css handling\n * Lots of fixes"},"1.2.0":{"date":"09\/21\/2015","content":"1. [](#improved)\n * Improved compatibility with newest Grav\n * Improved compatibility with SimpleForm component\n * Minor fixes"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.0":{"date":"06\/16\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"learn2":{"name":"Learn2","version":"1.8.0","description":"Learn2 is a new modern documentation theme for Grav","description_html":" Learn2 is a new modern documentation theme for Grav<\/p>","description_plain":"Learn2 is a new modern documentation theme for Grav","icon":"book","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-learn2","demo":"http:\/\/learn.getgrav.org","keywords":"heme, docs, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-learn2\/issues","license":"MIT","tag_name":"1.8.0","date":"2019-03-22T00:40:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/learn2\/1.8.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-learn2","slug":"learn2","install_path":"user\/themes\/learn2","screenshot":"themes-learn2.jpg","changelog":{"1.8.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension"},"1.7.0":{"date":"08\/23\/2017","content":"1. [](#improved)\n * Added default page template.\n * Added blueprints for docs and chapter pages"},"1.6.3":{"date":"01\/31\/2017","content":"1. [](#bugfix)\n * Fixed changelog date"},"1.6.2":{"date":"01\/31\/2017","content":"1. [](#bugfix)\n * Fixed a PHP 7.1 issue"},"1.6.1":{"date":"01\/24\/2017","content":"1. [](#new)\n * Updated to FontAwesome 4.7.0 with [Grav icon](http:\/\/fontawesome.io\/icon\/grav\/)"},"1.6.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Added the spanish language\n1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Set the page language from Grav's Language configuration. Default to english.\n1. [](#bugfix)\n * Fix an issue on iOS 9+ Safari scaling"},"1.5.0":{"date":"01\/06\/2016","content":"1. [](#new)\n * Added keyboard prev\/next navigation\n1. [](#improved)\n * Various language updates\n1. [](#bugfix)\n * Fixed a typo in CSS"},"1.4.2":{"date":"12\/18\/2015","content":"1. [](#bugfix)\n * Fixed clipboard for Safari"},"1.4.1":{"date":"12\/11\/2015","content":"1. [](#new)\n * Support new sidebar scrollbar\n * New subtle `subtitle` styling"},"1.4.0":{"date":"10\/07\/2015","content":"1. [](#new)\n * Added 1-click copy-to-clipboard feature for `code` and `pre` tags\n * Added German translations\n * Configurable root page\n1. [](#improved)\n * Wrapped topbar to remove it from error pages\n1. [](#bugfix)\n * Fix for bad YAML\n * Fix for bad HTML in github note"},"1.3.0":{"date":"09\/11\/2015","content":"1. [](#new)\n * Added configurable Google analytics code"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.0":{"date":"07\/19\/2015","content":"1. [](#new)\n * Added search highlight support\n * Added a footer"},"1.0.1":{"date":"06\/2\/2015","content":"1. [](#new)\n * Added support for 2+ page levels"},"1.0.0":{"date":"06\/17\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"cacti":{"name":"Cacti","version":"1.4.0","description":"Minimal theme based on Cactus and Kactus","description_html":" Minimal theme based on Cactus and Kactus<\/p>","description_plain":"Minimal theme based on Cactus and Kactus","icon":"globe","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-cacti","demo":"http:\/\/demo.getgrav.org\/multilang-skeleton","keywords":"cacti, theme, minimal, modern, fast, responsive, html5, css3, multilanguage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-cacti\/issues","license":"MIT","tag_name":"1.4.0","date":"2019-03-22T00:31:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/cacti\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-cacti","slug":"cacti","install_path":"user\/themes\/cacti","screenshot":"themes-cacti.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Added support for Disqus comments\n1. [](#bugfix)\n * Fixed the post published date format\n * Fix setting the page language in the html tag\n * Fix code highlighting support\n "},"1.2.1":{"date":"01\/06\/2016","content":"1. [](#bugfix)\n * Fixed Polish translation\n * Fixed incorrect section tag"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#new)\n * Added Polish translations\n * Added Norwegian translations\n1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.1":{"date":"07\/21\/2015","content":"1. [](#bugfix)\n * Fixed issue with Retina profile image"},"1.1.0":{"date":"07\/19\/2015","content":"1. [](#new)\n * Added Greek translations\n1. [](#improved)\n * Sets `` dynamically based on language and\/or default"},"1.0.1":{"date":"07\/14\/2015","content":"1. [](#improved)\n * Updated blueprints"},"1.0.0":{"date":"07\/13\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"sidewalk":{"name":"Sidewalk","version":"0.0.5","description":"A clean and simple blog theme for **Grav**","description_html":" A clean and simple blog theme for Grav<\/strong><\/p>","description_plain":"A clean and simple blog theme for Grav","icon":"road","author":{"name":"Darryl Dias","url":"http:\/\/darryldias.me","email":"darryl@revryl.com"},"homepage":"https:\/\/github.com\/DarrylDias\/Sidewalk","keywords":"sidewalk, clean, simple, blog, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/DarrylDias\/Sidewalk\/issues","license":"MIT","screenshot":"user-theme-sidewalk.png","tag_name":"0.0.5","date":"2015-09-25T11:16:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/sidewalk\/0.0.5","repository":"https:\/\/github.com\/DarrylDias\/Sidewalk","slug":"sidewalk","install_path":"user\/themes\/sidewalk","changelog":false,"dependencies":[]},"developer":{"name":"Developer","version":"2.2.0","description":"Developer is a free responsive **Grav** theme designed to help developers promote their work.","description_html":" Developer is a free responsive Grav<\/strong> theme designed to help developers promote their work.<\/p>","description_plain":"Developer is a free responsive Grav theme designed to help developers promote their work.","icon":"clipboard","author":{"name":"Sommerregen","url":"http:\/\/benjamin-regler.de","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-developer","docs":"https:\/\/github.com\/sommerregen\/grav-theme-developer\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/developer\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-developer\/issues","license":"MIT\/GPL","tag_name":"v2.2.0","date":"2017-04-05T19:13:50Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/developer\/2.2.0","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-developer","slug":"developer","install_path":"user\/themes\/developer","screenshot":"themes-developer.jpg","changelog":{"2.2.0":{"date":"04\/05\/2017","content":"2. [](#improved)\n * Added \"github-activity\" and \"octicons\" to theme package\n3. [](#bugfix)\n * Fixed Github activity page not found error [#7](hhttps:\/\/github.com\/Sommerregen\/grav-theme-developer\/issues\/7) (Github Activity URL 404)"},"2.1.1":{"date":"03\/20\/2017","content":"3. [](#bugfix)\n * Fixed mixed content issues [#6](https:\/\/github.com\/Sommerregen\/grav-theme-developer\/issues\/6) (Mixed content)"},"2.1.0":{"date":"01\/10\/2017","content":"2. [](#improved)\n * Update font awesome to v4.7 [#5](https:\/\/github.com\/Sommerregen\/grav-theme-developer\/pull\/5) (Thanks to [@huy-nguyen](https:\/\/github.com\/huy-nguyen))\n3. [](#bugfix)\n * Fix button link [#3](https:\/\/github.com\/Sommerregen\/grav-theme-developer\/pull\/3)"},"2.0.4":{"date":"01\/13\/2015","content":"1. [](#bugfix)\n * Fixed page title when error template called."},"2.0.3":{"date":"01\/09\/2015","content":"1. [](#improved)\n * Update [README](README.md)."},"2.0.2":{"date":"01\/04\/2015","content":"1. [](#bugfix)\n * Fixed header.link object in the projects modules.\n * Move demo content to folder `_demo`."},"2.0.1":{"date":"01\/03\/2015","content":"1. [](#new)\n * Added support for Coderwall link, you need to update Machine is a free, flat, modern web theme with an industrial\/corporate focus.<\/p>","description_plain":"Machine is a free, flat, modern web theme with an industrial\/corporate focus.","icon":"cog","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-machine","docs":"https:\/\/github.com\/sommerregen\/grav-theme-machine\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/machine\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-machine\/issues","license":"MIT\/GPL","tag_name":"v2.0.6","date":"2017-02-05T17:44:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/machine\/2.0.6","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-machine","slug":"machine","install_path":"user\/themes\/machine","screenshot":"themes-machine.jpg","changelog":{"2.0.6":{"date":"02\/05\/2017","content":"3. [](#bugfix)\n * Fixed [#2](https:\/\/github.com\/Sommerregen\/grav-theme-machine\/issues\/2) (\"DateTime::__construct(): Failed to parse time string (06-23-2014) at position 0 (0): Unexpected character\")"},"2.0.5":{"date":"01\/13\/2015","content":"1. [](#new)\n * Add into _demo\/config the plugin configuration file because need to reset the fields array.\n3. [](#bugfix)\n * Fix the page title when error template called.\n * Fix simple_form template fields.\n * Update _demo\/pages contact with field type where need."},"2.0.4":{"date":"01\/09\/2015","content":"2. [](#improved)\n * Update [README](README.md).\n3. [](#bugfix)\n * Small fix."},"2.0.3":{"date":"01\/06\/2015","content":"1. [](#new)\n * Add JSComments plugin.\n * Add GMaps plugin.\n * Add blog and blog posts templates."},"2.0.2":{"date":"01\/04\/2015","content":"1. [](#bugfix)\n * Fixed header.link object in the projects modules.\n * Move demo content to folder `_demo`."},"2.0.1":{"date":"01\/03\/2015","content":"1. [](#new)\n * Added support for Coderwall link, you need to update The zSimplex theme is a free responsive HTML5 theme that can be used to start a management or project website.<\/p>","description_plain":"The zSimplex theme is a free responsive HTML5 theme that can be used to start a management or project website.","icon":"paint-brush","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-zsimplex","docs":"https:\/\/github.com\/sommerregen\/grav-theme-zsimplex\/blob\/master\/README.md","demo":"https:\/\/themes.benjamin-regler.de\/zsimplex","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-zsimplex\/issues","license":"MIT\/GPL","tag_name":"v2.2.1","date":"2017-06-27T16:50:54Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/zsimplex\/2.2.1","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex","slug":"zsimplex","install_path":"user\/themes\/zsimplex","screenshot":"themes-zsimplex.jpg","changelog":{"2.2.0":{"date":"05\/31\/2017","content":"1. [](#new)\n * Added theme blueprints and languages\n2. [](#improved)\n * Overall updates and junk removal [#4](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/pull\/4) (Big thanks to [@boredland](https:\/\/github.com\/boredland))\n * Use `fontawesome` instead of images wherever possible\n * Make a lot of options editable on page level\n * Integration of the current Grav forms\n * Updated libraries"},"2.1.0":{"date":"05\/13\/2017","content":"2. [](#improved)\n * Allow dynamic amount of slides that always stay centered [#1](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/pull\/1)\n * Add `custom.css` to the asset manager and make the favicon configurable [#3](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/pull\/3)\n3. [](#bugfix)\n * Fixed scrambled slider [#2](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/issues\/2)"},"2.0.2":{"date":"01\/13\/2015","content":"1. [](#new)\n * Added error template.\n3. [](#bugfix)\n * Fixed page title when error template called."},"2.0.1":{"date":"01\/09\/2015","content":"2. [](#improved)\n * Update [README](README.md).\n3. [](#bugfix)\n * Small fix."},"2.0.0":{"date":"01\/06\/2015","content":"1. [](#new)\n * Start conversion to Grav Theme."}},"dependencies":[]},"aerial":{"name":"Aerial","version":"2.0.4","description":"A very simple personalizable landing page with social links.","description_html":" A very simple personalizable landing page with social links.<\/p>","description_plain":"A very simple personalizable landing page with social links.","icon":"desktop","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-aerial","docs":"https:\/\/github.com\/sommerregen\/grav-theme-aerial\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/aerial\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-aerial\/issues","license":"MIT\/GPL","tag_name":"v2.0.4","date":"2016-08-05T18:44:22Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/aerial\/2.0.4","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-aerial","slug":"aerial","install_path":"user\/themes\/aerial","screenshot":"themes-aerial.jpg","changelog":{"2.0.4":{"date":"08\/05\/2016","content":"1. [](#bugfix)\n * Fixed demo link ([#723](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/723))"},"2.0.3":{"date":"03\/06\/2015","content":"1. [](#improved)\n * Update jquery with named asset.\n * Update theme for working with Grav 0.9.19."},"2.0.2":{"date":"01\/13\/2015","content":"1. [](#new)\n * Add Error template."},"2.0.1":{"date":"01\/09\/2015","content":"1. [](#improved)\n * Update [README](README.md)."},"2.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * Add random background. Use the media page images to load the backgrounds.\n * Start conversion to Grav Theme."}},"dependencies":[]},"parallelism":{"name":"Parallelism","version":"2.0.2","description":"A responsive portfolio site template with unique horizontal page scrolling.","description_html":" A responsive portfolio site template with unique horizontal page scrolling.<\/p>","description_plain":"A responsive portfolio site template with unique horizontal page scrolling.","icon":"binoculars","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-parallelism","docs":"https:\/\/github.com\/sommerregen\/grav-theme-parallelism\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/parallelism\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-parallelism\/issues","license":"MIT\/GPL","tag_name":"v2.0.2","date":"2016-04-20T18:50:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/parallelism\/2.0.2","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-parallelism","slug":"parallelism","install_path":"user\/themes\/parallelism","screenshot":"themes-parallelism.jpg","changelog":{"2.0.2":{"date":"01\/13\/2015","content":"1. [](#new)\n * Add error template."},"2.0.1":{"date":"01\/09\/2015","content":"1. [](#improved)\n* Update [README](README.md)."},"2.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * Start conversion to Grav Theme."}},"dependencies":[]},"alpha":{"name":"Alpha","version":"2.0.2","description":"A clean, super minimal responsive template geared towards startups, app devs, and other dedicated folks working tirelessly to launch their products.","description_html":" A clean, super minimal responsive template geared towards startups, app devs, and other dedicated folks working tirelessly to launch their products.<\/p>","description_plain":"A clean, super minimal responsive template geared towards startups, app devs, and other dedicated folks working tirelessly to launch their products.","icon":"ioxhost","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-alpha","docs":"https:\/\/github.com\/sommerregen\/grav-theme-alpha\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/alpha\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-alpha\/issues","license":"MIT\/GPL","tag_name":"v2.0.2","date":"2016-04-20T18:19:30Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/alpha\/2.0.2","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-alpha","slug":"alpha","install_path":"user\/themes\/alpha","screenshot":"themes-alpha.jpg","changelog":{"2.0.2":{"date":"05\/14\/2015","content":"1. [](#bugfix)\n * Fixed problem with loading the js styles."},"2.0.1":{"date":"01\/13\/2015","content":"1. [](#new)\n * Added error template."},"2.0.0":{"date":"01\/11\/2015","content":"1. [](#new)\n * Start conversion to Grav Theme."}},"dependencies":[]},"materialize":{"name":"Materialize","version":"1.3.8","description":"The Materialize theme is built using the **Materialize** Framework","description_html":" The Materialize theme is built using the Materialize<\/strong> Framework<\/p>","description_plain":"The Materialize theme is built using the Materialize Framework","icon":"google","author":{"name":"Bob Rockefeller","url":"http:\/\/www.bobrockefeller.com","email":"bob@bobrockefeller.com"},"dependencies":[{"name":"materializer","version":"*"}],"homepage":"https:\/\/github.com\/bobrocke\/grav-theme-materialize","demo":"http:\/\/materialize.bobrockefeller.com\/","keywords":"materialize, theme, framework","bugs":"https:\/\/github.com\/bobrocke\/grav-theme-materialize\/issues","license":"MIT","tag_name":"1.3.8","date":"2015-11-14T19:42:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/materialize\/1.3.8","repository":"https:\/\/github.com\/bobrocke\/grav-theme-materialize","slug":"materialize","install_path":"user\/themes\/materialize","screenshot":"themes-materialize.jpg","changelog":{"1.3.8":{"date":"11\/14\/2015","content":"1. [](#bugfix)\n * Fixed blueprints to work with the Admin plug-n when creating new modular pages"},"1.3.7":{"date":"09\/01\/2015","content":"1. [](#bugfix)\n * Fixed pagination links in the pagination block at the bottom of blog pages"},"1.3.6":{"date":"08\/08\/2015","content":"1. [](#bugfix)\n * Fixed vertical alignment problems in buttons with icons"},"1.3.5":{"date":"05\/01\/2015","content":"1. [](#bugfix)\n * Fixed layout of the search results pages"},"1.3.4":{"date":"04\/23\/2015","content":"1. [](#bugfix)\n * Blog posts on narrow viewports did not move the sidebar to the bottom\n * Fixed icon spacing in buttons (required a change in markup)\n2. [](#improved)\n * Better indentation for the contents of accordion panes\n * More consistent treatment of top and bottom margins for typographic elements"},"1.3.3":{"date":"04\/17\/2015","content":"1. [](#improved)\n * Aligned lists within accordion panels with the paragraph text\n * Allowed long title text in accordion headers to wrap"},"1.3.2":{"date":"04\/13\/2015","content":"1. [](#improved)\n * Turned off title case for Menus\n2. [](#bugfix)\n * Removed top margin from brand icon in narrow view\n * Increased hamburger icon size in narrow view"},"1.3.1":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix the image width overflow problem"},"1.3.0":{"date":"04\/05\/2015","content":"1. [](#improved)\n * Changes to accommodate MaterializeCSS v0.96.0"},"1.2.5":{"date":"03\/25\/2015","content":"1. [](#bugfix)\n * Rearranged and repaired the format of this changelog"},"1.2.4":{"date":"03\/21\/2015","content":"1. [](#improved)\n * Changed the icon on link post titles."},"1.2.3":{"date":"03\/20\/2015","content":"1. [](#bugfix)\n * Prev\/Next blog post buttons were missing their icons."},"1.2.2":{"date":"03\/16\/2015","content":"1. [](#bugfix)\n * Custom menus configured in YAML without icons were vertically mis-aligned."},"1.2.1":{"date":"03\/16\/2015","content":"1. [](#bugfix)\n * The mobile hamburger menu wasn't showing menus configured in YAML.\n * Correct the readme: menu text is not a required field"},"1.2.0":{"date":"03\/15\/2015","content":"1. [](#new)\n * Added custom top level menu items configured in site.yaml"},"1.1.1 and 1.1.2":{"date":"03\/14\/2015","content":"1. [](#bugfix)\n * Cleaned up the changelog and blueprints files"},"1.1.0":{"date":"03\/14\/2015","content":"1. [](#new)\n * Replaced the icon font\n * Replaced the brand text Grav with the Grav logo\n2. [](#improved)\n * Changed the blog post header to be different from Antimatter\n3. [](#bugfix)\n * Fixed the responsive design of the modular page\n * Vertically centered text in buttons (with and without icons)"},"1.0.0":{"date":"02\/28\/2015","content":"1. [](#new)\n * Initial Release"}}},"foundation":{"name":"Foundation","version":"1.0.0","description":"A high-performance Grav theme using the Zurb Foundation front-end framework.","description_html":" A high-performance Grav theme using the Zurb Foundation front-end framework.<\/p>","description_plain":"A high-performance Grav theme using the Zurb Foundation front-end framework.","icon":"rocket","author":{"name":"Brett DeWoody","url":"http:\/\/brettdewoody.com","email":"brettdewoody@gmail.com"},"homepage":"https:\/\/github.com\/brettdewoody\/grav-theme-foundation","keywords":"foundation, theme, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/brettdewoody\/grav-theme-foundation\/issues","license":"MIT","tag_name":"1.0.1","date":"2015-06-24T00:27:50Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/foundation\/1.0.0","repository":"https:\/\/github.com\/brettdewoody\/grav-theme-foundation","slug":"foundation","install_path":"user\/themes\/foundation"},"saturn":{"name":"Saturn","version":"1.7.0","description":"Saturn \u2013 Free Grav Theme, is a beautiful cosmic website template. Customize it easily and add your own creative touch. Designed by Afnizar Nur Ghifari.","description_html":" Saturn \u2013 Free Grav Theme, is a beautiful cosmic website template. Customize it easily and add your own creative touch. Designed by Afnizar Nur Ghifari.<\/p>","description_plain":"Saturn \u2013 Free Grav Theme, is a beautiful cosmic website template. Customize it easily and add your own creative touch. Designed by Afnizar Nur Ghifari.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"},{"name":"form","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-saturn","demo":"http:\/\/demo.getgrav.org\/saturn-skeleton","keywords":"saturn, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-saturn\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:47:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/saturn\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-saturn","slug":"saturn","install_path":"user\/themes\/saturn","screenshot":"themes-saturn.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n\t"},"1.6.0":{"date":"01\/09\/2017","content":"1. [](#improved)\n * Added `header.body_classes` support [https:\/\/github.com\/getgrav\/grav\/issues\/1240](https:\/\/github.com\/getgrav\/grav\/issues\/1240)"},"1.5.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Update forms for the newest Form plugin markup"},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Use https to load Google Fonts\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination"},"1.3.0":{"date":"01\/06\/2016","content":"1. [](#new)\n * Add form nonce\n1. [](#bugfix)\n\t* Fixed footnotes styling"},"1.2.0":{"date":"10\/29\/2015","content":"1. [](#new)\n * Transition from SimpleForm to core Forms & Email\n * Images replacement due to copyright infringement"},"1.1.0":{"date":"09\/18\/2015","content":"1. [](#new)\n * Improved compatibility with newest grav\n * Improved compatibility with SimpleForm plugin\n * Other minor fixes"},"1.0.0":{"date":"09\/04\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"boxify":{"name":"Boxify","version":"1.2.0","description":"Boxify is a Grav port of One Page Website Template by Peter Finlan for Codrops.","description_html":" Boxify is a Grav port of One Page Website Template by Peter Finlan for Codrops.<\/p>","description_plain":"Boxify is a Grav port of One Page Website Template by Peter Finlan for Codrops.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-boxify","demo":"http:\/\/demo.getgrav.org\/boxify-skeleton","keywords":"boxify, theme, modern, fast, responsive, html5, css3, onepage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-boxify\/issues","license":"Free","tag_name":"1.2.0","date":"2019-03-22T00:28:45Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/boxify\/1.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-boxify","slug":"boxify","install_path":"user\/themes\/boxify","screenshot":"themes-boxify.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.1.1":{"date":"08\/31\/2016","content":"1. [](#bugfix)\n * Fixed quotes in jQuery selector throwing JS errors, also in minified js\n * Load external resources using https to prevent errors on SSL enabled sites (demo included)"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.0.0":{"date":"09\/04\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"twentyfifteen":{"name":"TwentyFifteen","version":"1.3.0","description":"Twenty Fifteen is a Grav adaptation of most popular 2015 Wordpress theme.","description_html":" Twenty Fifteen is a Grav adaptation of most popular 2015 Wordpress theme.<\/p>","description_plain":"Twenty Fifteen is a Grav adaptation of most popular 2015 Wordpress theme.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-twentyfifteen","demo":"http:\/\/demo.getgrav.org\/twentyfifteen-skeleton","keywords":"twentyfifteen, wordpress, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-twentyfifteen\/issues","license":"GPLv2 (or later)","tag_name":"1.3.0","date":"2019-03-22T00:51:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/twentyfifteen\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-twentyfifteen","slug":"twentyfifteen","install_path":"user\/themes\/twentyfifteen","screenshot":"themes-twentyfifteen.jpg","changelog":{"1.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Update forms for the newest Form plugin markup. Drop totally custom form markup, extend from forms default twig files"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Add zh-cn \/ zh-hk \/ zh-tw language support\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n * Fix layout problem on a blog post when the author is not defined"},"1.0.7":{"date":"01\/06\/2016","content":"1. [](#bugfix)\n * Minor language updates"},"1.0.6":{"date":"12\/11\/2015","content":"1. [](#bugfix)\n * Fix form template with nonce support"},"1.0.5":{"date":"11\/19\/2015","content":"1. [](#bugfix)\n * Plugins CSS loading bug"},"1.0.4":{"date":"11\/11\/2015","content":"1. [](#bugfix)\n * Blog item date fix\n * Next\/Prev fix\n * SimpleForm replaced with Forms"},"1.0.3":{"date":"10\/07\/2015","content":"1. [](#bugfix)\n * Fix display of blog item date"},"1.0.2":{"date":"09\/15\/2015","content":"1. [](#new)\n * Minor bugfixes"},"1.0.1":{"date":"09\/15\/2015","content":"1. [](#new)\n * Bugfixes for Simple Form 1.3.0\n * Bugfixes for markdown extra"},"1.0.0":{"date":"09\/15\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"resume":{"name":"Resume","version":"1.3.0","description":"Resume is a Grav adaptation of Fernando B\u00e1ez resume PSD theme.","description_html":" Resume is a Grav adaptation of Fernando B\u00e1ez resume PSD theme.<\/p>","description_plain":"Resume is a Grav adaptation of Fernando B\u00e1ez resume PSD theme.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-resume","demo":"http:\/\/demo.getgrav.org\/resume-skeleton","keywords":"resume, resume, theme, modern","bugs":"https:\/\/github.com\/getgrav\/grav-theme-resume\/issues","license":"MIT","tag_name":"1.3.0","date":"2019-03-22T03:28:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/resume\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-resume","slug":"resume","install_path":"user\/themes\/resume","screenshot":"themes-resume.jpg","changelog":{"1.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.1.0":{"date":"18\/11\/2015","content":"1. [](#new)\n * Printing layout"},"1.0.0":{"date":"10\/05\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"halcyon":{"name":"Halcyon","version":"1.2.0","description":"Halcyon Days is a modern and stylish HTML5\/CSS3 template with a pixel-perfect design and smooth effects.","description_html":" Halcyon Days is a modern and stylish HTML5\/CSS3 template with a pixel-perfect design and smooth effects.<\/p>","description_plain":"Halcyon Days is a modern and stylish HTML5\/CSS3 template with a pixel-perfect design and smooth effects.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-halcyon","demo":"http:\/\/demo.getgrav.org\/halcyon-skeleton","keywords":"halcyon, theme, modern, fast, responsive, html5, css3, onepage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-halcyon\/issues","license":"Free","tag_name":"1.2.0","date":"2019-03-22T00:36:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/halcyon\/1.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-halcyon","slug":"halcyon","install_path":"user\/themes\/halcyon","screenshot":"themes-halcyon.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.1.1":{"date":"04\/xx\/2017","content":"1. [](#improved)\n * Updated font-awesome [4.7.0.]\n * Updated web font to support latin-extended\n1. [](#bugfix)\n * Fixed endblock"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.0.0":{"date":"09\/04\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"ceevee":{"name":"Ceevee","version":"1.4.0","description":"Ceevee is a clean, modern, fully responsive site template for your resume and portfolio.","description_html":" Ceevee is a clean, modern, fully responsive site template for your resume and portfolio.<\/p>","description_plain":"Ceevee is a clean, modern, fully responsive site template for your resume and portfolio.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-ceevee","demo":"http:\/\/demo.getgrav.org\/ceevee-skeleton","keywords":"ceevee, theme, modern, fast, responsive, html5, css3, resume","bugs":"https:\/\/github.com\/getgrav\/grav-theme-ceevee\/issues","license":"CC BY 3.0","tag_name":"1.4.0","date":"2019-03-22T00:33:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/ceevee\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-ceevee","slug":"ceevee","install_path":"user\/themes\/ceevee","screenshot":"themes-ceevee.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.2.0":{"date":"01\/06\/2016","content":"1. [](#improved)\n * Updated to Fontawesome 4.5.0\n1. [](#bugfix)\n\t* Fix typos\n\t* Fixed duplicate property"},"1.1.0":{"date":"12\/18\/2015","content":"1. [](#improved)\n * use `|safe_email` filter\n1. [](#bugfix)\n\t* Twitter widget fails to load with HTTPS\n\t* Closing the menu puts you back at the top\n\t* Fix for stuck at \"Thank You\" after submitting form"},"1.0.0":{"date":"10\/26\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"identity":{"name":"Identity","version":"1.1.0","description":"The awesome HTML5 UP Identity theme for Grav","description_html":" The awesome HTML5 UP Identity theme for Grav<\/p>","description_plain":"The awesome HTML5 UP Identity theme for Grav","icon":"info","author":{"name":"Dev'Code","url":"http:\/\/lab.dev-code.fr","email":"lab.dev.code@gmail.com"},"homepage":"https:\/\/github.com\/lab-dev-code\/grav-theme-identity","demo":"http:\/\/lab.dev-code.fr\/grav-demos\/grav-theme-identity","keywords":"identity, theme","bugs":"https:\/\/github.com\/lab-dev-code\/grav-theme-identity\/issues","license":"CC-BY","tag_name":"v1.1.0","date":"2015-11-12T14:58:22Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/identity\/1.1.0","repository":"https:\/\/github.com\/lab-dev-code\/grav-theme-identity","slug":"identity","install_path":"user\/themes\/identity","screenshot":"themes-identity.jpg","changelog":{"1.1.0":{"date":"11\/12\/2015","content":"1. [](#new)\n * Support of self-hosted relative URLs (using Twig `|absolute_url` filter)"}},"dependencies":[]},"landio":{"name":"Landio","version":"1.4.0","description":"Land.io is a carefully crafted landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.","description_html":" Land.io is a carefully crafted landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.<\/p>","description_plain":"Land.io is a carefully crafted landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"},{"name":"form","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-landio","demo":"http:\/\/demo.getgrav.org\/landio-skeleton","keywords":"landio, theme, modern, fast, responsive, html5, css3, onepage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-landio\/issues","license":"CC BY 4.0","tag_name":"1.4.0","date":"2019-03-22T00:38:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/landio\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-landio","slug":"landio","install_path":"user\/themes\/landio","screenshot":"themes-landio.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"01\/24\/2017","content":"1. [](#bugfix)\n * Update header.html.twig. Makes requests protocol independent, so no more errors that the social content is loaded over an insecure network"},"1.2.0":{"date":"09\/09\/2016","content":"1. [](#bugfix)\n * Drop the form twig overrides as they break the forms, and don't really customise the output. Update forms for the newest Form plugin markup"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Fixed login form language strings\n * Center form in medium screen size\n1. [](#bugfix)\n * Drop requiring Admin to enable frontend login\n * Removed randomization of testimonials\n * Fix language in html tag\n * Delete unused composer.json\n * Remove unneeded streams from Theme YAML\n * Fix trailing letter in the pricing modular\n * Add form nonce to the form template"},"1.0.0":{"date":"11\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"pinpress":{"name":"Pinpress","version":"1.4.0","description":"PinPress is a creative Flat Blog\/Magazine grav theme and it is the perfect choice for professionals who\u2019s looking for a magazine theme or a personal niche, corporate, and marketing blogs.","description_html":" PinPress is a creative Flat Blog\/Magazine grav theme and it is the perfect choice for professionals who\u2019s looking for a magazine theme or a personal niche, corporate, and marketing blogs.<\/p>","description_plain":"PinPress is a creative Flat Blog\/Magazine grav theme and it is the perfect choice for professionals who\u2019s looking for a magazine theme or a personal niche, corporate, and marketing blogs.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-pinpress","demo":"http:\/\/demo.getgrav.org\/pinpress-skeleton","keywords":"pinpress, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-pinpress\/issues","license":"CC BY 3.0","tag_name":"1.4.0","date":"2019-05-09T16:45:37Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pinpress\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-pinpress","slug":"pinpress","install_path":"user\/themes\/pinpress","screenshot":"themes-pinpress.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.3.0":{"date":"11\/10\/2016","content":"1. [](#bugfix)\n * Fix comments form, the custom twig provides no custom styling and breaks it"},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Enable dropdown for visible menu items subpages\n1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix pagination\n * Fix setting the page language in the html tag"},"1.1.0":{"date":"01\/06\/2016","content":"1. [](#bugfix)\n * Responsive fix\n * Fix for continue link\n * Fix for ordered list styling\n * Fix for related pages item links"},"1.0.0":{"date":"12\/03\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"lingonberry":{"name":"Lingonberry","version":"1.2.0","description":"A clean and simple theme for bloggers, with responsive design and beautiful typography.","description_html":" A clean and simple theme for bloggers, with responsive design and beautiful typography.<\/p>","description_plain":"A clean and simple theme for bloggers, with responsive design and beautiful typography.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-lingonberry","demo":"http:\/\/demo.getgrav.org\/lingonberry-skeleton","keywords":"lingonberry, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-lingonberry\/issues","license":"GPL","tag_name":"1.2.0","date":"2019-03-22T00:41:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/lingonberry\/1.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-lingonberry","slug":"lingonberry","install_path":"user\/themes\/lingonberry","screenshot":"themes-lingonberry.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n1. [](#improved)\n * Added twig `t` filter for submit button translation in comments form"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json file\n * Use https for Gravatar request as default\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fixed pagination\n * Use the correct parameter separator in the blog post template"},"1.0.1":{"date":"12\/21\/2015","content":"1. [](#bugfix)\n * post content formatting updates"},"1.0.0":{"date":"12\/18\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"receptar":{"name":"Receptar","version":"1.3.0","description":"Receptar is simple, modern, responsive, high-DPI, fully customizable, stylish blog Grav theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.","description_html":" Receptar is simple, modern, responsive, high-DPI, fully customizable, stylish blog Grav theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.<\/p>","description_plain":"Receptar is simple, modern, responsive, high-DPI, fully customizable, stylish blog Grav theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"homepage":"https:\/\/github.com\/getgrav\/grav-theme-receptar","demo":"http:\/\/demo.getgrav.org\/receptar-skeleton","keywords":"receptar, theme, cookbook, split-screen, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-receptar\/issues","license":"GPL2","tag_name":"1.3.0","date":"2017-01-24T18:20:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/receptar\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-receptar","slug":"receptar","install_path":"user\/themes\/receptar","screenshot":"themes-receptar.jpg","changelog":{"1.3.0":{"date":"01\/24\/2017","content":"1. [](#bugfix)\n * Fix issue when editing the Widget page from Admin\n * Add showchildpages.enabled config option [#6](https:\/\/github.com\/getgrav\/grav-theme-receptar\/pull\/6)"},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Added french\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Load custom.css if present in the theme's css folder\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination"},"1.1.0":{"date":"01\/20\/2016","content":"1. [](#new)\n * Basic Multi-Language support\n2. [](#bugfix)\n * Minor bugfixes for navigation"},"1.0.0":{"date":"01\/18\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"gateway":{"name":"Gateway","version":"1.3.1","description":"Gateway incorporates elegant style with user friendly options making it perfectly suited for a variety of Grav users.","description_html":" Gateway incorporates elegant style with user friendly options making it perfectly suited for a variety of Grav users.<\/p>","description_plain":"Gateway incorporates elegant style with user friendly options making it perfectly suited for a variety of Grav users.","icon":"empire","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"homepage":"https:\/\/github.com\/getgrav\/grav-theme-gateway","demo":"http:\/\/demo.getgrav.org\/gateway-skeleton","keywords":"gateway, theme, core, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-gateway\/issues","license":"GPLv2","tag_name":"1.3.1","date":"2017-02-26T08:33:25Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gateway\/1.3.1","repository":"https:\/\/github.com\/getgrav\/grav-theme-gateway","slug":"gateway","install_path":"user\/themes\/gateway","screenshot":"themes-gateway.jpg","changelog":{"1.3.1":{"date":"02\/26\/2017","content":"1. [](#bugfix)\n * Update to use appropriate page.url for pagination [#9](https:\/\/github.com\/getgrav\/grav-theme-gateway\/pull\/9)"},"1.3.0":{"date":"01\/24\/2017","content":"1. [](#bugfix)\n * Fixed base_url variable overwriting issue causing issue with search in blog \/ blog posts\n * Fixed link to demo page in blueprint"},"1.2.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Added french\n * Fix Comments submit-button value [#4](https:\/\/github.com\/getgrav\/grav-theme-gateway\/pull\/4)\n * Soften truncate so words or links wont be cut off [#5](https:\/\/github.com\/getgrav\/grav-theme-gateway\/pull\/5)\n * Remove unneeded form overrides and just override the form twig blocks that changed"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.0.0":{"date":"02\/10\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]}}
+1601389719
+s:298778:"{"akazie-wood":{"name":"Akazie Wood","version":"0.9.91","description":"This is a theme of Akazie IT GmbH and is intended for simple websites without great features","description_html":" This is a theme of Akazie IT GmbH and is intended for simple websites without great features<\/p>","description_plain":"This is a theme of Akazie IT GmbH and is intended for simple websites without great features","icon":"smile-o","author":{"name":"Akazie IT GmbH","url":"https:\/\/akazie.com","email":"info@akazie.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/AkazieIT\/grav-theme-akazie-wood","demo":"https:\/\/demo.akazie.com\/akazie-wood","keywords":"akazieit, akazie, wood, carpenter, simple, chargeable, schreiner, holz, zimmerei, zimmermann, wald","bugs":"https:\/\/github.com\/AkazieIT\/grav-theme-akazie-wood\/issues","license":"MIT","tag_name":"0.9.92","date":"2020-09-19T13:46:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/akazie-wood\/0.9.91","repository":"https:\/\/github.com\/AkazieIT\/grav-theme-akazie-wood","slug":"akazie-wood","install_path":"user\/themes\/akazie-wood","screenshot":"themes-akazie-wood.jpg","changelog":{"0.9.91":{"date":"19.09.2020","content":"1. [](#new)\n * added support for LangSwitcher"},"0.9.90":{"date":"17.09.2020","content":"1. [](#new)\n * changed modular images to media image\n * added option for alt and title tags in media image\n * added alt and title tag for team member images\n * added 1\/3 width rows in modular images\n * added narrow centered images\n * added picture tag for SEO\n * added links to modular images"},"0.9.89":{"date":"10.09.2020","content":"1. [](#new)\n * added modular textbox\n * added some footer functions (bg image, fullscreen can be turned off)\n * added aspect ratio functionality of gallery\n * added possibility to remove header in modular content\n * added possibility to center column\n * added possibility to create narrow centered columns\n * added 1\/3 width rows in modular text"},"0.9.88":{"date":"07.07.2020","content":"1. [](#new)\n * added optional full screen footer\n * added option for fullscreen parallax background\n * added template for full screen footer"},"0.9.87":{"date":"03.07.2020","content":"1. [](#new)\n * added page media functionality in modular text content"},"0.9.86":{"date":"24.06.2020","content":"1. [](#new)\n * added choosable data policy link in footer"},"0.9.85":{"date":"16.06.2020","content":"1. [](#bugfix)\n * navigation also clickable\n1. [](#new)\n * new content type for start page"},"0.9.82":{"date":"16.06.2020","content":"1. [](#bugfix)\n * versioning fix\n * translation fixes"},"0.9.81":{"date":"16.06.2020","content":"1. [](#new)\n * Alternative view for modular team page with buttons\n * New modular content type called button list"},"0.9.8":{"date":"23.04.2020","content":"1. [](#new)\n * Markdown can now be switched on for the title on the start page\n1. [](#improved)\n * Update README\n * Change marker image\n1. [](#bugfix)\n * Redirect to first page (navigation blueprint)\n * line break on h1"},"0.9.7":{"date":"16.04.2020","content":"1. [](#bugfix)\n * Fix favicon path\n * Redirect to sub path (navigation)\n1. [](#improved)\n * Update npm dependencies\n1. [](#new)\n * Open Street Map added as an alternative to Google Map"},"0.9.6":{"date":"17.03.2020","content":"1. [](#improved)\n * Change error layout\n * Open navigation on hoover\n * Change default settings\n * Change demo pages"},"0.9.5":{"date":"14.03.2020","content":"1. [](#bugfix)\n * Change screenshot"},"0.9.4":{"date":"10.03.2020","content":"1. [](#new)\n * Navigation mit Unternavigation m\u00f6glich.\n * Neuer Blueprint f\u00fcr Navigationspunkte mit Unternavigation."},"0.9.3":{"date":"27.02.2020","content":"1. [](#bugfix)\n * Fix custom logo path\n1. [](#improved)\n * Image with ration 1:1 possible\n * Position of the image description can be selected on each image and map\n * Update demo pages"},"0.9.2":{"date":"10-12-2019","content":"1. [](#new)\n * File for custom CSS\n * Enable and disable custom css in theme config\n1. [](#improved)\n * Update README\n * Update .gitignore\n * Move custom icon and logo"},"0.9.1":{"date":"05-12-2019","content":"1. [](#new)\n * Add german language\n * Google map API-key in theme settings\n * Add LICENSE\n * Limit number of navigation points\n * Impressum settings in Theme\n1. [](#bugfix)\n * Fix flexbox on IE\n * Some CSS fixes\n1. [](#improved)\n * Home is modular now\n * Update language\n * Update demo pages"},"0.9.0":{"date":"03-12-2019","content":"1. [](#new)\n * ChangeLog started..."}}},"upmorph-online-soon":{"name":"uPMORph online soon","version":"2020.17","description":"uPMORph online soon should be used to either comfort the public until your kickass project\/app\/product\/startup launches (**online soon**),or set your site on maintenance (**_back_ online soon**).","description_html":" uPMORph online soon should be used to either comfort the public until your kickass project\/app\/product\/startup launches (online soon<\/strong>),or set your site on maintenance (back<\/em> online soon<\/strong>).<\/p>","description_plain":"uPMORph online soon should be used to either comfort the public until your kickass project\/app\/product\/startup launches (online soon),or set your site on maintenance (back online soon).","icon":"hourglass-half","author":{"name":"taPMeppe solutions","url":"https:\/\/tapmeppe.solutions","email":"development@tapmeppe.com"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":">=1.9.0"}],"homepage":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon","docs":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon\/blob\/master\/README.md","demo":"https:\/\/tapmeppe.solutions","keywords":"grav, theme, tapmeppe, solution, eventually, maintenance, coming-soon, modern, responsive, newsletter, light, lightweight","bugs":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon\/issues","license":"MIT","tag_name":"v2020.17","date":"2020-08-09T21:55:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/upmorph-online-soon\/2020.17","repository":"https:\/\/github.com\/taPMeppeSols\/grav-theme-upmorph-online-soon","slug":"upmorph-online-soon","install_path":"user\/themes\/upmorph-online-soon","screenshot":"themes-upmorph-online-soon.jpg","changelog":[]},"scholar":{"name":"Scholar","version":"2.1.0","description":"An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resum\u00e9. Features include high accessibility, fast performance, print-friendly styles and more.","description_html":" An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resum\u00e9. Features include high accessibility, fast performance, print-friendly styles and more.<\/p>","description_plain":"An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resum\u00e9. Features include high accessibility, fast performance, print-friendly styles and more.","icon":"book","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":"~1.6.21"},{"name":"error"},{"name":"swiper"},{"name":"problems"},{"name":"breadcrumbs"},{"name":"shortcode-core"},{"name":"static-generator","version":"~1.0.0"}],"homepage":"https:\/\/github.com\/OleVik\/grav-theme-scholar","demo":"https:\/\/olevik.me\/staging\/grav-skeleton-scholar","keywords":"grav, theme, academic, paper, papers, article, articles, book, books, docs, documentation, resume, cv","bugs":"https:\/\/github.com\/OleVik\/grav-theme-scholar\/issues","license":"MIT","tag_name":"2.1.0","date":"2020-09-21T22:13:48Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/scholar\/2.1.0","repository":"https:\/\/github.com\/OleVik\/grav-theme-scholar","slug":"scholar","install_path":"user\/themes\/scholar","screenshot":"themes-scholar.jpg","changelog":{"2.1.0":{"date":"22-09-2020","content":"1. [](#new)\n * v2.1.0 stable release"},"2.1.0-beta.3":{"date":"25-08-2020","content":"1. [](#bugfix)\n * \"Tufte\" component: Variable-location"},"2.1.0-beta.2":{"date":"25-08-2020","content":"1. [](#improved)\n * \"Tufte\" component: Header-links, styling"},"2.1.0-beta.1":{"date":"21-07-2020","content":"1. [](#new)\n * \"What Links Here\" component"},"2.0.0":{"date":"12-05-2020","content":"1. [](#new)\n * Generalized Listing-template\n * Generalized margin- and side-notes\n * Header enabled in all templates, option to disable in `toolbar.enabled`\n * Related Pages links optimized, option to disable in `related.enabled`\n2. [](#improved)\n * Smaller type for related Pages, enabled on mobile\n * Listing fallback for Page.summary()\n * Explicit version constraint for Composer (`>=7.1.3 <7.4`), with extensions\n * README-note about PHP-version\n3. [](#bugfix)\n * Heading-borders\n * Related links alignment and size\n * Responsive sizes"},"1.0.4":{"date":"09-05-2020","content":"1. [](#bugfix)\n * Use onGetPageTemplates-event in Admin\n * README-link"},"1.0.3":{"date":"20-02-2020","content":"1. [](#new)\n * Lock version to Grav 1.6.* until 1.7 stabilizes\n * Silently fail on Flex\n2. [](#bugfix)\n * Gracefully fail lookups for Blueprints\n * Fallback to Page titles if no menu-property is set\n * Temporarily revert Blueprint-helpers"},"1.0.2":{"date":"28-12-2019","content":"1. [](#improved)\n * Test-coverage\n * Translation-coverage\n * Templates\n2. [](#bugfix)\n * Article Search-field"},"1.0.1":{"date":"27-12-2019","content":"1. [](#improved)\n * Next- and previous-linking\n * Cross-browser CSS for anchor and search-field\n * Book-component\n2. [](#bugfix)\n * Highlighter\n * Advanced Search link in Docs"},"1.0.0":{"date":"25-12-2019","content":"1. [](#new)\n * Initial public release"}}},"tail":{"name":"Tail","version":"1.4.2","description":"A modern and clean personal blog theme for grav made with tailwindcss","description_html":" A modern and clean personal blog theme for grav made with tailwindcss<\/p>","description_plain":"A modern and clean personal blog theme for grav made with tailwindcss","icon":"group","author":{"name":"Marcel Kr\u00fcger","url":"https:\/\/marcelkrueger.net","email":"hallo@marcelkrueger.net"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/MarcelKr\/grav-theme-tail","demo":"https:\/\/dermarcel.de","keywords":"blog, personal blog, minimal, clean, modern, responsive, tailwind, tailwindcss, html5, css3","bugs":"https:\/\/github.com\/MarcelKr\/grav-theme-tail\/issues","license":"MIT","tag_name":"1.4.2","date":"2020-07-19T12:13:48Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/tail\/1.4.2","repository":"https:\/\/github.com\/MarcelKr\/grav-theme-tail","slug":"tail","install_path":"user\/themes\/tail","screenshot":"themes-tail.jpg","changelog":{"1.4.2":{"date":" 08\/10\/2020","content":"1. [](#bugfix)\n * Fixed the default template not using tailwind's `prose` class and not rendering content properly\n1. [](#improved)\n * Having a proper header for the default template now\n1. [](#improved)\n * Bumped tailwind version to 1.6.2"},"1.4.1":{"date":" 07\/19\/2020","content":"1. [](#new)\n * Added the [Tailwind Typography plugin](https:\/\/tailwindcss.com\/docs\/typography-plugin\/) for more awesome typography.\n1. [](#improved)\n * Updated third party librarys and adapted the tailwind configuration regarding the new features of tailwind.\n "},"1.4.0":{"date":" 03\/06\/2020","content":"1. [](#new)\n * Support for Matomo analytics\n1. [](#improved)\n * Better date format for German and English"},"1.3.1":{"date":" 02\/29\/2020","content":"1. [](#improved)\n * Adapted font stack to tested fonts only to avoid unexpected symbols"},"1.3.0":{"date":" 02\/23\/2020","content":"1. [](#new)\n * Custom styling for the Langswitcher Plugin. See the README for details.\n1. [](#bugfix)\n * Added missing metadata template partial in the header."},"1.2.0":{"date":" 02\/22\/2020","content":"1. [](#new)\n * Custom styling for the Markdown-Notices Plugin. See the README for details."},"1.1.3":{"date":" 02\/22\/2020","content":"1. [](#bugfix)\n * Added missing files from prev. release"},"1.1.2":{"date":" 02\/22\/2020","content":"1. [](#bugfix)\n * Fixed missing vertical padding of the main container"},"1.1.1":{"date":" 02\/21\/2020","content":"1. [](#improved)\n * The custom font name is now prepended to the regular font list provided by TailwindCSS instead of replacing it.\n1. [](#bugfix)\n * Some styles were removed by PurgeCSS accidentally\n1. [](#bugfix)\n * Fixed date of previous changelog entry. Again. :)"},"1.1.0":{"date":" 02\/20\/2020","content":"1. [](#new)\n * Pagination support\n1. [](#improved)\n * Overall margins and padding improvements\n1. [](#bugfix)\n * Footer divider line wasn't rotated\n1. [](#bugfix)\n * Fixed date of previous changelog entry :)"},"1.0.0":{"date":" 02\/05\/2020","content":"1. [](#new)\n * ChangeLog started..."}}},"hotdoy":{"name":"Hotdoy","version":"1.7.18","description":"Basic trendy theme for GRAV CMS.","description_html":" Basic trendy theme for GRAV CMS.<\/p>","description_plain":"Basic trendy theme for GRAV CMS.","icon":"angellist","author":{"name":"Hotdoy"},"homepage":"https:\/\/github.com\/hotdoy\/grav-theme-hotdoy","demo":"https:\/\/hotdoy.ca","bugs":"https:\/\/github.com\/hotdoy\/grav-theme-hotdoy\/issues","license":"MIT","tag_name":"v1.7.18","date":"2020-05-20T19:31:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hotdoy\/1.7.18","repository":"https:\/\/github.com\/hotdoy\/grav-theme-hotdoy","slug":"hotdoy","install_path":"user\/themes\/hotdoy","screenshot":"themes-hotdoy.jpg","changelog":{"1.7.18":{"date":"20-05-2020","content":"1. [](#bugfix)\n\t* Fixed drawer content opacity when opening multiple times in Firefox\n\t* Removed EXITING class when leaving a page, breaking Firefox Back button."},"1.7.17":{"date":"15-05-2020","content":"1. [](#bugfix)\n\t* Fixed some styles for drawers\n\t* Updated link manager with vanilla js one.\n2. [](#improved)\n\t* Updated reveal and loading to latest."},"1.7.16":{"date":"29-03-2020","content":"1. [](#bugfix)\n\t* Revealed elements properly remove the unrevealed class."},"1.7.15":{"date":"26-03-2020","content":"1. [](#new)\n\t* Renamming pass.\n\t* All swiper are now initialized by the same script.\n2. [](#improved)\n\t* Rewrote reveal.js from scratch.\n\t* Drawer are now h3 by default.\n\t* Splash module reveal moved to a wrapper instead of each asset."},"1.7.14":{"date":"23-03-2020","content":"1. [](#improved)\n\t* Generally improved and added features to the new loading, loaded and exiting states.\n\t* Links.js can now manage links anytime and in specified scope instead of body onload."},"1.7.13":{"date":"22-03-2020","content":"1. [](#new)\n\t* Site intro on home page using site_logo and slected loader color.\n\t* Start using 'loading', 'loaded', 'exiting' body class for loading and eventually other things.\n2. [](#improved)\n\t* Fonts now use SWAP instead of FALLBACK\n\t* Generally cleaning js.\n\t* bumped default reveal delay from 20 to 90\n3. [](#bugfix)\n\t* Fixed ternary operator in site-loader crashing on some browsers."},"1.7.12":{"date":"19-03-2020","content":"1. [](#new)\n\t* Favicon must now be added from the theme blueprint.\n2. [](#improved)\n\t* Mobile nav panel now deploy from the top instead of bottom.\n\t* Splash height can now be set for independently for portrait and landscape.\n3. [](#bugfix)\n\t* Fixed a typo in theme blueprint making nav panel color confusing."},"1.7.11":{"date":"04-03-2020","content":"1. [](#new)\n\t* Added demo conditional site-loader (commented in code).\n\t* Added data-duration attribute to control loader removal from template. \n2. [](#improved)\n\t* Refined default reveal a bit. (less movement, more time)."},"1.7.10":{"date":"01-03-2020","content":"1. [](#bugfix)\n\t* Fixed tracking\n\t* Fixed nav panel selected link underline color and spacing. "},"1.7.9":{"date":"26-02-2020","content":"1. [](#new)\n\t* Added custom css field under Options tab for Modular pages (the pages, not the modules).\n2. [](#improved)\n\t* Moved Notify z-index just under the nav so it's hidden by the menu on mobile.\n\t* Nav-link no longer translate up on hover. Translate further down on active.\n\t* Drawer added with new shortcode has more padding.\n\t* .nav-link.selected class in now .nav-link.nav-link--selected.\n3. [](#bugfix)\n\t* Fixed org_logo path.\n\t* Fixed btn-solid shadow corner when rounded.\n\t* Fixed meta description duplication."},"1.7.8":{"date":"25-02-2020","content":"1. [](#new)\n\t* Added body modifier class based on page template and slug.\n\t* Added custom loader color in theme and pages.\n2. [](#improved)\n\t* Removed jquery in a bunch of script.\n\t* Removed Kaltura video support.\n\t* Removed Marquee script.\n\t* Removed nav gb color option.\n\t* Removed broken loader spinner.\n\t* Removed duplicate yaml in modular page blueprint.\n3. [](#bugfix)\n\t* Fixed janky custom reveal using fadein in firefox."},"1.7.7":{"date":"24-02-2020","content":"1. [](#new)\n\t* Added new drawer shortcode.\n\t* Deprecated old modular drawer. (set for deletion).\n2. [](#improved)\n\t* Unscopped material-design icons when used in text elements. (should fix inherited text-size).\n3. [](#bugfix)\n\t* Fixed product page js not being loaded (fix product gallery)."},"1.7.6":{"date":"23-02-2020","content":"1. [](#improved)\n\t* Live testing BIG and HUGE font-size for portrait mode.\n\t* Allow for font size other than small in grid-item.\n2. [](#bugfix)\n\t* Fix video modular horizontal padding in portrait.\n\t* Process shortcodes and markdown in grid items."},"1.7.5":{"date":"21-02-2020","content":"1. [](#new)\n\t* Nav Panel theme is now separated from page bg and fg colors and is set in the config.\n2. [](#improved)\n\t* Minor stylistic fixes.\n3. [](#bugfix)\n\t* Hide meta-theme from modular."},"1.7.4":{"date":"20-02-2020","content":"1. [](#new)\n\t* Extended color theme to default blueprint (default, product, article, etc).\n\t* Added SVG site logo from theme config. This is the first step in a serie of additions leading to a fully customizable navigation (1.8).\n2. [](#improved)\n\t* Improved default template top margin\n\t* Some changes on site loader timing (little bit slower).\n\t* Removed unuset asset from preload block."},"1.7.3":{"date":"19-02-2020","content":"1. [](#new)\n\t* Added support for cvategory taxonomy on articles.\n\t* Blockquotes now react to text context (big, huge).\n\t* Brand new way to manage article header image and thumbnail.\n\t* Article header image caption now supports markdown.\n2. [](#improved)\n\t* Modular default role shown first.\n\t* Added some modular header role classes, mainly to show how to do it.\n3. [](#bugfix)\n\t* Replace broken loader image with a temporary spinner."},"1.7.2":{"date":"18-02-2020","content":"1. [](#new)\n\t* Text size editor buttons (small, small, big, huge)\n2. [](#improved)\n\t* Text Sizes (big, huge) only affect landscape (desktop) to prevent content duplication.\n\t* Reduced hover effect (trslate Y) on site header links and article cards.\n\t* Removed big bottom margin on h1.\n3. [](#bugfix)\n\t* Fix hero modular first and last child margins when using nested shortcodes."},"1.7.1":{"date":"13-02-2020","content":"1. [](#new)\n\t* The width utility classes (full, site, tight) no longer define content position (was margin h auto).\n\t* Changed all modular to define their own width.\n\t* Content modular now only define the content position (left, center, right). While the width must be defined using the width shortcodes.\n2. [](#bugfix)\n\t* Fixed color nav bg default value (was white, made it transparent)."},"1.7.0":{"date":"12-02-2020","content":"1. [](#new)\n\t* Complete color system revamp. (breaking changes)\n\t* Complete margin and padding for modular and utility class revamp. (breaking changes)\n\t* Nav color can now be added trough theme config and modular page blueprints.\n\t* Organization logo (for schema.org) can now be uploaded from theme config.\n2. [](#improved)\n\t* Article reveal.\n\t* GA script tag moved to 'after' js group.\n\t* Canonical is now set in base and no longer use an include.\n\t* Whitespace and line break management in multiple template.\n\t* Debug messages for snipcart and google maps.\n\t* Removed organization email and phone from theme config (not used anywhere)."},"1.6.7":{"date":"10-02-2020","content":"1. [](#new)\n\t* Better image handling for NewsArticle schema.\n\t* Modular role var in modular partial renammed to modular_role\n2. [](#bugfix)\n\t* Temporary fix for code tag overflowing."}},"dependencies":[]},"whoami":{"name":"Whoami","version":"2.1.2","description":"Simple template for a portfolio.","description_html":" Simple template for a portfolio.<\/p>","description_plain":"Simple template for a portfolio.","icon":"user","author":{"name":"Alex Radov","url":"http:\/\/reqweb.net","email":"reqweb-dev@yandex.ru"},"homepage":"https:\/\/github.com\/reqweb\/Whoami","docs":"https:\/\/github.com\/reqweb\/Whoami\/blob\/master\/README.md","demo":"http:\/\/reqweb.net\/","keywords":"portfolio, blog, development","bugs":"https:\/\/github.com\/reqweb\/Whoami\/issues","license":"MIT","tag_name":"2.1.2","date":"2020-01-12T20:39:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/whoami\/2.1.2","repository":"https:\/\/github.com\/reqweb\/Whoami","slug":"whoami","install_path":"user\/themes\/whoami","screenshot":"themes-whoami.jpg","changelog":{"2.1.0":{"date":"12\/01\/2020","content":"1. [](#bugfix)\n * Fixed the behavior of the block langswitcher (if there is no page translation)\n * Fixed url logo in header - now it corresponds to the active language\n1. [](#new)\n * Added the ability to enable or disable the sidebar on each page\n * Added template Blog-2\n * Updated demo pages in theme '_demo' folder"},"2.0.0":{"date":"02\/11\/2019","content":"1. [Correction](#correction)\n * Removed theme settings for sidebar and header.\n1. [Fixed](#bugfix)\n * Fixed h1 and h2 headers in detailed work page and sidebar.\n1. [New](#new)\n * Now you can configure multilanguage on the site\n * Added ability to enable fixed for header (top: 0;) in theme configuration.\n * Added mobile menu for mobile devices.\n * The output of the LangSwitcher plugin (for two languages) has been added to the site header\n * Sidebar content is now customizable through the sidebar page (template sidebar.html.twig)\n * Updated demo pages in theme '_demo' folder"},"1.0.0":{"date":"17\/10\/2019","content":"1. [](#new)\n * ChangeLog started...\n "},"1.1.0":{"date":"17\/10\/2019","content":"1. [](#correction)\n * Corrected main.css for mobile devices\n2. [](#new)\n * Added in blueprints field for name=\"description\" (in default.yaml)\n3. [](#new)\n * Breadcrumbs output added to item.html.twig and default.html.twig template (if the plugin is active)"}},"dependencies":[]},"traveler":{"name":"Traveler","version":"1.1.0","description":"A theme for travelers or anyone who likes a modern website and wants to share their experiences with others.","description_html":" A theme for travelers or anyone who likes a modern website and wants to share their experiences with others.<\/p>","description_plain":"A theme for travelers or anyone who likes a modern website and wants to share their experiences with others.","icon":"id-card-o","author":{"name":"Tom Hirter","url":"https:\/\/hirter.dev","email":"github@hirter.dev"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"taxonomylist","version":"*"},{"name":"pagination","version":"*"}],"homepage":"https:\/\/github.com\/Memurame\/grav-theme-traveler","demo":"https:\/\/demo.hirter.dev\/grav\/traveler","keywords":"travel, traveling, blog, modular","bugs":"https:\/\/github.com\/Memurame\/grav-theme-traveler\/issues","license":"MIT","tag_name":"1.1.0","date":"2019-12-05T21:55:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/traveler\/1.1.0","repository":"https:\/\/github.com\/Memurame\/grav-theme-traveler","slug":"traveler","install_path":"user\/themes\/traveler","screenshot":"themes-traveler.jpg","changelog":{"1.1.0":{"date":"05-12-2019","content":"1. [](#new)\n * New modular site for google map\n * Change color and fonts in theme settings\n1. [](#improved)\n * Set Simplesearch route in page blueprint\n * Some design changes\n1. [](#bugfix)\n * Pagination is now at the bottom of the page\n * Back button on default page\n * Translation for back button"},"1.0.5":{"date":"25-11-2019","content":"1. [](#new)\n * Support for Simplesearch plugin\n1. [](#improved)\n * Change color of menu button\n * Assets in PHP\n * Update language "},"1.0.4":{"date":"22-10-2019","content":"1. [](#bugfix)\n * Image upload in modular page\n "},"1.0.3":{"date":"22-10-2019","content":"1. [](#bugfix)\n * ChangeLog corrected\n * Language file\n1. [](#improved)\n * The selection of the header image and preview image changed\n * Set creation date in Theme and remove plugin\n * Distinguish between httpcode error pages and custom.\n * Update demo pages in dir `_demo\/pages\/`"},"1.0.2":{"date":"29-09-2019","content":"1. [](#bugfix)\n * Link to detail on last-entries (modular) not working\n * show only visible entries in list\n1. [](#improved)\n * Change headerimage on blog entry, set preview image as headerimage\n * Update blueprits from pages\n * Header images are cropped\n * Some CSS adjustments\n * Taxomomy as aside on the right side\n * Update demo pages\n1. [](#new)\n * Add visible frontmatter by page create"},"1.0.1":{"date":"26-09-2019","content":"1. [](#bugfix)\n * Update README\n1. [](#improved)\n * Remove console.log in JS\n * Remove my own favicon and logo\n * Change share icon\n * Social media can be enabled or disabled in the Theme Preferences\n * Sharer plugin removed from the dependencies list\n * Update demo pages"},"1.0.0":{"date":"26-09-2019","content":"1. [](#new)\n * ChangeLog started..."}}},"webfolio":{"name":"Webfolio","version":"1.7.0","description":"A configurable theme for creating an online portfolio","description_html":" A configurable theme for creating an online portfolio<\/p>","description_plain":"A configurable theme for creating an online portfolio","icon":"globe","author":{"name":"Jason Cox","email":"contact@jasoncarloscox.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/jasonccox\/grav-theme-webfolio","demo":"https:\/\/jasoncarloscox.com","keywords":"grav, theme, portfolio, blog","bugs":"https:\/\/github.com\/jasonccox\/grav-theme-webfolio\/issues","license":"MIT","tag_name":"v1.7.0","date":"2020-07-05T14:30:02Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/webfolio\/1.7.0","repository":"https:\/\/github.com\/jasonccox\/grav-theme-webfolio","slug":"webfolio","install_path":"user\/themes\/webfolio","screenshot":"themes-webfolio.jpg","changelog":{"1.7.0":{"date":"07\/05\/2020","content":"1. [New](#new)\n * The projects modular page can now be configured to only show a certain number of projects and a \"Show more\" button\n * Custom CSS can be placed in `user\/css\/webfolio.css`\n1. [Fixed](#bugfix)\n * Pages whose folders lack numeric prefix are no longer shown in the nav menu by default\n * Project cards are now vertically centered if not all the same height"},"1.6.0":{"date":"05\/26\/2020","content":"1. [New](#new)\n * The intro image can now have one of the following preset styles: square, rounded corners, circle. (Thanks to [Aashish](https:\/\/github.com\/aashishvasu) for implementing this!)"},"1.5.3":{"date":"04\/23\/2020","content":"1. [Fixed](#bugfix)\n * Fixed \"Module Classes\" field in admin panel to actually control `class` Frontmatter field.\n * Corrected link to demo site in readme."},"1.5.2":{"date":" 03\/31\/2020","content":"1. [Improved](#improved)\n * Made more options editable from the Admin interface and rearranged existing options to reduce confusion.\n * Reduced code duplication in modular templates.\n * Added explanatory comments to confusing code sections.\n1. [Fixed](#bugfix)\n * Put checkbox and checkbox label on same line by default."},"1.5.1":{"date":" 11\/21\/2019","content":"1. [Fixed](#bugfix)\n * A typo in the blueprint files causing toggles to have wrong text is now corrected."},"1.5.0":{"date":" 11\/21\/2019","content":"1. [New](#new)\n * The `center_content` option now allows the Intro section content to be center-aligned instead of left-aligned."},"1.4.1":{"date":" 11\/20\/2019","content":"1. [Fixed](#bugfix)\n * The Intro section content is now full-width even if there is no image."},"1.4.0":{"date":" 11\/13\/2019","content":"1. [New](#new)\n * Extra links can be added to the navigation menu. (Thanks, Aashish!)\n1. [Improved](#improved)\n * Page frontmatter fields are now accessible via the Admin interface. (Thanks, Aashish!)"},"1.3.0":{"date":" 11\/09\/2019","content":"1. [New](#new)\n * The color scheme can now be customized via `blueprints.yaml` or the admin interface!"},"1.2.4":{"date":" 10\/29\/2019","content":"1. [Fixed](#bugfix)\n * The `default` template now renders without an error."},"1.2.3":{"date":" 10\/14\/2019","content":"1. [Improved](#improved)\n * Blog pages now use the collection defined with the `header` FrontMatter field if defined."},"1.2.2":{"date":" 09\/16\/2019","content":"1. [Fixed](#bugfix)\n * Unpublished posts are no longer visible on the blog page."},"1.2.1":{"date":" 09\/16\/2019","content":"1. [Fixed](#bugfix)\n * The summary is no longer displayed at the top of blog posts."},"1.2.0":{"date":" 09\/16\/2019","content":"1. [New](#new)\n * You can now have a blog on your site!\n * You can now have icon links in the footer and also reuse those links in the intro section.\n * A default template is now available.\n * Many new CSS classes and variables are available for custom styling.\n1. [Improved](#improved)\n * The README now has better documentation about templates and site customization.\n * The footer credit text is more concise.\n * Dropdowns in the navigation menu close when they lose focus.\n * Code snippets and blockquotes now have better formatting.\n * Large fonts (e.g., headings) are now a bit smaller by default."},"1.1.1":{"date":" 08\/30\/2019","content":"1. [Fixed](#bugfix)\n * Preserve backwards compatibility of `onpage_menu` header value of modular pages if it was set."},"1.1.0":{"date":" 08\/30\/2019","content":"1. [Improved](#improved)\n * Navigation menu now allows for non-modular page links and sub-menus\n * Changed default logo and favicon storage location (old one still works, though)"},"1.0.0":{"date":" 08\/23\/2019","content":"1. [Improved](#new)\n * ChangeLog started..."}}},"simplicity":{"name":"Simplicity","version":"1.0.3","description":"This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog.","description_html":" This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog.<\/p>","description_plain":"This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog.","icon":"id-card-o","author":{"name":"Tom Hirter","url":"https:\/\/hirter.dev","email":"github@hirter.dev"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"tools-collection","version":">=0.1.0"},{"name":"auto-date","version":">=1.0.2"}],"homepage":"https:\/\/github.com\/Memurame\/grav-theme-simplicity","demo":"https:\/\/demo.hirter.dev\/simplicity","keywords":"portfolio, modular, simple, project, responsive, theme, modern","bugs":"https:\/\/github.com\/Memurame\/grav-theme-simplicity\/issues","license":"MIT","tag_name":"1.0.3","date":"2020-03-16T09:10:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/simplicity\/1.0.3","repository":"https:\/\/github.com\/Memurame\/grav-theme-simplicity","slug":"simplicity","install_path":"user\/themes\/simplicity","screenshot":"themes-simplicity.jpg","changelog":{"1.0.3":{"date":"30-08-2019","content":"1. [](#bugfix)\n * fix changelog"},"1.0.2":{"date":"26-08-2019","content":"1. [](#bugfix)\n * entry list ordered by date\n [](#improved) \n * default.md changed rename header.text into content"},"1.0.1":{"date":"23-08-2019","content":"1. [](#bugfix)\n * only modular pages in entry list"},"1.0.0":{"date":"18-08-2019","content":"1. [](#bugfix)\n * fix language\n * fix loop in modular entry list\n * date on entry list\n1. [](#improved) \n * change preview image path\n * Plugin requirements added for tools-collection\n * update html structure\n * update alt tag on images\n1. [](#new)\n * add share buttons"},"0.0.15":{"date":"19-08-2019","content":"1. [](#improved)\n * update readme\n * update language\n * update demo pages\n * update error page\n * fixe some css bugs\n1. [](#new)\n * new youtube modul\n * scales the picture and video ratio with js"},"0.0.14":{"date":"18-08-2019","content":"1. [](#improved)\n * demo pages with the new page structure\n * page blueprints changed\n * the entry pages are now modular\n1. [](#new)\n * new gallery modul"},"0.0.13":{"date":"18-08-2019","content":"1. [](#bugfix)\n * Consider the number of entries that have been set\n1. [](#improved)\n * demo pages in english without locale"},"0.0.12":{"date":"17-08-2019","content":"1. [](#improved)\n * change projects to entries for custom use\n * update demo\n * some changes"},"0.0.11":{"date":"17-08-2019","content":"1. [](#improved)\n * rename blueprints"},"0.0.10":{"date":"17-08-2019","content":"1. [](#bugfix)\n * back link on project pages\n1. [](#new)\n * added a tag filter on projectlist\n * tags for projects\n * Functions entered in the readme\n * translate frontend text\n1. [](#improved)\n * Unused files deleted\n * Demo pages"},"0.0.9":{"date":"17-08-2019","content":"1. [](#new)\n * add copyright and footer\n * english language\n * back link on project page and detail page"},"0.0.8":{"date":"16-08-2019","content":"1. [](#new)\n * ChangeLog started..."}}},"klb4":{"name":"Klb4","version":"1.2.2","description":"Grav Theme for Knowledgebase","description_html":" Grav Theme for Knowledgebase<\/p>","description_plain":"Grav Theme for Knowledgebase","icon":"book","author":{"name":"Lauro W. Guedes","url":"https:\/\/leowgweb.com.br","email":"leowgweb@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/lauroguedes\/grav-theme-klb4","demo":"https:\/\/demo-grav-klb4-theme.herokuapp.com","keywords":"klb4, spectre, theme, core, modern, fast, responsive, html5, css3, knowledgebase, knowledge, company","bugs":"https:\/\/github.com\/lauroguedes\/grav-theme-klb4\/issues","license":"MIT","tag_name":"v1.2.2","date":"2020-07-23T00:44:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/klb4\/1.2.2","repository":"https:\/\/github.com\/lauroguedes\/grav-theme-klb4","slug":"klb4","install_path":"user\/themes\/klb4","screenshot":"themes-klb4.jpg","changelog":{"1.2.2":{"date":"07\/22\/2020","content":"1. [](#bugfix)\n * Fix Z-index element change blog list layout\n * Fix padding-right of last child item list layout"},"1.2.1":{"date":"07\/22\/2020","content":"1. [](#bugfix)\n * Fix Changelog"},"1.2.0":{"date":"07\/21\/2020","content":"1. [](#new)\n * Compatibility with [TNT Search](https:\/\/github.com\/trilbymedia\/grav-plugin-tntsearch)\n * Option to change layout blog list\n * Option to change icon color of hero and feature modular templates\n1. [](#improved)\n * Improved css style of anchor plugin menu\n * Add icon search default item in header\n1. [](#bugfix)\n * Fix bug when inserted logo image diferent of svg extension"},"1.1.0":{"date":"09\/28\/2019","content":"1. [](#new)\n * New field for Google Analytics ID\n * Compatibility with [SnappGrav Plugin](https:\/\/github.com\/iusvar\/grav-plugin-snappygrav)\n * Css style adaptation for printing\n1. [](#bugfix)\n * Footer responsive menu fix"},"1.0.3":{"date":"09\/04\/2019","content":"1. [](#improved)\n * Style features for External Links plugin\n * Apply uppercase style in sidebar, breadcrumbs and list item child\n1. [](#bugfix)\n * Fixed search icon"},"1.0.2":{"date":"09\/03\/2019","content":"1. [](#improved)\n * Change version number\n * Update changelog file"},"1.0.1":{"date":"09\/03\/2019","content":"1. [](#improved)\n * Update link version"},"1.0.0":{"date":"07\/12\/2019","content":"1. [](#new)\n * First Version"}}},"rana":{"name":"Rana","version":"1.0.0","description":"A simple app-like mobile first and content-focused Grav theme which is also optimized for large screens.","description_html":" A simple app-like mobile first and content-focused Grav theme which is also optimized for large screens.<\/p>","description_plain":"A simple app-like mobile first and content-focused Grav theme which is also optimized for large screens.","icon":"rebel","author":{"name":"Matthias Danzinger","email":"matthias.danzinger@gmail.com"},"homepage":"https:\/\/github.com\/matthias-danzinger\/grav-theme-rana","demo":"http:\/\/demo.matthiasdanzinger.eu\/rana","keywords":"grav, theme, mobile, app-like","bugs":"https:\/\/github.com\/matthias-danzinger\/grav-theme-rana\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-05-25T19:54:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/rana\/1.0.0","repository":"https:\/\/github.com\/danzinger\/grav-theme-rana","slug":"rana","install_path":"user\/themes\/rana","screenshot":"themes-rana.jpg","changelog":{"1.0.0\r":{"date":" 21\/04\/2019\r","content":"1. [](#new)\r\n * Prepared for release"}},"dependencies":[]},"hypertext":{"name":"Hypertext","version":"2.2.1","description":"Hypertext is a zero JS\/CSS theme to create simple, fast websites.","description_html":" Hypertext is a zero JS\/CSS theme to create simple, fast websites.<\/p>","description_plain":"Hypertext is a zero JS\/CSS theme to create simple, fast websites.","icon":"compress","author":{"name":"Alejo Grigera Sutro","url":"http:\/\/artofthesmart.com","email":"hypertext@artofthesmart.com"},"dependencies":[{"name":"grav","version":"*"},{"name":">=1.6.6","version":"*"}],"homepage":"https:\/\/github.com\/artofthesmart\/hypertext","demo":"http:\/\/hypertext.artofthesmart.com","keywords":"theme, simple, compliance, fast, semantic, 1995","bugs":"https:\/\/github.com\/artofthesmart\/hypertext\/issues","license":"MIT","tag_name":"v2.2.1","date":"2020-08-30T18:48:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hypertext\/2.2.1","repository":"https:\/\/github.com\/artofthesmart\/hypertext","slug":"hypertext","install_path":"user\/themes\/hypertext","screenshot":"themes-hypertext.jpg","changelog":{"2.2.1":{"date":"08\/30\/2020","content":"1. [](#bug)\n * Logic problem with \"Continue Reading...\" feature fixed, thanks to [takanotume24](https:\/\/github.com\/takanotume24).\n * Fix to GPM version #s, also spotted by [takanotume24](https:\/\/github.com\/takanotume24)."},"2.2.0":{"date":"04\/28\/2020","content":"1. [](#new)\n * Added the ability to [suppress the \"Continue Reading...\" link in a collection](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/31). Useful for when you have a collection page that doesn't have much content and instead is only meant to introduce other child pages.\n * Fixes a linebreak in List sub-children where it would add a new line after every child, when really I only wanted one after a set of sub-children is complete. Might delete it entirely someday."},"2.1.1":{"date":"01\/27\/2020","content":"1. [](#bug)\n * [Fixes duplicate tags](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/25) appearing at the beginning of default pages. Thanks to Github user [mbirth](https:\/\/github.com\/mbirth) for calling it out!\n * Removes [extra break line between title and categories](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/27) at the beginning of pages.\n * Fixes [typo in page comments](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/26).\n2. [](#improved)\n * Tags now have brackets around them when rendered."},"2.1.0":{"date":"01\/01\/2020","content":"1. [](#new)\n * Adding the ability to have a custom footer on your website. [Fixes this issue](https:\/\/github.com\/artofthesmart\/hypertext\/issues\/23)."},"2.0.0":{"date":"06\/29\/2019","content":"1. [](#new)\n * **Massive overhaul.** Incompatible with 1.x.x versions. If you need to roll back to a prior version, you can [download the last 1.x version from Github](https:\/\/github.com\/artofthesmart\/hypertext\/archive\/v1.1.4.zip).\n * Adds open source stylesheets. Hypertext is still plenty fast with very small CSS sheets.\n * Optional `inline` vs `href` include modes.\n * Quickly leaf through options via `?theme=1` URL parameter. Pick what works for you!\n * Want to add your sheet to the supprted list? [Check out this commit for a template](https:\/\/github.com\/artofthesmart\/hypertext\/commit\/7a5b5b61e8fe6001013722b2fd03c77369cb065c) then send me a pull request!\n * HTML 3 & HTML 5 compliance modes. You can now choose whether to use HTML3.2 or HTML5 conventions.\n * Collection rendering options. There are now three ways to render page children, all of which have options to configure which kinds of data get shown:\n * `list`, which is an ordered list of items.\n * `table`, which is a tabular view.\n * `summary`, which is the more standard, structured view of children.\n * Header images & thumbnails. Add images to the tops of pages and thumbnails for rendering as children of some parent page.\n2. [](#improved)\n * Simplified page types. All pages are now one of two types:\n * `default` for [pages](https:\/\/learn.getgrav.org\/16\/content\/content-pages), which supports `item` and `blog_item` page types also.\n * `collection` for [page collections](https:\/\/learn.getgrav.org\/16\/content\/collections), which supports `blog` and `blog_list` page types also."},"1.2.0":{"date":"04\/20\/2019","content":"1. [](#new)\n * Adds the ability to hide the horizontal navigation separator, good for folks who want to add a little CSS.\n2. [](#improved)\n * Allows more detail around how additional menu items are treated. You can now specify whether to open links in a new window, among other things."},"1.1.4":{"date":"04\/14\/2019","content":"1. [](#improved)\n * Removes the color classes from the CSS since it doesn't look like they're being used and they don't work for dark themes.\n * Removes the \"toggle-able\" directive for colors and replaces them with defaults, since it was proving confusing."},"1.1.3":{"date":"03\/22\/2019","content":"1. [](#improved)\n * Adds better pagination support, thanks to [jrswab](https:\/\/github\/jrswab)."},"1.1.2":{"date":"03\/08\/2019","content":"1. [](#bug)\n * Fixes broken pagination. Thanks to [neilpanchal](https:\/\/github.com\/neilpanchal).\n * Improves tag handling in classes thanks to [laynee](https:\/\/github.com\/Laynee)."},"1.1.1":{"date":"02\/25\/2019","content":"1. [](#bug)\n * Re-fixing a previously broken customCSS feature.\n "},"1.1.0":{"date":"02\/07\/2019","content":"1. [](#new)\n * Adds a \"blog\" page type, supplementing the Collection type. Collections are now a trimmed down version, good for text-heavy pages.\n * Several potentially breaking changes. Install with care."},"1.0.3":{"date":"02\/07\/2019","content":"1. [](#bug)\n * Fixes custom CSS to be properly inserted into head section.\n * Fixes a missing 0 from [shanehoban](https:\/\/github.com\/shanehoban).\n * Fixes \"Next\" and \"Previous\" post options in collections, they were reversed."},"1.0.2":{"date":"02\/06\/2019","content":"1. [](#bug)\n * Fixes CSS\/JS in footers. This broke popular plugins like code syntax highlighting.\n * Includes typo and logical fixes from [mbirth](https:\/\/github.com\/mbirth).\n "},"1.0.1":{"date":"01\/18\/2019","content":"1. [](#new)\n * Adds demo content for testing and new installations.\n * Adds custom menu items after pages are rendered.\n [](#improved)\n * Removes some unneeded code."},"1.0.0":{"date":"01\/17\/2019","content":"1. [](#new)\n * Changelog started.\n * Created the theme, and initial collection\/item pages.\n * Added `headless` mode."}}},"hola":{"name":"Hola","version":"1.1.2","description":"Hola is a modern and stylish vCard website template.","description_html":" Hola is a modern and stylish vCard website template.<\/p>","description_plain":"Hola is a modern and stylish vCard website template.","icon":"id-card-o","author":{"name":"Devlom","url":"https:\/\/devlom.com","email":"info@devlom.com"},"dependencies":[{"name":"grav","version":">=1.4.0"}],"homepage":"https:\/\/devlom.com\/en\/blog\/hola-stylish-grav-theme","demo":"http:\/\/demo.devlom.com\/grav\/hola\/","keywords":"hola, theme, styleshout, vcard, devlom, responsive, html5, css3","bugs":"https:\/\/github.com\/devlom\/grav-theme-hola\/issues","license":"MIT","tag_name":"1.1.2","date":"2018-12-04T13:49:15Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hola\/1.1.2","repository":"https:\/\/github.com\/devlom\/grav-theme-hola","slug":"hola","install_path":"user\/themes\/hola","screenshot":"themes-hola.jpg","changelog":{"1.1.2":{"date":" 11\/06\/2018","content":"1. [](#new)\n * Services & Resume bugfixes"},"1.1.1":{"date":" 11\/06\/2018","content":"1. [](#new)\n * Ajax form fix"},"1.1.0":{"date":" 11\/06\/2018","content":"1. [](#new)\n * Added ability to re-order pages for modular content\n * Fix for portfolio icon linking\n * Social icons banner fix\n * Vertical photos now have proper margins in blog"},"1.0.0":{"date":" 10\/24\/2018","content":"1. [](#new)\n * Initial release"}}},"vela":{"name":"Vela","version":"1.2.2","description":"A simple app-like mobile first and content-focused Grav Theme","description_html":" A simple app-like mobile first and content-focused Grav Theme<\/p>","description_plain":"A simple app-like mobile first and content-focused Grav Theme","icon":"rebel","author":{"name":"Matthias Danzinger","email":"matthias.danzinger@gmail.com"},"homepage":"https:\/\/github.com\/danzinger\/grav-theme-vela","demo":"http:\/\/demo.matthiasdanzinger.eu\/vela","keywords":"grav, theme, vela, app, mobile-first, slideoutjs","bugs":"https:\/\/github.com\/danzinger\/grav-theme-vela\/issues","license":"MIT","tag_name":"v1.2.2","date":"2020-05-29T23:57:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/vela\/1.2.2","repository":"https:\/\/github.com\/danzinger\/grav-theme-vela","slug":"vela","install_path":"user\/themes\/vela","screenshot":"themes-vela.jpg","changelog":{"1.2.2":{"date":" 05\/30\/2020","content":"1. [](#bugfix)\n * added default favicon"},"1.2.1":{"date":" 05\/23\/2020","content":"1. [](#bugfix)\n * prevent tap-color on webkit browsers\n * slideout panel did not reach to the bottom if content margin was present"},"1.2.0":{"date":" 05\/23\/2020","content":"1. [](#new)\n * user can upload logo\n1. [](#bugfix)\n * menu content does not flash anymore on page load\n1. [](#improved)\n * updated readme\n * restructured scss"},"1.1.4":{"date":" 05\/16\/2020","content":"1. [](#bugfix)\n * minor css updates"},"1.1.3":{"date":" 04\/19\/2019","content":"1. [](#new)\n * Reincluded pure.css and normalize.css\n1. [](#bugfix)\n * Fixed cross browser issues\n * minor bugfixes"},"1.1.2":{"date":" 04\/19\/2019","content":" "},"1.1.1":{"date":" 04\/18\/2019","content":"1. [](#bugfix)\n * Fixed bug with content width in default template"},"1.1.0":{"date":" 04\/18\/2019","content":"1. [](#improved)\n * Typography: using fluid typography & changed defaults\n * Persistent selection of active page in menu\n * Improved desktop-friendliness\n1. [](#new)\n * Optional desktop mode: off-canvas menu always open \n * Navigate to routable parents in menu (optional)\n * Custom markdown-notices styles (optional)"},"1.0.1":{"date":" 03\/19\/2019","content":"1. [](#improved)\n * Placed sourcemap in seperate file and removed admin option to use non-minified version permanently\n * Minimal improvements\n * Added custom.css for simple overrides for themeusers not familiar with Gulp"},"1.0.0":{"date":" 10\/03\/2018","content":"1. [](#new)\n * Prepared for release"}},"dependencies":[]},"casper":{"name":"Casper 2","version":"0.9.5","description":"my little ghost \ud83d\udc7b | this theme is port of famous Casper2 theme for ghost","description_html":" my little ghost \ud83d\udc7b | this theme is port of famous Casper2 theme for ghost<\/p>","description_plain":"my little ghost \ud83d\udc7b | this theme is port of famous Casper2 theme for ghost","icon":"apple","author":{"name":"Seraphim Yaris","url":"https:\/\/www.buymeacoffee.com\/zBl6OtuIM"},"dependencies":[{"name":"readingtime","version":">=1.3.0"}],"homepage":"https:\/\/github.com\/diomed\/casper","keywords":"Casper2, grav etc.","bugs":"https:\/\/github.com\/diomed\/casper\/issues","license":"MIT","tag_name":"0.9.5","date":"2019-04-05T15:34:18Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/casper\/0.9.5","repository":"https:\/\/github.com\/diomed\/casper","slug":"casper","install_path":"user\/themes\/casper","screenshot":"themes-casper.jpg","changelog":{"0.9":{"date":"27-03-2019","content":"- some changes related to important theme updates\nand then some"},"0.8":{"date":"03-01-2019","content":"- bunch of fixes [make theme look more like original]"},"0.7":{"date":"17-12-2018","content":"- social icons fixed\n- apparently I forgot categories. oops! fixed now\n- oh right, integrated readingtime :P"},"0.6":{"date":"30-11-2018","content":"- taxonomy implemented [now when you click on tag, it'll list all posts that contain it]\n- archives layout is now in columns, looks much nicer\n- medium like image zoom\n- smooth scroll to top"},"0.5":{"date":"12-11-2018","content":"- added default.twig.html\n- fixed a bug where theme wouldn't save posts\n- fixed title display on tab"},"0.4":{"date":"19-10-2018","content":"- changed google font from Muuli to Nunito\n- changed repo name in order to install theme successfully"},"0.2":{"date":" 03-10-2018","content":"1. [*] Initial version : Spooky \ud83d\udc7b"}}},"landed":{"name":"Landed","version":"0.1.5","description":"Grav port of Landed theme by HTML5 UP","description_html":" Grav port of Landed theme by HTML5 UP<\/p>","description_plain":"Grav port of Landed theme by HTML5 UP","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-landed","docs":"https:\/\/github.com\/hughbris\/grav-theme-landed\/blob\/develop\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/landed","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/hughbris\/grav-theme-landed\/issues","license":"MIT","tag_name":"v0.1.5","date":"2019-11-13T09:23:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/landed\/0.1.5","repository":"https:\/\/github.com\/hughbris\/grav-theme-landed","slug":"landed","install_path":"user\/themes\/landed","screenshot":"themes-landed.jpg","changelog":{"0.1.0":{"date":" 24-09-2018","content":"1. [](#new)\n * initial basic port of [existing theme](https:\/\/html5up.net\/landed)"},"0.1.1":{"date":" 20-10-2018","content":"1. [](#bugfix)\n * correct link for non-default hero images in base template"},"0.1.2":{"date":" 24-05-2019","content":"1. [](#new)\n * Instructions for deploying deferred asset blocks added to README\n * custom default favicon for theme"},"0.1.3":{"date":" 05-06-2019","content":"1. [](#improved)\n * Add caution to README about including pagetype taxonomy in site.yaml ([#4](https:\/\/github.com\/hughbris\/grav-theme-landed\/issues\/4))"},"0.1.4":{"date":" 10-07-2019","content":"1. [](#bugfix)\n * Fixed variable typo in key_points section template"},"0.1.5":{"date":" 13-11-2019","content":"1. [](#bugfix)\n * Fixed another typo in key_points section template (PR #6 from @ccop2540)"}},"dependencies":[]},"grav-coder":{"name":"Grav Coder","version":"0.1.7","description":"Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.","description_html":" Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.<\/p>","description_plain":"Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.","icon":"rebel","author":{"name":"Paritosh Bhatia","url":"https:\/\/paritoshbh.me","email":"paritosh.bh@outlook.com"},"homepage":"https:\/\/github.com\/ParitoshBh\/grav-coder","demo":"https:\/\/paritoshbh.me","keywords":"grav, theme, coder, minimum, clutter, content, visibility, cms, bootstrap","bugs":"https:\/\/github.com\/ParitoshBh\/grav-coder\/issues","license":"MIT","tag_name":"0.1.7","date":"2020-03-10T01:41:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/grav-coder\/0.1.7","repository":"https:\/\/github.com\/ParitoshBh\/grav-coder","slug":"grav-coder","install_path":"user\/themes\/grav-coder","screenshot":"themes-grav-coder.jpg","changelog":{"0.1.7":{"date":"09\/09\/2020","content":"1. [](#bugfix)\n * Attempt fixing navigation on item detail page [#18](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/18). Thanks [@HymieAli](https:\/\/github.com\/HymieAli)."},"0.1.6":{"date":"12\/30\/2019","content":"1. [](#bugfix)\n * Include host value when building page navigation (newer) slug. Fixes [#16](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/16)"},"0.1.5":{"date":"11\/21\/2019","content":"1. [](#bugfix)\n * Include host value when building page navigation slug. Fixes [#16](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/16)"},"0.1.4":{"date":"08\/22\/2019","content":"1. [](#new)\n * Highlight selected page in navbar. Thanks [@samuelstein](https:\/\/github.com\/samuelstein)\n * Overwrite or extend styles using `custom.css`. Thanks [@samuelstein](https:\/\/github.com\/samuelstein)\n1. [](#bugfix)\n * Comma separated categories (on blog entry page). Fixes [#11](https:\/\/github.com\/ParitoshBh\/grav-coder\/issues\/11)"},"0.1.3":{"date":"05\/16\/2019","content":"1. [](#new)\n * Add pagination support."},"0.1.2":{"date":"05\/10\/2019","content":"1. [](#new)\n * Activate category listing url.\n * Automatically generate copyright year (current year). Add ability to define start year.\n * Add instructions for setting up homepage, blog listing page and navigation bar menu items.\n1. [](#bugfix)\n * Use bootstrap btn class for building footer social icons. Fixes issue with using `researchgate` fontawesome icon.\n * Show page titles correctly."},"0.1.1":{"date":"9\/25\/2018","content":"1. [](#new)\n * Added option to show navigation links (previous\/next) on post page (enabled by default), to disable it,\n ```\n post:\n navigation: false\n ```\n * Added placeholder image for Grav marketplace!"},"0.1.0":{"date":" 08\/26\/2018","content":"1. [](#new)\n * Marketplace release!"}},"dependencies":[]},"brilliant-resume":{"name":"Brilliant Resume","version":"1.0.5","description":"Brilliant Resume Theme","description_html":" Brilliant Resume Theme<\/p>","description_plain":"Brilliant Resume Theme","icon":"address-card","author":{"name":"Jason Thomas Bray","email":"me@jtbray.com"},"homepage":"https:\/\/github.com\/jtbray\/brilliant-resume","demo":"https:\/\/jtbray.com","keywords":"brilliant resume, grav theme","bugs":"https:\/\/github.com\/jtbray\/brilliant-resume\/issues","license":"MIT","tag_name":"1.0.5","date":"2018-09-27T16:28:14Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/brilliant-resume\/1.0.5","repository":"https:\/\/github.com\/jtbray\/brilliant-resume","slug":"brilliant-resume","install_path":"user\/themes\/brilliant-resume","screenshot":"themes-brilliant-resume.jpg","changelog":{"1.0.0":{"date":"08\/21\/2018","content":"1. [](#new)\n * Changelog started..."}},"dependencies":[]},"solarize":{"name":"Solarize","version":"0.1.6","description":"Grav port of Solarize theme by Templated","description_html":" Grav port of Solarize theme by Templated<\/p>","description_plain":"Grav port of Solarize theme by Templated","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-solarize","docs":"https:\/\/github.com\/hughbris\/grav-theme-solarize\/blob\/develop\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/solarize","keywords":"grav, theme, templated, green","bugs":"https:\/\/github.com\/hughbris\/grav-theme-solarize\/issues","license":"MIT","tag_name":"v0.1.6","date":"2019-09-25T06:16:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/solarize\/0.1.6","repository":"https:\/\/github.com\/hughbris\/grav-theme-solarize","slug":"solarize","install_path":"user\/themes\/solarize","screenshot":"themes-solarize.jpg","changelog":{"0.1.0":{"date":" 28-07-2018","content":"1. [](#new)\n * Initial basic release, missing content blueprints and elements page"},"0.1.1":{"date":" 29-07-2018","content":"1. [](#new)\n * Added elements page"},"0.1.2":{"date":" 20-04-2019","content":"1. [](#improved)\n * Template cleanup\n * Removed some deprecated Twig"},"0.1.3":{"date":" 23-05-2019","content":"1. [](#new)\n * Instructions for deploying deferred asset blocks added to README\n * Examples in the wild section added to README"},"0.1.4":{"date":" 31-05-2019","content":"1. [](#bugfix)\n * Fixed JS-derived CSS paths for skel framework in IE browsers ([#6](https:\/\/github.com\/hughbris\/grav-theme-solarize\/issues\/6))"},"0.1.5":{"date":" 12-06-2019","content":"1. [](#bugfix)\n * Fixed mixed content warning when importing google fonts plain http CSS URL ([#8](https:\/\/github.com\/hughbris\/grav-theme-solarize\/issues\/8))"},"0.1.6":{"date":" 25-09-2019","content":"1. [](#bugfix)\n * Merged PR by @tiktuk which fixes dropdown menus after Twig engine changes ([#10](https:\/\/github.com\/hughbris\/grav-theme-solarize\/pull\/10))"}},"dependencies":[]},"bootstrap4-open-matter":{"name":"Bootstrap4 Open Matter","version":"3.3.9","description":"A custom version of the Bootstrap4 theme for open blogs, course hubs and more. Includes Git Sync and 'chromeless' content embedding.","description_html":" A custom version of the Bootstrap4 theme for open blogs, course hubs and more. Includes Git Sync and 'chromeless' content embedding.<\/p>","description_plain":"A custom version of the Bootstrap4 theme for open blogs, course hubs and more. Includes Git Sync and 'chromeless' content embedding.","icon":"bold","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"email","version":"*"},{"name":"error","version":"*"},{"name":"external_links","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"grava11y","version":"*"},{"name":"image-captions","version":"*"},{"name":"login","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"presentation","version":"*"},{"name":"presentation-deckset","version":"*"},{"name":"prism-highlight","version":"*"},{"name":"problems","version":"*"},{"name":"twigfeeds","version":"*"},{"name":"twigpcre","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"youtube","version":"*"},{"name":"bootstrap4","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter\/blob\/master\/README.md","demo":"https:\/\/demo.hibbittsdesign.org\/grav-theme-bootstrap4-open-matter\/","keywords":"open, courses, resources, oer, git, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter\/issues","license":"MIT","tag_name":"v3.3.9","date":"2020-09-06T22:29:22Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap4-open-matter\/3.3.9","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter","slug":"bootstrap4-open-matter","install_path":"user\/themes\/bootstrap4-open-matter","screenshot":"themes-bootstrap4-open-matter.jpg","changelog":{"3.3.9":{"date":"09\/06\/2020","content":"1. [](#improved)\n * Added support for External Links Plugin target with badge shortcode target"},"3.3.8":{"date":"09\/04\/2020","content":"1. [](#bugfix)\n * Corrected CSS styling for button, badge, and navbar-branding elements"},"3.3.7":{"date":"09\/04\/2020","content":"1. [](#improved)\n * Updated Link page blueprint to include badge label, type and url"},"3.3.6":{"date":"09\/03\/2020","content":"1. [](#improved)\n * Added support for badge types and urls in link page types"},"3.3.5":{"date":"09\/03\/2020","content":"1. [](#improved)\n * Added `target` attribute to badge shortcode"},"3.3.4":{"date":"08\/16\/2020","content":"1. [](#bugfix)\n * Fixed issue with modular item display on Blog pages"},"3.3.3":{"date":"07\/24\/2020","content":"1. [](#improved)\n * Adjusted visual appearance of badges for link page types"},"3.3.2":{"date":"07\/24\/2020","content":"1. [](#improved)\n * Added support of link `url` to badges\n * Adjusted visual appearance of badges"},"3.3.1":{"date":"07\/22\/2020","content":"1. [](#bugfix)\n * Updated templates for latest RC build (v.15)"},"3.3.0":{"date":"07\/22\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.2.9":{"date":"07\/19\/2020","content":"1. [](#bugfix)\n * Fixed Presentation blueprint error (thanks @SteveDaulton)\n * Fixed Section and Subsection blueprint error"},"3.2.8":{"date":"07\/12\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.2.7":{"date":"07\/10\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.2.6":{"date":"07\/08\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.2.5":{"date":"07\/03\/2020","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"3.2.4":{"date":"07\/03\/2020","content":"1. [](#new)\n * Added GoogleSlides Shortcode ([googleslides url=\"\"]) to display embedded Google Slides"},"3.2.3":{"date":"06\/09\/2020","content":"1. [](#improved)\n * Updated Divs for use with the ShowIfEmbedded and HideIfEmbedded Shortcodes"},"3.2.2":{"date":"06\/08\/2020","content":"1. [](#bugfix)\n * Fixed improperly closed Div within ShowIfEmbedded and HideIfEmbedded Shortcodes"},"3.2.1":{"date":"06\/06\/2020","content":"1. [](#new)\n * Added ShowIfEmbedded and HideIfEmbedded Shortcodes to only show content when embedded (i.e. chromeless) or not"},"3.2.0":{"date":"06\/04\/2020","content":"1. [](#new)\n * Added CSS classes to only show content when chromeless or not chromeless (e.g. '[div class=\"chromeless-show\"]' and [div class=\"chromeless-hide\"]) (thanks @ricardo118)\n * Added CSS class to force column content to keep together (e.g. '[div class=\"keeptogether\"]'), for use with the Columns Shortcode"}}},"fresh":{"name":"Fresh","version":"0.5","description":"Fresh is a colorful landing page. It features a single page with a few sections to get started. Fresh is based on Bulma framework and it's easy to use flexbox grid.","description_html":" Fresh is a colorful landing page. It features a single page with a few sections to get started. Fresh is based on Bulma framework and it's easy to use flexbox grid.<\/p>","description_plain":"Fresh is a colorful landing page. It features a single page with a few sections to get started. Fresh is based on Bulma framework and it's easy to use flexbox grid.","icon":"pied-piper-alt","author":{"name":"diomed","url":"https:\/\/github.com\/diomed"},"homepage":"https:\/\/github.com\/diomed\/fresh","keywords":"fresh, grav,","bugs":"https:\/\/github.com\/diomed\/fresh\/issues","license":"MIT","tag_name":"0.5","date":"2018-11-22T10:25:19Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/fresh\/0.5","repository":"https:\/\/github.com\/diomed\/fresh","slug":"fresh","install_path":"user\/themes\/fresh","screenshot":"themes-fresh.jpg","changelog":{"0.5":{"date":"22-11-2018","content":"[*](#new)\n* version of bulma is 0.7.2. now\n* mostly some updates removing hard coded images"},"0.4":{"date":"31-07-2018","content":"[*](#new)\n* fixed favicon\n* added missing screenshot\n* widened obviously too small width of column content in default"},"0.2":{"date":" 15-07-2018","content":"1. [*](#new)\n * Initial version"}},"dependencies":[]},"qbee":{"name":"QBee","version":"1.0.0","description":"QBee is a clean, lightweight and minimal HTML 5 theme for Grav built with the Kube CSS & JS Framework","description_html":" QBee is a clean, lightweight and minimal HTML 5 theme for Grav built with the Kube CSS & JS Framework<\/p>","description_plain":"QBee is a clean, lightweight and minimal HTML 5 theme for Grav built with the Kube CSS & JS Framework","icon":"rebel","author":{"name":"Jorge Tite","email":"me@jorgetite.com"},"dependencies":[{"name":"grav","version":">=1.4.0-rc.1"}],"homepage":"https:\/\/github.com\/jorgetite\/grav-theme-qbee","demo":"http:\/\/demo.yoursite.com","keywords":"grav, theme, minimal, modern, responsive, html5, kube","bugs":"https:\/\/github.com\/jorgetite\/grav-theme-qbee\/issues","license":"MIT","tag_name":"v1.0.3","date":"2018-07-13T01:17:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/qbee\/1.0.0","repository":"https:\/\/github.com\/jorgetite\/grav-theme-qbee","slug":"qbee","install_path":"user\/themes\/qbee","screenshot":"themes-qbee.jpg","changelog":{"1.0.3":{"date":" 07\/12\/2018","content":"1. [](#new)\n * Support for menu icons\n2. [](#improved)\n * Documentation"},"1.0.2":{"date":" 07\/04\/2018","content":"1. [](#fixed)\n * Load custom css and js files in base theme"},"1.0.1":{"date":" 07\/04\/2018","content":"1. [](#new)\n * Support for custom favicon\n * Support for custom JavaScript\n * Support for Theme-custom images\n2. [](#improved)\n * Support for custom copyright notice in footer\n * Documentation"},"1.0.0":{"date":" 07\/01\/2018","content":"1. [](#new)\n * First release."}}},"bootstrap4":{"name":"Bootstrap4","version":"1.2.0","description":"Bootstrap4 is built using the popular **Bootstrap 4** Framework","description_html":" Bootstrap4 is built using the popular Bootstrap 4<\/strong> Framework<\/p>","description_plain":"Bootstrap4 is built using the popular Bootstrap 4 Framework","icon":"bold","author":{"name":"Trilby Media","url":"https:\/\/trilby.media","email":"hello@trilby.media"},"dependencies":[{"name":"bootstrapper"},{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4","keywords":"bootstrap, bootstrap4, theme, framework","bugs":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4\/issues","license":"MIT","tag_name":"1.2.0","date":"2019-03-22T00:27:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap4\/1.2.0","repository":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4","slug":"bootstrap4","install_path":"user\/themes\/bootstrap4","screenshot":"themes-bootstrap4.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension"},"1.1.0":{"date":"11\/06\/2018","content":"1. [](#new)\n * TWIG 2.0 compatibility fixes"},"1.0.1":{"date":"07\/02\/2018","content":"1. [](#bugfix)\n * Fixed bad links in the hero section\n * Better styling for error page"},"1.0.0":{"date":"06\/29\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"project-space":{"name":"Project Space","version":"1.2.6","description":"Visualize projects in an organized manner, as notes on a board.","description_html":" Visualize projects in an organized manner, as notes on a board.<\/p>","description_plain":"Visualize projects in an organized manner, as notes on a board.","icon":"sticky-note","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":"~1.6"},{"name":"quark","version":">=1.0"},{"name":"breadcrumbs","version":">=1.5"},{"name":"taxonomylist","version":">=1.3"},{"name":"auto-date","version":">=1.0"},{"name":"markdown-tasklists","version":">=1.0"}],"homepage":"https:\/\/github.com\/OleVik\/grav-theme-project-space","demo":"https:\/\/olevik.me\/staging\/grav-skeleton-project-space","keywords":"grav, theme, project, projects, note, notes, visualize","bugs":"https:\/\/github.com\/OleVik\/grav-theme-project-space\/issues","license":"MIT","tag_name":"v1.2.6","date":"2020-07-16T21:13:54Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/project-space\/1.2.6","repository":"https:\/\/github.com\/OleVik\/grav-theme-project-space","slug":"project-space","install_path":"user\/themes\/project-space","screenshot":"themes-project-space.jpg","changelog":{"1.2.6":{"date":"16-07-2020","content":"1. [](#bugfix)\n - Word-wrapping in boxes"},"1.2.5":{"date":"23-05-2020","content":"1. [](#bugfix)\n - Further category-fixes"},"1.2.4":{"date":"23-05-2020","content":"1. [](#bugfix)\n - Filepicker-field\n - Categories (Admin >= 1.9)"},"1.2.3":{"date":"19-04-2019","content":"1. [](#bugfix)\n - Fix version constraints"},"1.2.2":{"date":"18-02-2019","content":"1. [](#bugfix)\n - Merge tags in Admin."},"1.2.1":{"date":"13-02-2019","content":"1. [](#improved)\n - Limit navigation-menu to published pages.\n2. [](#bugfix)\n - Handle categories-assignment in Admin."},"1.2.0":{"date":"23-10-2018","content":"1. [](#new)\n - Print-styling\n2. [](#improved)\n - Truncate-methods fallback for empty content"},"1.1.7":{"date":"23-09-2018","content":"1. [](#bugfix)\n - Word-wrap titles"},"1.1.6":{"date":"04-08-2018","content":"1. [](#bugfix)\n - Fix routing logic"},"1.1.5":{"date":"04-08-2018","content":"1. [](#new)\n - Add demo\n2. [](#bugfix)\n - Fix collection-evaluation\n - Fix blueprint, again\n - Fix languages"},"1.1.4":{"date":"11-07-2018","content":"1. [](#bugfix)\n - Fix blueprint"},"1.1.3":{"date":"03-07-2018","content":"1. [](#improved)\n - Meta-styling\n2. [](#bugfix)\n - Content-height\n - Superfluous meta\n - Date-retrieval from system-config\n - Article-partial URLs for category and tags"},"1.1.2":{"date":"26-06-2018","content":"1. [](#improved)\n - Checks in PHP and Twig for home-page\n - Post-template styles\n - Breadcrumb-styles\n - Header-partial\n2. [](#bugfix)\n - Fix in-page filter-API\n3. [](#new)\n - Breadcrumbs in post-template, blueprint dependency"},"1.1.1":{"date":"25-06-2018","content":"1. [](#bugfix)\n - Move `subtitle`-setting to Options, breaks in Content"},"1.1.0":{"date":"25-06-2018","content":"1. [](#new)\n - Theme- and page-level setting for truncate\n - Support for `subtitle`-header\n - Theme is now a fork, rather than child, of Masonry\n2. [](#improved)\n - Categories moved to theme-settings\n - Styles for `.post-title` and `.post-subtitle`"},"1.0.0":{"date":"15-06-2018","content":"1. [](#new)\n - Initial public release"}}},"bootstrap-blog":{"name":"Bootstrap Blog","version":"1.4.0","description":"Template built in default Bootstrap 4 framework","description_html":" Template built in default Bootstrap 4 framework<\/p>","description_plain":"Template built in default Bootstrap 4 framework","icon":"bold","author":{"name":"Ayoze Hern\u00e1ndez D\u00edaz","url":"https:\/\/ayozehd.com","email":"ayoze.dev@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog","docs":"https:\/\/bootstrap-blog.ayozehd.com\/doc","demo":"https:\/\/bootstrap-blog.ayozehd.com","keywords":"theme, bootstrap, blog, styles, simple, fluid, carousel, layouts","bugs":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog\/issues","license":"MIT","tag_name":"1.4.0","date":"2020-09-20T10:04:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap-blog\/1.4.0","repository":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog","slug":"bootstrap-blog","install_path":"user\/themes\/bootstrap-blog","screenshot":"themes-bootstrap-blog.jpg","changelog":{"1.4.0":{"date":"20-09-2020","content":"1. [](#new)\n * New `typewriter` modular template\n2. [](#improved)\n * Updated libraries Bootstrap 4.5.2 and Fontawesome 5.14.0\n3. [](#bugfix)\n * Moved languages key to `THEME_BOOTSTRAP_BLOG` to solve errors on child themes"},"1.3.6":{"date":"08-08-2020","content":"1. [](#improved)\n * Improved icons on modular features\n2. [](#bugfix)\n * Fix for missing default `comments` param"},"1.3.5":{"date":"07-08-2019","content":"1. [](#bugfix)\n * Spelling fix [86ccba8](https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog\/commit\/6a2bd86d1e845da3ace76a9f6cdf2c22fe916bbd)\n * Minor fixes"},"1.3.4":{"date":"07-08-2019","content":"1. [](#improved)\n * Markdown notices integration\n * Cards images `alt-text`\n * Assets event now `onAssetsInitialized`\n2. [](#bugfix)\n * Featured image css missing"},"1.3.3":{"date":"03-08-2019","content":"1. [](#improved)\n * Theme css minified and compressed\n * Light colors are more accessible\n2. [](#bugfix)\n * Blueprints fix"},"1.3.2":{"date":"01-08-2019","content":"1. [](#new)\n * Added `item.text_align` theme option\n * Added support for lastfm and sharer plugins\n2. [](#improved)\n * Renamed skills template to bars\n3. [](#bugfix)\n * Fixed a SASS compile error\n * Fixed charset lang error in latest Grav version"},"1.3.1":{"date":"25-6-2019","content":"1. [](#improved)\n * Footer now is always aligned to the bottom of viewport\n2. [](#bugfix)\n * Related pages summary broke HTML markup on truncating\n * Masonry only-text items classnames spacing"},"1.3":{"date":"24-6-2019","content":"1. [](#new)\n * Added pagination template. Disable `built_in_css` plugin option to render it properly.\n * Fluid container option\n2. [](#improved)\n * Moved Twig macros to SASS functions to ease theme extending and understanding.\n * Added new colors (expert mode)\n3. [](#bugfix)\n * Language typo error"},"1.2":{"date":"15-6-2019","content":"1. [](#new)\n * Added `container_fluid` and `item.featured_image` theme options\n2. [](#improved)\n * Updated [Bootstrap 4.3.1](https:\/\/blog.getbootstrap.com\/2019\/02\/11\/bootstrap-4-3-0\/)\n * SCSS improvements\n * Better responsive layouts\n3. [](#bugfix)\n * Login status template desalignment"},"1.1.12":{"date":"30-3-2019","content":"1. [](#new)\n * Implement assets rendering using **Deferred Block** Twig extension\n2. [](#bugfix)\n * Fixed a bug in macro button when site is under a subdomain"},"1.1.11":{"date":"24-2-2019","content":"1. [](#new)\n * Added support for [readingtime](https:\/\/github.com\/getgrav\/grav-plugin-readingtime) plugin\n2. [](#improved)\n * Breadcrumb style now from Bootstrap"},"1.1.10":{"date":"24-1-2019","content":"1. [](#new)\n * Related pages at bottom items\n2. [](#bugfix)\n * Some styles buttons didn't have background animation\n3. [](#improved)\n * Css improvements\n * Updated masonry and cards responsive layouts"},"1.1.9":{"date":"24-12-2018","content":"1. [](#bugfix)\n * Fixed js [Popper](https:\/\/popper.js.org\/) dependency"},"1.1.8":{"date":"24-12-2018","content":"1. [](#bugfix)\n * Fixed show_more translation (blog modular template)\n2. [](#improved)\n * Assets css\/js in collection named `bootstrap-blog`\n * Showcase parameter `image_filters` renamed to `image_actions`\n * Dropdown menu can be splitted using `split_menu: true`"},"1.1.7":{"date":"26-11-2018","content":"1. [](#bugfix)\n * Fixed navbar style color"},"1.1.6":{"date":"19-11-2018","content":"1. [](#bugfix)\n * Fixed navbar macro"},"1.1.5":{"date":"17-11-2018","content":"1. [](#improved)\n * Navbar color change from item headers\n * Added new colors to blueprints\n * Icon in dropdown menus\n2. [](#bugfix)\n * Fixed disqus bug when title has quotes\n * Carousel controls id broken"},"1.1.4":{"date":"10-11-2018","content":"1. [](#new)\n * Carousel modular template\n * Skills modular template\n2. [](#bugfix)\n * JQuery slim no worked with CDN files"},"1.1.3":{"date":"24-10-2018","content":"1. [](#improved)\n * Supported new styles in blueprints (no forms)\n2. [](#bugfix)\n * Fixed style in cards layout"},"1.1.2":{"date":"21-10-2018","content":"1. [](#new)\n * New bootstrap colors\n2. [](#bugfix)\n * Fixed pagination"}}},"quark-open-publishing":{"name":"Quark Open Publishing","version":"2.1.6","description":"A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding.","description_html":" A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding.<\/p>","description_plain":"A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding.","icon":"unlock","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"archives","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"email","version":"*"},{"name":"error","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"image-captions","version":"*"},{"name":"login","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"presentation","version":"*"},{"name":"presentation-deckset","version":"*"},{"name":"problems","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"taxonomylist","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"shortcode-ui","version":"*"},{"name":"quark","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/blob\/master\/README.md","demo":"http:\/\/demo.hibbittsdesign.org\/grav-open-publishing-quark\/","keywords":"open, blog, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/issues","license":"MIT","tag_name":"v2.1.6","date":"2020-07-22T19:28:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark-open-publishing\/2.1.6","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","slug":"quark-open-publishing","install_path":"user\/themes\/quark-open-publishing","screenshot":"themes-quark-open-publishing.jpg","changelog":{"2.1.6":{"date":"07\/22\/2020","content":"1. [](#bugfix)\n * Updated templates for latest RC build (v.15)"},"2.1.5":{"date":"07\/19\/2020","content":"1. [](#bugfix)\n * Fixed Section and Subsection blueprint error"},"2.1.4":{"date":"07\/03\/2020","content":"1. [](#new)\n * Added GoogleSlides Shortcode ([googleslides url=\"\"]), with aspect option ([googleslides url=\"\" aspectratio=\"4-3\"]), to display embedded Google Slides\n1. [](#updated)\n * Updated demo pages in theme '_demo' folder"},"2.1.3":{"date":"05\/23\/2020","content":"1. [](#improved)\n * Updated inherited theme file paths for multisite compatibility"},"2.1.2":{"date":"04\/30\/2020","content":"1. [](#bugfix)\n * Added missing closing paragraph tag on `sections` page types (thanks to @lazybadger for finding the issue)"},"2.1.1":{"date":"04\/27\/2020","content":"1. [](#new)\n * Added support for optional display of title links for `embedlycard` page types"},"2.1.0":{"date":"02\/13\/2020","content":"1. [](#new)\n * Updated demo pages in theme '_demo' folder"},"2.0.9":{"date":"02\/06\/2020","content":"1. [](#new)\n * Support for Menu property in Sections pages (thanks to @awrog for the suggestion and initial Twig)"},"2.0.8":{"date":"01\/21\/2020","content":"1. [](#new)\n * Support for ReadingTime Plugin (thanks to @B1gG for the initial PR)\n1. [](#improved)\n * Updated demo pages in theme '_demo' folder\n1. [](#bugfix)\n * Restored display of taxonomy tags on blog post pages (Sections pages now use the `filter` taxonomy item, which is also needed to be in Taxonomy `site.yaml` config)"},"2.0.7":{"date":"01\/02\/2020","content":"1. [](#improved)\n * Updated CSS for left\/right image alignment (thanks to @OleVik)"},"2.0.6":{"date":"12\/18\/2019","content":"1. [](#new)\n * Support for custom links (e.g. PDFs) with embedded Presentations"},"2.0.5":{"date":"12\/08\/2019","content":"1. [](#improved)\n * Changed reference of \"Menubar\" to \"Menu\" in theme setting"},"2.0.4":{"date":"12\/08\/2019","content":"1. [](#improved)\n * Reorganized theme options for Git Sync Link and Custom Menu Items\n * Renamed template\/blueprint of CustomContentList to CustomPageTypes\n * Removed deprecated swipedeck template partials"},"2.0.3":{"date":"11\/27\/2019","content":"1. [](#improved)\n * Removed deprecated swipedeck template, blueprint and shortcode"},"2.0.2":{"date":"11\/22\/2019","content":"1. [](#improved)\n * Updated experimental Markdown file Shortcode ([markdownfile url=\"\"]) to support displaying Grav Markdown pages (frontmatter is removed)"},"2.0.1":{"date":"11\/09\/2019","content":"1. [](#new)\n * Added experimental Markdown file Shortcode ([markdownfile url=\"\"]) to embed external Markdown files (thanks to @OleVik for help along the way)"},"2.0.0":{"date":"10\/09\/2019","content":"1. [](#improved)\n * Removed theme option to hide homepage in menubar (set the 'visible' option to 'false' on homepage for same functionality)"},"1.9.9":{"date":"10\/04\/2019","content":"1. [](#bugfix) \n * Support proper RSS feed URL when 'Append URL extension' is set to '.html'\n1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.9.8":{"date":"09\/14\/2019","content":"1. [](#bugfix) \n * Updated JS to prevent possible conflict with Bricklayer CSS"},"1.9.7":{"date":"09\/12\/2019","content":"1. [](#bugfix) \n * Support CTRL + click to open links in new tab as expected"}}},"bulma-portfolio":{"name":"Bulma Portfolio","version":"0.1.7","description":"Bulma Portfolio Theme","description_html":" Bulma Portfolio Theme<\/p>","description_plain":"Bulma Portfolio Theme","icon":"rebel","author":{"name":"John Mica","email":"john@johnmica.me"},"homepage":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio\/issues","license":"MIT","tag_name":"0.1.8","date":"2019-08-29T17:46:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bulma-portfolio\/0.1.7","repository":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","slug":"bulma-portfolio","install_path":"user\/themes\/bulma-portfolio","screenshot":"themes-bulma-portfolio.jpg","changelog":{"0.1.5":{"date":" 22\/03\/2018","content":"1. [](#improved)\n - added possibility to select a Logo (only SVG ) and a favicon (usually a png\/jpg) from the theme settings. Before a logo \/ favicon can be added, at least a page must be created and saved and media added to that page. (next iteration could see improvements in this)"},"0.1.0":{"date":" 18\/03\/2018","content":"- initial release\n"}},"dependencies":[]},"chalk":{"name":"Chalk","version":"0.3.0","description":"Port of Jekyll's chalk theme to Grav","description_html":" Port of Jekyll's chalk theme to Grav<\/p>","description_plain":"Port of Jekyll's chalk theme to Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"dependencies":[{"name":"grav","version":">=1.3.8"},{"name":"admin","version":">=1.6.6"},{"name":"readingtime","version":">=1.2.0"},{"name":"highlight","version":">=1.4.0"},{"name":"taxonomylist","version":">=1.3.1"},{"name":"quick-tray-links","version":">=1.0.0"}],"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-chalk","demo":"http:\/\/chalk.paulmassendari.com","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-chalk\/issues","license":"MIT","tag_name":"v0.3.0","date":"2018-06-25T14:43:42Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/chalk\/0.3.0","repository":"https:\/\/github.com\/paulmassen\/grav-theme-chalk","slug":"chalk","install_path":"user\/themes\/chalk","screenshot":"themes-chalk.jpg","changelog":{"0.3.0":{"date":" 04\/05\/2018","content":"1. [](#new)\n * Added options to display summary or not\n * Added link to tag cloud\n * Few css fixes"},"0.2.0":{"date":" 04\/05\/2018","content":"1. [](#new)\n * Fixed icons\n * Several improvements\n * Fixed scss reference to normalize\n "},"0.1.0":{"date":" 03\/18\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"minimaxing":{"name":"Minimaxing","version":"0.2.3","description":"Port of Minimaxing by HTML5 UP","description_html":" Port of Minimaxing by HTML5 UP<\/p>","description_plain":"Port of Minimaxing by HTML5 UP","icon":"rebel","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing","docs":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing\/blob\/master\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/minimaxing","keywords":"grav, theme, html5up, blue","bugs":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing\/issues","license":"MIT","tag_name":"v0.2.3","date":"2019-05-24T10:20:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/minimaxing\/0.2.3","repository":"https:\/\/github.com\/hughbris\/grav-theme-minimaxing","slug":"minimaxing","install_path":"user\/themes\/minimaxing","screenshot":"themes-minimaxing.jpg","changelog":{"0.2.1":{"date":" 18-02-2018","content":"1. [](#new)\n * port of [existing theme](https:\/\/html5up.net\/minimaxing)\n * [demo pages](_demo\/pages) and an additional [Elements page](_demo\/pages\/90.elements\/onecolumn.md)\n1. [](#improved)\n * add docs, demo and correct keywords in blueprint\n1. [](#bugfix)\n * fix twig typo bug in header link"},"0.2.3":{"date":" 24-05-2018","content":"1. [](#new)\n * Instructions for deploying deferred asset blocks added to README"}},"dependencies":[]},"portfolio":{"name":"Portfolio","version":"0.3.1","description":"Simple and minimalistic responsive theme for portfolios.","description_html":" Simple and minimalistic responsive theme for portfolios.<\/p>","description_plain":"Simple and minimalistic responsive theme for portfolios.","icon":"rebel","author":{"name":"Joey CK","email":"joui1994@gmail.com"},"homepage":"https:\/\/github.com\/s6joui\/grav-theme-portfolio","demo":"http:\/\/www.joeyck.tech","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/s6joui\/grav-theme-portfolio\/issues","license":"MIT","tag_name":"0.3.1","date":"2019-02-10T01:38:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/portfolio\/0.3.1","repository":"https:\/\/github.com\/s6joui\/grav-theme-portfolio","slug":"portfolio","install_path":"user\/themes\/portfolio","screenshot":"themes-portfolio.jpg","changelog":{"0.3.1":{"date":"02\/10\/2019","content":"1. [](#bugfix)\n\t* Fixed layout errors"},"0.3.0":{"date":"02\/10\/2019","content":"1. [](#new)\n\t* Added full-screen image viewer\n\t* Added support for viewing items by category via the new categories page type\n\t* Improved mobile layout"},"0.2.0":{"date":" 01\/30\/2019","content":"1. [](#bugfix)\n * Fixed pagination not visible on mobie\n\t* Fixed visual errors in Chrome"},"0.1.0":{"date":" 02\/26\/2018","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"editorial":{"name":"Editorial","version":"0.1.3","description":"Port of the Editorial theme from HTML5Up.net","description_html":" Port of the Editorial theme from HTML5Up.net<\/p>","description_plain":"Port of the Editorial theme from HTML5Up.net","icon":"paint-brush","author":{"name":"Jeremy Gonyea","email":"jeremy.gonyea@gmail.com"},"dependencies":[{"name":"auto-date","version":"*"},{"name":"simplesearch","version":"*"}],"homepage":"https:\/\/github.com\/jeremy-gonyea\/grav-theme-editorial","keywords":"grav, theme, html5up, editorial","bugs":"https:\/\/github.com\/jeremy-gonyea\/grav-theme-editorial\/issues","license":"MIT","tag_name":"0.1.3","date":"2018-03-12T23:18:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/editorial\/0.1.3","repository":"https:\/\/github.com\/jgonyea\/grav-theme-editorial","slug":"editorial","install_path":"user\/themes\/editorial","screenshot":"themes-editorial.jpg","changelog":{"0.1.3":{"date":" 02\/14\/2018","content":"1. [](#new)\n * Default state of sidebar is now configurable.\n2. [](#improved)\n * None\n3. [](#bugfix)\n * Child pages in navigation now render properly."},"0.1.2":{"date":" 02\/14\/2018","content":"1. [](#new)\n * Added Simplesearch dependency.\n * Search functionality works now.\n2. [](#improved)\n * Styling on images (thanks to andreakal).\n3. [](#bugfix)\n * None"},"0.1.1":{"date":" 02\/05\/2018","content":"1. [](#new)\n * Added thumbnail and screenshot images to theme.\n2. [](#improved)\n * None\n3. [](#bugfix)\n * None"},"0.1.0":{"date":" 01\/05\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"introspect":{"name":"Introspect","version":"1.0.1","description":"A responsive theme from templated.co, ported to Grav.","description_html":" A responsive theme from templated.co, ported to Grav.<\/p>","description_plain":"A responsive theme from templated.co, ported to Grav.","icon":"desktop","author":{"name":"Andre Lehman","email":"aisberg@posteo.de"},"homepage":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect","demo":"https:\/\/aisbergg.github.io\/grav-demo\/introspect\/pages\/home","keywords":"introspect, theme, modern, responsive, html5, css3","bugs":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect\/issues","license":"MIT","tag_name":"v1.0.2","date":"2018-05-09T17:45:01Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/introspect\/1.0.1","repository":"https:\/\/github.com\/Aisbergg\/grav-theme-introspect","slug":"introspect","install_path":"user\/themes\/introspect","screenshot":"themes-introspect.jpg","changelog":{"1.0.0":{"date":"01\/12\/2018","content":"1. [](#new)\n * Initial Release"},"1.0.1":{"date":"02\/05\/2018","content":"1. [](#new)\n * Add demo site"},"1.0.2":{"date":"05\/09\/2018","content":"1. [](#new)\n * Replace tabs with spaces"}},"dependencies":[]},"quark":{"name":"Quark","version":"2.0.3","description":"New Grav Default Theme","description_html":" New Grav Default Theme<\/p>","description_plain":"New Grav Default Theme","icon":"microchip","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-quark","demo":"https:\/\/demo.getgrav.org\/onepage-skeleton","keywords":"quark, spectre, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-quark\/issues","license":"MIT","tag_name":"2.0.3","date":"2020-06-08T21:28:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark\/2.0.3","repository":"https:\/\/github.com\/getgrav\/grav-theme-quark","slug":"quark","install_path":"user\/themes\/quark","screenshot":"themes-quark.jpg","changelog":{"2.0.3":{"date":"06\/08\/2020","content":"1. [](#improved)\n * Updated some JS libraries\n * Simplified navigation macro\n * Use `site.title` in logo alt text [#139](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/109)"},"2.0.2":{"date":"08\/09\/2019","content":"1. [](#improved)\n * Allow for overriding of `{% block content %}{% endblock %}`\n * Improved default `.table` styling\n * Simplified navigation macro\n1. [](#bugfix)\n * Fixed issue with Prism Highlight [prism-highlight#1](https:\/\/github.com\/trilbymedia\/grav-plugin-prism-highlight\/issues\/1)\n * Use slug for onpage links [#115](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/115)\n * Fixed 2 minor YAML linting issues"},"2.0.1":{"date":"05\/09\/2019","content":"1. [](#improved)\n * Typo in blueprints [#109](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/109)\n * Added convenience scripts to `package.json` [#110](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/110)\n * Added Czech translation [#106](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/106)\n * Added Chinese translation [#114](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/114)\n * Removed redundant code [#104](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/104)\n * Updated to match Archives plugin translation output\n1. [](#bugfix)\n * Bugfix to class in macro [#105](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/105)\n * Bugfix a z-index issue [#75](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/75)"},"2.0.0":{"date":"04\/11\/2019","content":"1. [](#improved)\n * Updated to use new `GRAV` core language prefix\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.8` version\n * Support for 2FA panel styling\n * Updated to Yarn 4.0 syntax\n * Restructured SCSS to ensure easier Spectre updates in future\n1. [](#bugfix)\n * Some checkboxes fixes for Forms 3.0\n * More Twig 2.0 compatibility fixes\n * Fixed a Twig 2.0 issue with assets rendering\n "},"1.2.6":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.5":{"date":"12\/07\/2018","content":"1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.7` version\n1. [](#bugfix)\n * Fixed missing `<\/html>` close tag in bae template [#76](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/76) "},"1.2.4":{"date":"11\/12\/2018","content":"1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.5` version\n * Added link support to modular `features` [#39](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/39\/)\n * Remove desktop menu when in mobile mode [#59](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/59\/)\n * Support modular `text` full-width if no image [#70](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/70)\n * Shim for IE support of BrickLayer.js [#64](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/64)\n1. [](#bugfix)\n * Fixed `continue_link:` showing up as toggled [#65](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/65)\n * Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/71)"},"1.2.3":{"date":"11\/05\/2018","content":"1. [](#improved)\n * Moved footer into standalone twig to allow for easier extensibility [#63](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/63)\n1. [](#bugfix)\n * Fix variable name for prouction mode [#61](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/61)\n * Fix layout size in features blueprint [#67](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/67)\n * Fix active page logic in `nav` so there's no empty class attributes [#68](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/68)\n * Fix for features blueprint because `class` didn't work [#69](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/69)"},"1.2.2":{"date":"10\/24\/2018","content":"1. [](#improved)\n * Changed nav macro to format supported by Twig 2.0\n * Updated `partials\/form-messages.html.twig` to be more inline with latest Forms plugin\n1. [](#bugfix)\n * Make the theme to work with Twig auto-escaping turned on\n * Moved language strings under `THEME_QUARK`"},"1.2.1":{"date":"08\/23\/2018","content":"1. [](#improved)\n * Added additional \"mobile custom logo\" support\n1. [](#bugfix)\n * Addressed some CSS issues by forcing logo height"},"1.2.0":{"date":"08\/23\/2018","content":"1. [](#new)\n * Added new \"custom logo\" support [#3](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/3)\n * Added option JSON feed syndication support in sidebar [#47](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/47)\n * Added basic form field `array` styling"},"1.1.0":{"date":"07\/25\/2018","content":"1. [](#new)\n * Responsive font sizing [#28](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/28)\n1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.3` version\n * Make blog settings toggleable [#38](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/38)\n1. [](#bugfix)\n * Proper fix for sticky footer in IE10 and IE11 [#21](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/21)\n * Fix for lists wrapping weirdly due to `outside` attribute\n * Updated checkbox + radio to take into account `client_side_validation` form option\n * Fixes for fallback values [#37](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/37)\n * Fix inheritance for images folder [#30](https:\/\/github.com\/getgrav\/grav-theme-quark\/pull\/30)\n * Added blueprint option for `continue_link` [#45](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/45)\n * Added blueprint option for Feature `class` [#14](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/14)\n * Fixed `Duplicate ID` issues with modular sections. Might break CSS on first load, need to refresh to pick up new CSS [#24](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/24)\n * Fixed Text feature alignment issue [#4](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/4)\n * Overlapping menu and mobile button [#7](https:\/\/github.com\/getgrav\/grav-theme-quark\/issues\/7)"},"1.0.3":{"date":"05\/11\/2018","content":"1. [](#new)\n * Added new primary button mixin\n1. [](#improved)\n * Updated [Spectre.css](https:\/\/picturepan2.github.io\/spectre\/) to latest `0.5.1` version\n * Improved default login styling\n * Removed core Spectre.css override to make upgrading Spectre easier\n * Added screenshot to README.md\n * Override focus to prevent overzealous blue blurs\n1. [](#bugfix)\n * Fix for `highlight` plugin not changing background of code blocks\n * Removed extraneous `dump()` in Twig output"},"1.0.2":{"date":"02\/19\/2018","content":"1. [](#new)\n * Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files\n * Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0\n1. [](#improved)\n * Font tweaks\n1. [](#bugfix)\n * Pagination fixes"},"1.0.1":{"date":" 01\/22\/2018","content":"1. [](#new)\n * Added blueprints for admin editing\n1. [](#improved)\n * Use default lang from `site.yaml`\n1. [](#bugfix)\n * Fixed Current path to address issues with extending Quark\n * Fixed parallax to start in same position as standard\n * Fixed modular image size"},"1.0.0":{"date":" 12\/28\/2017","content":"1. [](#new)\n * ChangeLog started..."}}},"pluspunkt":{"name":"pluspunkt","version":"1.2.0","description":"A simple, responsive and modern Grav theme built with Kube","description_html":" A simple, responsive and modern Grav theme built with Kube<\/p>","description_plain":"A simple, responsive and modern Grav theme built with Kube","icon":"plus-circle","author":{"name":"Simon M\u00fcller","url":"https:\/\/github.com\/SimonMueller","email":"pluspunkt-theme@protonmail.ch"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt","keywords":"pluspunkt, grav, theme, kube, modern, responsive","bugs":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt\/issues","license":"GPL-3.0","tag_name":"1.2.0","date":"2019-03-30T14:25:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pluspunkt\/1.2.0","repository":"https:\/\/github.com\/SimonMueller\/grav-theme-pluspunkt","slug":"pluspunkt","install_path":"user\/themes\/pluspunkt","screenshot":"themes-pluspunkt.jpg","changelog":{"1.2.0":{"date":"30.03.2019","content":"1. [](#improved)\n * package updates\n * grav min version -> 1.5.10"},"1.1.1":{"date":"23.09.2018","content":"1. [](#improved)\n * reversed changelog order for better readability\n * simplify br html tags"},"1.1.0":{"date":"22.09.2018","content":"1. [](#improved)\n * dev package updates\n * font-awesome updated to version 5.x"},"1.0.3":{"date":"9.01.2018","content":"1. [](#bugfix)\n * Fix pagination base_url with relative URLs"},"1.0.2":{"date":"6.01.2018","content":"1. [](#new)\n * Added CONTRIBUTING.md"},"1.0.1":{"date":"30.12.2017","content":"1. [](#new)\n * Added config for collection head\n2. [](#improved)\n * Improved article header\n3. [](#bugfix)\n * Breadcrumb overflow handling (wrap)\n * Correct padding of footer widget\n * Fix display of publish date"},"1.0.0":{"date":"19.12.2017","content":"1. [](#new)\n * Initial release"}}},"mache":{"name":"Mache","version":"1.0.6","description":"Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.","description_html":" Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.<\/p>","description_plain":"Grav Theme based on Mache HTML theme by freetemplates.pro, original PSD design by symu.co.","icon":"empire","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-mache","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/mache","keywords":"mache, theme, template, responsive, html5, css3, one, single, page, bootstrap","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-mache\/issues","license":"MIT","tag_name":"v1.0.6","date":"2018-06-15T11:27:42Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mache\/1.0.6","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-mache","slug":"mache","install_path":"user\/themes\/mache","screenshot":"themes-mache.jpg","changelog":{"1.0.6":{"date":"15\/06\/2018","content":"1. [](#bugfix)\n * Fixed logo link not clickable\n * Fixed styling issue (#15)."},"1.0.5":{"date":"05\/06\/2018","content":"1. [](#bugfix)\n * Fixed menu issue in blog (thanks to @trangthaonguyen)"},"1.0.4":{"date":"18\/03\/2018","content":"1. [](#bugfix)\n * Fixed image issue (thanks to @trangthaonguyen)\n * Fixed missing pricing title (thanks to @DevilsDaddy)\n2. [](#improved)\n * Centered search icon (thanks to @RobLui)"},"1.0.3":{"date":"02\/01\/2018","content":"1. [](#bugfix)\n * Fixed contact section\n * Fixed active class in navigation\n * Fixed CTA3 module\n2. [](#improved)\n * Improved link in baner"},"1.0.2":{"date":"27\/12\/2017","content":"1. [](#bugfix)\n * Fixed missing button in banner"},"1.0.1":{"date":"26\/12\/2017","content":"1. [](#improved)\n * Improved handling form error"},"1.0.0":{"date":"26\/12\/2017","content":"1. [](#new)\n * First release"}},"dependencies":[]},"simple-dark":{"name":"Simple Dark","version":"0.1.0","description":"A simple and dark theme","description_html":" A simple and dark theme<\/p>","description_plain":"A simple and dark theme","icon":"rebel","author":{"name":"Magnus","email":"magnus.axelsson@student.howest.be"},"homepage":"https:\/\/github.com\/magnus\/grav-theme-simple-dark","demo":"https:\/\/www.vlsm.se","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/magnus\/grav-theme-simple-dark\/issues","license":"MIT","tag_name":"17.12.1","date":"2017-12-28T21:37:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/simple-dark\/0.1.0","repository":"https:\/\/github.com\/magaxel\/Simple-Dark","slug":"simple-dark","install_path":"user\/themes\/simple-dark","screenshot":"themes-simple-dark.jpg","changelog":{"17.12":{"date":" 12\/28\/2017","content":"1. [](#new)\n * First commit\n * Minor changes"}},"dependencies":[]},"generallax":{"name":"Generallax","version":"0.1.0","description":"Generallax Theme by Shane Zentz","description_html":" Generallax Theme by Shane Zentz<\/p>","description_plain":"Generallax Theme by Shane Zentz","icon":"star","author":{"name":"Shane Zentz","email":"shane@shanezentz.com"},"homepage":"https:\/\/github.com\/shane-zentz\/generallax-grav-theme","demo":"https:\/\/www.shanezentz.com","keywords":"Generallax, parallax, sliding banners, psuedo-parallax, mobile friendly, mobile-friendly,","bugs":"https:\/\/github.com\/shane-zentz\/grav-theme-generallax\/issues","license":"MIT","tag_name":"V0.0.1","date":"2017-10-02T16:38:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/generallax\/0.1.0","repository":"https:\/\/github.com\/shane-zentz\/Generallax","slug":"generallax","install_path":"user\/themes\/generallax","screenshot":"themes-generallax.jpg","changelog":[],"dependencies":[]},"gravnd-zero":{"name":"Gravnd Zero","version":"0.1.0","description":"A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.","description_html":" A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.<\/p>","description_plain":"A minimal theme allowing full customization. Improved directory structure, boilerplate code and laravel-mix are ready to boost your development workflow.","icon":"code","author":{"name":"Domantas Petrauskas","email":"domantas@kemdu.lt"},"homepage":"https:\/\/github.com\/fistmenaruto\/grav-theme-gravnd-zero","keywords":"gravnd-zero, boilerplate, starter-theme, custom, base, laravel-mix","bugs":"https:\/\/github.com\/fistmenaruto\/gravnd-zero\/issues","license":"MIT","tag_name":"v0.0.1","date":"2017-09-28T15:48:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gravnd-zero\/0.1.0","repository":"https:\/\/github.com\/fistmenaruto\/gravnd-zero","slug":"gravnd-zero","install_path":"user\/themes\/gravnd-zero","screenshot":"themes-gravnd-zero.jpg","changelog":{"0.1.0":{"date":" 09\/27\/2017","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"hyde":{"name":"Hyde","version":"0.1.1","description":"Hyde theme for Grav","description_html":" Hyde theme for Grav<\/p>","description_plain":"Hyde theme for Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-hyde","demo":"http:\/\/demo.yoursite.com","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-hyde\/issues","license":"MIT","tag_name":"v0.1.1","date":"2017-09-14T13:31:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hyde\/0.1.1","repository":"https:\/\/github.com\/paulmassen\/grav-theme-hyde","slug":"hyde","install_path":"user\/themes\/hyde","screenshot":"themes-hyde.jpg","changelog":{"0.1.0":{"date":"09\/14\/2017","content":"1. [](#new)\n * Started Changelog\n * First Release\n"}},"dependencies":[]},"story":{"name":"Story","version":"1","description":"Story theme by html5up for Grav CMS","description_html":" Story theme by html5up for Grav CMS<\/p>","description_plain":"Story theme by html5up for Grav CMS","icon":"empire","author":{"name":"Paul Massendari","url":"https:\/\/paulmassendari.com","email":"paul@massendari.com"},"homepage":"https:\/\/github.com\/paulmassen\/grav-theme-story","demo":"http:\/\/story.paulmassendari.com","keywords":"story, theme, portfolio, html5, css3","bugs":"https:\/\/github.com\/paulmassen\/grav-theme-story\/issues","license":"MIT","tag_name":"v1.0","date":"2018-01-15T18:51:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/story\/1","repository":"https:\/\/github.com\/paulmassen\/grav-theme-story","slug":"story","install_path":"user\/themes\/story"},"prime":{"name":"PRIME","version":"1.0.0","description":"A Clean, Modern, Responsive theme for Grav CMS","description_html":" A Clean, Modern, Responsive theme for Grav CMS<\/p>","description_plain":"A Clean, Modern, Responsive theme for Grav CMS","icon":"users","author":{"name":"Collin Daugherty","url":"https:\/\/www.collindaugherty.com","email":"contact@collindaugherty.com"},"homepage":"https:\/\/www.github.com\/collindaugherty\/grav-theme-prime","demo":"https:\/\/demo.collindaugherty.com\/prime\/","keywords":"prime, theme, modern, clean, fast, responsive, html5, css3, sass, scss","license":"MIT","tag_name":"1.0.1","date":"2018-01-07T19:30:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/prime\/1.0.0","repository":"https:\/\/github.com\/CollinDaugherty\/grav-theme-prime","slug":"prime","install_path":"user\/themes\/prime","screenshot":"themes-prime.jpg","changelog":{"1.0.0":{"date":"05\/09\/2017 ","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"learn2-git-sync":{"name":"Learn2 Git Sync","version":"1.5.9","description":"A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles.","description_html":" A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles.<\/p>","description_plain":"A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles.","icon":"git","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.6.0"},{"name":"admin","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"learn2","version":"*"},{"name":"error","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"git-sync","version":"*"},{"name":"highlight","version":"*"},{"name":"langswitcher","version":"*"},{"name":"presentation","version":"*"},{"name":"presentation-deckset","version":"*"},{"name":"problems","version":"*"},{"name":"simplesearch","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-learn2-git-sync","demo":"http:\/\/demo.hibbittsdesign.org\/grav-learn2-git-sync\/","keywords":"learn2, gitsync","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-learn2-git-sync\/issues","license":"MIT","tag_name":"v1.5.9","date":"2020-05-19T17:08:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/learn2-git-sync\/1.5.9","repository":"https:\/\/github.com\/hibbitts-design\/grav-theme-learn2-git-sync","slug":"learn2-git-sync","install_path":"user\/themes\/learn2-git-sync","screenshot":"themes-learn2-git-sync.jpg","changelog":{"1.5.9":{"date":"05\/19\/2020","content":"1. [](#improved)\n * Updated inherited theme file paths for multisite compatibility (thanks to @tituspijean for the PR!)"},"1.5.8":{"date":"12\/05\/2019","content":"1. [](#bugfix)\n * Do not display the SimpleSearch field when the SimpleSearch plugin is disabled"},"1.5.7":{"date":"11\/25\/2019","content":"1. [](#improved)\n * 'Top Level Version' theme option now only displays visible pages (thanks @awrog for reporting this issue)"},"1.5.6":{"date":"08\/16\/2019","content":"1. [](#improved)\n * Twig 2.0 compatibility"},"1.5.5":{"date":"06\/03\/2019","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.5.4":{"date":"05\/05\/2019","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.5.3":{"date":"05\/04\/2019","content":"1. [](#improved)\n * Updated demo pages in theme '_demo' folder"},"1.5.2":{"date":"05\/01\/2019","content":"1. [](#bugfix)\n * Added missing images folder with clippy.svg and default favicons"},"1.5.1":{"date":"04\/12\/2019","content":"1. [](#new)\n * Added insert Presentation Shortcode button into Editor toolbar"},"1.5.0":{"date":"04\/11\/2019","content":"1. [](#new)\n * Set Grav dependency to 1.6+\n * Twig 2.0 compatibility\n * Added scripts.html.twig file to hold global JavaScript code\n * Added support for document versioning using Grav's multi-language feature (thanks @rhuk)\n * Added 'version' alias to 'language' shortcode, for example `[version=20]...[\/version]` (thanks @rhuk)\n * Added taxonomy 'tag' to default TNTSearch index\n * Added Presentation Plugin as dependency\n * Added insert Presentation Shortcode button into Editor toolbar\n * Added example pages in theme '_demo' folder to include use of the Presentation Plugin\n * Implement assets rendering using **Deferred Block** Twig extension\n1. [](#improved)\n * Improved appearance of versions dropdown menu with custom themes"},"1.3.3":{"date":"04\/02\/2019","content":"1. [](#new)\n * Added scripts.html.twig file to hold global JavaScript code"},"1.3.2":{"date":"03\/22\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension"},"1.3.1":{"date":"03\/10\/2019","content":"1. [](#bugfix)\n * Restored needed 'RocketTheme\\Toolbox\\Event\\Event;' instance"},"1.3.0":{"date":"03\/10\/2019","content":"1. [](#new)\n * Added taxonomy 'tag' to default TNTSearch index"},"1.2.3":{"date":"11\/23\/2018","content":"1. [](#new)\n * Added custom styles 'Spitsbergen' and 'Longyearbyen' (thanks @olevik)"},"1.2.2":{"date":"10\/17\/2018","content":"1. [](#improved)\n * Updated ReadMe, theme description and screenshots"},"1.2.1":{"date":"10\/16\/2018","content":"1. [](#bugfix)\n * Restored CSS styling for display of site title"},"1.2.0":{"date":"10\/16\/2018","content":"1. [](#new)\n * Added custom styles (thanks @olevik)\n * Added option to show or hide site title\n1. [](#bugfix)\n * Fixed issue with default taxonomy categories"},"1.1.0":{"date":"08\/25\/2018","content":"1. [](#improved)\n * Initial multi-language support for Advanced Full-text Search"},"1.0.9":{"date":"08\/23\/2018","content":"1. [](#bugfix)\n * Restored missing Error and Problems Plugin dependencies"}}},"tikva":{"name":"Tikva","version":"0.1.7","description":"Tikva is a minimalistic Grav theme, based on Bootstrap 4 (alpha) framework","description_html":" Tikva is a minimalistic Grav theme, based on Bootstrap 4 (alpha) framework<\/p>","description_plain":"Tikva is a minimalistic Grav theme, based on Bootstrap 4 (alpha) framework","icon":"rebel","author":{"name":"Ralf Geschke","email":"ralf@kuerbis.org"},"homepage":"https:\/\/github.com\/geschke\/grav-theme-tikva","demo":"https:\/\/tikva-demo.kuerbis.org","keywords":"tikva, grav, theme, core, modern, responsive, bootstrap","bugs":"https:\/\/github.com\/geschke\/grav-theme-tikva\/issues","license":"MIT","tag_name":"v0.1.7","date":"2017-04-07T17:33:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/tikva\/0.1.7","repository":"https:\/\/github.com\/geschke\/grav-theme-tikva","slug":"tikva","install_path":"user\/themes\/tikva","screenshot":"themes-tikva.jpg","changelog":{"0.1.7":{"date":"07-04-2017","content":"1. [](#bugfix)\n * The previous release was too fast - fixed version number in blueprint.yaml file. \n "},"0.1.6":{"date":"07-04-2017","content":"1. [](#bugfix)\n * Fix URL of background image "},"0.1.5":{"date":"06-04-2017","content":"1. [](#new)\n * Add option to enable navigation bar dropdown by mouseover\n * Add background image upload feature and its repeat options\n "},"0.1.4":{"date":"23-03-2017","content":"1. [](#new)\n * Add Bootstrap's slider component to build an image slider\n "},"0.1.3":{"date":"11-03-2017","content":"1. [](#new)\n * Add switch to change the navigation bar style, i.e. to place it not fixed on top\n * New feature: Set navigation text alignment (left as default, centered and right)\n2. [](#bugfix)\n * CHANGELOG file fix to version 0.1.1\n "},"0.1.2":{"date":"10-03-2017","content":"1. [](#bugfix)\n * Fix blockquote issue, so it's not necessary to set the CSS class explitly"},"0.1.1":{"date":"06-03-2017","content":"1. [](#new)\n * Social Media icon settings. You can add buttons to link Social Media sites. \n * The theme options are now splited into tabs.\n * Add options to set subfooter colors\n2. [](#bugfix)\n * Fix URL to README on Github\n "},"0.1.0":{"date":" 19-02-2017","content":"1. [](#new)\n * First release\n * ChangeLog started..."}},"dependencies":[]},"material-lite":{"name":"Material Lite","version":"0.1.8","description":"Material Lite is a lightweight theme reflecting Google's Material Design standards.","description_html":" Material Lite is a lightweight theme reflecting Google's Material Design standards.<\/p>","description_plain":"Material Lite is a lightweight theme reflecting Google's Material Design standards.","icon":"rebel","author":{"name":"Tyler Woods","email":"tyler@tylermade.net"},"homepage":"https:\/\/tylermade.net","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/tnware\/grav-theme-material-lite\/issues","license":"MIT","tag_name":"0.1.8","date":"2018-02-06T12:49:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/material-lite\/0.1.8","repository":"https:\/\/github.com\/tnware\/grav-theme-material-lite","slug":"material-lite","install_path":"user\/themes\/material-lite","screenshot":"themes-material-lite.jpg","changelog":{"0.1.7":{"date":" 03\/15\/2017","content":"1. [](#new)\n * favicon\n2. [](#improved)\n * social icons"},"0.1.6":{"date":" 03\/10\/2017","content":"1. [](#new)\n * link underline style\n * scroll to top"},"0.1.5":{"date":" 02\/25\/2017","content":"1. [](#new)\n * nice blue scrollbar\n2. [](#improved)\n * CSS\n * blockquote style\n3. [](#bugfix)\n * ` MDUX is an implementation of Google's 'Material Design' standard. It scales for mobile, as intended.<\/p>","description_plain":"MDUX is an implementation of Google's 'Material Design' standard. It scales for mobile, as intended.","icon":"empire","author":{"name":"Tyler Woods","url":"https:\/\/tylermade.net","email":"tyler@tylermade.net"},"homepage":"https:\/\/github.com\/tnware\/grav-theme-mdux\/","demo":"http:\/\/mdux.io","keywords":"mdux, theme, html5, css3, material, design, android, google","bugs":"https:\/\/github.com\/tnware\/grav-theme-mdux\/issues","license":"MIT","tag_name":"0.9.8","date":"2017-01-28T01:14:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mdux\/0.9.8","repository":"https:\/\/github.com\/tnware\/grav-theme-mdux","slug":"mdux","install_path":"user\/themes\/mdux","screenshot":"themes-mdux.jpg","changelog":{"0.9.8":{"date":"01\/27\/2017","content":"1. [](#new)\n *\n2. [](#improved)\n * \n3. [](#bugfix)\n * blog truncation issue for grav 1.1.14"},"0.9.7":{"date":"07\/27\/2016","content":"1. [](#new)\n * Change footer text color from admin interface\n * Add accent color from admin interface\n * Toggle social icons in footer from admin interface\n2. [](#improved)\n * Colors in theme\n * code cleanup\n * sidenav BG colors\n3. [](#bugfix)\n * overflows\n * side nav"},"0.9.6":{"date":"07\/26\/2016","content":"1. [](#new)\n * Change color from within Admin Interface\n2. [](#improved)\n * Mobile layout\n * cleanup\n3. [](#bugfix)\n * overflows\n * side nav"},"0.9.5":{"date":"07\/21\/2016","content":"1. [](#new)\n * Lots\n2. [](#improved)\n * Everything\n3. [](#bugfix)\n * Tons"}},"dependencies":[]},"g5_hydrogen":{"name":"Hydrogen","version":"5.4.35","description":"Default Gantry 5 theme.","description_html":" Default Gantry 5 theme.<\/p>","description_plain":"Default Gantry 5 theme.","icon":"gantry","author":{"name":"RocketTheme","url":"http:\/\/www.rockettheme.com","email":"support@rockettheme.com"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"http:\/\/gantry.org","keywords":"gantry, gantry5, theme","bugs":"https:\/\/github.com\/gantry\/gantry5\/issues","license":"MIT","screenshot":"themes-g5_hydrogen.jpg","tag_name":"5.4.35","date":"2020-09-08T08:03:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/g5_hydrogen\/5.4.35","repository":"https:\/\/github.com\/gantry\/gantry5","slug":"g5_hydrogen","install_path":"user\/themes\/g5_hydrogen","changelog":{"5.4.35":{"date":"09\/08\/2020","content":"1. [Common](#common)\n 1. [](#improved)\n - Added title option on To Top particle (#2654)\n 1. [](#bugfix)\n - Removed Twig 1.x dependency on `HtmlDocument` class (#2656)\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Truncate generated excerpt length (#2663)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed issues when creating child theme in CLI\n - Fixed `TypeError: can't access property \"getViewElement\"` (#2651)\n - CLI: Prevent creation of a child theme from a non-Gantry theme (#2395)\n - Fixed shortcodes not working from particles (#2675)\n - Helium: Fixed styling issue with Forgot Password form (#1812)"},"5.4.34":{"date":"04\/30\/2020","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Remove CSS source maps (#2637)\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Regression: Fixed `WordPress Posts` particle not loading all queried posts (#2633)"},"5.4.33":{"date":"04\/27\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - **PHP 5.5.9 or later required**\n - Updated Google Fonts list\n 1. [](#bugfix)\n - PHP 7.4: Fixed `Trying to access array offset on value of type int|null` (#2618)\n - PHP 7.4: implemented required `Stream::stream_set_option()` method for streams\n - PHP 7.4: Fixed twig rendering errors (#2613)\n - PHP 7.4: Fixed modifying particle settings throws an error (#2631)\n - Fixed JS issue in Key => Value pairs when changing existing key name (#2539)\n - Fixed grid breakpoint calculation overlaps not being tight enough (#2492)\n - Helium: Headings should use title font instead of default (#2599)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Pagination in `Joomla Articles` particle does not work when used in module (#2511)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - **WordPress 4.9.8 or later required**\n 1. [](#bugfix)\n - Fixed content array particle not resetting WP query"},"5.4.32":{"date":"01\/02\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - Added support for custom menu item link attributes (#2575, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed missing `rel=\"noopener noreferrer\"` in social particle when opening link into a new tab (#2581)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed missing `rel` attribute in menu items with double value detection (#2573, thanks @thexmanxyz)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - Added a `Global` rule for assignments per taxonomy \/ category (#2045, thanks @nikola3244)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed assignments for `Pages` not showing in Grav 1.7.0-rc.1 (#2557)\n - Fixed menu editor having no menu items in Grav 1.7.0-rc.1\n - Fixed broken `Configure` link in admin (#2570)"},"5.4.31":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Helium: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Hydrogen: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Do not force asset timestamps in development mode, use configuration option instead (#2531)\n 1. [](#improved)\n - Added option to disable `Font Awesome` from the outline `Page Settings` (#2540, thanks @thexmanxyz)\n - Added option to define custom attributes on menu items (#2541, thanks @thexmanxyz)\n - Added option to `Menu` particle to hide menu on mobile devices during page load (#2536, thanks @thexmanxyz)\n - Added option to `Content Array` particle to add a title (#2521, thanks @topwebs)\n 1. [](#bugfix)\n - Fixed equal-height CSS creating width \/ overflow issues\n - Fixed fatal error if content block is missing attributes\n - Fixed old YAML syntax\n - Fixed W3C navigation role validation issues\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Fixed escaped letters such as `&` in `Content Array` particle title\n - Fixed regression in 5.4.30: Content Array displays error (#2547)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path"},"5.4.30":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Release replaced by v5.4.31"},"5.4.29":{"date":"06\/21\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Upgraded SCSS compiler to v0.8.4\n 1. [](#improved)\n - Logo particle: Added aria-label to meet the WCAG\n 1. [](#bugfix)\n - Fixed PHP 7.3 issues in SCSS compilation\n - Fixed Admin Assignments issues with Chrome 75 (#2505)\n - Fixed Admin Styles rendering issues in Chrome 75 (#2504)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added admin warning if server is still using unmaintained PHP 5.4 or 5.5 versions\n - Updated Timber to v1.9.2 (later versions have Twig conflict with current version of WPML)\n 1. [](#bugfix)\n - Fixed `Gantry 5 Particle` widget inactive Save button (#2211)\n - Regression: Fixed pagination in `WordPress Posts` particle (#2480)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed compatibility issue with Grav 1.7.0-beta.1\n - Fixed inconsistent admin permissions to be always `admin.gantry` or `admin.themes` (#2488)"},"5.4.28":{"date":"03\/11\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Added `webp` to supported image types for image picker (#2450)\n 1. [](#improved)\n - Logo particle: Added logo image max height (#2424)\n 1. [](#bugfix)\n - Social particle: Improved link target handling (#2214)\n - Helium Copyright particle: fixed missing link (#2214)\n - Fixed `mkdir(...)` race condition\n - Fixed `Obtaining write lock failed on file...` error\n - Fixed caching and CSS generation not working if underlaying filesystem does not support file locking or it is disabled\n - Fixed rare file corruption issue\n1. [Joomla](#joomla)\n 1. [](#improved)\n - Added edit link to content array (#2471, thanks @Chrissi2812)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.9.1\n 1. [](#bugfix)\n - Fixed potential query conflicts in `WordPress Posts` particle"},"5.4.27":{"date":"12\/14\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added Section Variation field for Layout sections.\n 1. [](#improved)\n - Updated Lightcase version.\n 1. [](#bugfix)\n - Fixed fatal error on PHP 5.4 (#2378)\n - Fixed `Folder::doDelete($folder, false)` removing symlink when it should not (#2396)\n - Fixed Assignment Knobs Escaping Containers - Google Chrome bug (#2412)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Added official Joomla 3.9 support\n1. [Grav](#grav)\n 1. [](#improved)\n - Added styling for disabled input fields in admin\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.3"},"5.4.26":{"date":"09\/11\/2018","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Fixed regression `Class 'Gantry\\Component\\Twig\\TwigNodePageblock' not found`\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.1"},"5.4.25":{"date":"09\/10\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added twig tag `{% throw 404 'Not Found' %}` with user selected error code and message\n - Added twig tag `{% markdown %}...{% endmarkdown %}`\n - Added twig tag `{% switch type %}{% case 'foo' %}...{% default %}...{% endswitch %}`\n - Added twig filter `|nicetime` for 'n days ago' etc\n - Made `gantry` twig variable global so it can be used inside macros\n 1. [](#improved)\n - Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+\n - Added twig\/yaml deprecation warnings into DebugBar (if installed)\n - Updated Google Fonts (as of 21 August 2018)\n - Added option to Menu particle to force `target=\"_self\"` attribute on (#2273, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed JS loading issues with Content Tabs and Owl Carousel particles\n - Fixed style and script attributes handled as array (#2191, thanks @Chrissi2812)\n - Fixed exception when using `|markdown` filter with images (#2350)\n - Allow `{% scripts %}`, `{% styles %}` and `{% assets %}` outside of the block content (#2217)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Optionally use content.prepare in contentarray (#2340, thanks @Chrissi2812)\n - Hydrogen \/ Helium: System messages particle isn't AJAX compatible (#2294)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added translations support for the engine (nucleus)\n 1. [](#bugfix)\n - Fixed broken language strings when using official WP translations (#2329)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed child menu items not appearing (#2327)\n - Fixed active menu issue in multilang environment (#2315)"},"5.4.24":{"date":"07\/04\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Updated `Lightcase` to v2.4.4 (#2205)\n - Helium: Updated OwlCarousel to v2.3.4\n - Added `head_top`, `head_meta` and `head_bottom` options for `pageblock` twig tag allowing particles to inject custom tags into Default Gantry 5 theme.<\/p>","description_plain":"Default Gantry 5 theme.","icon":"gantry","author":{"name":"RocketTheme","url":"http:\/\/www.rockettheme.com","email":"support@rockettheme.com"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"http:\/\/gantry.org","keywords":"gantry, gantry5, theme","bugs":"https:\/\/github.com\/gantry\/gantry5\/issues","license":"MIT","screenshot":"themes-g5_helium.jpg","tag_name":"5.4.35","date":"2020-09-08T08:03:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/g5_helium\/5.4.35","repository":"https:\/\/github.com\/gantry\/gantry5","slug":"g5_helium","install_path":"user\/themes\/g5_helium","changelog":{"5.4.35":{"date":"09\/08\/2020","content":"1. [Common](#common)\n 1. [](#improved)\n - Added title option on To Top particle (#2654)\n 1. [](#bugfix)\n - Removed Twig 1.x dependency on `HtmlDocument` class (#2656)\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Truncate generated excerpt length (#2663)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed issues when creating child theme in CLI\n - Fixed `TypeError: can't access property \"getViewElement\"` (#2651)\n - CLI: Prevent creation of a child theme from a non-Gantry theme (#2395)\n - Fixed shortcodes not working from particles (#2675)\n - Helium: Fixed styling issue with Forgot Password form (#1812)"},"5.4.34":{"date":"04\/30\/2020","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Remove CSS source maps (#2637)\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Regression: Fixed `WordPress Posts` particle not loading all queried posts (#2633)"},"5.4.33":{"date":"04\/27\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - **PHP 5.5.9 or later required**\n - Updated Google Fonts list\n 1. [](#bugfix)\n - PHP 7.4: Fixed `Trying to access array offset on value of type int|null` (#2618)\n - PHP 7.4: implemented required `Stream::stream_set_option()` method for streams\n - PHP 7.4: Fixed twig rendering errors (#2613)\n - PHP 7.4: Fixed modifying particle settings throws an error (#2631)\n - Fixed JS issue in Key => Value pairs when changing existing key name (#2539)\n - Fixed grid breakpoint calculation overlaps not being tight enough (#2492)\n - Helium: Headings should use title font instead of default (#2599)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Pagination in `Joomla Articles` particle does not work when used in module (#2511)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - **WordPress 4.9.8 or later required**\n 1. [](#bugfix)\n - Fixed content array particle not resetting WP query"},"5.4.32":{"date":"01\/02\/2020","content":"1. [Common](#common)\n 1. [](#new)\n - Added support for custom menu item link attributes (#2575, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed missing `rel=\"noopener noreferrer\"` in social particle when opening link into a new tab (#2581)\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed missing `rel` attribute in menu items with double value detection (#2573, thanks @thexmanxyz)\n1. [WordPress](#wordpress)\n 1. [](#improved)\n - Added a `Global` rule for assignments per taxonomy \/ category (#2045, thanks @nikola3244)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed assignments for `Pages` not showing in Grav 1.7.0-rc.1 (#2557)\n - Fixed menu editor having no menu items in Grav 1.7.0-rc.1\n - Fixed broken `Configure` link in admin (#2570)"},"5.4.31":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Helium: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Hydrogen: Added a new menu configuration checkbox `Hide on Mobile` to help prevent dropdown menu flickering when loading a site on a mobile device (#2536)\n - Do not force asset timestamps in development mode, use configuration option instead (#2531)\n 1. [](#improved)\n - Added option to disable `Font Awesome` from the outline `Page Settings` (#2540, thanks @thexmanxyz)\n - Added option to define custom attributes on menu items (#2541, thanks @thexmanxyz)\n - Added option to `Menu` particle to hide menu on mobile devices during page load (#2536, thanks @thexmanxyz)\n - Added option to `Content Array` particle to add a title (#2521, thanks @topwebs)\n 1. [](#bugfix)\n - Fixed equal-height CSS creating width \/ overflow issues\n - Fixed fatal error if content block is missing attributes\n - Fixed old YAML syntax\n - Fixed W3C navigation role validation issues\n1. [Joomla](#joomla)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path\n1. [WordPress](#wordpress)\n 1. [](#bugfix)\n - Fixed escaped letters such as `&` in `Content Array` particle title\n - Fixed regression in 5.4.30: Content Array displays error (#2547)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed `Document::uri()` not adding domain when asked for absolute path"},"5.4.30":{"date":"10\/04\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Release replaced by v5.4.31"},"5.4.29":{"date":"06\/21\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Upgraded SCSS compiler to v0.8.4\n 1. [](#improved)\n - Logo particle: Added aria-label to meet the WCAG\n 1. [](#bugfix)\n - Fixed PHP 7.3 issues in SCSS compilation\n - Fixed Admin Assignments issues with Chrome 75 (#2505)\n - Fixed Admin Styles rendering issues in Chrome 75 (#2504)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added admin warning if server is still using unmaintained PHP 5.4 or 5.5 versions\n - Updated Timber to v1.9.2 (later versions have Twig conflict with current version of WPML)\n 1. [](#bugfix)\n - Fixed `Gantry 5 Particle` widget inactive Save button (#2211)\n - Regression: Fixed pagination in `WordPress Posts` particle (#2480)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed compatibility issue with Grav 1.7.0-beta.1\n - Fixed inconsistent admin permissions to be always `admin.gantry` or `admin.themes` (#2488)"},"5.4.28":{"date":"03\/11\/2019","content":"1. [Common](#common)\n 1. [](#new)\n - Added `webp` to supported image types for image picker (#2450)\n 1. [](#improved)\n - Logo particle: Added logo image max height (#2424)\n 1. [](#bugfix)\n - Social particle: Improved link target handling (#2214)\n - Helium Copyright particle: fixed missing link (#2214)\n - Fixed `mkdir(...)` race condition\n - Fixed `Obtaining write lock failed on file...` error\n - Fixed caching and CSS generation not working if underlaying filesystem does not support file locking or it is disabled\n - Fixed rare file corruption issue\n1. [Joomla](#joomla)\n 1. [](#improved)\n - Added edit link to content array (#2471, thanks @Chrissi2812)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.9.1\n 1. [](#bugfix)\n - Fixed potential query conflicts in `WordPress Posts` particle"},"5.4.27":{"date":"12\/14\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added Section Variation field for Layout sections.\n 1. [](#improved)\n - Updated Lightcase version.\n 1. [](#bugfix)\n - Fixed fatal error on PHP 5.4 (#2378)\n - Fixed `Folder::doDelete($folder, false)` removing symlink when it should not (#2396)\n - Fixed Assignment Knobs Escaping Containers - Google Chrome bug (#2412)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Added official Joomla 3.9 support\n1. [Grav](#grav)\n 1. [](#improved)\n - Added styling for disabled input fields in admin\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.3"},"5.4.26":{"date":"09\/11\/2018","content":"1. [Common](#common)\n 1. [](#bugfix)\n - Fixed regression `Class 'Gantry\\Component\\Twig\\TwigNodePageblock' not found`\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Updated Timber to v1.8.1"},"5.4.25":{"date":"09\/10\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Added twig tag `{% throw 404 'Not Found' %}` with user selected error code and message\n - Added twig tag `{% markdown %}...{% endmarkdown %}`\n - Added twig tag `{% switch type %}{% case 'foo' %}...{% default %}...{% endswitch %}`\n - Added twig filter `|nicetime` for 'n days ago' etc\n - Made `gantry` twig variable global so it can be used inside macros\n 1. [](#improved)\n - Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+\n - Added twig\/yaml deprecation warnings into DebugBar (if installed)\n - Updated Google Fonts (as of 21 August 2018)\n - Added option to Menu particle to force `target=\"_self\"` attribute on (#2273, thanks @thexmanxyz)\n 1. [](#bugfix)\n - Fixed JS loading issues with Content Tabs and Owl Carousel particles\n - Fixed style and script attributes handled as array (#2191, thanks @Chrissi2812)\n - Fixed exception when using `|markdown` filter with images (#2350)\n - Allow `{% scripts %}`, `{% styles %}` and `{% assets %}` outside of the block content (#2217)\n1. [Joomla](#joomla)\n 1. [](#new)\n - Optionally use content.prepare in contentarray (#2340, thanks @Chrissi2812)\n - Hydrogen \/ Helium: System messages particle isn't AJAX compatible (#2294)\n1. [WordPress](#wordpress)\n 1. [](#new)\n - Added translations support for the engine (nucleus)\n 1. [](#bugfix)\n - Fixed broken language strings when using official WP translations (#2329)\n1. [Grav](#grav)\n 1. [](#bugfix)\n - Fixed child menu items not appearing (#2327)\n - Fixed active menu issue in multilang environment (#2315)"},"5.4.24":{"date":"07\/04\/2018","content":"1. [Common](#common)\n 1. [](#new)\n - Updated `Lightcase` to v2.4.4 (#2205)\n - Helium: Updated OwlCarousel to v2.3.4\n - Added `head_top`, `head_meta` and `head_bottom` options for `pageblock` twig tag allowing particles to inject custom tags into A theme for a knowledge base or FAQ<\/p>","description_plain":"A theme for a knowledge base or FAQ","icon":"database","author":{"name":"Aaron Dalton","email":"aaron@daltons.ca"},"dependencies":[{"name":"error","version":"*"},{"name":"problems","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"readingtime","version":"*"},{"name":"count-views","version":"*"}],"homepage":"https:\/\/github.com\/Perlkonig\/grav-theme-knowledge-base","demo":"http:\/\/perlkonig.com\/knowledge-base","keywords":"grav, theme, faq, knowledge base, responsive, css3, html5, purecss","bugs":"https:\/\/github.com\/Perlkonig\/grav-theme-knowledge-base\/issues","license":"MIT","tag_name":"v2.1.1","date":"2020-07-30T14:40:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/knowledge-base\/2.1.1","repository":"https:\/\/github.com\/Perlkonig\/grav-theme-knowledge-base","slug":"knowledge-base","install_path":"user\/themes\/knowledge-base","screenshot":"themes-knowledge-base.jpg","changelog":{"2.1.1":{"date":"07\/30\/2020","content":"1. [](#new)\n * If you reference media in the page content directly, then you may not want that media resummarized at the end of the post. You can now set a page header named `hide_mediasummary` to suppress the summary for that page."},"2.1.0":{"date":"03\/16\/2019","content":"1. [](#bugfix)\n * Comments section hidden if `comments` plugin not present.\n * The \"Latest Articles\" list now finds all articles regardless of folder structure."},"2.0.1":{"date":"12\/11\/2018","content":"1. [](#bugfix)\n * Fixed a dropdown bug, thanks to @Lipository."},"2.0.0":{"date":"08\/09\/2018","content":"1. [](#new)\n * **This update is not necessarily backwards compatible!** If you have used theme inheritance to customize this theme, please carefully read the \"Updating\" section of the docs.\n * Changed the way the templates pull information from the theme config files so that inheritance is properly supported."},"1.3.6":{"date":"07\/17\/2018","content":"1. [](#bugfix)\n * Now works with the latest version of the `count-views` plugin."},"1.3.5":{"date":"04\/24\/2018","content":"1. [](#bugfix)\n * Fixed duplicate \"Related Articles\" heading on the article page, thanks to @sebasvisser."},"1.3.4":{"date":"04\/12\/2018","content":"1. [](#new)\n * Spanish and Galican translations added, thanks to @lucasvieites."},"1.3.3":{"date":" 06\/22\/2017","content":"1. [](#bugfix)\n * The \"Popular Articles\" sidebar now actually ignores deleted pages.\n * The \"Latest Articles\" sidebar fixed to respect `articles.root`."},"1.3.2":{"date":" 05\/17\/2017","content":"1. [](#new)\n * Polish translation added thanks to @AvantaR."},"1.3.1":{"date":" 05\/14\/2017","content":"1. [](#bugfix)\n * Pages now sort as was originally intended."},"1.3.0":{"date":" 05\/14\/2017","content":"1. [](#new)\n * Added `params:articles:blacklist` setting to allow you to omit categories."},"1.2.1":{"date":" 04\/04\/2017","content":"1. [](#new)\n * Some styling refinements. Thanks, @rapsli!"},"1.2.0":{"date":" 02\/25\/2017","content":"1. [](#new)\n * Made various components of the sidebar and article display optional. If all components of a specific unit are hidden, then the entire unit is hidden.\n * The config variable `params:articleroot` is now deprecated. Use `params:articles:root` instead. Backwards compatibility will be removed at the next major release."},"1.1.1":{"date":" 02\/21\/2017","content":"1. [](#new)\n * Simplified Chinese tranlsation added. Thanks, @lazyyz!"},"1.1.0":{"date":" 02\/19\/2017","content":"1. [](#new)\n * Theme now configured to allow for translations\n * Czech translation added\n * Many thanks to @rbukovansky for these changes!"},"1.0.1":{"date":" 11\/05\/2016","content":"1. [](#bugfix)\n * Added plugin dependencies to the blueprint"},"1.0.0":{"date":" 10\/22\/2016","content":"1. [](#new)\n * ChangeLog started..."}}},"clean-blog":{"name":"Clean Blog","version":"1.4.3","description":"Grav theme based on Clean Blog HTML template of Start Bootstrap.","description_html":" Grav theme based on Clean Blog HTML template of Start Bootstrap.<\/p>","description_plain":"Grav theme based on Clean Blog HTML template of Start Bootstrap.","icon":"edit","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-clean-blog","demo":"https:\/\/grav-theme-clean-blog.flatfiledeveloper.com","keywords":"theme, template, bootstrap, clean, blog, responsive, html5","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-clean-blog\/issues","license":"MIT","tag_name":"v1.4.3","date":"2018-04-06T15:46:09Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/clean-blog\/1.4.3","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-clean-blog","slug":"clean-blog","install_path":"user\/themes\/clean-blog","screenshot":"themes-clean-blog.jpg","changelog":{"1.4.3":{"date":"06\/04\/2018","content":"1. [](#bugfix)\n * Fixed contact form not shown\n2. [](#improved)\n * Improvement in page title"},"1.4.2":{"date":"04\/12\/2017","content":"1. [](#bugfix)\n * Fixed mobile navigation and link in title not working\n2. [](#improved)\n * Social network links open in new window."},"1.4.1":{"date":"27\/05\/2017","content":"1. [](#bugfix)\n * Fixed issue in language file"},"1.4.0":{"date":"24\/05\/2017","content":"1. [](#new)\n * Added Open Graph properties"},"1.3.1":{"date":"10\/05\/2017","content":"1. [](#bugfix)\n * Fixed issue with JavaScript assets"},"1.3.0":{"date":"16\/02\/2017","content":"1. [](#improved)\n * Integration with [JSComments plugin](https:\/\/github.com\/Sommerregen\/grav-plugin-jscomments)"},"1.2.0":{"date":"29\/01\/2017","content":"1. [](#improved)\n * German translation added\n * Added option to set default header image\n * Enabled image caching"},"1.1.1":{"date":"14\/01\/2017","content":"1. [](#bugfix)\n * Fixed incorrect IE check"},"1.1.0":{"date":"14\/01\/2017","content":"1. [](#improved)\n * French translation added\n1. [](#bugfix)\n * Fixed wrong author and date in blog item\n * Fixed incorrect closing tag in blog item"},"1.0.0":{"date":"22\/10\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"appi":{"name":"Appi","version":"1.0.0","description":"Grav theme based on Appi HTML theme of blacktie.co.","description_html":" Grav theme based on Appi HTML theme of blacktie.co.<\/p>","description_plain":"Grav theme based on Appi HTML theme of blacktie.co.","icon":"mobile","author":{"name":"Hung Tran","url":"http:\/\/www.peaceofmindwebsite.com","email":"hungtran@peaceofmindwebsite.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-appi","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/appi","keywords":"theme, template, blacktie, responsive, html5, mobile, phone, tablet, app, application, store, bootstrap","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-appi\/issues","license":"MIT","tag_name":"v1.0.0","date":"2016-09-26T04:59:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/appi\/1.0.0","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-appi","slug":"appi","install_path":"user\/themes\/appi","screenshot":"themes-appi.jpg","changelog":{"1.0.0":{"date":"26\/09\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"multiverse":{"name":"Multiverse","version":"1.0.0","description":"Grav theme based on Multiverse HTML theme of html5up.net.","description_html":" Grav theme based on Multiverse HTML theme of html5up.net.<\/p>","description_plain":"Grav theme based on Multiverse HTML theme of html5up.net.","icon":"photo","author":{"name":"Hung Tran","url":"http:\/\/www.peaceofmindwebsite.com","email":"hungtran@peaceofmindwebsite.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-multiverse","demo":"http:\/\/www.peaceofmindwebsite.com\/skeletons\/multiverse","keywords":"theme, template, html5up, responsive, html5, photo, portifolio, image, gallery, photography","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-multiverse\/issues","license":"MIT","tag_name":"v1.0.0","date":"2016-08-24T16:11:09Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/multiverse\/1.0.0","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-multiverse","slug":"multiverse","install_path":"user\/themes\/multiverse","screenshot":"themes-multiverse.jpg","changelog":{"1.0.0":{"date":"19\/08\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"x-corporation":{"name":"X-Corporation","version":"1.3.0","description":"Grav Theme based on X-Corporation HTML theme of uiCookies.","description_html":" Grav Theme based on X-Corporation HTML theme of uiCookies.<\/p>","description_plain":"Grav Theme based on X-Corporation HTML theme of uiCookies.","icon":"briefcase","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com\/","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-x-corporation","demo":"https:\/\/grav-theme-x-corporation.flatfiledeveloper.com\/","keywords":"corporate, corporation, theme, template, bootstrap, responsive, html5, uicookies, business, agency, lightweight, fast, company, tech startup, consultancy, firm, creative, studio,","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-x-corporation\/issues","license":"MIT","tag_name":"v1.3.0","date":"2018-05-19T03:53:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/x-corporation\/1.3.0","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-x-corporation","slug":"x-corporation","install_path":"user\/themes\/x-corporation","screenshot":"themes-x-corporation.jpg","changelog":{"1.3.0":{"date":"05\/19\/2018","content":"1. [](#improved)\n * Improved mobile menu behaviour when page scrolled (thanks to @timrobbings)\n * Added ability to configure how many clients are shown per row (thanks to @trangthaonguyen)"},"1.2.4":{"date":"04\/20\/2018","content":"1. [](#bugfix)\n * Fixed for custom logo and favicon not showing (thanks to @Ahuahuachi)"},"1.2.3":{"date":"04\/08\/2018","content":"1. [](#bugfix)\n * Fixed problems with Bootstrap CDN\n1. [](#improved)\n * Removed smoothscroll.js (thanks to @jodumont)\n * Updated Form plugin's overrides\n * Added custom.css support (thanks to @timrobbings)"},"1.2.1":{"date":"01\/24\/2018","content":"1. [](#bugfix)\n * Fixed default logo and favicon"},"1.2.0":{"date":"01\/24\/2018","content":"1. [](#improved)\n * Added favicon option\n * Added metadata tags"},"1.1.3":{"date":"01\/24\/2018","content":"1. [](#bugfix)\n * Fixed logo and icons not shown in footer"},"1.1.2":{"date":"09\/07\/2017","content":"1. [](#improved)\n * Added Polish translation, thanks to AvantaR"},"1.1.1":{"date":"13\/06\/2017","content":"1. [](#improved)\n * Loaded Grav's jQuery to fix conflict with Featherlight plugin"},"1.1.0":{"date":"30\/01\/2017","content":"1. [](#bugfix)\n * Fixed missing image in header\n1. [](#improved)\n * Improvements in blueprints\n * Language file added"},"1.0.3":{"date":"15\/09\/2016","content":"1. [](#bugfix)\n * Fixed mixed content"},"1.0.2":{"date":"13\/09\/2016","content":"1. [](#bugfix)\n * Fixed mobile navigation"},"1.0.1":{"date":"31\/08\/2016","content":"1. [](#bugfix)\n * Fixed form not working\n * Fixed responsive issues with page title"},"1.0.0":{"date":"24\/07\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"cascade":{"name":"Cascade","version":"0.1.8","description":"Cascade is a responsive HTML5\/CSS3 theme that scales well for mobile. Cascade features blog support and more.","description_html":" Cascade is a responsive HTML5\/CSS3 theme that scales well for mobile. Cascade features blog support and more.<\/p>","description_plain":"Cascade is a responsive HTML5\/CSS3 theme that scales well for mobile. Cascade features blog support and more.","icon":"empire","author":{"name":"Tyler Woods","url":"https:\/\/tylermade.net","email":"tyler@tylermade.net"},"homepage":"https:\/\/github.com\/tnware\/grav-theme-cascade","keywords":"cascade, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/tnware\/grav-theme-cascade\/issues","license":"MIT","tag_name":"0.1.8","date":"2017-01-30T19:44:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/cascade\/0.1.8","repository":"https:\/\/github.com\/tnware\/grav-theme-cascade","slug":"cascade","install_path":"user\/themes\/cascade","screenshot":"themes-cascade.jpg","changelog":{"0.1.8\r":{"date":"01\/29\/2017\r","content":"1. [](#new)\r\n * none\r\n2. [](#improved)\r\n * none\r\n3. [](#bugfix)\r\n * remove comma after tag\r\n\r"},"0.1.7\r":{"date":"01\/27\/2017\r","content":"1. [](#new)\r\n * compliance\r\n2. [](#improved)\r\n * screnshot\r\n * thumbnail\r\n3. [](#bugfix)\r\n * none\r\n\r"},"0.1.6\r":{"date":"01\/27\/2017\r","content":"1. [](#new)\r\n * Version updated xD\r\n2. [](#improved)\r\n * screnshot\r\n * thumbnail\r\n3. [](#bugfix)\r\n * none\r\n\r"},"0.1.5\r":{"date":"01\/27\/2017\r","content":"1. [](#new)\r\n * slight code enhancements\r\n2. [](#improved)\r\n * Blog\r\n * footer links\r\n3. [](#bugfix)\r\n * Blog page was fluid\r\n * Removed extra code\r\n\r"},"0.1.4\r":{"date":"07\/25\/2016\r","content":"1. [](#new)\r\n * beautified code\r\n\r"},"0.1.3\r":{"date":"07\/05\/2016\r","content":"3. [](#bugfix)\r\n * remove \"dropdown in navbar\" toggle from blueprints.\r\n\r"},"0.1.2\r":{"date":"07\/04\/2016\r","content":"\r"},"0.1.1\r":{"date":"06\/08\/2016\r","content":"1. [](#new)\r\n * Blog support\r\n - Support \"Breacdrumbs\" plugin.\r\n - Support \"Pagination\" plugin.\r\n *\r\n *\r\n2. [](#improved)\r\n * Re-designed footer container.\r\n * removed GitHub link\/logo from NavBar. (:\r\n * polished up loose ends\r\n3. [](#bugfix)\r\n * route the null-links in the footer. xD\r\n\r"},"0.1.0\r":{"date":"06\/07\/2016\r","content":"\r"},"0.0.6\r":{"date":"06\/01\/2016\r","content":"\r"},"0.0.5\r":{"date":"05\/29\/2016\r","content":"1. [](#new)\r\n * Cascade CSS Base\r\n * Custom \"Left Sidebar\" template\r\n * Custom \"Right Sidebar\" template\r\n * Custom \"Blog\" template\r\n * Custom \"Home\" template\r\n2. [](#improved)\r\n * jquery support\r\n * responsive layout\r\n3. [](#bugfix)\r\n * fixed `app.js` not called on responsive pages\r\n * fixed mobile navigation\r"}},"dependencies":[]},"big-picture":{"name":"Big Picture","version":"1.4.1","description":"Grav Theme based on Big Picture HTML theme of html5up.net.","description_html":" Grav Theme based on Big Picture HTML theme of html5up.net.<\/p>","description_plain":"Grav Theme based on Big Picture HTML theme of html5up.net.","icon":"photo","author":{"name":"Hung Tran","url":"https:\/\/flatfiledeveloper.com","email":"flatfiledeveloper@gmail.com"},"homepage":"https:\/\/github.com\/tranduyhung\/grav-theme-big-picture","demo":"https:\/\/grav-theme-big-picture.flatfiledeveloper.com","keywords":"big, picture, theme, modern, fast, responsive, html5, css3, one, single, page","bugs":"https:\/\/github.com\/tranduyhung\/grav-theme-big-picture\/issues","license":"MIT","tag_name":"v1.4.1","date":"2019-05-06T12:28:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/big-picture\/1.4.1","repository":"https:\/\/github.com\/tranduyhung\/grav-theme-big-picture","slug":"big-picture","install_path":"user\/themes\/big-picture","screenshot":"themes-big-picture.jpg","changelog":{"1.4.1":{"date":"06\/05\/2019","content":"1. [](#bugfix)\n * Fixed issue when saving gallery modular page (thanks to @trangthaonguyen)"},"1.4.0":{"date":"30\/03\/2018","content":"1. [](#improved)\n * Added language file\n * Added ability to show home menu item in non-modular page (thanks to @trangthaonguyen)\n2. [](#bugfix)\n * Fixed small issue in form's HTML (thanks to @der-trainer)"},"1.3.0":{"date":"09\/11\/2017","content":"1. [](#improved)\n * Added ability to select gallery's full image via image dropdown list\n * Removed gallery's thumbnail image\n * Added 2 options for gallery thumbnail's max width and max height\n * Gallery's thumbnail image is automatically resized from full image based on defined max width and max height values"},"1.2.0":{"date":"05\/11\/2017","content":"1. [](#improved)\n * Added ability to select image in page form"},"1.1.0":{"date":"05\/11\/2017","content":"1. [](#improved)\n * Added error template and ability to upload background image for error page\n * Added ability to select favicon"},"1.0.4":{"date":"09\/07\/2017","content":"1. [](#bugfix)\n * Improved link color\n * Improved JavaScript"},"1.0.3":{"date":"15\/09\/2016","content":"1. [](#bugfix)\n * Fixed mixed content issue\n * Fixed contact form for compatibility with new version of Form plugin"},"1.0.2":{"date":"15\/07\/2016","content":"1. [](#bugfix)\n * Removed hardcoded content in default.html.twig"},"1.0.1":{"date":"03\/06\/2016","content":"1. [](#bugfix)\n * Fixed in correct filenames."},"1.0.0":{"date":"02\/06\/2016","content":"1. [](#new)\n * Theme started..."}},"dependencies":[]},"gravi-k":{"name":"Gravi-k","version":"0.0.1","description":"Multipurpose site","description_html":" Multipurpose site<\/p>","description_plain":"Multipurpose site","icon":"wrench","author":{"name":"Eric De Lanoy"},"demo":"https:\/\/github.com\/Edelan\/grav-theme-gravi-k","keywords":"Gravi-K, theme, customization, modern, fast, responsive, html5, css3, framework Knacss,","license":"MIT","tag_name":"v1.0.0","date":"2016-06-02T14:16:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gravi-k\/0.0.1","repository":"https:\/\/github.com\/Edelan\/grav-theme-gravi-k","homepage":"https:\/\/github.com\/Edelan\/grav-theme-gravi-k","slug":"gravi-k","install_path":"user\/themes\/gravi-k","screenshot":"themes-gravi-k.jpg","changelog":{"1.0.0":{"date":"02\/06\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"masonry":{"name":"Masonry","version":"1.5.0","description":"Masonry, grid-based blog theme by Chris Brown ported to **Grav**","description_html":" Masonry, grid-based blog theme by Chris Brown ported to Grav<\/strong><\/p>","description_plain":"Masonry, grid-based blog theme by Chris Brown ported to Grav","icon":"th-large","author":{"name":"Mesut Koca","url":"http:\/\/mesutkoca.com","email":"i@mesutkoca.com"},"homepage":"https:\/\/github.com\/koca\/grav-theme-masonry","demo":"https:\/\/github.com\/koca\/grav-theme-masonry","keywords":"masonry, grid, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/koca\/grav-theme-masonry\/issues","license":"MIT","tag_name":"1.5.0","date":"2017-02-18T13:07:18Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/masonry\/1.5.0","repository":"https:\/\/github.com\/koca\/grav-theme-masonry","slug":"masonry","install_path":"user\/themes\/masonry","screenshot":"themes-masonry.jpg","changelog":false,"dependencies":[]},"tintamarre":{"name":"Tintamarre","version":"1.0.0","description":"A FREE responsive Grav Theme based on Bootstrap & ported by CaribThemes.","description_html":" A FREE responsive Grav Theme based on Bootstrap & ported by CaribThemes.<\/p>","description_plain":"A FREE responsive Grav Theme based on Bootstrap & ported by CaribThemes.","icon":"empire","author":{"name":"MATsxm for CaribThemes","url":"http:\/\/caribthemes.io","email":"mat@idimweb.com"},"homepage":"https:\/\/github.com\/CaribThemes\/grav-theme-tintamarre","keywords":"theme, responsive, html5, css3, design, photo","bugs":"https:\/\/github.com\/CaribThemes\/grav-theme-tintamarre\/issues","license":"Creative Commons Attribution 3.0","tag_name":"v1.0.0","date":"2016-03-30T19:02:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/tintamarre\/1.0.0","repository":"https:\/\/github.com\/CaribThemes\/grav-theme-tintamarre","slug":"tintamarre","install_path":"user\/themes\/tintamarre","screenshot":"themes-tintamarre.jpg","changelog":{"1.0.0":{"date":"03\/30\/2016","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"uikit":{"name":"UIKit","version":"1.1.0","description":"UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.","description_html":" UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.<\/p>","description_plain":"UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.","icon":"empire","author":{"name":"A+ Media","url":"http:\/\/aplusmedia.org","email":"hello@aplusmedia.org"},"homepage":"https:\/\/github.com\/carve\/grav-theme-uikit","demo":"http:\/\/grav.aplusmedia.org\/uikit-demo","keywords":"uikit, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/carve\/grav-theme-uikit\/issues","license":"MIT","tag_name":"1.10","date":"2017-07-25T19:11:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/uikit\/1.1.0","repository":"https:\/\/github.com\/Carve\/grav-theme-uikit","slug":"uikit","install_path":"user\/themes\/uikit","screenshot":"themes-uikit.jpg","changelog":{"1.0.0":{"date":"2\/24\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"bootgrav":{"name":"BootGrav","version":"0.3","description":"Simple Grav theme using Bootstrap and basic Modular pages. Theme is based on Bootstrap demo: http:\/\/getbootstrap.com\/examples\/carousel","description_html":" Simple Grav theme using Bootstrap and basic Modular pages. Theme is based on Bootstrap demo: http:\/\/getbootstrap.com\/examples\/carousel<\/a><\/p>","description_plain":"Simple Grav theme using Bootstrap and basic Modular pages. Theme is based on Bootstrap demo: http:\/\/getbootstrap.com\/examples\/carousel","icon":"newspaper-o","author":{"name":"Stanislav Vasko","url":"http:\/\/moreplavec.cz","email":"stanislav.vasko@gmail.com"},"homepage":"https:\/\/github.com\/moreplavec\/BootGrav","keywords":"grav, bootstrap, fast, modern, theme, template","bugs":"https:\/\/github.com\/moreplavec\/BootGrav\/issues","license":"MIT","tag_name":"v0.3","date":"2016-02-15T11:08:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootgrav\/0.3","repository":"https:\/\/github.com\/moreplavec\/BootGrav","slug":"bootgrav","install_path":"user\/themes\/bootgrav","screenshot":"themes-bootgrav.jpg","changelog":{"0.1.0":{"date":"02\/15\/2016 initial release","content":"1. [](#new)\n * Theme created"}},"dependencies":[]},"medium":{"name":"Medium","version":"2.0.5","description":"Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.","description_html":" Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.<\/p>","description_plain":"Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.","icon":"medium","author":{"name":"Matthew Blode","url":"http:\/\/matthewblode.com","email":"m.blode@gmail.com"},"homepage":"https:\/\/github.com\/mblode\/grav-theme-medium","demo":"https:\/\/medium.matthewblode.com\/","keywords":"medium, theme, minimal, modern, fast, responsive, html5, css3, multilanguage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-medium\/issues","license":"MIT","tag_name":"v2.0.5","date":"2017-07-24T11:30:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/medium\/2.0.5","repository":"https:\/\/github.com\/mblode\/grav-theme-medium","slug":"medium","install_path":"user\/themes\/medium","screenshot":"themes-medium.jpg","changelog":{"2.0.5":{"date":"07\/24\/2017","content":"1. [](#bugfix)\n * Change demo link"},"2.0.2":{"date":"02\/19\/2016","content":"1. [](#bugfix)\n * Change demo link"},"2.0.1":{"date":"02\/18\/2016","content":"1. [](#bugfix)\n * Fix sidebar"},"2.0.0":{"date":"02\/18\/2016","content":"1. [](#bugfix)\n * Change the template structures"},"1.1.2":{"date":"02\/15\/2016","content":"1. [](#bugfix)\n * Fix bower and npm"},"1.1.1":{"date":"02\/13\/2016","content":"1. [](#new)\n * Fix links"},"1.1.0":{"date":"02\/12\/2016","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n * Added a configurable lang field for HTML tag\n * Added a `bottom` JS output call\n1. [](#improved)\n * Updated to FontAwesome 4.4.0\n1. [](#bugfix)\n * Fixed extra `\/` in some tag URLs\n * Better support for PECL Yaml parser\n * Fixes for blog page blueprint"},"1.0.0":{"date":"02\/07\/2016","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n1. [](#improved)\n * Removed unused ` ` tags"}},"dependencies":[]},"milligrav":{"name":"MilliGrav","version":"0.0.1","description":"Simple Grav theme using simple CSS framework Milligram","description_html":" Simple Grav theme using simple CSS framework Milligram<\/p>","description_plain":"Simple Grav theme using simple CSS framework Milligram","icon":"newspaper-o","author":{"name":"Stanislav Vasko","url":"http:\/\/moreplavec.cz","email":"stanislav.vasko@gmail.com"},"homepage":"https:\/\/github.com\/moreplavec\/milligrav","keywords":"grav, milligram, fast, modern, theme, template","bugs":"https:\/\/github.com\/moreplavec\/milligrav\/issues","license":"MIT","tag_name":"v0.0.1","date":"2016-02-12T00:12:06Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/milligrav\/0.0.1","repository":"https:\/\/github.com\/moreplavec\/MilliGrav","slug":"milligrav","install_path":"user\/themes\/milligrav","screenshot":"themes-milligrav.jpg","changelog":{"0.0.1":{"date":"02\/11\/2016","content":"1. [](#new)\n * Theme created"}},"dependencies":[]},"saba":{"name":"Saba","version":"1.0.0","description":"A FREE Photo Grav Theme ported by CaribThemes.","description_html":" A FREE Photo Grav Theme ported by CaribThemes.<\/p>","description_plain":"A FREE Photo Grav Theme ported by CaribThemes.","icon":"paw","author":{"name":"MATsxm for CaribThemes","url":"http:\/\/caribthemes.io","email":"mat@idimweb.com"},"homepage":"https:\/\/github.com\/CaribThemes\/grav-theme-saba","keywords":"theme, responsive, html5, css3, design, photo","bugs":"https:\/\/github.com\/CaribThemes\/grav-theme-saba\/issues","license":"MIT","tag_name":"v1.0.0","date":"2016-02-01T13:35:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/saba\/1.0.0","repository":"https:\/\/github.com\/CaribThemes\/grav-theme-saba","slug":"saba","install_path":"user\/themes\/saba","screenshot":"themes-saba.jpg","changelog":{"1.0.0":{"date":"02\/01\/2016","content":"1. [](#new)\n * Initial release..."}},"dependencies":[]},"cardstack":{"name":"Cardstack","version":"1.1.3","description":"Cardstack is a single page application theme for **Grav** CMS powered with Backbonejs and UI Kit","description_html":" Cardstack is a single page application theme for Grav<\/strong> CMS powered with Backbonejs and UI Kit<\/p>","description_plain":"Cardstack is a single page application theme for Grav CMS powered with Backbonejs and UI Kit","icon":"list-alt","author":{"name":"Daniel James","url":"http:\/\/chiefqualakon.net","email":"danieljames@chiefqualakon.net"},"homepage":"https:\/\/github.com\/khanduras\/grav-theme-cardstack","demo":"http:\/\/demos.chiefqualakon.net\/cardstack","keywords":"theme, backbone, uikit, jquery, cardstack, cards","bugs":"https:\/\/github.com\/khanduras\/grav-theme-cardstack\/issues","license":"MIT","tag_name":"v1.1.3","date":"2016-05-31T03:48:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/cardstack\/1.1.3","repository":"https:\/\/github.com\/khanduras\/grav-theme-cardstack","slug":"cardstack","install_path":"user\/themes\/cardstack","screenshot":"themes-cardstack.jpg","changelog":{"1.1.3":{"date":"05\/30\/2016","content":"1. [](#improved)\n * Ensured base_url is added when navbar url begins with `\/`\n * Only fetches each card once\n * Search and Dashboard buttons in navbar\n * Other minor UI changes\n * Updated UIKit to v2.26.3"},"1.1.2":{"date":"05\/26\/2016","content":"1. [](#improved)\n * Fixed base_url for async calls"},"1.1.1":{"date":"05\/26\/2016","content":"1. [](#improved)\n * base_url for async calls"},"1.1.0":{"date":"05\/26\/2016","content":"1. [](#new)\n * Mobile support\n * Dynamically loads cards"},"1.0.0":{"date":"01\/23\/2016","content":"1. [](#new)\n * BackboneJS theme for Grav\n * Built with UI Kit framework\n * Card-style layout pulls from Grav's pages\n * Page blueprints for Cards and Authors\n * Quick Search to filter by string\n * Category and Tag taxonomy filtering\n * Custom navbar menu items for front page and all child pages\n * Language file for easy translation\n * Change number of Card View columns for each screen size\n"}},"dependencies":[]},"bones":{"name":"Bones","version":"0.5.2","description":"A **Grav** theme built with **Foundation**.","description_html":" A Grav<\/strong> theme built with Foundation<\/strong>.<\/p>","description_plain":"A Grav theme built with Foundation.","icon":"cubes","author":{"name":"smartgravity","url":"http:\/\/www.smartgravity.com","email":"info@smartgravity.com"},"homepage":"https:\/\/github.com\/smartgravity\/grav-theme-bones","demo":"http:\/\/demos.smartgravity.com\/grav-bones","keywords":"bones, theme, foundation, core, simple, responsive, basic","bugs":"https:\/\/github.com\/smartgravity\/grav-theme-bones\/issues","license":"MIT","tag_name":"v0.5.2","date":"2016-03-14T02:37:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bones\/0.5.2","repository":"https:\/\/github.com\/smartgravity\/grav-theme-bones","slug":"bones","install_path":"user\/themes\/bones","screenshot":"themes-bones.jpg","changelog":{"0.5.2":{"date":"3\/13\/2016","content":"1. [](#bugfix)\n * Fix for header and body content alignment issues"},"0.5.1":{"date":"3\/13\/2016","content":"1. [](#bugfix)\n * Fixed in_page_navigation blueprint\n * Fixed Blog Item Next\/Previous pagination button arrows"},"0.5.0":{"date":"2\/8\/2016","content":"1. [](#new)\n * Added WOW.js for scroll trigger\n * Added Animate.css for content animations\n2. [](#improved)\n * Update MotionUI to v1.2.0\n * Added more style class options to modular twig templates for content animation classes\n * Added text parameter to Google Logo Font to only pull characters in the title\n * Added option to remove site title from header\n3. [](#bugfix)\n * Added missing ui-animations.css to twig template"},"0.4.1":{"date":"2\/2\/2016","content":"1. [](#bugfix)\n * Updated Magellan and Sticky JS files to fix Firefox issue"},"0.4.0":{"date":"2\/1\/2016","content":"1. [](#improved)\n * Updated to Foundation v6.1.2\n * Fixed content and logo alignment for default template layouts\n2. [](#bugfix)\n * Added custom.scss file so Custom CSS option will work\n * Removed composer.json file as it is not needed anymore\n * Removed unneeded streams from Theme YAML\n * Removed unnecessary Foundation \"index.html\" file"},"0.3.1":{"date":"1\/24\/2016","content":"1. [](#improved)\n * Better separated JS and CSS Assets\n2. [](#bugfix)\n * Removed unnecessary Foundation index.html file\n * Fixed fallback styling for non-fontawesome mobilemenu icon"},"0.3.0":{"date":"1\/23\/2016","content":"1. [](#new)\n * Improved Theme Info tab in Admin Plugin with images and columns\n2. [](#improved)\n * Added \"pagemediaselect\" field to Gallery blueprint \n * Added sizes to modular blueprint fields\n * Changed tab titles from Foundation to Assets\n3. [](#bugfix)\n * Modular templates now ignore Assets features\n * Added fallback for mobilemenu icon if FontAwesome is disabled"},"0.2.0":{"date":"1\/20\/2016","content":"1. [](#new)\n * Added Individual CSS file options\n2. [](#improved)\n * Added tabs to theme options in Admin Plugin\n * Added smaller option dropdown size for page options\n * Moved JS and CSS Asset calls to their own files to keep base.html.twig cleaner\n * Included updated codekit.config file to compile new SCSS files\n3. [](#bugfix)\n * Added minimal default enabled features for theme to run optimally in bones.yaml"},"0.1.0":{"date":"1\/19\/2016","content":"1. [](#new)\n * Initial Theme Release"}},"dependencies":[]},"bones-vanilla":{"name":"Bones Vanilla","version":"0.5.2","description":"SmartGravity's **Bones Vanilla** is basic starting theme for **Grav**","description_html":" SmartGravity's Bones Vanilla<\/strong> is basic starting theme for Grav<\/strong><\/p>","description_plain":"SmartGravity's Bones Vanilla is basic starting theme for Grav","icon":"cubes","author":{"name":"SmartGravity","url":"http:\/\/www.smartgravity.com","email":"info@smartgravity.com"},"homepage":"https:\/\/github.com\/smartgravity\/grav-theme-bones-vanilla","demo":"http:\/\/demos.smartgravity.com\/grav-bones-vanilla","keywords":"bones, theme, foundation, foundation6, core, simple, responsive, basic","bugs":"https:\/\/github.com\/smartgravity\/grav-theme-bones-vanilla\/issues","license":"MIT","tag_name":"v0.5.2","date":"2016-03-14T02:23:25Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bones-vanilla\/0.5.2","repository":"https:\/\/github.com\/smartgravity\/grav-theme-bones-vanilla","slug":"bones-vanilla","install_path":"user\/themes\/bones-vanilla","screenshot":"themes-bones-vanilla.jpg","changelog":{"0.5.2":{"date":"3\/13\/2016","content":"1. [](#bugfix)\n * Fix for header and body content alignment issues"},"0.5.1":{"date":"3\/13\/2016","content":"1. [](#new)\n * Added WOW.js for scroll trigger\n * Added Animate.css for content animations\n2. [](#improved)\n * Updated to Foundation v6.1.2\n * Update MotionUI to v1.2.0\n * Fixed content and logo alignment for default template layouts\n * Added more style class options to modular twig templates for content animation classes\n * Added text parameter to Google Logo Font to only pull characters in the title\n * Added option to remove site title from header\n * Added override to Enable\/Disable assets at the page level\n * Added pagemediaselect for images in Gallery modular page\n3. [](#bugfix)\n * Removed unnecessary Foundation index.html file\n * Fixed fallback styling for non-fontawesome mobilemenu icon\n * Removed .min.js files since they are not used\n * Removed composer.json file as it is not needed anymore\n * Removed unneeded streams from Theme YAML\n * Fixed in_page_navigation blueprint\n * Fixed Blog Item Next\/Previous pagination button arrows\n * Updated Magellan and Sticky JS to fix Firefox issue"},"0.3.0":{"date":"1\/25\/2016","content":"1. [](#improved)\n * Added tabs to Admin area\n * Added Info tab to Admin area\n * Added more options blueprints\n2. [](#bugfix)\n * Fixed off-canvas spacer style when page class is used\n * Added fallback for non-fontawesome mobilemenu toggle"},"0.1.3":{"date":"01\/05\/2016","content":"1. [](#improved)\n * Added README.md file\n * Set up files for release on GitHub\n * Inlined Logo font-family style\n2. [](#bugfix)\n\t\t* Fixed date for current release"},"0.1.0":{"date":"12\/30\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"pricklypear":{"name":"Prickly Pear","version":"1.0.2","description":"A FREE simple single page by CaribThemes inspired by Fractal by HTML5up.","description_html":" A FREE simple single page by CaribThemes inspired by Fractal by HTML5up.<\/p>","description_plain":"A FREE simple single page by CaribThemes inspired by Fractal by HTML5up.","icon":"paw","author":{"name":"MATsxm for CaribThemes","url":"http:\/\/caribthemes.io","email":"contact@caribthemes.io"},"homepage":"https:\/\/github.com\/CaribThemes\/grav-theme-pricklypear","keywords":"theme, responsive, html5, css3, design, onepage","bugs":"https:\/\/github.com\/CaribThemes\/grav-theme-pricklypear\/issues","license":"MIT","tag_name":"v1.0.2","date":"2016-01-08T13:21:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pricklypear\/1.0.2","repository":"https:\/\/github.com\/CaribThemes\/grav-theme-pricklypear","slug":"pricklypear","install_path":"user\/themes\/pricklypear","screenshot":"themes-pricklypear.jpg","changelog":{"1.0.2":{"date":"01\/08\/2016","content":"1. [](#new)\n * Minor css for RWD menu.\n * Changing date format in CHANGELOG\n * Minor cleanup"},"1.0.1":{"date":"01\/06\/2016","content":"1. [](#new)\n * Addition of Demo Sample data."},"1.0.0":{"date":"01\/05\/2016","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"library":{"name":"Library","version":"0.4.4","description":"UI Kit Library is a demo theme for Grav which requires UIKitifier","description_html":" UI Kit Library is a demo theme for Grav which requires UIKitifier<\/p>","description_plain":"UI Kit Library is a demo theme for Grav which requires UIKitifier","icon":"book","author":{"name":"Daniel James","url":"http:\/\/chiefqualakon.net","email":"danieljames@chiefqualakon.net"},"homepage":"https:\/\/github.com\/khanduras\/grav-theme-library","demo":"http:\/\/demos.chiefqualakon.net\/library","keywords":"UI Kit, news, one-page, library","bugs":"https:\/\/github.com\/khanduras\/grav-theme-library\/issues","license":"MIT","tag_name":"v0.4.4","date":"2016-01-24T06:30:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/library\/0.4.4","repository":"https:\/\/github.com\/khanduras\/grav-theme-library","slug":"library","install_path":"user\/themes\/library","screenshot":"themes-library.jpg","changelog":{"0.4.4":{"date":"1\/23\/2016","content":"1. [](#updated)\n * Updated README and blueprint"},"0.4.3":{"date":"1\/13\/2016","content":"1. [](#new)\n * Added demo content"},"0.4.2":{"date":"1\/09\/2016","content":"1. [](#new)\n * News List shows the number of comments per listing\n * Fade In effect on page load as a theme option"},"0.4.1":{"date":"1\/09\/2016","content":"1. [](#improved)\n * News pages have ```Via``` & ```Source``` attributes \n * ```news_list``` & ```news_item``` touch ups"},"0.4.0":{"date":"1\/08\/2016","content":"1. [](#new)\n * Blueprints for all modular pages\n * Comments template updated with accordians!\n * Updated navbar with social media from site.yaml\n * Footer made up to look how I want it, functions not yet set"},"0.3.8":{"date":"1\/05\/2016","content":"1. [](#improved)\n * Header fix"},"0.3.7":{"date":"12\/23\/2015","content":"1. [](#improved)\n * Can click links in search\n * Color match Keywords"},"0.3.5":{"date":"12\/22\/2015","content":"1. [](#improved)\n * Sort search results by category or tag."},"0.3.2":{"date":"12\/21\/2015","content":"1. [](#improved)\n * Updated theme's thumbnail\n * Updated theme's screenshot"},"0.3.0":{"date":"12\/21\/2015","content":"2. [](#improved)\n * News items, author: name and email"},"0.2.1":{"date":"12\/20\/2015","content":"1. [](#new)\n * Page file blueprints\n * Editor-buttons plugin theme support"},"0.2.0":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"0.1.0":{"date":"02\/10\/2015","content":"1. [](#bugfix)\n * Fix for mobile responsive menu\n * Fix for variable names with `-` causing issues, switched to `_`"},"0.0.1":{"date":"01\/08\/2015","content":"1. [](#bugfix)\n * Fix smooth scrolling from menu links"},"0.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"purity":{"name":"Purity","version":"0.5.5","description":"Purity: Pure CSS from Yahoo ported into Grav, with customised options for theme colours, menu design & layout control.","description_html":" Purity: Pure CSS from Yahoo ported into Grav, with customised options for theme colours, menu design & layout control.<\/p>","description_plain":"Purity: Pure CSS from Yahoo ported into Grav, with customised options for theme colours, menu design & layout control.","icon":"group","author":{"name":"Lawrence Meckan","url":"http:\/\/www.absalom.biz","email":"media@absalom.biz"},"homepage":"https:\/\/github.com\/absalomedia\/grav-theme-purity","keywords":"purity, purecss, yahoo, minimalist, theme, modern, fast, responsive, html5, css3, blog, marketing","bugs":"https:\/\/github.com\/absalomedia\/grav-theme-purity\/issues","license":"BSD-2-Clause","tag_name":"0.5.5","date":"2016-07-13T01:59:15Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/purity\/0.5.5","repository":"https:\/\/github.com\/absalomedia\/grav-theme-purity","slug":"purity","install_path":"user\/themes\/purity","screenshot":"themes-purity.jpg","changelog":{"0.5.5":{"date":"07\/13\/2016","content":"1. [](#new)\n * Light \/ Dark Blog styling\n2. [](#bugfix)\n * Restructure CSS & JS"},"0.5.4":{"date":"07\/12\/2016","content":"1. [](#new)\n * Dynamic footer\n * PureCSS standardised to IE8 & above\n2. [](#bugfix)\n * Dynamic tagline in config"},"0.5.3":{"date":"07\/11\/2016","content":"1. [](#new)\n * Dynamic tagline\n * Google Fonts\n2. [](#bugfix)\n * Dynamic avatar images"},"0.5.2":{"date":"05\/04\/2016","content":"1. [](#new)\n * Dynamic avatar images\n2. [](#bugfix)\n * Author taxonomy fix"},"0.5.1":{"date":"01\/27\/2016","content":"1. [](#bugfix)\n * Removal of composer.json & unneeded streams"},"0.5.0":{"date":"12\/21\/2015","content":"1. [](#new)\n * Base \"blog\" theme design stable"}},"dependencies":[]},"nucleare":{"name":"Nucleare","version":"1.1.5","description":"Theme for the Grav CMS, based on the WordPress theme named Nucleare. It's mainly aimed to be used for a Blog, but you can also create simple pages. Modular pages to come","description_html":" Theme for the Grav CMS, based on the WordPress theme named Nucleare. It's mainly aimed to be used for a Blog, but you can also create simple pages. Modular pages to come<\/p>","description_plain":"Theme for the Grav CMS, based on the WordPress theme named Nucleare. It's mainly aimed to be used for a Blog, but you can also create simple pages. Modular pages to come","icon":"empire","author":{"name":"S\u00e9bastien Viallemonteil","url":"https:\/\/scratchmydev.com","email":"sviallemonteil@gmail.com"},"homepage":"https:\/\/github.com\/birssan\/grav-theme-nucleare","keywords":"nucleare, theme, wordpress, modern, fast, responsive, html5, css3","license":"MIT","tag_name":"1.1.5","date":"2016-06-10T11:58:52Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/nucleare\/1.1.5","repository":"https:\/\/github.com\/birssan\/grav-theme-nucleare","slug":"nucleare","install_path":"user\/themes\/nucleare","screenshot":"themes-nucleare.jpg","changelog":{"1.1.5":{"date":"06\/10\/2016","content":"1. [](#bugfix)\n * Fixed language display in langswitcher template"},"1.1.4":{"date":"06\/10\/2016","content":"1. [](#new)\n * Added Romanian language"},"1.1.3":{"date":"01\/26\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete composer.json"},"1.1.2":{"date":"12\/31\/2015","content":"1. [](#improved)\n * Added a few translations and fixed few HTML syntax errors\n * Deleted default language from settings, useless\n * Added Dropdown toggle to settings, you can enable or disable dropdown in navigation bar"},"1.1.1":{"date":"12\/23\/2015","content":"1. [](#improved)\n * Forgot one \"Read more\" in blog_item template"},"1.1.0":{"date":"12\/23\/2015","content":"1. [](#bugfix)\n * Added a margin top for notices from the Markdown notices plugin\n * The top border color of the langswitcher menu was not replaced by the custom color if set\n2. [](#new)\n * Multi-Language support added, for now, English and French are supported"},"1.0.6":{"date":"12\/21\/2015","content":"1. [](#bugfix)\n * Well it's better when you have your website name in the footer instead of \"My Website\"..."},"1.0.5":{"date":"12\/21\/2015","content":"1. [](#improved)\n * Added a toggle for the header image so it's easier to disable"},"1.0.4":{"date":"12\/21\/2015","content":"1. [](#bugfix)\n * Fixed the link to go back to the home page on the site title and the header image if there is one"},"1.0.3":{"date":"12\/21\/2015","content":"1. [](#new)\n * The AboutMe plugin is included in the sidebar"},"1.0.2":{"date":"12\/17\/2015","content":"1. [](#new)\n * The socialbuttons plugin is included in each blog item if enabled. I've change the CSS to be more in cohesion with the theme."},"1.0.1":{"date":"12\/17\/2015","content":"1. [](#bugfix)\n * Fixed a bug when using JSComment in Blog item pages (used a `\/` instead of a `.`, my bad !)\n * Fixed the click on the language switcher, no need to put a link on it, works better on mobile phone (Doesn't reload the page when tapped)."},"1.0.0":{"date":"12\/10\/2015","content":"1. [](#new)\n * First Version\n * ChangeLog started..."}},"dependencies":[]},"future":{"name":"Future","version":"1.0.8","description":"Future Imperfect by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements and HTML5\/CSS3 code designed for quick and easy customization.","description_html":" Future Imperfect by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements and HTML5\/CSS3 code designed for quick and easy customization.<\/p>","description_plain":"Future Imperfect by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements and HTML5\/CSS3 code designed for quick and easy customization.","icon":"group","author":{"name":"Lawrence Meckan","url":"http:\/\/www.absalom.biz","email":"media@absalom.biz"},"homepage":"https:\/\/github.com\/absalomedia\/grav-theme-future","keywords":"future, imperfect, minimalist, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/absalomedia\/grav-theme-future\/issues","license":"CC-BY-3.0","tag_name":"1.0.8","date":"2020-02-26T23:07:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/future\/1.0.8","repository":"https:\/\/github.com\/absalomedia\/grav-theme-future","slug":"future","install_path":"user\/themes\/future","screenshot":"themes-future.jpg","changelog":{"1.0.8":{"date":"02\/27\/2020","content":"1. [](#bugfix)\n * Drop down menu functionality from HTML5UP"},"1.0.7":{"date":"04\/05\/2016","content":"1. [](#improved)\n * Dynamic avatar images \n2. [](#bugfix)\n * Author taxonomy - now inherits from sitewide if not specified on page"},"1.0.6":{"date":"02\/04\/2016","content":"1. [](#improved)\n * Block management - including JS assets at end of page\n2. [](#bugfix)\n * ArticleBody redesign (issue #4)"},"1.0.5":{"date":"01\/27\/2016","content":"1. [](#bugfix)\n * Canonical resolution\n * Removal of composer.json & unneeded streams"},"1.0.4":{"date":"12\/07\/2015","content":"1. [](#new)\n * Start of microdata coverage\n * Start of ARIA coverage"},"1.0.3":{"date":"12\/04\/2015","content":"1. [](#improved)\n * Coverage for header_extra\n * Coverage for Language Switcher\n2. [](#bugfix)\n * Aspect ratios on screenshot & thumbnail"},"1.0.2":{"date":"12\/03\/2015","content":"1. [](#improved)\n * More form design improvements\n * Documentation\n2. [](#new)\n * Coverage for SimpleSearch"},"1.0.1":{"date":"12\/02\/2015","content":"1. [](#improved)\n * Better form design\n * Documentation\n2. [](#bugfix)\n * Machine date time\n3. [](#new)\n * Coverage for SnipCart\n * Better randomised content"},"1.0.0":{"date":"12\/01\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"minimalist":{"name":"Minimalist","version":"1.0.0","description":"A minimalistic blog theme for grav","description_html":" A minimalistic blog theme for grav<\/p>","description_plain":"A minimalistic blog theme for grav","icon":"empire","author":{"name":"Philipp Spinnler","url":"http:\/\/philippspinnler.com","email":"philipp@spinnler.ch"},"homepage":"https:\/\/github.com\/philippspinnler\/grav-theme-minimalist","keywords":"minimalist, clean, simple, blog, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/philippspinnler\/grav-theme-minimalist\/issues","license":"MIT","tag_name":"v1.0.0","date":"2015-11-30T06:25:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/minimalist\/1.0.0","repository":"https:\/\/github.com\/philippspinnler\/grav-theme-minimalist","slug":"minimalist","install_path":"user\/themes\/minimalist","screenshot":"themes-minimalist.jpg","changelog":{"1.0.0":{"date":"11\/24\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"grayscale":{"name":"Grayscale","version":"1.0.0","description":"Grayscale is a clean and professional one-page theme for **Grav**","description_html":" Grayscale is a clean and professional one-page theme for Grav<\/strong><\/p>","description_plain":"Grayscale is a clean and professional one-page theme for Grav","icon":"group","author":{"name":"Vitor Costa","url":"http:\/\/vmcosta.net","email":"vmcosta@me.com"},"homepage":"https:\/\/github.com\/vmcosta\/grav-theme-grayscale","demo":"http:\/\/demo.vmcosta.net\/grayscale-skeleton","keywords":"grayscale, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/vmcosta\/grav-theme-grayscale\/issues","license":"MIT","tag_name":"1.0.1","date":"2015-12-13T00:06:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/grayscale\/1.0.0","repository":"https:\/\/github.com\/vmcosta\/grav-theme-grayscale","slug":"grayscale","install_path":"user\/themes\/grayscale","screenshot":"themes-grayscale.jpg","changelog":{"1.0.1":{"date":"12\/10\/2015","content":"1. [](#improved)\n * Removed `simple_form` plugin files not beeing used.\n * Added default.html.twig to templates folder"},"1.0.0":{"date":"11\/05\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"lens":{"name":"Lens","version":"1.1.0","description":"Just another fine responsive site template by HTML5 UP ported to Grav","description_html":" Just another fine responsive site template by HTML5 UP ported to Grav<\/p>","description_plain":"Just another fine responsive site template by HTML5 UP ported to Grav","icon":"newspaper-o","author":{"name":"Dev'Code","url":"http:\/\/lab.dev-code.fr","email":"lab.dev.code@gmail.com"},"homepage":"https:\/\/github.com\/lab-dev-code\/grav-theme-lens","demo":"http:\/\/lab.dev-code.fr\/grav-demos\/grav-theme-lens","keywords":"lens, theme","bugs":"https:\/\/github.com\/lab-dev-code\/grav-theme-lens\/issues","license":"CC-BY","tag_name":"v1.1.0","date":"2015-11-12T15:24:45Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/lens\/1.1.0","repository":"https:\/\/github.com\/lab-dev-code\/grav-theme-lens","slug":"lens","install_path":"user\/themes\/lens","screenshot":"themes-lens.jpg","changelog":{"1.0.0":{"date":"11\/03\/2015","content":"1. [](#new)\n * ChangeLog started..."},"1.1.0":{"date":"11\/12\/2015","content":"1. [](#new)\n * Support of self-hosted relative URLs (using Twig `|absolute_url` filter)"}},"dependencies":[]},"afterburner2":{"name":"Afterburner2","version":"1.8.0","description":"Afterburner2 is modern, responsive, and **built for speed**!","description_html":" Afterburner2 is modern, responsive, and built for speed<\/strong>!<\/p>","description_plain":"Afterburner2 is modern, responsive, and built for speed!","icon":"paper-plane","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-afterburner2","demo":"http:\/\/demo.getgrav.org\/afterburner2-skeleton\/","keywords":"afterburner, theme, modern, fast, responsive","bugs":"https:\/\/github.com\/getgrav\/grav-theme-afterburner2\/issues","license":"MIT","tag_name":"1.8.0","date":"2019-03-22T00:23:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/afterburner2\/1.8.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-afterburner2","slug":"afterburner2","install_path":"user\/themes\/afterburner2","screenshot":"themes-afterburner2.jpg","changelog":{"1.8.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.7.1":{"date":"02\/26\/2017","content":"1. [](#bugfix)\n * Allow to add a `external` class to site.yaml links to work on modular pages [antimatter#95](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/95)"},"1.7.0":{"date":"09\/09\/2016","content":"1. [](#bugfix)\n * Drop unneeded form twig overrides"},"1.6.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Translate the theme blueprint options\n * Add logic to include site.menu items in modular pages too\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.5.1":{"date":"09\/16\/2015","content":"1. [](#improved)\n * Use new form plugin templates"},"1.5.0":{"date":"08\/31\/2015","content":"1. [](#new)\n * Added support for `login-status` partial in menu\n * Added support for `langswitcher` plugin\n1. [](#improved)\n * Use new toggle for item blueprint\n * Made sidebar links more robust\n1. [](#bugfix)\n * Favicon with full image URL\n * Fixed sidebar links when site at root"},"1.4.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.3.8":{"date":"06\/16\/2015","content":"1. [](#bugfix)\n * Handle page summary properly"},"1.3.7":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix for image class in modular template 'text.html.twig`"},"1.3.6":{"date":"04\/07\/2015","content":"1. [](#improved)\n * Genericized theme_config variable for better inheritance"},"1.3.5":{"date":"03\/24\/2015","content":"1. [](#bugfix)\n * Fix for compressed text in `.pure-g` divs"},"1.3.4":{"date":"03\/24\/2015","content":"1. [](#bugfix)\n * Load pure grids at all times for better non-flexbox support"},"1.3.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.3.2":{"date":"02\/19\/2015","content":"1. [](#improved)\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.3.1":{"date":"02\/10\/2015","content":"1. [](#improved)\n * Added demo link to blueprint\n1. [](#improved)\n * Fix for table layout"},"1.3.0":{"date":"01\/23\/2015","content":"1. [](#new)\n * Extensive updates syncing functionality with current Antimatter theme"},"1.2.0":{"date":"01\/09\/2015","content":"1. [](#improved)\n * NOTE: BREAKING CHANGE - Fixed references to plugins in `partials\/` folder\n * Updated README.md"},"1.1.4":{"date":"12\/15\/2014","content":"1. [](#new)\n * ChangeLog started..."}}},"antimatter":{"name":"Antimatter","version":"2.2.0","description":"Antimatter is the default theme included with **Grav**","description_html":" Antimatter is the default theme included with Grav<\/strong><\/p>","description_plain":"Antimatter is the default theme included with Grav","icon":"empire","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-antimatter","demo":"http:\/\/demo.getgrav.org\/blog-skeleton","keywords":"antimatter, theme, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-antimatter\/issues","license":"MIT","tag_name":"2.2.0","date":"2019-03-22T00:25:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/antimatter\/2.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-antimatter","slug":"antimatter","install_path":"user\/themes\/antimatter","screenshot":"themes-antimatter.jpg","changelog":{"2.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"2.1.2":{"date":"9\/28\/2017","content":"1. [](#improved)\n * Added polish and brazilian portuguese translations\n * Allow overriding the slidebar by moving it to its own `sidebar_navigation` block [#110](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/110)\n1. [](#bugfix)\n * Fix showcase template overlapping when not at top [#99](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/99)"},"2.1.1":{"date":"02\/26\/2017","content":"1. [](#bugfix)\n * Allow to add a `external` class to site.yaml links to work on modular pages [#95](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/95)"},"2.1.0":{"date":"01\/24\/2017","content":"1. [](#new)\n * Updated to FontAwesome 4.7.0 with [Grav icon](http:\/\/fontawesome.io\/icon\/grav\/)\n1. [](#improved)\n * Added croatian\n * Changed \"SimpleSearch\" string in the sidebar to \"Search\"\n1. [](#bugfix)\n * Removed unreachable condition [#85](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/85)\n * Fixed a typo in the french translation"},"2.0.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Added microformats2 support [#64](https:\/\/github.com\/getgrav\/grav-theme-antimatter\/pull\/64)\n1. [](#improved)\n * Updated to FontAwesome 4.6.3\n * Added romanian, russian and ukranian"},"2.0.0-beta.1":{"date":"05\/23\/2016","content":"1. [](#new)\n * New and improved **dropdown** styling\n1. [](#improved)\n * Removed templates from `form` + `snipcart` plugins\n * Added support for search button\n * Updated some translations\n * Automatically add comments if configured\n * Relative path for favicon\n * Slightly modified the blockquote background color\n * Removed unneeded streams from YAML\n * Use common language strings in Blueprint"},"1.8.0":{"date":"11\/20\/2015","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n * Added a configurable lang field for HTML tag\n * Added a `bottom` JS output call\n1. [](#improved)\n * Updated to FontAwesome 4.4.0\n1. [](#bugfix)\n * Fixed extra `\/` in some tag URLs\n * Better support for PECL Yaml parser\n * Fixes for blog page blueprint"},"1.7.6":{"date":"10\/07\/2015","content":"1. [](#new)\n * Added logic to include site.menu items in modular pages\n1. [](#improved)\n * Removed unused ` ` tags"},"1.7.5":{"date":"09\/16\/2015","content":"1. [](#improved)\n * Use new form plugin templates"},"1.7.3":{"date":"08\/31\/2015","content":"1. [](#new)\n * Added header image control and blueprints to admin plugin\n1. [](#improved)\n * Use new template field for modular pages"},"1.7.2":{"date":"08\/24\/2015","content":"1. [](#new)\n * Added support for `login-status` partial in menu"},"1.7.1":{"date":"08\/11\/2015","content":"1. [](#improved)\n * Use new toggle for item blueprint"},"1.7.0":{"date":"08\/06\/2015","content":"1. [](#new)\n * Blueprints that work with new admin plugin!\n1. [](#bugfix)\n * Favicon with full image URL"},"1.6.1":{"date":"07\/24\/2015","content":"1. [](#bugfix)\n * Fixed sidebar links when site at root"},"1.6.0":{"date":"07\/21\/2015","content":"1. [](#new)\n * Added support for `langswitcher` plugin\n1. [](#improved)\n * Made sidebar links more robust"},"1.5.0":{"date":"07\/14\/2015","content":"1. [](#new)\n * Added canonical URL support\n1. [](#improved)\n * More improvements for blueprints\n1. [](#bugfix)\n * Fixes for multi-language support"},"1.4.0":{"date":"05\/09\/2015","content":"1. [](#improved)\n * Improved blueprints\n1. [](#bugfix)\n * Fix for when page.summary is equal to page.content"},"1.3.9":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix for image class in modular template 'text.html.twig`"},"1.3.8":{"date":"04\/07\/2015","content":"1. [](#improved)\n * Genericized theme_config variable for better inheritance"}}},"bootstrap":{"name":"Bootstrap","version":"1.7.0","description":"Bootstrap is built using the popular **Bootstrap** Framework","description_html":" Bootstrap is built using the popular Bootstrap<\/strong> Framework<\/p>","description_plain":"Bootstrap is built using the popular Bootstrap Framework","icon":"bold","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"bootstrapper"},{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-bootstrap","demo":"http:\/\/demo.getgrav.org\/bootstrap-skeleton\/","keywords":"bootstrap, theme, framework","bugs":"https:\/\/github.com\/getgrav\/grav-theme-bootstrap\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:26:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-bootstrap","slug":"bootstrap","install_path":"user\/themes\/bootstrap","screenshot":"themes-bootstrap.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.6.0":{"date":"12\/06\/2016","content":"1. [](#bugfix)\n * Only set fixed-nav class on body element when show_onpage_menu is true [#15](https:\/\/github.com\/getgrav\/grav-theme-bootstrap\/pull\/15)\n * Translate label in custom form field templates\n * Add custom styling for login forms"},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Dropped own version of Bootstrap, rely on the Bootstrapper plugin\n * Add the bootstrap-styled email form field twig template\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Replace the hardcoded \"Grav\" title with the actual site title\n * Include the correct javascript file that highlights the active section in the menu"},"1.4.1":{"date":"09\/16\/2015","content":"1. [](#improved)\n * Use new form plugin templates"},"1.4.0":{"date":"08\/31\/2015","content":"1. [](#new)\n * Added support for `login-status` partial in menu\n * Added support for `langswitcher` plugin\n1. [](#improved)\n * Use new toggle for item blueprint\n * Made sidebar links more robust\n1. [](#bugfix)\n * Favicon with full image URL\n * Fixed sidebar links when site at root"},"1.3.3":{"date":"08\/25\/2015","content":"1. [](#bugfix)\n * Removed a `.DS_Store`"},"1.3.2":{"date":"06\/16\/2015","content":"1. [](#bugfix)\n * Handle page summary properly"},"1.3.1":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix for image class in modular template 'text.html.twig`"},"1.3.0":{"date":"02\/28\/2015","content":"2. [](#improved)\n * Now relies on Grav 0.9.19+\n * Relies on new `bootstrapper` plugin to load Bootstrap CSS and JS"},"1.2.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.2.1":{"date":"02\/10\/2015","content":"1. [](#improved)\n * Added demo link to blueprint"},"1.2.0":{"date":"01\/26\/2015","content":"1. [](#new)\n * Extensive updates syncing functionality with current Antimatter theme"},"1.1.4":{"date":"01\/09\/2015","content":"1. [](#improved)\n * NOTE: BREAKING CHANGE - Fixed references to plugins in `partials\/` folder\n * Updated README.md"},"1.1.3":{"date":"11\/09\/2014","content":"1. [](#new)\n * ChangeLog started..."}}},"hpstr":{"name":"HPSTR","version":"1.6.0","description":"HPSTR theme by mademistakes ported to **Grav**","description_html":" HPSTR theme by mademistakes ported to Grav<\/strong><\/p>","description_plain":"HPSTR theme by mademistakes ported to Grav","icon":"camera-retro","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-hpstr","demo":"http:\/\/demo.getgrav.org\/hpstr-skeleton","keywords":"hpstr, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-hpstr\/issues","license":"MIT","tag_name":"1.6.0","date":"2019-03-22T00:37:19Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/hpstr\/1.6.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-hpstr","slug":"hpstr","install_path":"user\/themes\/hpstr","screenshot":"themes-hpstr.jpg","changelog":{"1.6.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n "},"1.4.0":{"date":"12\/28\/2015","content":"1. [](#bugfix)\n * Minor bugfixes "},"1.3.0":{"date":"10\/23\/2015","content":"1. [](#bugfix)\n * Fixed menu not working at root \n * Fixed issue where links were `\/tag` instead of `\/tags`\n * Fixed issue with bad URL in date header element"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.0":{"date":"07\/22\/2015","content":"1. [](#bugfix)\n * Clicking off the menu now closes it properly"},"1.0.4":{"date":"07\/14\/2015","content":"1. [](#bugfix)\n * Bad release, trying again..."},"1.0.3":{"date":"07\/14\/2015","content":"1. [](#bugfix)\n * Modernized the header js\/css tags to fix broken JS"},"1.0.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n\t* Added SimpleSearch capability\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.0.1":{"date":"02\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"mediator":{"name":"Mediator","version":"1.5.0","description":"Mediator theme by Dirk Fabisch ported to **Grav**","description_html":" Mediator theme by Dirk Fabisch ported to Grav<\/strong><\/p>","description_plain":"Mediator theme by Dirk Fabisch ported to Grav","icon":"bullseye","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-mediator","demo":"http:\/\/demo.getgrav.org\/mediator-skeleton","keywords":"mediator, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-mediator\/issues","license":"MIT","tag_name":"1.5.0","date":"2020-06-03T21:20:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/mediator\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-mediator","slug":"mediator","install_path":"user\/themes\/mediator","screenshot":"themes-mediator.jpg","changelog":{"1.5.0":{"date":"06\/03\/2020","content":"1. [](#new)\n * Multilanguage support [#12](https:\/\/github.com\/getgrav\/grav-theme-mediator\/pull\/12)\n1. [](#improved)\n * Modernized & cleaned up asssets"},"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n "},"1.2.0":{"date":"01\/06\/2016","content":"1. [](#improved)\n * Dropped an extraneous debug statement\n1. [](#bugfix)\n\t* Fixed RSS link\n\t* Fix tag links on a root domain site"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n\t* Updated README\n\t* Fixed feed URL on homepage\n\t* Added demo link\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.0.1":{"date":"02\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"notepad":{"name":"Notepad","version":"1.4.0","description":"Notepad theme by HOSSAIN MOHD FAYSAL ported to **Grav**","description_html":" Notepad theme by HOSSAIN MOHD FAYSAL ported to Grav<\/strong><\/p>","description_plain":"Notepad theme by HOSSAIN MOHD FAYSAL ported to Grav","icon":"pencil-square","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-notepad","demo":"http:\/\/demo.getgrav.org\/notepad-skeleton","keywords":"notepad, theme, modern, fast, responsive, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-notepad\/issues","license":"MIT","tag_name":"1.4.0","date":"2019-03-22T00:43:06Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/notepad\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-notepad","slug":"notepad","install_path":"user\/themes\/notepad","screenshot":"themes-notepad.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fixed pagination \n * Updated the logo link url\n "},"1.2.0":{"date":"09\/04\/2015","content":"1. [](#bugfix)\n\t* Various UI fixes"},"1.1.1":{"date":"08\/31\/2015","content":"1. [](#bugfix)\n\t* Fixed 404 when clicking on tag while viewing post\n * Fix not using date in post header"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.4":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.3":{"date":"02\/19\/2015","content":"2. [](#improved)\n\t* Updated README\n * Implemented new `param_sep` variable from Grav 0.9.18\n3. [](#bugfix)\n * Fix home reference URL "},"1.0.2":{"date":"12\/16\/2014","content":"1. [](#new)\n * ChangeLog started..."}}},"agency":{"name":"Agency","version":"1.5.0","description":"Agency is a clean and professional one-page theme for **Grav**","description_html":" Agency is a clean and professional one-page theme for Grav<\/strong><\/p>","description_plain":"Agency is a clean and professional one-page theme for Grav","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-agency","demo":"http:\/\/demo.getgrav.org\/agency-skeleton","keywords":"agency, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-agency\/issues","license":"MIT","tag_name":"1.5.0","date":"2019-03-22T00:24:16Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/agency\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-agency","slug":"agency","install_path":"user\/themes\/agency","screenshot":"themes-agency.jpg","changelog":{"1.5.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Load Google Fonts using a protocol independent URL, fix SSL issue\n * Supports the Form plugin modular page\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.3.1":{"date":"12\/11\/2015","content":"1. [](#improved)\n * Added support for `custom.css`"},"1.3.0":{"date":"10\/23\/2015","content":"1. [](#bugfix)\n * Fix hardcoded navigation\n * Fixed onpage modular navigation"},"1.2.0":{"date":"09\/22\/2015","content":"1. [](#improved)\n * Improved compatibility with newest Grav\n * Improved compatibility with SimpleForm component\n * Minor fixes and cleanups\n2. [](#new)\n * Added default layout "},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.2":{"date":"02\/10\/2015","content":"1. [](#bugfix)\n * Fix for mobile responsive menu\n * Fix for variable names with `-` causing issues, switched to `_`"},"1.0.1":{"date":"01\/08\/2015","content":"1. [](#bugfix)\n * Fix smooth scrolling from menu links"},"1.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"deliver":{"name":"Deliver","version":"1.7.0","description":"Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.","description_html":" Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.<\/p>","description_plain":"Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.","icon":"newspaper-o","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-deliver","demo":"http:\/\/demo.getgrav.org\/deliver-skeleton\/","keywords":"deliver, theme, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-deliver\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:34:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/deliver\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-deliver","slug":"deliver","install_path":"user\/themes\/deliver","screenshot":"themes-deliver.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.6.2":{"date":"12\/20\/2016","content":"1. [](#improved)\n * Add bottom js call in bottom block"},"1.6.1":{"date":"12\/10\/2016","content":"1. [](#improved)\n * Added background animation when scrolling the menu in sticky mode\n1. [](#bugfix)\n * Fixed some mobile alignments for hamburger and search icons in sticky mode"},"1.6.0":{"date":"12\/09\/2016","content":"1. [](#new)\n * Add an option to have a sticky menu. Also added blueprint configuration to turn in on from the admin. Disabled by default. Uses https:\/\/github.com\/bigspotteddog\/ScrollToFixed\n1. [](#improved)\n * Invert order of previous and next button in the blog posts navigation\n1. [](#bugfix)\n * Fix forms not working as expected. Drop the form twig overrides as they break the forms, and don't really customise the output"},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Add the `theme_config` twig var\n1. [](#bugfix)\n * Fix missing fontawesome-webfont.woff2 file\n * Fix slider buttons on tablet\n * Fix setting the page language in the html tag"},"1.4.0":{"date":"01\/06\/2016","content":"1. [](#improved)\n * Fontawesome updated to 4.5.0\n1. [](#bugfix)\n * Searchbox in search results fix"},"1.3.1":{"date":"12\/18\/2015","content":"2. [](#bugfix)\n * Added nonce support to form template"},"1.3.0":{"date":"11\/18\/2015","content":"1. [](#new)\n * SimpleForm replaced with Forms plugin\n2. [](#bugfix)\n * Admin plugin bugfixes"},"1.2.0":{"date":"09\/18\/2015","content":"1. [](#bugfix)\n * Updated outdated blueprints\n * Bugfix for pagination plugin"},"1.1.1":{"date":"09\/18\/2015","content":"1. [](#improved)\n * compatibility with newest Grav version.\n1. [](#bugfix)\n * SimpleForm compatibility bugfixes."},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin\n1. [](#bugfix)\n * Taxonomy count fix"},"1.0.4":{"date":"05\/09\/2015","content":"1. [](#improved)\n * Fix for bottom menu links"},"1.0.3":{"date":"03\/01\/2015","content":"1. [](#improved)\n * Switched to Grav's built-in `jQuery` assets"},"1.0.2":{"date":"02\/19\/2015","content":"2. [](#improved)\n * Added SimpleSearch capability\n * Implemented new `param_sep` variable from Grav 0.9.18"},"1.0.1":{"date":"02\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"twenty":{"name":"Twenty","version":"1.7.0","description":"Twenty is a free and responsive theme for **Grav**. It's a port of **Twenty** template by HTML5 UP.","description_html":" Twenty is a free and responsive theme for Grav<\/strong>. It's a port of Twenty<\/strong> template by HTML5 UP.<\/p>","description_plain":"Twenty is a free and responsive theme for Grav. It's a port of Twenty template by HTML5 UP.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"},{"name":"form","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-twenty","demo":"http:\/\/demo.getgrav.org\/twenty-skeleton","keywords":"twenty, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-twenty\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:51:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/twenty\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-twenty","slug":"twenty","install_path":"user\/themes\/twenty","screenshot":"themes-twenty.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.6.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Update forms for the newest Form plugin markup. Drop totally custom form markup, extend from forms default twig files"},"1.5.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Use protocol independent url for Google Font\n * Add nonce to the custom form page template"},"1.4.0":{"date":"10\/16\/2015","content":"1. [](#new)\n * Twenty codebase updated to latest release\n * Various fixes and improvements\n * Menu generated automatically from collection of pages"},"1.3.0":{"date":"10\/15\/2015","content":"1. [](#new)\n * Removed SimpleForm plugin support due to constant compatibility problems\n * Added support for Email and Form plugins"},"1.2.1":{"date":"09\/21\/2015","content":"1. [](#improved)\n * improved default layout\n * improved SimpleForm compatibility\n * improved Grav compatibility\n * minor fixes"},"1.1.1":{"date":"09\/04\/2015","content":"1. [](#improved)\n * reworked initialization"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.0":{"date":"03\/24\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"soraarticle":{"name":"SoraArticle","version":"1.5.0","description":"Sora Article is a minimal Theme designed for the discerning blogger, ported to Grav.","description_html":" Sora Article is a minimal Theme designed for the discerning blogger, ported to Grav.<\/p>","description_plain":"Sora Article is a minimal Theme designed for the discerning blogger, ported to Grav.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-soraarticle","demo":"http:\/\/demo.getgrav.org\/soraarticle-skeleton","keywords":"soraarticle, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-soraarticle\/issues","license":"CC BY 3.0","tag_name":"1.5.0","date":"2019-03-22T00:48:51Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/soraarticle\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-soraarticle","slug":"soraarticle","install_path":"user\/themes\/soraarticle","screenshot":"themes-soraarticle.jpg","changelog":{"1.5.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.4.1":{"date":"02\/26\/2017","content":"1. [](#improved)\n * Updated base.html.twig to fix menu for support of full qualified URLs [#7](https:\/\/github.com\/getgrav\/grav-theme-soraarticle\/pull\/7)"},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix form action for forms on multilanguage pages\n * Remove unneeded default form template override\n * Fix setting the page language in the html tag\n * Fix pagination"},"1.3.0":{"date":"01\/22\/2016","content":"1. [](#bugfix)\n * Admin Plugin Compatibility"},"1.2.1":{"date":"12\/11\/2015","content":"1. [](#bugfix)\n * Fix form template with nonce support\n * Support configurable param separator"},"1.2.0":{"date":"11\/12\/2015","content":"1. [](#new)\n * Fix for responsive videos\n * Couple fixes for JSComments\n * SimpleForm replaced with Forms plugin"},"1.1.2":{"date":"09\/21\/2015","content":"1. [](#improved)\n * improved default layout\n * improved SimpleForm compatibility\n * improved Grav compatibility\n * minor fixes"},"1.1.1":{"date":"09\/04\/2015","content":"1. [](#improved)\n * use https instead of http"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.1":{"date":"04\/07\/2015","content":"1. [](#bugfix)\n * Fixed for Grav 0.9.21 compatibility"},"1.0.0":{"date":"04\/07\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"photographer":{"name":"Photographer","version":"1.5.0","description":"Photographer is a Bootstrap 3.0 theme for Grav. It's a port of Free Bootstrap 3.0 Template by template-help.com.","description_html":" Photographer is a Bootstrap 3.0 theme for Grav. It's a port of Free Bootstrap 3.0 Template by template-help.com.<\/p>","description_plain":"Photographer is a Bootstrap 3.0 theme for Grav. It's a port of Free Bootstrap 3.0 Template by template-help.com.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-photographer","demo":"http:\/\/demo.getgrav.org\/photographer-skeleton","keywords":"photographer, theme, bootstrap, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-photographer\/issues","license":"MIT","tag_name":"1.5.0","date":"2019-03-22T00:44:21Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/photographer\/1.5.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-photographer","slug":"photographer","install_path":"user\/themes\/photographer","screenshot":"themes-photographer.jpg","changelog":{"1.5.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n1. [](#improved)\n * Added french"},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.3.0":{"date":"09\/17\/2015","content":"1. [](#improved)\n * Updated for new version of simple_form (Pereira Ricardo)\n * Fix for markdown extra\n * Minor fixes"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.0":{"date":"07\/24\/2015","content":"1. [](#improved)\n * Moved images displayed on homepage from theme to page"},"1.0.1":{"date":"06\/16\/2015","content":"1. [](#bugfix)\n * Mobile menu fixes"},"1.0.0":{"date":"04\/22\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"woo":{"name":"Woo","version":"1.3.0","description":"Woo is a clean, modern, landing page site template by Styleshout. It has a fully responsive design and was tested on all major browser and mobile devices.","description_html":" Woo is a clean, modern, landing page site template by Styleshout. It has a fully responsive design and was tested on all major browser and mobile devices.<\/p>","description_plain":"Woo is a clean, modern, landing page site template by Styleshout. It has a fully responsive design and was tested on all major browser and mobile devices.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-woo","demo":"http:\/\/demo.getgrav.org\/woo-skeleton","keywords":"woo, theme, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-woo\/issues","license":"MIT","tag_name":"1.3.0","date":"2019-03-22T00:52:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/woo\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-woo","slug":"woo","install_path":"user\/themes\/woo","screenshot":"themes-woo.jpg","changelog":{"1.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.1.1":{"date":"09\/04\/2015","content":"1. [](#bugfix)\n * menu linking bug"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.0":{"date":"05\/09\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"striped":{"name":"Striped","version":"2.3.0","description":"Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5\/CSS3 code designed for quick and easy customization.","description_html":" Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5\/CSS3 code designed for quick and easy customization.<\/p>","description_plain":"Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5\/CSS3 code designed for quick and easy customization.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-striped","demo":"http:\/\/demo.getgrav.org\/striped-skeleton","keywords":"striped, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-striped\/issues","license":"MIT","tag_name":"2.3.0","date":"2019-03-22T00:49:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/striped\/2.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-striped","slug":"striped","install_path":"user\/themes\/striped","screenshot":"themes-striped.jpg","changelog":{"2.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"2.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n "},"2.1.1":{"date":"11\/19\/2015","content":"1. [](#bugfix)\n * Pagination compatibility"},"2.1.0":{"date":"10\/15\/2015","content":"1. [](#new)\n * Removed SimpleForm plugin support due to constant compatibility problems\n * Added support for Email and Form plugins"},"2.0.0":{"date":"09\/21\/2015","content":"1. [](#improved)\n * Reworked codebase for better compatibility and css handling\n * Lots of fixes"},"1.2.0":{"date":"09\/21\/2015","content":"1. [](#improved)\n * Improved compatibility with newest Grav\n * Improved compatibility with SimpleForm component\n * Minor fixes"},"1.1.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.0.0":{"date":"06\/16\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"learn2":{"name":"Learn2","version":"1.8.0","description":"Learn2 is a new modern documentation theme for Grav","description_html":" Learn2 is a new modern documentation theme for Grav<\/p>","description_plain":"Learn2 is a new modern documentation theme for Grav","icon":"book","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-learn2","demo":"http:\/\/learn.getgrav.org","keywords":"heme, docs, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-learn2\/issues","license":"MIT","tag_name":"1.8.0","date":"2019-03-22T00:40:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/learn2\/1.8.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-learn2","slug":"learn2","install_path":"user\/themes\/learn2","screenshot":"themes-learn2.jpg","changelog":{"1.8.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension"},"1.7.0":{"date":"08\/23\/2017","content":"1. [](#improved)\n * Added default page template.\n * Added blueprints for docs and chapter pages"},"1.6.3":{"date":"01\/31\/2017","content":"1. [](#bugfix)\n * Fixed changelog date"},"1.6.2":{"date":"01\/31\/2017","content":"1. [](#bugfix)\n * Fixed a PHP 7.1 issue"},"1.6.1":{"date":"01\/24\/2017","content":"1. [](#new)\n * Updated to FontAwesome 4.7.0 with [Grav icon](http:\/\/fontawesome.io\/icon\/grav\/)"},"1.6.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Added the spanish language\n1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Set the page language from Grav's Language configuration. Default to english.\n1. [](#bugfix)\n * Fix an issue on iOS 9+ Safari scaling"},"1.5.0":{"date":"01\/06\/2016","content":"1. [](#new)\n * Added keyboard prev\/next navigation\n1. [](#improved)\n * Various language updates\n1. [](#bugfix)\n * Fixed a typo in CSS"},"1.4.2":{"date":"12\/18\/2015","content":"1. [](#bugfix)\n * Fixed clipboard for Safari"},"1.4.1":{"date":"12\/11\/2015","content":"1. [](#new)\n * Support new sidebar scrollbar\n * New subtle `subtitle` styling"},"1.4.0":{"date":"10\/07\/2015","content":"1. [](#new)\n * Added 1-click copy-to-clipboard feature for `code` and `pre` tags\n * Added German translations\n * Configurable root page\n1. [](#improved)\n * Wrapped topbar to remove it from error pages\n1. [](#bugfix)\n * Fix for bad YAML\n * Fix for bad HTML in github note"},"1.3.0":{"date":"09\/11\/2015","content":"1. [](#new)\n * Added configurable Google analytics code"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.0":{"date":"07\/19\/2015","content":"1. [](#new)\n * Added search highlight support\n * Added a footer"},"1.0.1":{"date":"06\/2\/2015","content":"1. [](#new)\n * Added support for 2+ page levels"},"1.0.0":{"date":"06\/17\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"cacti":{"name":"Cacti","version":"1.4.0","description":"Minimal theme based on Cactus and Kactus","description_html":" Minimal theme based on Cactus and Kactus<\/p>","description_plain":"Minimal theme based on Cactus and Kactus","icon":"globe","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-cacti","demo":"http:\/\/demo.getgrav.org\/multilang-skeleton","keywords":"cacti, theme, minimal, modern, fast, responsive, html5, css3, multilanguage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-cacti\/issues","license":"MIT","tag_name":"1.4.0","date":"2019-03-22T00:31:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/cacti\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-cacti","slug":"cacti","install_path":"user\/themes\/cacti","screenshot":"themes-cacti.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Added support for Disqus comments\n1. [](#bugfix)\n * Fixed the post published date format\n * Fix setting the page language in the html tag\n * Fix code highlighting support\n "},"1.2.1":{"date":"01\/06\/2016","content":"1. [](#bugfix)\n * Fixed Polish translation\n * Fixed incorrect section tag"},"1.2.0":{"date":"08\/25\/2015","content":"1. [](#new)\n * Added Polish translations\n * Added Norwegian translations\n1. [](#improved)\n * Added blueprints for Grav Admin plugin"},"1.1.1":{"date":"07\/21\/2015","content":"1. [](#bugfix)\n * Fixed issue with Retina profile image"},"1.1.0":{"date":"07\/19\/2015","content":"1. [](#new)\n * Added Greek translations\n1. [](#improved)\n * Sets `` dynamically based on language and\/or default"},"1.0.1":{"date":"07\/14\/2015","content":"1. [](#improved)\n * Updated blueprints"},"1.0.0":{"date":"07\/13\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"sidewalk":{"name":"Sidewalk","version":"0.0.5","description":"A clean and simple blog theme for **Grav**","description_html":" A clean and simple blog theme for Grav<\/strong><\/p>","description_plain":"A clean and simple blog theme for Grav","icon":"road","author":{"name":"Darryl Dias","url":"http:\/\/darryldias.me","email":"darryl@revryl.com"},"homepage":"https:\/\/github.com\/DarrylDias\/Sidewalk","keywords":"sidewalk, clean, simple, blog, core, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/DarrylDias\/Sidewalk\/issues","license":"MIT","screenshot":"user-theme-sidewalk.png","tag_name":"0.0.5","date":"2015-09-25T11:16:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/sidewalk\/0.0.5","repository":"https:\/\/github.com\/DarrylDias\/Sidewalk","slug":"sidewalk","install_path":"user\/themes\/sidewalk","changelog":false,"dependencies":[]},"developer":{"name":"Developer","version":"2.2.0","description":"Developer is a free responsive **Grav** theme designed to help developers promote their work.","description_html":" Developer is a free responsive Grav<\/strong> theme designed to help developers promote their work.<\/p>","description_plain":"Developer is a free responsive Grav theme designed to help developers promote their work.","icon":"clipboard","author":{"name":"Sommerregen","url":"http:\/\/benjamin-regler.de","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-developer","docs":"https:\/\/github.com\/sommerregen\/grav-theme-developer\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/developer\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-developer\/issues","license":"MIT\/GPL","tag_name":"v2.2.0","date":"2017-04-05T19:13:50Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/developer\/2.2.0","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-developer","slug":"developer","install_path":"user\/themes\/developer","screenshot":"themes-developer.jpg","changelog":{"2.2.0":{"date":"04\/05\/2017","content":"2. [](#improved)\n * Added \"github-activity\" and \"octicons\" to theme package\n3. [](#bugfix)\n * Fixed Github activity page not found error [#7](hhttps:\/\/github.com\/Sommerregen\/grav-theme-developer\/issues\/7) (Github Activity URL 404)"},"2.1.1":{"date":"03\/20\/2017","content":"3. [](#bugfix)\n * Fixed mixed content issues [#6](https:\/\/github.com\/Sommerregen\/grav-theme-developer\/issues\/6) (Mixed content)"},"2.1.0":{"date":"01\/10\/2017","content":"2. [](#improved)\n * Update font awesome to v4.7 [#5](https:\/\/github.com\/Sommerregen\/grav-theme-developer\/pull\/5) (Thanks to [@huy-nguyen](https:\/\/github.com\/huy-nguyen))\n3. [](#bugfix)\n * Fix button link [#3](https:\/\/github.com\/Sommerregen\/grav-theme-developer\/pull\/3)"},"2.0.4":{"date":"01\/13\/2015","content":"1. [](#bugfix)\n * Fixed page title when error template called."},"2.0.3":{"date":"01\/09\/2015","content":"1. [](#improved)\n * Update [README](README.md)."},"2.0.2":{"date":"01\/04\/2015","content":"1. [](#bugfix)\n * Fixed header.link object in the projects modules.\n * Move demo content to folder `_demo`."},"2.0.1":{"date":"01\/03\/2015","content":"1. [](#new)\n * Added support for Coderwall link, you need to update Machine is a free, flat, modern web theme with an industrial\/corporate focus.<\/p>","description_plain":"Machine is a free, flat, modern web theme with an industrial\/corporate focus.","icon":"cog","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-machine","docs":"https:\/\/github.com\/sommerregen\/grav-theme-machine\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/machine\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-machine\/issues","license":"MIT\/GPL","tag_name":"v2.0.6","date":"2017-02-05T17:44:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/machine\/2.0.6","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-machine","slug":"machine","install_path":"user\/themes\/machine","screenshot":"themes-machine.jpg","changelog":{"2.0.6":{"date":"02\/05\/2017","content":"3. [](#bugfix)\n * Fixed [#2](https:\/\/github.com\/Sommerregen\/grav-theme-machine\/issues\/2) (\"DateTime::__construct(): Failed to parse time string (06-23-2014) at position 0 (0): Unexpected character\")"},"2.0.5":{"date":"01\/13\/2015","content":"1. [](#new)\n * Add into _demo\/config the plugin configuration file because need to reset the fields array.\n3. [](#bugfix)\n * Fix the page title when error template called.\n * Fix simple_form template fields.\n * Update _demo\/pages contact with field type where need."},"2.0.4":{"date":"01\/09\/2015","content":"2. [](#improved)\n * Update [README](README.md).\n3. [](#bugfix)\n * Small fix."},"2.0.3":{"date":"01\/06\/2015","content":"1. [](#new)\n * Add JSComments plugin.\n * Add GMaps plugin.\n * Add blog and blog posts templates."},"2.0.2":{"date":"01\/04\/2015","content":"1. [](#bugfix)\n * Fixed header.link object in the projects modules.\n * Move demo content to folder `_demo`."},"2.0.1":{"date":"01\/03\/2015","content":"1. [](#new)\n * Added support for Coderwall link, you need to update The zSimplex theme is a free responsive HTML5 theme that can be used to start a management or project website.<\/p>","description_plain":"The zSimplex theme is a free responsive HTML5 theme that can be used to start a management or project website.","icon":"paint-brush","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-zsimplex","docs":"https:\/\/github.com\/sommerregen\/grav-theme-zsimplex\/blob\/master\/README.md","demo":"https:\/\/themes.benjamin-regler.de\/zsimplex","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-zsimplex\/issues","license":"MIT\/GPL","tag_name":"v2.2.1","date":"2017-06-27T16:50:54Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/zsimplex\/2.2.1","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex","slug":"zsimplex","install_path":"user\/themes\/zsimplex","screenshot":"themes-zsimplex.jpg","changelog":{"2.2.0":{"date":"05\/31\/2017","content":"1. [](#new)\n * Added theme blueprints and languages\n2. [](#improved)\n * Overall updates and junk removal [#4](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/pull\/4) (Big thanks to [@boredland](https:\/\/github.com\/boredland))\n * Use `fontawesome` instead of images wherever possible\n * Make a lot of options editable on page level\n * Integration of the current Grav forms\n * Updated libraries"},"2.1.0":{"date":"05\/13\/2017","content":"2. [](#improved)\n * Allow dynamic amount of slides that always stay centered [#1](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/pull\/1)\n * Add `custom.css` to the asset manager and make the favicon configurable [#3](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/pull\/3)\n3. [](#bugfix)\n * Fixed scrambled slider [#2](https:\/\/github.com\/Sommerregen\/grav-theme-zsimplex\/issues\/2)"},"2.0.2":{"date":"01\/13\/2015","content":"1. [](#new)\n * Added error template.\n3. [](#bugfix)\n * Fixed page title when error template called."},"2.0.1":{"date":"01\/09\/2015","content":"2. [](#improved)\n * Update [README](README.md).\n3. [](#bugfix)\n * Small fix."},"2.0.0":{"date":"01\/06\/2015","content":"1. [](#new)\n * Start conversion to Grav Theme."}},"dependencies":[]},"aerial":{"name":"Aerial","version":"2.0.4","description":"A very simple personalizable landing page with social links.","description_html":" A very simple personalizable landing page with social links.<\/p>","description_plain":"A very simple personalizable landing page with social links.","icon":"desktop","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-aerial","docs":"https:\/\/github.com\/sommerregen\/grav-theme-aerial\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/aerial\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-aerial\/issues","license":"MIT\/GPL","tag_name":"v2.0.4","date":"2016-08-05T18:44:22Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/aerial\/2.0.4","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-aerial","slug":"aerial","install_path":"user\/themes\/aerial","screenshot":"themes-aerial.jpg","changelog":{"2.0.4":{"date":"08\/05\/2016","content":"1. [](#bugfix)\n * Fixed demo link ([#723](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/723))"},"2.0.3":{"date":"03\/06\/2015","content":"1. [](#improved)\n * Update jquery with named asset.\n * Update theme for working with Grav 0.9.19."},"2.0.2":{"date":"01\/13\/2015","content":"1. [](#new)\n * Add Error template."},"2.0.1":{"date":"01\/09\/2015","content":"1. [](#improved)\n * Update [README](README.md)."},"2.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * Add random background. Use the media page images to load the backgrounds.\n * Start conversion to Grav Theme."}},"dependencies":[]},"parallelism":{"name":"Parallelism","version":"2.0.2","description":"A responsive portfolio site template with unique horizontal page scrolling.","description_html":" A responsive portfolio site template with unique horizontal page scrolling.<\/p>","description_plain":"A responsive portfolio site template with unique horizontal page scrolling.","icon":"binoculars","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-parallelism","docs":"https:\/\/github.com\/sommerregen\/grav-theme-parallelism\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/parallelism\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-parallelism\/issues","license":"MIT\/GPL","tag_name":"v2.0.2","date":"2016-04-20T18:50:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/parallelism\/2.0.2","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-parallelism","slug":"parallelism","install_path":"user\/themes\/parallelism","screenshot":"themes-parallelism.jpg","changelog":{"2.0.2":{"date":"01\/13\/2015","content":"1. [](#new)\n * Add error template."},"2.0.1":{"date":"01\/09\/2015","content":"1. [](#improved)\n* Update [README](README.md)."},"2.0.0":{"date":"01\/07\/2015","content":"1. [](#new)\n * Start conversion to Grav Theme."}},"dependencies":[]},"alpha":{"name":"Alpha","version":"2.0.2","description":"A clean, super minimal responsive template geared towards startups, app devs, and other dedicated folks working tirelessly to launch their products.","description_html":" A clean, super minimal responsive template geared towards startups, app devs, and other dedicated folks working tirelessly to launch their products.<\/p>","description_plain":"A clean, super minimal responsive template geared towards startups, app devs, and other dedicated folks working tirelessly to launch their products.","icon":"ioxhost","author":{"name":"Sommerregen","email":"sommerregen@benjamin-regler.de"},"homepage":"https:\/\/github.com\/sommerregen\/grav-theme-alpha","docs":"https:\/\/github.com\/sommerregen\/grav-theme-alpha\/blob\/master\/README.md","demo":"http:\/\/themes.benjamin-regler.de\/alpha\/","bugs":"https:\/\/github.com\/sommerregen\/grav-theme-alpha\/issues","license":"MIT\/GPL","tag_name":"v2.0.2","date":"2016-04-20T18:19:30Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/alpha\/2.0.2","repository":"https:\/\/github.com\/Sommerregen\/grav-theme-alpha","slug":"alpha","install_path":"user\/themes\/alpha","screenshot":"themes-alpha.jpg","changelog":{"2.0.2":{"date":"05\/14\/2015","content":"1. [](#bugfix)\n * Fixed problem with loading the js styles."},"2.0.1":{"date":"01\/13\/2015","content":"1. [](#new)\n * Added error template."},"2.0.0":{"date":"01\/11\/2015","content":"1. [](#new)\n * Start conversion to Grav Theme."}},"dependencies":[]},"materialize":{"name":"Materialize","version":"1.3.8","description":"The Materialize theme is built using the **Materialize** Framework","description_html":" The Materialize theme is built using the Materialize<\/strong> Framework<\/p>","description_plain":"The Materialize theme is built using the Materialize Framework","icon":"google","author":{"name":"Bob Rockefeller","url":"http:\/\/www.bobrockefeller.com","email":"bob@bobrockefeller.com"},"dependencies":[{"name":"materializer","version":"*"}],"homepage":"https:\/\/github.com\/bobrocke\/grav-theme-materialize","demo":"http:\/\/materialize.bobrockefeller.com\/","keywords":"materialize, theme, framework","bugs":"https:\/\/github.com\/bobrocke\/grav-theme-materialize\/issues","license":"MIT","tag_name":"1.3.8","date":"2015-11-14T19:42:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/materialize\/1.3.8","repository":"https:\/\/github.com\/bobrocke\/grav-theme-materialize","slug":"materialize","install_path":"user\/themes\/materialize","screenshot":"themes-materialize.jpg","changelog":{"1.3.8":{"date":"11\/14\/2015","content":"1. [](#bugfix)\n * Fixed blueprints to work with the Admin plug-n when creating new modular pages"},"1.3.7":{"date":"09\/01\/2015","content":"1. [](#bugfix)\n * Fixed pagination links in the pagination block at the bottom of blog pages"},"1.3.6":{"date":"08\/08\/2015","content":"1. [](#bugfix)\n * Fixed vertical alignment problems in buttons with icons"},"1.3.5":{"date":"05\/01\/2015","content":"1. [](#bugfix)\n * Fixed layout of the search results pages"},"1.3.4":{"date":"04\/23\/2015","content":"1. [](#bugfix)\n * Blog posts on narrow viewports did not move the sidebar to the bottom\n * Fixed icon spacing in buttons (required a change in markup)\n2. [](#improved)\n * Better indentation for the contents of accordion panes\n * More consistent treatment of top and bottom margins for typographic elements"},"1.3.3":{"date":"04\/17\/2015","content":"1. [](#improved)\n * Aligned lists within accordion panels with the paragraph text\n * Allowed long title text in accordion headers to wrap"},"1.3.2":{"date":"04\/13\/2015","content":"1. [](#improved)\n * Turned off title case for Menus\n2. [](#bugfix)\n * Removed top margin from brand icon in narrow view\n * Increased hamburger icon size in narrow view"},"1.3.1":{"date":"04\/13\/2015","content":"1. [](#bugfix)\n * Fix the image width overflow problem"},"1.3.0":{"date":"04\/05\/2015","content":"1. [](#improved)\n * Changes to accommodate MaterializeCSS v0.96.0"},"1.2.5":{"date":"03\/25\/2015","content":"1. [](#bugfix)\n * Rearranged and repaired the format of this changelog"},"1.2.4":{"date":"03\/21\/2015","content":"1. [](#improved)\n * Changed the icon on link post titles."},"1.2.3":{"date":"03\/20\/2015","content":"1. [](#bugfix)\n * Prev\/Next blog post buttons were missing their icons."},"1.2.2":{"date":"03\/16\/2015","content":"1. [](#bugfix)\n * Custom menus configured in YAML without icons were vertically mis-aligned."},"1.2.1":{"date":"03\/16\/2015","content":"1. [](#bugfix)\n * The mobile hamburger menu wasn't showing menus configured in YAML.\n * Correct the readme: menu text is not a required field"},"1.2.0":{"date":"03\/15\/2015","content":"1. [](#new)\n * Added custom top level menu items configured in site.yaml"},"1.1.1 and 1.1.2":{"date":"03\/14\/2015","content":"1. [](#bugfix)\n * Cleaned up the changelog and blueprints files"},"1.1.0":{"date":"03\/14\/2015","content":"1. [](#new)\n * Replaced the icon font\n * Replaced the brand text Grav with the Grav logo\n2. [](#improved)\n * Changed the blog post header to be different from Antimatter\n3. [](#bugfix)\n * Fixed the responsive design of the modular page\n * Vertically centered text in buttons (with and without icons)"},"1.0.0":{"date":"02\/28\/2015","content":"1. [](#new)\n * Initial Release"}}},"foundation":{"name":"Foundation","version":"1.0.0","description":"A high-performance Grav theme using the Zurb Foundation front-end framework.","description_html":" A high-performance Grav theme using the Zurb Foundation front-end framework.<\/p>","description_plain":"A high-performance Grav theme using the Zurb Foundation front-end framework.","icon":"rocket","author":{"name":"Brett DeWoody","url":"http:\/\/brettdewoody.com","email":"brettdewoody@gmail.com"},"homepage":"https:\/\/github.com\/brettdewoody\/grav-theme-foundation","keywords":"foundation, theme, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/brettdewoody\/grav-theme-foundation\/issues","license":"MIT","tag_name":"1.0.1","date":"2015-06-24T00:27:50Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/foundation\/1.0.0","repository":"https:\/\/github.com\/brettdewoody\/grav-theme-foundation","slug":"foundation","install_path":"user\/themes\/foundation"},"saturn":{"name":"Saturn","version":"1.7.0","description":"Saturn \u2013 Free Grav Theme, is a beautiful cosmic website template. Customize it easily and add your own creative touch. Designed by Afnizar Nur Ghifari.","description_html":" Saturn \u2013 Free Grav Theme, is a beautiful cosmic website template. Customize it easily and add your own creative touch. Designed by Afnizar Nur Ghifari.<\/p>","description_plain":"Saturn \u2013 Free Grav Theme, is a beautiful cosmic website template. Customize it easily and add your own creative touch. Designed by Afnizar Nur Ghifari.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"},{"name":"form","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-saturn","demo":"http:\/\/demo.getgrav.org\/saturn-skeleton","keywords":"saturn, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-saturn\/issues","license":"MIT","tag_name":"1.7.0","date":"2019-03-22T00:47:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/saturn\/1.7.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-saturn","slug":"saturn","install_path":"user\/themes\/saturn","screenshot":"themes-saturn.jpg","changelog":{"1.7.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n\t"},"1.6.0":{"date":"01\/09\/2017","content":"1. [](#improved)\n * Added `header.body_classes` support [https:\/\/github.com\/getgrav\/grav\/issues\/1240](https:\/\/github.com\/getgrav\/grav\/issues\/1240)"},"1.5.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Update forms for the newest Form plugin markup"},"1.4.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Use https to load Google Fonts\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination"},"1.3.0":{"date":"01\/06\/2016","content":"1. [](#new)\n * Add form nonce\n1. [](#bugfix)\n\t* Fixed footnotes styling"},"1.2.0":{"date":"10\/29\/2015","content":"1. [](#new)\n * Transition from SimpleForm to core Forms & Email\n * Images replacement due to copyright infringement"},"1.1.0":{"date":"09\/18\/2015","content":"1. [](#new)\n * Improved compatibility with newest grav\n * Improved compatibility with SimpleForm plugin\n * Other minor fixes"},"1.0.0":{"date":"09\/04\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"boxify":{"name":"Boxify","version":"1.2.0","description":"Boxify is a Grav port of One Page Website Template by Peter Finlan for Codrops.","description_html":" Boxify is a Grav port of One Page Website Template by Peter Finlan for Codrops.<\/p>","description_plain":"Boxify is a Grav port of One Page Website Template by Peter Finlan for Codrops.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-boxify","demo":"http:\/\/demo.getgrav.org\/boxify-skeleton","keywords":"boxify, theme, modern, fast, responsive, html5, css3, onepage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-boxify\/issues","license":"Free","tag_name":"1.2.0","date":"2019-03-22T00:28:45Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/boxify\/1.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-boxify","slug":"boxify","install_path":"user\/themes\/boxify","screenshot":"themes-boxify.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.1.1":{"date":"08\/31\/2016","content":"1. [](#bugfix)\n * Fixed quotes in jQuery selector throwing JS errors, also in minified js\n * Load external resources using https to prevent errors on SSL enabled sites (demo included)"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.0.0":{"date":"09\/04\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"twentyfifteen":{"name":"TwentyFifteen","version":"1.3.0","description":"Twenty Fifteen is a Grav adaptation of most popular 2015 Wordpress theme.","description_html":" Twenty Fifteen is a Grav adaptation of most popular 2015 Wordpress theme.<\/p>","description_plain":"Twenty Fifteen is a Grav adaptation of most popular 2015 Wordpress theme.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-twentyfifteen","demo":"http:\/\/demo.getgrav.org\/twentyfifteen-skeleton","keywords":"twentyfifteen, wordpress, theme, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-twentyfifteen\/issues","license":"GPLv2 (or later)","tag_name":"1.3.0","date":"2019-03-22T00:51:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/twentyfifteen\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-twentyfifteen","slug":"twentyfifteen","install_path":"user\/themes\/twentyfifteen","screenshot":"themes-twentyfifteen.jpg","changelog":{"1.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Update forms for the newest Form plugin markup. Drop totally custom form markup, extend from forms default twig files"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Add zh-cn \/ zh-hk \/ zh-tw language support\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination\n * Fix layout problem on a blog post when the author is not defined"},"1.0.7":{"date":"01\/06\/2016","content":"1. [](#bugfix)\n * Minor language updates"},"1.0.6":{"date":"12\/11\/2015","content":"1. [](#bugfix)\n * Fix form template with nonce support"},"1.0.5":{"date":"11\/19\/2015","content":"1. [](#bugfix)\n * Plugins CSS loading bug"},"1.0.4":{"date":"11\/11\/2015","content":"1. [](#bugfix)\n * Blog item date fix\n * Next\/Prev fix\n * SimpleForm replaced with Forms"},"1.0.3":{"date":"10\/07\/2015","content":"1. [](#bugfix)\n * Fix display of blog item date"},"1.0.2":{"date":"09\/15\/2015","content":"1. [](#new)\n * Minor bugfixes"},"1.0.1":{"date":"09\/15\/2015","content":"1. [](#new)\n * Bugfixes for Simple Form 1.3.0\n * Bugfixes for markdown extra"},"1.0.0":{"date":"09\/15\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"resume":{"name":"Resume","version":"1.3.0","description":"Resume is a Grav adaptation of Fernando B\u00e1ez resume PSD theme.","description_html":" Resume is a Grav adaptation of Fernando B\u00e1ez resume PSD theme.<\/p>","description_plain":"Resume is a Grav adaptation of Fernando B\u00e1ez resume PSD theme.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-resume","demo":"http:\/\/demo.getgrav.org\/resume-skeleton","keywords":"resume, resume, theme, modern","bugs":"https:\/\/github.com\/getgrav\/grav-theme-resume\/issues","license":"MIT","tag_name":"1.3.0","date":"2019-03-22T03:28:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/resume\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-resume","slug":"resume","install_path":"user\/themes\/resume","screenshot":"themes-resume.jpg","changelog":{"1.3.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.1.0":{"date":"18\/11\/2015","content":"1. [](#new)\n * Printing layout"},"1.0.0":{"date":"10\/05\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"halcyon":{"name":"Halcyon","version":"1.2.0","description":"Halcyon Days is a modern and stylish HTML5\/CSS3 template with a pixel-perfect design and smooth effects.","description_html":" Halcyon Days is a modern and stylish HTML5\/CSS3 template with a pixel-perfect design and smooth effects.<\/p>","description_plain":"Halcyon Days is a modern and stylish HTML5\/CSS3 template with a pixel-perfect design and smooth effects.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-halcyon","demo":"http:\/\/demo.getgrav.org\/halcyon-skeleton","keywords":"halcyon, theme, modern, fast, responsive, html5, css3, onepage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-halcyon\/issues","license":"Free","tag_name":"1.2.0","date":"2019-03-22T00:36:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/halcyon\/1.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-halcyon","slug":"halcyon","install_path":"user\/themes\/halcyon","screenshot":"themes-halcyon.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.1.1":{"date":"04\/xx\/2017","content":"1. [](#improved)\n * Updated font-awesome [4.7.0.]\n * Updated web font to support latin-extended\n1. [](#bugfix)\n * Fixed endblock"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.0.0":{"date":"09\/04\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"ceevee":{"name":"Ceevee","version":"1.4.0","description":"Ceevee is a clean, modern, fully responsive site template for your resume and portfolio.","description_html":" Ceevee is a clean, modern, fully responsive site template for your resume and portfolio.<\/p>","description_plain":"Ceevee is a clean, modern, fully responsive site template for your resume and portfolio.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-ceevee","demo":"http:\/\/demo.getgrav.org\/ceevee-skeleton","keywords":"ceevee, theme, modern, fast, responsive, html5, css3, resume","bugs":"https:\/\/github.com\/getgrav\/grav-theme-ceevee\/issues","license":"CC BY 3.0","tag_name":"1.4.0","date":"2019-03-22T00:33:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/ceevee\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-ceevee","slug":"ceevee","install_path":"user\/themes\/ceevee","screenshot":"themes-ceevee.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n "},"1.2.0":{"date":"01\/06\/2016","content":"1. [](#improved)\n * Updated to Fontawesome 4.5.0\n1. [](#bugfix)\n\t* Fix typos\n\t* Fixed duplicate property"},"1.1.0":{"date":"12\/18\/2015","content":"1. [](#improved)\n * use `|safe_email` filter\n1. [](#bugfix)\n\t* Twitter widget fails to load with HTTPS\n\t* Closing the menu puts you back at the top\n\t* Fix for stuck at \"Thank You\" after submitting form"},"1.0.0":{"date":"10\/26\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"identity":{"name":"Identity","version":"1.1.0","description":"The awesome HTML5 UP Identity theme for Grav","description_html":" The awesome HTML5 UP Identity theme for Grav<\/p>","description_plain":"The awesome HTML5 UP Identity theme for Grav","icon":"info","author":{"name":"Dev'Code","url":"http:\/\/lab.dev-code.fr","email":"lab.dev.code@gmail.com"},"homepage":"https:\/\/github.com\/lab-dev-code\/grav-theme-identity","demo":"http:\/\/lab.dev-code.fr\/grav-demos\/grav-theme-identity","keywords":"identity, theme","bugs":"https:\/\/github.com\/lab-dev-code\/grav-theme-identity\/issues","license":"CC-BY","tag_name":"v1.1.0","date":"2015-11-12T14:58:22Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/identity\/1.1.0","repository":"https:\/\/github.com\/lab-dev-code\/grav-theme-identity","slug":"identity","install_path":"user\/themes\/identity","screenshot":"themes-identity.jpg","changelog":{"1.1.0":{"date":"11\/12\/2015","content":"1. [](#new)\n * Support of self-hosted relative URLs (using Twig `|absolute_url` filter)"}},"dependencies":[]},"landio":{"name":"Landio","version":"1.4.0","description":"Land.io is a carefully crafted landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.","description_html":" Land.io is a carefully crafted landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.<\/p>","description_plain":"Land.io is a carefully crafted landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"},{"name":"form","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-landio","demo":"http:\/\/demo.getgrav.org\/landio-skeleton","keywords":"landio, theme, modern, fast, responsive, html5, css3, onepage","bugs":"https:\/\/github.com\/getgrav\/grav-theme-landio\/issues","license":"CC BY 4.0","tag_name":"1.4.0","date":"2019-03-22T00:38:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/landio\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-landio","slug":"landio","install_path":"user\/themes\/landio","screenshot":"themes-landio.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n "},"1.3.0":{"date":"01\/24\/2017","content":"1. [](#bugfix)\n * Update header.html.twig. Makes requests protocol independent, so no more errors that the social content is loaded over an insecure network"},"1.2.0":{"date":"09\/09\/2016","content":"1. [](#bugfix)\n * Drop the form twig overrides as they break the forms, and don't really customise the output. Update forms for the newest Form plugin markup"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Fixed login form language strings\n * Center form in medium screen size\n1. [](#bugfix)\n * Drop requiring Admin to enable frontend login\n * Removed randomization of testimonials\n * Fix language in html tag\n * Delete unused composer.json\n * Remove unneeded streams from Theme YAML\n * Fix trailing letter in the pricing modular\n * Add form nonce to the form template"},"1.0.0":{"date":"11\/10\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"pinpress":{"name":"Pinpress","version":"1.4.0","description":"PinPress is a creative Flat Blog\/Magazine grav theme and it is the perfect choice for professionals who\u2019s looking for a magazine theme or a personal niche, corporate, and marketing blogs.","description_html":" PinPress is a creative Flat Blog\/Magazine grav theme and it is the perfect choice for professionals who\u2019s looking for a magazine theme or a personal niche, corporate, and marketing blogs.<\/p>","description_plain":"PinPress is a creative Flat Blog\/Magazine grav theme and it is the perfect choice for professionals who\u2019s looking for a magazine theme or a personal niche, corporate, and marketing blogs.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-pinpress","demo":"http:\/\/demo.getgrav.org\/pinpress-skeleton","keywords":"pinpress, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-pinpress\/issues","license":"CC BY 3.0","tag_name":"1.4.0","date":"2019-05-09T16:45:37Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/pinpress\/1.4.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-pinpress","slug":"pinpress","install_path":"user\/themes\/pinpress","screenshot":"themes-pinpress.jpg","changelog":{"1.4.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension "},"1.3.0":{"date":"11\/10\/2016","content":"1. [](#bugfix)\n * Fix comments form, the custom twig provides no custom styling and breaks it"},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#new)\n * Enable dropdown for visible menu items subpages\n1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n1. [](#bugfix)\n * Fix pagination\n * Fix setting the page language in the html tag"},"1.1.0":{"date":"01\/06\/2016","content":"1. [](#bugfix)\n * Responsive fix\n * Fix for continue link\n * Fix for ordered list styling\n * Fix for related pages item links"},"1.0.0":{"date":"12\/03\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"lingonberry":{"name":"Lingonberry","version":"1.2.0","description":"A clean and simple theme for bloggers, with responsive design and beautiful typography.","description_html":" A clean and simple theme for bloggers, with responsive design and beautiful typography.<\/p>","description_plain":"A clean and simple theme for bloggers, with responsive design and beautiful typography.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.5.10"}],"homepage":"https:\/\/github.com\/getgrav\/grav-theme-lingonberry","demo":"http:\/\/demo.getgrav.org\/lingonberry-skeleton","keywords":"lingonberry, theme, onepage, modern, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-lingonberry\/issues","license":"GPL","tag_name":"1.2.0","date":"2019-03-22T00:41:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/lingonberry\/1.2.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-lingonberry","slug":"lingonberry","install_path":"user\/themes\/lingonberry","screenshot":"themes-lingonberry.jpg","changelog":{"1.2.0":{"date":"03\/21\/2019","content":"1. [](#new)\n * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension\n * Implement assets rendering using **Deferred Block** Twig extension \n1. [](#improved)\n * Added twig `t` filter for submit button translation in comments form"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json file\n * Use https for Gravatar request as default\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fixed pagination\n * Use the correct parameter separator in the blog post template"},"1.0.1":{"date":"12\/21\/2015","content":"1. [](#bugfix)\n * post content formatting updates"},"1.0.0":{"date":"12\/18\/2015","content":"1. [](#new)\n * ChangeLog started..."}}},"receptar":{"name":"Receptar","version":"1.3.0","description":"Receptar is simple, modern, responsive, high-DPI, fully customizable, stylish blog Grav theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.","description_html":" Receptar is simple, modern, responsive, high-DPI, fully customizable, stylish blog Grav theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.<\/p>","description_plain":"Receptar is simple, modern, responsive, high-DPI, fully customizable, stylish blog Grav theme. It features split-screen book-like design inspired by a modern cook book with emphasize on beautiful imagery and typography.","icon":"group","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"homepage":"https:\/\/github.com\/getgrav\/grav-theme-receptar","demo":"http:\/\/demo.getgrav.org\/receptar-skeleton","keywords":"receptar, theme, cookbook, split-screen, fast, responsive, html5, css3","bugs":"https:\/\/github.com\/getgrav\/grav-theme-receptar\/issues","license":"GPL2","tag_name":"1.3.0","date":"2017-01-24T18:20:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/receptar\/1.3.0","repository":"https:\/\/github.com\/getgrav\/grav-theme-receptar","slug":"receptar","install_path":"user\/themes\/receptar","screenshot":"themes-receptar.jpg","changelog":{"1.3.0":{"date":"01\/24\/2017","content":"1. [](#bugfix)\n * Fix issue when editing the Widget page from Admin\n * Add showchildpages.enabled config option [#6](https:\/\/github.com\/getgrav\/grav-theme-receptar\/pull\/6)"},"1.2.0":{"date":"07\/14\/2016","content":"1. [](#improved)\n * Added french\n * Remove unneeded streams from Theme YAML\n * Delete unused composer.json\n * Load custom.css if present in the theme's css folder\n1. [](#bugfix)\n * Fix setting the page language in the html tag\n * Fix pagination"},"1.1.0":{"date":"01\/20\/2016","content":"1. [](#new)\n * Basic Multi-Language support\n2. [](#bugfix)\n * Minor bugfixes for navigation"},"1.0.0":{"date":"01\/18\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"gateway":{"name":"Gateway","version":"1.3.1","description":"Gateway incorporates elegant style with user friendly options making it perfectly suited for a variety of Grav users.","description_html":" Gateway incorporates elegant style with user friendly options making it perfectly suited for a variety of Grav users.<\/p>","description_plain":"Gateway incorporates elegant style with user friendly options making it perfectly suited for a variety of Grav users.","icon":"empire","author":{"name":"Team Grav","url":"http:\/\/getgrav.org","email":"devs@getgrav.org"},"homepage":"https:\/\/github.com\/getgrav\/grav-theme-gateway","demo":"http:\/\/demo.getgrav.org\/gateway-skeleton","keywords":"gateway, theme, core, modern, fast, responsive, html5, css3, blog","bugs":"https:\/\/github.com\/getgrav\/grav-theme-gateway\/issues","license":"GPLv2","tag_name":"1.3.1","date":"2017-02-26T08:33:25Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/gateway\/1.3.1","repository":"https:\/\/github.com\/getgrav\/grav-theme-gateway","slug":"gateway","install_path":"user\/themes\/gateway","screenshot":"themes-gateway.jpg","changelog":{"1.3.1":{"date":"02\/26\/2017","content":"1. [](#bugfix)\n * Update to use appropriate page.url for pagination [#9](https:\/\/github.com\/getgrav\/grav-theme-gateway\/pull\/9)"},"1.3.0":{"date":"01\/24\/2017","content":"1. [](#bugfix)\n * Fixed base_url variable overwriting issue causing issue with search in blog \/ blog posts\n * Fixed link to demo page in blueprint"},"1.2.0":{"date":"09\/09\/2016","content":"1. [](#improved)\n * Added french\n * Fix Comments submit-button value [#4](https:\/\/github.com\/getgrav\/grav-theme-gateway\/pull\/4)\n * Soften truncate so words or links wont be cut off [#5](https:\/\/github.com\/getgrav\/grav-theme-gateway\/pull\/5)\n * Remove unneeded form overrides and just override the form twig blocks that changed"},"1.1.0":{"date":"07\/14\/2016","content":"1. [](#bugfix)\n * Fix setting the page language in the html tag"},"1.0.0":{"date":"02\/10\/2016","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]}}
";
\ No newline at end of file
diff --git a/cache/gpm/65/5b30396133333335323761646436663036646436646463626532613832653832635d5b315d.doctrinecache.data b/cache/gpm/65/5b30396133333335323761646436663036646436646463626532613832653832635d5b315d.doctrinecache.data
index 8af472e..b6caa48 100644
--- a/cache/gpm/65/5b30396133333335323761646436663036646436646463626532613832653832635d5b315d.doctrinecache.data
+++ b/cache/gpm/65/5b30396133333335323761646436663036646436646463626532613832653832635d5b315d.doctrinecache.data
@@ -1,3 +1,3 @@
-1591967967
-s:721630:"{"admin-addon-media-metadata":{"name":"Admin Addon Media Metadata","version":"1.1.0","description":"This plugin is an addon for the Grav CMS Admin plugin and lets you add and edit metadata for media files","description_html":" This plugin is an addon for the Grav CMS Admin plugin and lets you add and edit metadata for media files<\/p>","description_plain":"This plugin is an addon for the Grav CMS Admin plugin and lets you add and edit metadata for media files","icon":"plug","author":{"name":"Clive Beckett","email":"clive@musikinsnetz.de"},"dependencies":[{"name":"grav","version":"1.5 - 1.7"},{"name":"admin","version":"1.8 - 1.10"}],"homepage":"https:\/\/github.com\/clivebeckett\/grav-plugin-admin-addon-media-metadata","docs":"https:\/\/github.com\/clivebeckett\/grav-plugin-admin-addon-media-metadata\/blob\/develop\/README.md","keywords":"grav, admin, plugin, metadata, image, alt, title, caption","bugs":"https:\/\/github.com\/clivebeckett\/grav-plugin-admin-addon-media-metadata\/issues","license":"MIT","tag_name":"v1.1.0","date":"2020-06-05T17:14:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/admin-addon-media-metadata\/1.1.0","repository":"https:\/\/github.com\/clivebeckett\/grav-plugin-admin-addon-media-metadata","slug":"admin-addon-media-metadata","install_path":"user\/plugins\/admin-addon-media-metadata","changelog":{".1.1.0":{"date":"05-06-2020","content":"1. [](#new)\n * Page specific media metadata fields can be added to a page\u2019s frontmatter (see README --> Configuration)\n2. [](#improved)\n * meta.yaml file will not be created upon upload anymore: this allows the creation of the file with the setting media.auto_metadata_exif turned on (in Admin Plugin 1.9); in Admin Plugin 1.10 it did not work anyway \u2013 **NOTE: in Admin Plugin 1.10 with setting media.auto_metadata_exif turned on, make sure to save the page with a newly uploaded image before adding other metadata using this plugin**"},"1.0.2":{"date":" 16-04-2020","content":"1. [](#improved)\n * The button next to a media file will now also be translated. It was hard-coded to English before."},"1.0.1":{"date":" 10-04-2020","content":"1. [](#bugfix)\n * meta.yaml file will now be created for an already uploaded media file that did not have an associated meta.yaml file before"},"1.0.0":{"date":" 20-03-2020","content":"1. [](#improved)\n * using core technology (Grav\\Common\\Yaml) for parsing and writing the meta.yaml files \u2013\u00a0kudos to https:\/\/github.com\/renards for adding crucial parts to the code"},"0.9.1":{"date":" 16-03-2020","content":"1. [](#bugfix)\n * adding \/vendor\/ and composer.lock, needed for composer autoload functionality"},"0.9.0":{"date":" 15-03-2020","content":"1. [](#new)\n * Initial release"}}},"tabs":{"name":"Tabs","version":"0.1.0","description":"Enables rendering content as tabs via partial templates\/blueprints","description_html":" Enables rendering content as tabs via partial templates\/blueprints<\/p>","description_plain":"Enables rendering content as tabs via partial templates\/blueprints","icon":"folder","author":{"name":"Julien Dau","email":"julien.d.dau@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/domsson\/grav-plugin-tabs","docs":"https:\/\/github.com\/domsson\/grav-plugin-tabs\/blob\/develop\/README.md","keywords":"grav, plugin, tabs","bugs":"https:\/\/github.com\/domsson\/grav-plugin-tabs\/issues","license":"MIT","tag_name":"v0.2.1","date":"2020-04-07T13:37:50Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/tabs\/0.1.0","repository":"https:\/\/github.com\/domsson\/grav-plugin-tabs","slug":"tabs","install_path":"user\/plugins\/tabs","changelog":{"0.2.1":{"date":"2020-04-07","content":"1. [](#improved)\n * Hardcoded string in the blueprint are now coming from the language file"},"0.2.0":{"date":"2020-04-07","content":"1. [](#new)\n * Built-in CSS now included\n * Updated to newest `tabs.js` version\n * New config options, `nav_class` and `btn_class`\n2. [](#improved)\n * Built-in CSS now enabled by default"},"0.1.0":{"date":"2020-04-07","content":"1. [](#new)\n * Initial release"}}},"mailchimp":{"name":"MailChimp","version":"0.0.4","description":"Add MailChimp subscribe form action support","description_html":" Add MailChimp subscribe form action support<\/p>","description_plain":"Add MailChimp subscribe form action support","icon":"plug","author":{"name":"Aaron Hipple","email":"ahipple@gmail.com"},"homepage":"https:\/\/github.com\/aaronhipple\/grav-plugin-mailchimp","docs":"https:\/\/github.com\/aaronhipple\/grav-plugin-mailchimp\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, mailchimp","bugs":"https:\/\/github.com\/aaronhipple\/grav-plugin-mailchimp\/issues","license":"MIT","tag_name":"v0.1.0","date":"2018-12-04T16:01:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/mailchimp\/0.0.4","repository":"https:\/\/github.com\/aaronhipple\/grav-plugin-mailchimp","slug":"mailchimp","install_path":"user\/plugins\/mailchimp","changelog":[],"dependencies":[]},"web-monetization":{"name":"Web Monetization","version":"1.0.0","description":"Implements Web Monetization on the website.","description_html":" Implements Web Monetization on the website.<\/p>","description_plain":"Implements Web Monetization on the website.","icon":"money","author":{"name":"Fabien Basmaison","url":"https:\/\/arkhi.org\/","email":"contact@arkhi.org"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/framagit.org\/arkhi\/grav-plugin-web-monetization","docs":"https:\/\/framagit.org\/arkhi\/grav-plugin-web-monetization\/blob\/master\/README.md","keywords":"grav, plugin, monetization, revenue","bugs":"https:\/\/framagit.org\/arkhi\/grav-plugin-web-monetization\/issues","license":"MIT","tag_name":"v1.0.1","date":"2020-04-24T21:28:52Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/web-monetization\/1.0.0","repository":"https:\/\/github.com\/arkhi\/grav-plugin-web-monetization","slug":"web-monetization","install_path":"user\/plugins\/web-monetization","changelog":{"1.0.0":{"date":" 04\/24\/2020","content":"1. [](#new)\n * Add the plugin to GPM."},"0.1.0":{"date":" 04\/24\/2020","content":"1. [](#new)\n * Add basic functional code and documentation."}}},"webpack-manifest":{"name":"Webpack Manifest","version":"1.0.0","description":"Reference assets from your webpack manifest in your theme","description_html":" Reference assets from your webpack manifest in your theme<\/p>","description_plain":"Reference assets from your webpack manifest in your theme","icon":"plug","author":{"name":"Maarten de Boer","email":"maarten@cloudstek.nl"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/Cloudstek\/grav-plugin-webpack-manifest","docs":"https:\/\/github.com\/Cloudstek\/grav-plugin-webpack-manifest\/blob\/master\/README.md","keywords":"webpack, mix, encore, manifest","bugs":"https:\/\/github.com\/Cloudstek\/grav-plugin-webpack-manifest\/issues","license":"MIT","tag_name":"v1.0.1","date":"2020-04-27T11:24:18Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/webpack-manifest\/1.0.0","repository":"https:\/\/github.com\/Cloudstek\/grav-plugin-webpack-manifest","slug":"webpack-manifest","install_path":"user\/plugins\/webpack-manifest","changelog":{"1.0.0":{"date":"27-04-2020","content":"1. [](#new)\n * First release"}}},"vcard":{"name":"VCard","version":"0.1.0","description":"Generates dynamic VCards","description_html":" Generates dynamic VCards<\/p>","description_plain":"Generates dynamic VCards","icon":"address-card-o","author":{"name":"Trilby Media, LLC","email":"hello@trilby.media"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-plugin-vcard","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-vcard\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-vcard\/issues","license":"MIT","tag_name":"0.1.0","date":"2020-05-20T19:05:08Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/vcard\/0.1.0","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-vcard","slug":"vcard","install_path":"user\/plugins\/vcard","changelog":{"0.1.0":{"date":"05\/20\/2020","content":"1. [](#new)\n * ChangeLog started..."}}},"markdown-details":{"name":"Markdown Details","version":"1.0.2","description":"Adds the ability to render collapsible sections in Markdown","description_html":" Adds the ability to render collapsible sections in Markdown<\/p>","description_plain":"Adds the ability to render collapsible sections in Markdown","icon":"caret-square-o-down","author":{"name":"Sebastian Laube","email":"bitstarr@users.noreply.github.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/bitstarr\/grav-plugin-markdown-details","keywords":"markdown, details, summary, collapsible, a11y, accessability","license":"MIT","tag_name":"1.0.2","date":"2020-03-19T08:56:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/markdown-details\/1.0.2","repository":"https:\/\/github.com\/bitstarr\/grav-plugin-markdown-details","slug":"markdown-details","install_path":"user\/plugins\/markdown-details","changelog":{"1.0.2":{"date":"03\/19\/2020","content":"1. [](#bugfix)\n * JS misbehaviour fixed"},"1.0.1":{"date":"03\/19\/2020","content":"1. [](#bugfix)\n * undefined variable fixed (https:\/\/github.com\/bitstarr\/grav-plugin-markdown-details\/issues\/1)"},"1.0.0":{"date":"03\/18\/2020","content":"1. [](#new)\n * ChangeLog started..."}}},"svg-extension":{"name":"SVG Extension","version":"1.0.1","description":"Inline SVG in Twig Templates","description_html":" Inline SVG in Twig Templates<\/p>","description_plain":"Inline SVG in Twig Templates","icon":"picture-o","author":{"name":"Martin R\u00f6mer + Sebastian Laube","email":"bitstarr@users.noreply.github.com"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/bitstarr\/grav-plugin-svg-extension","license":"MIT","tag_name":"1.0.1","date":"2020-03-17T10:03:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/svg-extension\/1.0.1","repository":"https:\/\/github.com\/bitstarr\/grav-plugin-svg-extension","slug":"svg-extension","install_path":"user\/plugins\/svg-extension","changelog":{"1.0.1":{"date":" 03\/17\/2020","content":"1. [](#improved)\n * Added default CSS classes config option"},"1.0.0":{"date":" 03\/13\/2020","content":"1. [](#new)\n * ChangeLog started..."}}},"yandex-map":{"name":"Yandex Map","version":"1.0.0","description":"Yandex Map plugin for Grav cms","description_html":" Yandex Map plugin for Grav cms<\/p>","description_plain":"Yandex Map plugin for Grav cms","icon":"yahoo","author":{"name":"Reqweb","url":"http:\/\/reqweb.net","email":"reqweb-dev@yandex.ru"},"homepage":"https:\/\/github.com\/reqweb\/Yandex-map","keywords":"yandex, plugin, map","bugs":"https:\/\/github.com\/reqweb\/Yandex-map\/issues","license":"MIT","tag_name":"1.1.1","date":"2020-03-27T12:07:13Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/yandex-map\/1.0.0","repository":"https:\/\/github.com\/reqweb\/Yandex-map","slug":"yandex-map","install_path":"user\/plugins\/yandex-map","changelog":{"1.1.0":{"date":"03\/03\/2020","content":"1. [](#new)\n * Added an option on\/off css-file"},"1.0.0":{"date":"02\/03\/2020","content":"1. [](#new)\n * First release of the plugin"}},"dependencies":[]},"xapi":{"name":"Grav-Xapi","version":"0.3.0","description":"Add to grav LRS connectivity and basic page activity statements tracking. Turns your favorite grav app into an simple Learning Management System.","description_html":" Add to grav LRS connectivity and basic page activity statements tracking. Turns your favorite grav app into an simple Learning Management System.<\/p>","description_plain":"Add to grav LRS connectivity and basic page activity statements tracking. Turns your favorite grav app into an simple Learning Management System.","icon":"graduation-cap","author":{"name":"Gamahachaa","email":"gamahachaa@gmail.com"},"homepage":"https:\/\/github.com\/gamahachaa\/grav-xapi","docs":"https:\/\/github.com\/gamahachaa\/grav-xapi\/blob\/master\/README.md","keywords":"grav, plugin, xapi, e-learning, knowledge management, LRS, LMS","bugs":"https:\/\/github.com\/gamahachaa\/grav-xapi\/issues","license":"Apache 2.0","tag_name":"0.3.2","date":"2020-03-03T15:01:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/xapi\/0.3.0","repository":"https:\/\/github.com\/gamahachaa\/grav-xapi","slug":"xapi","install_path":"user\/plugins\/xapi","changelog":{"0.3.0":{"date":" 03\/01\/2020","content":"1. [](#new)\n * Inital release..."}},"dependencies":[]},"swiper":{"name":"Swiper","version":"1.0.0","description":"Swiper for Grav CMS","description_html":" Swiper for Grav CMS<\/p>","description_plain":"Swiper for Grav CMS","icon":"plug","author":{"name":"Ole Vik","email":"git@olevik.net"},"homepage":"https:\/\/github.com\/OleVik\/grav-plugin-swiper","docs":"https:\/\/github.com\/OleVik\/grav-plugin-swiper\/blob\/develop\/README.md","demo":"https:\/\/swiperjs.com\/demos\/","keywords":"grav, plugin, swiper, slider, gallery","bugs":"https:\/\/github.com\/OleVik\/grav-plugin-swiper\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-12-21T21:18:41Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/swiper\/1.0.0","repository":"https:\/\/github.com\/OleVik\/grav-plugin-swiper","slug":"swiper","install_path":"user\/plugins\/swiper","changelog":{"1.0.0":{"date":" 21-12-2019","content":"1. [](#new)\n * Initial release"}},"dependencies":[]},"stripe-checkout":{"name":"Stripe Checkout","version":"0.1.0","description":"Simple Grav Stripe Checkout Wrapper with SCA2 support for european-selling shops","description_html":" Simple Grav Stripe Checkout Wrapper with SCA2 support for european-selling shops<\/p>","description_plain":"Simple Grav Stripe Checkout Wrapper with SCA2 support for european-selling shops","icon":"plug","author":{"name":"ricardo","email":"ricardo@urbansquid.london"},"homepage":"https:\/\/github.com\/ricardo118\/grav-plugin-stripe-checkout","docs":"https:\/\/github.com\/ricardo118\/grav-plugin-stripe-checkout\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/ricardo118\/grav-plugin-stripe-checkout\/issues","license":"MIT","tag_name":"v1.0.0","date":"2020-01-08T01:30:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/stripe-checkout\/0.1.0","repository":"https:\/\/github.com\/ricardo118\/grav-plugin-stripe-checkout","slug":"stripe-checkout","install_path":"user\/plugins\/stripe-checkout","changelog":{"0.1.0":{"date":" 12\/25\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"login-oauth2-auth0":{"name":"Login OAuth2 Auth0","version":"1.0.9","description":"OAuth2 Provider for Auth0","description_html":" OAuth2 Provider for Auth0<\/p>","description_plain":"OAuth2 Provider for Auth0","icon":"plug","author":{"name":"Tanay Sai (sponsored by Acquia\/Mautic)","email":"saitanay@gmail.com"},"dependencies":[{"name":"login-oauth2","version":">=2.0.2"}],"homepage":"https:\/\/github.com\/saitanay\/grav-plugin-login-oauth2-auth0","docs":"https:\/\/github.com\/saitanay\/grav-plugin-login-oauth2-auth0\/README.md","demo":"https:\/\/github.com\/saitanay\/grav-plugin-login-oauth2-auth0","keywords":"grav, plugin, auth0, mautic, acquia","bugs":"https:\/\/github.com\/saitanay\/grav-plugin-login-oauth2-auth0\/issues","license":"MIT","tag_name":"1.0.9","date":"2020-02-26T12:13:21Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/login-oauth2-auth0\/1.0.9","repository":"https:\/\/github.com\/saitanay\/grav-plugin-login-oauth2-auth0","slug":"login-oauth2-auth0","install_path":"user\/plugins\/login-oauth2-auth0","changelog":{"1.0.9":{"date":"02\/26\/2020","content":"1. [](#bug)\n * Fixed issue with incorrect dependency warning on admin pages. "},"1.0.8":{"date":"02\/26\/2020","content":"1. [](#bug)\n * Fixed an issue with config variables. "},"1.0.7":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Updated dependency version. https:\/\/github.com\/getgrav\/grav\/issues\/2833 "},"1.0.6":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Removed version number for login-oauth2 dependency. "},"1.0.5":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Updated dependency version of login-oauth2 plugin to ~2.0.2 "},"1.0.4":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Updated release version numbers in blueprint. "},"1.0.3":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Fixed release version numbering\n * Updated readme to remove link to issue requesting plugin to be whitelisted for gpm."},"1.0.2":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Update repo name to be inline with grav-plugin-login-oauth2-XXXX."},"1.0.1":{"date":"02\/20\/2020","content":"1. [](#maintenance)\n * Removed an orphan test default value. \n * Updated Readme File to add a note about GPM. "},"1.0.0":{"date":"02\/20\/2020","content":"1. [](#new)\n * Initial version released"}}},"static-generator":{"name":"Static Generator","version":"2.0.0","description":"Static generation of Page(s) and Index.","description_html":" Static generation of Page(s) and Index.<\/p>","description_plain":"Static generation of Page(s) and Index.","icon":"bolt","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":"1.6.22"}],"homepage":"https:\/\/github.com\/OleVik\/grav-plugin-static-generator","docs":"https:\/\/github.com\/OleVik\/grav-plugin-static-generator\/blob\/develop\/README.md","keywords":"grav, plugin, static, index, search, data, json, html","bugs":"https:\/\/github.com\/OleVik\/grav-plugin-static-generator\/issues","license":"MIT","tag_name":"2.0.0","date":"2020-03-14T19:33:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/static-generator\/2.0.0","repository":"https:\/\/github.com\/OleVik\/grav-plugin-static-generator","slug":"static-generator","install_path":"user\/plugins\/static-generator","changelog":{"2.0.0":{"date":"14-03-2020","content":"1. [](#new)\n - Assets-prefix option\n2. [](#bugfix)\n - CommandLineCollection-initialization\n3. [](#improved)\n - Version-constraint"},"2.0.0-beta.1":{"date":"06-03-2020","content":"1. [](#improved)\n - Grav-initialization\n - API-cleanup\n - Asset-parsing and -rewriting\n2. [](#new)\n - Offline-option to avoid trying to download remote assets\n3. [](#bugfix)\n - Lock version-dependency to Core v1.6.22\n - Revert blueprints-logic\n - Fix permissions-selectize field"},"2.0.0-alpha.3":{"date":"11-02-2020","content":"1. [](#new)\n - Customizable permissions for Quick Tray, Generation-buttons\n - Parameter-handling for Config and Twig\n - Deprecate Preset-page in Admin\n2. [](#improved)\n - Command-preview in Admin\n - Admin tab-order\n - README\n - Blueprints"},"2.0.0-alpha.2":{"date":"06-02-2020","content":"1. [](#improved)\n - Admin-preview\n - Configuration\n - Blueprints\n2. [](#new)\n - Customizable permissions for Quick Tray, Generation-buttons\n - Deprecate Preset-page in Admin"},"2.0.0-alpha.1":{"date":"01-02-2020","content":"1. [](#new)\n - API-refactor\n - Presets\n2. [](#improved)\n - Blueprints\n - Asset- and media-handling\n - Script in Admin\n3. [](#bugfix)\n - Blueprints & CLI (@klonfish)"},"1.0.1":{"date":"15-02-2020","content":"1. [](#bugfix)\n - Target-selection (@klonfish, #1 and #2)"},"1.0.0":{"date":"30-11-2019","content":"1. [](#new)\n - Initial public release"}}},"opening-hours":{"name":"Opening Hours","version":"0.1.0","description":"Insert business Hours to your Site","description_html":" Insert business Hours to your Site<\/p>","description_plain":"Insert business Hours to your Site","icon":"plug","author":{"name":"Bjoern Bohr","email":"bjoern.bohr@gmail.com"},"homepage":"https:\/\/github.com\/bjoernbohr\/opening-hours","docs":"https:\/\/github.com\/bjoernbohr\/opening-hours\/blob\/master\/README.md","keywords":"grav, gravcms, grav plugin, plugin, shopping hours, hours, business hours, opening hours, etc","bugs":"https:\/\/github.com\/bjoernbohr\/opening-hours\/issues","license":"MIT","tag_name":"v.0.1.0","date":"2019-11-22T07:36:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/opening-hours\/0.1.0","repository":"https:\/\/github.com\/bjoernbohr\/opening-hours","slug":"opening-hours","install_path":"user\/plugins\/opening-hours","changelog":{"0.1.0":{"date":" 10\/28\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"photoimages":{"name":"Photo Images","version":"0.1.0","description":"Applies photograph "printed" effect to images (frame, shadow and rotation) via [ultrix3x\/JQueryPhotoImages](https:\/\/github.com\/ultrix3x\/JQueryPhotoImages)","description_html":" Applies photograph "printed" effect to images (frame, shadow and rotation) via ultrix3x\/JQueryPhotoImages<\/a><\/p>","description_plain":"Applies photograph "printed" effect to images (frame, shadow and rotation) via ultrix3x\/JQueryPhotoImages","icon":"camera","author":{"name":"Jonathan Leaders","email":"jonathanleaders@gmail.com"},"homepage":"https:\/\/github.com\/jleaders\/grav-plugin-photoimages","docs":"https:\/\/github.com\/jleaders\/grav-plugin-photoimages\/blob\/master\/README.md","demo":"https:\/\/github.com\/jleaders\/grav-plugin-photoimages\/","keywords":"grav, plugin, jquery, photoimages, border, frame, rotate, vintage, frames, photograph, print","bugs":"https:\/\/github.com\/jleaders\/grav-plugin-photoimages\/issues","license":"MIT","tag_name":"v1.0","date":"2019-10-29T18:23:14Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/photoimages\/0.1.0","repository":"https:\/\/github.com\/jleaders\/grav-plugin-photoimages","slug":"photoimages","install_path":"user\/plugins\/photoimages","changelog":{"0.1.0":{"date":" 10\/29\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"facebook-feed":{"name":"Facebook Feed","version":"0.1.0","description":"Insert your Facebook-Feed into your Site","description_html":" Insert your Facebook-Feed into your Site<\/p>","description_plain":"Insert your Facebook-Feed into your Site","icon":"facebook","author":{"name":"Bjoern Bohr","email":"bjoern.bohr@gmail.com"},"homepage":"https:\/\/github.com\/bit-it\/facebook-feed","docs":"https:\/\/github.com\/bit-it\/facebook-feed\/README.md","keywords":"facebook","bugs":"https:\/\/github.com\/bit-it\/facebook-feed\/issues","license":"MIT","tag_name":"v.0.1.1","date":"2019-11-04T16:32:01Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/facebook-feed\/0.1.0","repository":"https:\/\/github.com\/bit-it\/facebook-feed","slug":"facebook-feed","install_path":"user\/plugins\/facebook-feed","changelog":{"0.1.0":{"date":" 25\/10\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"rich-preview":{"name":"Rich Preview","version":"0.1.2","description":"Sets thumbnail and description so wyou can control how a linke to your website looks like when shared, for example in whatsapp","description_html":" Sets thumbnail and description so wyou can control how a linke to your website looks like when shared, for example in whatsapp<\/p>","description_plain":"Sets thumbnail and description so wyou can control how a linke to your website looks like when shared, for example in whatsapp","icon":"plug","author":{"name":"Nuno Costa","email":"info@codehaha.com"},"homepage":"https:\/\/github.com\/francodacosta\/grav-plugin-rich-preview","docs":"https:\/\/github.com\/francodacosta\/grav-plugin-rich-preview\/blob\/develop\/README.md","demo":"http:\/\/www.francodacosta.com","keywords":"grav, plugin, grav-admin, seo, rich preview","bugs":"https:\/\/github.com\/francodacosta\/grav-plugin-rich-preview\/issues","license":"MIT","tag_name":"0.1.2","date":"2019-11-12T10:11:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/rich-preview\/0.1.2","repository":"https:\/\/github.com\/francodacosta\/grav-plugin-rich-preview","slug":"rich-preview","install_path":"user\/plugins\/rich-preview","changelog":{"0.1.2":{"date":" 11\/12\/2019","content":" "},"0.1.1":{"date":" 10\/17\/2019","content":"1. [](#new)\n * more descriptive blueprints.yaml file, no actual code changes"},"0.1.0":{"date":" 10\/16\/2019","content":"1. [](#new)\n * initial functionality"}},"dependencies":[]},"detect-adblock":{"name":"Detect AdBlock","version":"2.0.2","description":"This plugin help you to detect and manage adblock in order to display message, send blocking user status to Google analytics...","description_html":" This plugin help you to detect and manage adblock in order to display message, send blocking user status to Google analytics...<\/p>","description_plain":"This plugin help you to detect and manage adblock in order to display message, send blocking user status to Google analytics...","icon":"ban","author":{"name":"clemdesign","url":"https:\/\/www.clemdesign.fr","email":"contact@clemdesign.fr"},"homepage":"https:\/\/github.com\/clemdesign\/grav-plugin-detect-adblock","docs":"https:\/\/github.com\/clemdesign\/grav-plugin-detect-adblock\/blob\/master\/README.md","bugs":"https:\/\/github.com\/clemdesign\/grav-plugin-detect-adblock\/issues","license":"MIT","tag_name":"2.0.2","date":"2019-11-17T19:33:14Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/detect-adblock\/2.0.2","repository":"https:\/\/github.com\/clemdesign\/grav-plugin-detect-adblock","slug":"detect-adblock","install_path":"user\/plugins\/detect-adblock","changelog":{"2.0.2":{"date":" 11\/17\/2019","content":"1. [](#bugfix)\n * Fix robustness issue."},"2.0.1":{"date":" 11\/08\/2019","content":"1. [](#bugfix)\n * Fix issue for multi-language inside message."},"2.0.0":{"date":" 11\/04\/2019","content":"1. [](#improve)\n * Manage block reading operation: Force user to disable ad blocker to read full article.\n * Manage data caching for translations of messages"},"1.1.0":{"date":" 10\/23\/2019","content":"1. [](#improve)\n * Set-up message content directly in plugin configuration with markdown facilities."},"1.0.1":{"date":" 10\/16\/2019","content":"1. [](#bugfix)\n * Fix issue for Google Analytics connection."},"1.0.0":{"date":" 10\/13\/2019","content":"1. [](#new)\n * Initial version..."}},"dependencies":[]},"simple-events":{"name":"Simple Events","version":"1.3.2","description":"Add a simple list of events to your site.","description_html":" Add a simple list of events to your site.<\/p>","description_plain":"Add a simple list of events to your site.","icon":"calendar","author":{"name":"Netzhexe.de","email":"ak@netzhexe.de"},"homepage":"https:\/\/github.com\/skinofthesoul\/grav-plugin-simple-events","docs":"https:\/\/github.com\/skinofthesoul\/grav-plugin-simple-events\/blob\/master\/README.md","keywords":"grav, plugin, events","bugs":"https:\/\/github.com\/skinofthesoul\/grav-plugin-simple-events\/issues","license":"MIT","tag_name":"v1.3.2","date":"2020-03-13T16:11:16Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/simple-events\/1.3.2","repository":"https:\/\/github.com\/skinofthesoul\/grav-plugin-simple-events","slug":"simple-events","install_path":"user\/plugins\/simple-events","changelog":{"1.2":{"date":" 12\/24\/2019","content":"1. [](#improved)\n * both links and regions are now fully optional, meaning that if you disable them in the plugin settings, you won't see those fields in the admin interface\n * updated README file\n2. [](#new)\n * added an optional location field for more styling options in your templates\n * added an option to automatically delete past events\n3.[](#bugfix)\n * fixed a buggy if clause in `events.html.twig`"},"1.1.3":{"date":" 11\/04\/2019","content":"1. [](#bugfix)\n * corrections in changelog for last version number"},"1.1.2":{"date":" 11\/04\/2019","content":"1. [](#improved)\n * changed templates to list future events only\n2. [](#bugfix)\n * don't link events if no url is passed to the function"},"1.1.1":{"date":" 10\/11\/2019","content":"1. [](#improved)\n * changed Admin icon"},"1.1.0":{"date":" 10\/11\/2019","content":"1. [](#new)\n * support for regions in the templates\n * new block template `partials\/eventslist.html.twig` for easy inclusion a smaller list anywhere\n2. [](#improved)\n * took types out again, better done with taxonomy\n * renamed categories to regions to avoid misunderstandings with taxonomy\n * massively extended README.md"},"1.0.1":{"date":" 10\/08\/2019","content":"2. [](#bugfix)\n * tiny code fix for links\n * changed version number in `blueprints.yaml`"},"1.0.0":{"date":" 10\/06\/2019","content":"1. [](#new)\n * first usable version\n * `event` as a new post type\n * template for a parent page that lists all `event` children\n * multilang options included\n * optional end dates\n * optional linking of event text"}},"dependencies":[]},"simple-cookie":{"name":"Simple Cookie","version":"0.1.5","description":"Simple cookie plugin is based on the popular CookieConsent JS-library. For Advanced Opt-In\/Opt-Out configurations you can use the 'Custom configuration' option.","description_html":" Simple cookie plugin is based on the popular CookieConsent JS-library. For Advanced Opt-In\/Opt-Out configurations you can use the 'Custom configuration' option.<\/p>","description_plain":"Simple cookie plugin is based on the popular CookieConsent JS-library. For Advanced Opt-In\/Opt-Out configurations you can use the 'Custom configuration' option.","icon":"shield","author":{"name":"Thomas Schwarz","email":"thomasschwarz96@web.de"},"homepage":"https:\/\/github.com\/thomasschwarz96\/grav-plugin-simple-cookie","docs":"https:\/\/github.com\/thomasschwarz96\/grav-plugin-simple-cookie\/blob\/develop\/README.md","keywords":"grav, plugin, cookie, cookieconsent, simple, opt-in, opt-out","bugs":"https:\/\/github.com\/thomasschwarz96\/grav-plugin-simple-cookie\/issues","license":"MIT","tag_name":"0.1.5","date":"2020-03-02T19:44:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/simple-cookie\/0.1.5","repository":"https:\/\/github.com\/thomasschwarz96\/grav-plugin-simple-cookie","slug":"simple-cookie","install_path":"user\/plugins\/simple-cookie","changelog":{"0.1.5":{"date":" 02\/03\/2020","content":"1. [](#bugfix)\n * Fix issue #5"},"0.1.4":{"date":" 21\/01\/2020","content":"1. [](#bugfix)\n * Fix issue #2"},"0.1.3":{"date":" 12\/01\/2020","content":"1. [](#enhancement)\n * Merge cusotm configuration with default configuration"},"0.1.2":{"date":" 28\/11\/2019","content":"1. [](#bugfix)\n * Fix issue #1"},"0.1.1":{"date":" 29\/10\/2019","content":"1. [](#new)\n * Fix blueprint.yaml multiline"},"0.1.0":{"date":" 10\/07\/2019","content":"1. [](#new)\n * Initial commit"}},"dependencies":[]},"cbrcurrency":{"name":"CBRcurrency","version":"1.0.0","description":"Plugin for Grac CMS for currency conversion, CBR (Russian)","description_html":" Plugin for Grac CMS for currency conversion, CBR (Russian)<\/p>","description_plain":"Plugin for Grac CMS for currency conversion, CBR (Russian)","icon":"euro","author":{"name":"Reqweb","url":"http:\/\/reqweb.net","email":"reqweb-dev@yandex.ru"},"homepage":"https:\/\/github.com\/reqweb\/CBRcurrency","keywords":"plugin, currency","license":"MIT","tag_name":"1.0.0","date":"2019-10-03T21:17:28Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/cbrcurrency\/1.0.0","repository":"https:\/\/github.com\/reqweb\/CBRcurrency","slug":"cbrcurrency","install_path":"user\/plugins\/cbrcurrency","changelog":{"1.0.0":{"date":"15\/09\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"translator":{"name":"Translator","version":"1.1.0","description":"A grav CMS plugin for easily allowing translators to translate your website without needing admin access.","description_html":" A grav CMS plugin for easily allowing translators to translate your website without needing admin access.<\/p>","description_plain":"A grav CMS plugin for easily allowing translators to translate your website without needing admin access.","icon":"globe","author":{"name":"ricardo","email":"ricardo@urbansquid.london"},"homepage":"https:\/\/github.com\/ricardo118\/grav-plugin-translator","docs":"https:\/\/github.com\/ricardo118\/grav-plugin-translator\/blob\/develop\/README.md","demo":"http:\/\/translator.urbansquid.london","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/ricardo118\/grav-plugin-translator\/issues","license":"MIT","tag_name":"v1.1.1","date":"2020-03-23T18:53:11Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/translator\/1.1.0","repository":"https:\/\/github.com\/ricardo118\/grav-plugin-translator","slug":"translator","install_path":"user\/plugins\/translator","changelog":{"1.1.1":{"date":" 23\/01\/2020","content":"1. [](#improved)\n * added lang remap config support for google translate\n * added onBeforeGoogleTranslate Event so plugins can override the method for their own custom handling"},"1.1.0":{"date":" 23\/01\/2020","content":"3. [](#bugfix)\n * Dirty form js fix\n * Fix the merging of header variables to the correct priority order\n * Minor `type: list` fixes\n * Fix js change language button\n * Fix saving bug for saving lists only partially\n * fix for multiple saves of the same page overriding the previous save"},"1.0.1":{"date":" 02\/09\/2019","content":"1. [](#bugfix)\n * README fix"},"1.0.0":{"date":" 26\/08\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"flex-objects":{"name":"Flex-Objects","version":"0.9.0","description":"Flexible Objects Plugin","description_html":" Flexible Objects Plugin<\/p>","description_plain":"Flexible Objects Plugin","icon":"list","author":{"name":"Trilby Media","email":"hello@trilby.media"},"dependencies":[{"name":"grav","version":">=1.5"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-plugin-flex-objects","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-flex-objects\/blob\/develop\/README.md","keywords":"grav, plugin, crud, directory","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-flex-objects\/issues","license":"MIT","tag_name":"revkit-master","date":"2018-07-21T15:34:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/flex-objects\/0.9.0","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-flex-objects","slug":"flex-objects","install_path":"user\/plugins\/flex-objects","changelog":{"0.9.0":{"date":" mm\/dd\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"aura":{"name":"Aura","version":"1.0.3","description":"Automatically add meta tags and structured data to your pages for visually appealing and informative search results and social media sharing.","description_html":" Automatically add meta tags and structured data to your pages for visually appealing and informative search results and social media sharing.<\/p>","description_plain":"Automatically add meta tags and structured data to your pages for visually appealing and informative search results and social media sharing.","icon":"code","author":{"name":"Matt Mulhall","url":"https:\/\/www.theskylab.net","email":"matt@theskylab.net"},"homepage":"https:\/\/github.com\/matt-j-m\/grav-plugin-aura","keywords":"seo, structured data, open graph","bugs":"https:\/\/github.com\/matt-j-m\/grav-plugin-aura\/issues","license":"MIT","tag_name":"v1.0.3","date":"2020-02-29T04:09:46Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/aura\/1.0.3","repository":"https:\/\/github.com\/matt-j-m\/grav-plugin-aura","slug":"aura","install_path":"user\/plugins\/aura","changelog":{"1.0.3":{"date":"29-02-2020","content":"1. [](#bugfix)\n * Adjusted scope of autoloader so it will not interfere with other 'Aura' prefixed plugins"},"1.0.2":{"date":"09-02-2020","content":"1. [](#bugfix)\n * Now appends to existing metadata rather than replacing"},"1.0.1":{"date":"06-09-2019","content":"1. [](#improved)\n * Get language defined in page frontmatter with fallbacks to active language then default language\n1. [](#bugfix)\n * Adjusted JSON output to suit Grav versions > 1.5"},"1.0.0":{"date":" 21-08-2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"tinypng":{"name":"TinyPNG","version":"1.0.0","description":"Compress all image with TinyPNG","description_html":" Compress all image with TinyPNG<\/p>","description_plain":"Compress all image with TinyPNG","icon":"compress","author":{"name":"Dallas Lu","email":"i@luda.me"},"homepage":"https:\/\/github.com\/ladotech\/grav-plugin-tinypng","keywords":"grav, tinypng, plugin, compress, tinify","bugs":"https:\/\/github.com\/ladotech\/grav-plugin-tinypng\/issues","license":"MIT","tag_name":"1.0.0","date":"2019-08-21T09:09:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/tinypng\/1.0.0","repository":"https:\/\/github.com\/ladotech\/grav-plugin-tinypng","slug":"tinypng","install_path":"user\/plugins\/tinypng","changelog":false,"dependencies":[]},"consistent-backup-name":{"name":"ConsistentBackupName","version":"1.0.0","description":"ConsistentBackupName let the last backup be accessible via LATEST.zip.","description_html":" ConsistentBackupName let the last backup be accessible via LATEST.zip.<\/p>","description_plain":"ConsistentBackupName let the last backup be accessible via LATEST.zip.","icon":"dashboard","author":{"name":"Cyril RUSSO","url":"http:\/\/getgrav.org","email":"fwd.rebootisme@pho.by"},"homepage":"https:\/\/github.com\/X-Ryl669\/grav-plugin-consistent-backup-name","keywords":"static, backup, plugin, name","bugs":"https:\/\/github.com\/X-Ryl669\/grav-plugin-consistent-backup-name\/issues","license":"MIT","tag_name":"1.0.0","date":"2019-08-18T20:56:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/consistent-backup-name\/1.0.0","repository":"https:\/\/github.com\/X-Ryl669\/grav-plugin-consistent-backup-name","slug":"consistent-backup-name","install_path":"user\/plugins\/consistent-backup-name","changelog":{"1.0.0":{"date":"18\/08\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"markdown-collapsible":{"name":"Markdown Collapsible","version":"1.0.0","description":"Adds the ability to render collapsible sections in Markdown","description_html":" Adds the ability to render collapsible sections in Markdown<\/p>","description_plain":"Adds the ability to render collapsible sections in Markdown","icon":"asterisk","author":{"name":"Cyril Russo","url":"https:\/\/rebootisme.com","email":"fwd.rebootisme@pho.by"},"homepage":"https:\/\/github.com\/X-Ryl669\/grav-plugin-markdown-collapsible","license":"MIT","tag_name":"1.0.0","date":"2019-08-12T19:01:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/markdown-collapsible\/1.0.0","repository":"https:\/\/github.com\/X-Ryl669\/grav-plugin-markdown-collapsible","slug":"markdown-collapsible","install_path":"user\/plugins\/markdown-collapsible","changelog":{"1.0.1":{"date":"03\/09\/2018","content":"1. [](#improved)\n * Updated blueprint file"},"1.0.0":{"date":"12\/22\/2015","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"glossary":{"name":"Glossary","version":"0.1.1","description":"Maintain a glossary of words and automatically add abbreviations to all pages via Markdown Extra.","description_html":" Maintain a glossary of words and automatically add abbreviations to all pages via Markdown Extra.<\/p>","description_plain":"Maintain a glossary of words and automatically add abbreviations to all pages via Markdown Extra.","icon":"list","author":{"name":"Nathan Parsons","url":"https:\/\/github.com\/n-parsons","email":"github@tantalum.blue"},"homepage":"https:\/\/github.com\/n-parsons\/grav-plugin-glossary","keywords":"grav, plugin, glossary, abbreviation, definitions","bugs":"https:\/\/github.com\/n-parsons\/grav-plugin-glossary\/issues","license":"MIT","tag_name":"v0.1.1","date":"2019-08-08T15:04:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/glossary\/0.1.1","repository":"https:\/\/github.com\/N-Parsons\/grav-plugin-glossary","slug":"glossary","install_path":"user\/plugins\/glossary","changelog":{"0.1.0":{"date":" 2019-08-08","content":"1. [](#new)\n * Glossary plugin created.\n * Site-wide abbreviations enabled.\n * Glossary search implemented."}},"dependencies":[]},"embed-fontawesome":{"name":"Embed Font Awesome","version":"0.1.7","description":"Embed Font Awesome icons into your HTML output as inline SVGs.","description_html":" Embed Font Awesome icons into your HTML output as inline SVGs.<\/p>","description_plain":"Embed Font Awesome icons into your HTML output as inline SVGs.","icon":"flag","author":{"name":"Nathan Parsons","url":"https:\/\/github.com\/n-parsons","email":"github@tantalum.blue"},"homepage":"https:\/\/github.com\/n-parsons\/grav-plugin-embed-fontawesome","keywords":"icons, font awesome, svg, inline, embed, custom icons","bugs":"https:\/\/github.com\/n-parsons\/grav-plugin-embed-fontawesome\/issues","license":"MIT","tag_name":"v0.1.7","date":"2020-05-31T17:54:34Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/embed-fontawesome\/0.1.7","repository":"https:\/\/github.com\/N-Parsons\/grav-plugin-embed-fontawesome","slug":"embed-fontawesome","install_path":"user\/plugins\/embed-fontawesome","changelog":{"0.1.7":{"date":"2020-05-31","content":"1. [](#bugfix)\n * Fix regex compatibility issue with PHP < 7.3."},"0.1.6":{"date":"2020-05-23","content":"1. [](#bugfix)\n * Fix issue with 'icon' or 'fa' in the middle of a class name."},"0.1.5":{"date":"2020-04-28","content":"1. [](#bugfix)\n * Fix placeholder icon sizing for referenced instances."},"0.1.4":{"date":"2020-04-05","content":"1. [](#improved)\n * Added compatibility with Tailwind CSS class naming."},"0.1.3":{"date":"2019-08-14","content":"1. [](#bugfix)\n * Fixed issues with icon width for custom icons.\n * Fixed conflict with Advanced Page Cache - caching no longer breaks icons."},"0.1.2":{"date":"2019-08-12","content":"1. [](#bugfix)\n * Fixed issues with icon with in Chrome\/Chromium."},"0.1.1":{"date":"2019-08-09","content":"1. [](#bugfix)\n * Fixed exception that occurred when there were no icons to replace."},"0.1.0":{"date":"2019-08-08","content":"1. [](#new)\n * Implemented embedding of Font Awesome icons and custom icons.\n * Added methods for including custom icons in pages."}},"dependencies":[]},"google-analytics":{"name":"Google Analytics (gtag.js)","version":"1.1.0","description":"Easily integrate and configure Google Analytics in your site with the global site tag (gtag.js) framework and API.","description_html":" Easily integrate and configure Google Analytics in your site with the global site tag (gtag.js) framework and API.<\/p>","description_plain":"Easily integrate and configure Google Analytics in your site with the global site tag (gtag.js) framework and API.","icon":"google","author":{"name":"Christian Worreschk","email":"cw@marsec.de"},"homepage":"https:\/\/github.com\/cworreschk\/grav-plugin-google-analytics","docs":"https:\/\/github.com\/cworreschk\/grav-plugin-google-analytics\/blob\/develop\/README.md","keywords":"google, tracking, analytics, gtag, global site tag, grav, plugin","bugs":"https:\/\/github.com\/cworreschk\/grav-plugin-google-analytics\/issues","license":"MIT","tag_name":"v1.1.0","date":"2019-08-05T15:15:41Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/google-analytics\/1.1.0","repository":"https:\/\/github.com\/cworreschk\/grav-plugin-google-analytics","slug":"google-analytics","install_path":"user\/plugins\/google-analytics","changelog":{"1.1.0":{"date":" 08\/05\/2019","content":"1. [](#new)\n * Support for `Do Not Track (DNT)`\n * German translation\n1. [](#bugfix)\n * Fixed issue with renaming the global `gtag()` object "},"1.0.0":{"date":" 07\/31\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"lazysizes":{"name":"Lazysizes","version":"1.0.0","description":"Adds lazyloading to page images","description_html":" Adds lazyloading to page images<\/p>","description_plain":"Adds lazyloading to page images","icon":"image","author":{"name":"Jan St\u00fcmmel","email":"info@janstuemmel.de"},"homepage":"https:\/\/github.com\/websitemacherei\/grav-plugin-lazysizes","docs":"https:\/\/github.com\/websitemacherei\/grav-plugin-lazysizes\/blob\/develop\/README.md","keywords":"lazy, lazyloading, lazysizes","bugs":"https:\/\/github.com\/websitemacherei\/grav-plugin-lazysizes\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-07-31T09:15:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/lazysizes\/1.0.0","repository":"https:\/\/github.com\/websitemacherei\/grav-plugin-lazysizes","slug":"lazysizes","install_path":"user\/plugins\/lazysizes","changelog":{"1.0.0":{"date":" 07\/31\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"zooming":{"name":"Zooming","version":"1.0.1","description":"Zooming is a simple [Grav](http:\/\/github.com\/getgrav\/grav) plugin that adds **image zoom \/ lightbox** functionality via [Zooming](https:\/\/github.com\/kingdido999\/zooming) and acts as an alternative to the [featherlight](https:\/\/github.com\/getgrav\/grav-plugin-featherlight) plugin.","description_html":" Zooming is a simple Grav<\/a> plugin that adds image zoom \/ lightbox<\/strong> functionality via Zooming<\/a> and acts as an alternative to the featherlight<\/a> plugin.<\/p>","description_plain":"Zooming is a simple Grav plugin that adds image zoom \/ lightbox functionality via Zooming and acts as an alternative to the featherlight plugin.","icon":"file-photo-o","author":{"name":"Julian Sch\u00f6nb\u00e4chler","url":"https:\/\/julian-s.ch","email":"info@julian-s.ch"},"homepage":"https:\/\/github.com\/JulianSchoenbaechler\/grav-plugin-zooming","keywords":"zooming, zoom, plugin, code, lightbox, featherlight","bugs":"https:\/\/github.com\/JulianSchoenbaechler\/grav-plugin-zooming\/issues","license":"MIT","tag_name":"v1.0.1","date":"2019-08-21T15:15:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/zooming\/1.0.1","repository":"https:\/\/github.com\/JulianSchoenbaechler\/grav-plugin-zooming","slug":"zooming","install_path":"user\/plugins\/zooming","changelog":{"1.0.1":{"date":"08\/02\/2019","content":"1. [](#bugfix)\n * Fixed file path to dependencies on case-sensitive systems"},"1.0.0":{"date":"07\/25\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"shortcode-citation":{"name":"Shortcode Citations","version":"0.2.0","description":"Provides the ability to add citations via shortcodes such as [cite=id \/]","description_html":" Provides the ability to add citations via shortcodes such as [cite=id \/]<\/p>","description_plain":"Provides the ability to add citations via shortcodes such as [cite=id \/]","icon":"superscript","author":{"name":"Nathan Parsons","url":"https:\/\/tantalum.blue","email":"github@tantalum.blue"},"dependencies":[{"name":"shortcode-core"}],"homepage":"https:\/\/github.com\/n-parsons\/grav-plugin-shortcode-citation","keywords":"cite, citation, reference, academic, bibliography, shortcode","bugs":"https:\/\/github.com\/n-parsons\/grav-plugin-shortcode-citation\/issues","license":"MIT","tag_name":"v0.2.0","date":"2019-07-31T14:17:16Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/shortcode-citation\/0.2.0","repository":"https:\/\/github.com\/N-Parsons\/grav-plugin-shortcode-citation","slug":"shortcode-citation","install_path":"user\/plugins\/shortcode-citation","changelog":{"0.2.0":{"date":"31-07-2019","content":"2. [](#bugfix)\n - Fixed issue with citations in blog posts displaying incorrectly in the listing."},"0.1.4":{"date":"25-07-2019","content":"1. [](#bugfix)\n - Fixed bug related to numeric IDs."},"0.1.3":{"date":"24-07-2019","content":"1. [](#bugfix)\n - Fix incorrectly formatted anchors"},"0.1.2":{"date":"24-07-2019","content":"1. [](#bugfix)\n - Update documentation"},"0.1.1":{"date":"24-07-2019","content":"1. [](#bugfix)\n - Update documentation"},"0.1.0":{"date":"24-07-2019","content":"1. [](#new)\n - Initial version"}}},"sharer":{"name":"Sharer","version":"1.2.3","description":"**Sharer** is a plugin that lets you add social buttons to your templates","description_html":" Sharer<\/strong> is a plugin that lets you add social buttons to your templates<\/p>","description_plain":"Sharer is a plugin that lets you add social buttons to your templates","icon":"share-alt","author":{"name":"Ayoze Hern\u00e1ndez D\u00edaz","email":"ayoze.dev@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6"}],"homepage":"https:\/\/github.com\/ayozehd\/sharer","docs":"https:\/\/github.com\/ayozehd\/sharer\/blob\/master\/README.md","keywords":"plugin, social, share, buttons, seo","bugs":"https:\/\/github.com\/ayozehd\/sharer\/issues","license":"MIT","tag_name":"1.2.3","date":"2020-02-05T22:04:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/sharer\/1.2.3","repository":"https:\/\/github.com\/ayozehd\/grav-plugin-sharer","slug":"sharer","install_path":"user\/plugins\/sharer","changelog":{"1.2.3":{"date":" 05-02-2020","content":"1. [](#bugfix)\n * Fixed configuration override by page header frontmatter ([#4](https:\/\/github.com\/ayozehd\/grav-plugin-sharer\/issues\/4))"},"1.2.2":{"date":" 21-10-2019","content":"1. [](#bugfix)\n * Fixed a regression bug on Twig macros"},"1.2.1":{"date":" 20-10-2019","content":"1. [](#bugfix)\n * `8bit` buttons padding was too much for >768px screens\n * Typo fix `title: true` in blueprints\n2. [](#improved)\n * Moved macros to a new file to avoid Twig deprecation"},"1.2.0":{"date":" 08-10-2019","content":"1. [](#bugfix)\n * In certain situations, hover animation was above icons in circles template\n2. [](#improved)\n * Twig templates have been rewritten to be extended working with blocks\n * FontAwesome 5 assets are now css instead a javascript file\n * Renamed `partials\/svg` folder to avoid conflicts with other plugins\/themes\n3. [](#new)\n * New Templates! `8bit` and `floating` are available inspired by _Tiffany Stoik_ & _Daniel Bruce_ workaround"},"1.1.1":{"date":" 25-09-2019","content":"1. [](#bugfix)\n * Circles icon hidden on hover"},"1.1":{"date":" 25-09-2019","content":"1. [](#bugfix)\n * No cache plugin configuration anymore.\n2. [](#improved)\n * Sass mixins and compressed css-compiled files.\n3. [](#new)\n * Added priority values to `buttons`."},"1.0":{"date":" 19-07-2019","content":"1. [](#new)\n * First release"}}},"lastfm":{"name":"Last.fm","version":"2.0.0","description":"A simple Last.fm scrobbler","description_html":" A simple Last.fm scrobbler<\/p>","description_plain":"A simple Last.fm scrobbler","icon":"headphones","author":{"name":"Ayoze Hern\u00e1ndez D\u00edaz","email":"ayoze.dev@gmail.com"},"dependencies":[{"name":"grav","version":">=1.6"}],"homepage":"https:\/\/github.com\/ayozehd\/lastfm","docs":"https:\/\/github.com\/ayozehd\/lastfm\/blob\/master\/README.md","keywords":"plugin, music, scrobbler, lastfm, cover, vue","bugs":"https:\/\/github.com\/ayozehd\/lastfm\/issues","license":"MIT","tag_name":"2.0.0","date":"2020-06-10T22:52:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/lastfm\/2.0.0","repository":"https:\/\/github.com\/ayozehd\/grav-plugin-lastfm","slug":"lastfm","install_path":"user\/plugins\/lastfm","changelog":{"2.0.0":{"date":" 10-06-2020","content":"1. [](#new)\n * Rewritten plugin on Vue.js and [Wlada\/vue-carousel-3d](https:\/\/github.com\/Wlada\/vue-carousel-3d\/)\n * Added appeareance options and improved admin configuration"},"1.0.0":{"date":" 19-07-2019","content":"1. [](#new)\n * First release"}}},"shortcode-modal":{"name":"Shortcode Modal","version":"1.0.0","description":"Provides shortcodes for displaying content in a modal popup","description_html":" Provides shortcodes for displaying content in a modal popup<\/p>","description_plain":"Provides shortcodes for displaying content in a modal popup","icon":"code","author":{"name":"Matt Marsh","email":"matt@crazedbytes.net"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/marshmn\/grav-plugin-shortcode-modal","docs":"https:\/\/github.com\/marshmn\/grav-plugin-shortcode-modal\/blob\/master\/README.md","demo":"https:\/\/demos.crazedbytes.net\/shortcode-modal","keywords":"grav, plugin, shortcode, ui","bugs":"https:\/\/github.com\/marshmn\/grav-plugin-shortcode-modal\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-07-13T16:26:47Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/shortcode-modal\/1.0.0","repository":"https:\/\/github.com\/marshmn\/grav-plugin-shortcode-modal","slug":"shortcode-modal","install_path":"user\/plugins\/shortcode-modal","changelog":{"1.0.0":{"date":" 07\/13\/2019","content":"1. [](#new)\n * Initial `modal` and `modal-launch` shortcodes added"}}},"tools-collection":{"name":"Tools Collection","version":"0.1.4","description":"A collection of tools that make working with Grav easier","description_html":" A collection of tools that make working with Grav easier<\/p>","description_plain":"A collection of tools that make working with Grav easier","icon":"info","author":{"name":"Thomas Anderson","email":"mr.anderson@onixmail.ch"},"homepage":"https:\/\/github.com\/Memurame\/grav-plugin-tools-collection","keywords":"collection, tools, tools-collection, resize, image, blueprints, blueprint","bugs":"https:\/\/github.com\/Memurame\/grav-plugin-tools-collection","license":"MIT","tag_name":"0.1.4","date":"2020-02-19T08:39:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/tools-collection\/0.1.4","repository":"https:\/\/github.com\/Memurame\/grav-plugin-tools-collection","slug":"tools-collection","install_path":"user\/plugins\/tools-collection","changelog":{"0.1.4":{"date":"19-02-2020","content":"1. [](#bugfix)\n * fixed algorithm (resize images)\n1. [](#new)\n * Set characters which are not allowed"},"0.1.3":{"date":"21-08-2019","content":"1. [](#improved)\n * removed nonexistent blueprint"},"0.1.2":{"date":"16-08-2019","content":"1. [](#improved)\n * change default settings\n * update language"},"0.1.1":{"date":"16-08-2019","content":"1. [](#improved)\n * Extend the readme\n "},"0.1.0":{"date":"14-08-2019","content":"1. [](#bugfix)\n * fix changelog version"},"0.0.18":{"date":"13-08-2019","content":"1. [](#bugfix)\n * Plugin variablename in admin template"},"0.0.17":{"date":"13-08-2019","content":"1. [](#new)\n * Add multilanguage support\n * Change README language to english\n "},"0.0.16":{"date":"12-08-2019","content":"1. [](#new)\n * New name for the plugin\n "},"0.0.15":{"date":"12-08-2019","content":"1. [](#bugfix)\n * Update readme\n * little changes\n "},"0.0.14":{"date":"12-08-2019","content":"1. [](#improved)\n * Change Name of Plugin\n "},"0.0.13":{"date":"15-07-2019","content":"1. [](#bugfix)\n * Change the filename of admin template"},"0.0.12":{"date":"15-07-2019","content":"1. [](#improved)\n * Rename the repo from grav-plugin-toolbox to grav-plugin-smartthings\n "},"0.0.11":{"date":"10-07-2019","content":"1. [](#improved)\n * Rename the repo from grav-toolbox to grav-plugin-toolbox\n "},"0.0.1":{"date":"09-07-2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"mermaid-diagrams":{"name":"Mermaid Diagrams","version":"1.1.0","description":"This plugin adds the simple and powerful [mermaid diagram language](https:\/\/mermaidjs.github.io\/) to Grav.","description_html":" This plugin adds the simple and powerful mermaid diagram language<\/a> to Grav.<\/p>","description_plain":"This plugin adds the simple and powerful mermaid diagram language to Grav.","icon":"edit","author":{"name":"Daniel Flaum","url":"https:\/\/danielflaum.net","email":"talk@danielflaum.net"},"homepage":"https:\/\/github.com\/DanielFlaum\/grav-plugin-mermaid-diagrams","keywords":"diagrams, charts, graphs","bugs":"https:\/\/github.com\/DanielFlaum\/grav-plugin-mermaid-diagrams\/issues","license":"MIT","tag_name":"v1.1.0","date":"2019-12-18T22:05:26Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/mermaid-diagrams\/1.1.0","repository":"https:\/\/github.com\/DanielFlaum\/grav-plugin-mermaid-diagrams","slug":"mermaid-diagrams","install_path":"user\/plugins\/mermaid-diagrams","changelog":{"1.1.0":{"date":"18-12-2019","content":"1. [](#new)\n * Upgraded [mermaid](https:\/\/github.com\/mermaid-js\/mermaid) to v8.4, which adds pie charts and state diagrams."},"1.0.1":{"date":"02-07-2019","content":"1. [](#improved)\n * Small corrections to README.md"},"1.0.0":{"date":"02-07-2019","content":"1. [](#new)\n * Converted Aur\u00e9lien Wolz's Diagram Plugin into the present work.\n * Removed the Flow and Sequence diagram generators."}},"dependencies":[]},"form-prefiller":{"name":"Form Prefiller","version":"1.1.5","description":"Prefill form fields from various data sources","description_html":" Prefill form fields from various data sources<\/p>","description_plain":"Prefill form fields from various data sources","icon":"list-alt","author":{"name":"Ron Wardenier","email":"bleutzinn@rwgc.nl"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/bleutzinn\/grav-plugin-form-prefiller","docs":"https:\/\/github.com\/bleutzinn\/grav-plugin-form-prefiller\/blob\/master\/README.md","keywords":"grav, plugin, form, prefill","bugs":"https:\/\/github.com\/bleutzinn\/grav-plugin-form-prefiller\/issues","license":"MIT","tag_name":"v1.1.5","date":"2020-05-18T10:14:02Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/form-prefiller\/1.1.5","repository":"https:\/\/github.com\/bleutzinn\/grav-plugin-form-prefiller","slug":"form-prefiller","install_path":"user\/plugins\/form-prefiller","changelog":{"1.1.5":{"date":" 05\/18\/2020","content":"1. [](#bugfix)\n * Fixed (included) missing 'vendor' directory"},"1.1.4":{"date":" 05\/17\/2020","content":"1. [](#improved)\n * Restricted response of all data-*@ functions to page requests only\n * Enriched Debug Bar messages with the requested variable name"},"1.1.3":{"date":" 05\/15\/2020","content":"1. [](#improved)\n * Improved stability by catching and logging errors\n * Restored data-*@ functions to static\n * Renamed the function \"getParameter\" to \"getURLParameter\" (\"getParameter\" still works for backwards compatibility)\n * Updated to new devtools plugin standards\n * Renamed \"demo\" to the more appropriate \"example-prefill-form-page\"\n * Changed some examples so that they are clearer\n * Updated documentation"},"1.1.2":{"date":" 05\/02\/2020","content":"1. [](#improved)\n * Updated documentation\n "},"1.1.1":{"date":" 05\/02\/2020","content":"1. [](#bugfix)\n * Fixed a problem in detecting YAML type templates.\n1. [](#improved)\n * Restricted examples to form fields only.\n "},"1.1.0":{"date":" 05\/02\/2020","content":"1. [](#bugfix)\n * Fixed issue [#2](https:\/\/github.com\/bleutzinn\/grav-plugin-form-prefiller\/issues\/2) about an error when 'prefill_data' was missing in the frontmatter; thanks to [thekenshow](https:\/\/github.com\/thekenshow) for reporting an the fix.\n * Fixed a problem causing a Page not found error immediately after a page save.\n1. [](#improved)\n * Improved errors in and inconsistencies between the provided example files and the documentation.\n "},"1.0.1":{"date":" 01\/29\/2020","content":"1. [](#improved)\n * Corrected the link to the `README.md` file in `blueprints.yaml` file."},"1.0.0":{"date":" 06\/23\/2019","content":"1. [](#improved)\n * Updated documentation in `README.md`\n * Included more complete demo page"},"0.2.0":{"date":" 06\/23\/2019","content":"1. [](#new)\n * Added custom processing through Twig templates (\"getTwigRender\")\n * Added a call to view all available Twig variables via `getTwig` with parameter `@ALL`\n1. [](#improved)\n * Fixed a problem with extra Twig variables not being added"},"0.1.0":{"date":" 06\/16\/2019","content":"1. [](#new)\n * ChangeLog started...\n * First release"}}},"readability":{"name":"Readability","version":"1.1.0","description":"Measure the readability of your writing.","description_html":" Measure the readability of your writing.<\/p>","description_plain":"Measure the readability of your writing.","icon":"file-text-o","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":">=1.6"},{"name":"admin","version":">=1.9"}],"homepage":"https:\/\/github.com\/OleVik\/grav-plugin-readability","docs":"https:\/\/github.com\/OleVik\/grav-plugin-readability\/blob\/master\/README.md","keywords":"grav, plugin, readability, automated readability index, characters, coleman-liau, flesch, flesch-kincaid, letters, lix, localized, long words, paragraphs, periods, polysillabic words, punctuations, readability, rix, sentences, smog, syllables, textstat, whitespaces, words","bugs":"https:\/\/github.com\/OleVik\/grav-plugin-readability\/issues","license":"MIT","tag_name":"v1.1.0","date":"2020-05-08T20:14:02Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/readability\/1.1.0","repository":"https:\/\/github.com\/OleVik\/grav-plugin-readability","slug":"readability","install_path":"user\/plugins\/readability","changelog":{"1.1.0":{"date":" 08-05-2020","content":"1. [](#new)\n * TinyMCE-editor compatibility\n2. [](#improved)\n * Filenames\n3. [](#bugfix)\n * Pages-check\n * Docs-link"},"1.0.7":{"date":" 24-06-2019","content":"1. [](#improved)\n * Separate screen- and print-styles"},"1.0.6":{"date":" 18-06-2019","content":"1. [](#new)\n * Blueprint-field for max words"},"1.0.5":{"date":" 18-06-2019","content":"1. [](#new)\n * Template-separation\n * Style-separation\n * JavaScript-separation\n * JavaScript Events\n * Front-end template\n * Max words option\n * CallStatic and FindResource Twig-extensions\n2. [](#improved)\n * Asset-loading in Admin\n * JavaScript-debug\n * Norwegian translation"},"1.0.4":{"date":" 17-06-2019","content":"1. [](#new)\n * Norwegian translation"},"1.0.3":{"date":" 16-06-2019","content":"1. [](#improved)\n * Pathing in scripts, workers\n * Inline registerPromiseWorker\n * Console-debug\n * Languages.yaml\n * Styling\n2. [](#new)\n * Visual indicator and display\n * Toggle to hide output"},"1.0.2":{"date":" 15-06-2019","content":"1. [](#bugfix)\n * Blueprints\n2. [](#new)\n * Console-debug"},"1.0.1":{"date":" 15-06-2019","content":"1. [](#new)\n * Add descriptions\n2. [](#improved)\n * Dependencies, keywords, assets"},"1.0.0":{"date":" 15-06-2019","content":"1. [](#new)\n * Initial release"}}},"admin-frontmatter-yaml":{"name":"Admin Frontmatter Yaml","version":"0.1.0","description":"Support frontmatter.yaml files in Admin plugin","description_html":" Support frontmatter.yaml files in Admin plugin<\/p>","description_plain":"Support frontmatter.yaml files in Admin plugin","icon":"plug","author":{"name":"Igor Kuznetsov","email":"igk@igk.ru"},"homepage":"https:\/\/github.com\/igk1972\/grav-plugin-admin-frontmatter-yaml","docs":"https:\/\/github.com\/igk1972\/grav-plugin-admin-frontmatter-yaml\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/igk1972\/grav-plugin-admin-frontmatter-yaml\/issues","license":"MIT","tag_name":"0.1.0","date":"2019-06-19T04:46:46Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/admin-frontmatter-yaml\/0.1.0","repository":"https:\/\/github.com\/igk1972\/grav-plugin-admin-frontmatter-yaml","slug":"admin-frontmatter-yaml","install_path":"user\/plugins\/admin-frontmatter-yaml","changelog":{"0.1.0":{"date":" 06\/17\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"markdown-fontawesome":{"name":"Markdown Font Awesome","version":"1.1.1","description":"Adds support for Font Awesome icons in Markdown using :emoji: syntax","description_html":" Adds support for Font Awesome icons in Markdown using :emoji: syntax<\/p>","description_plain":"Adds support for Font Awesome icons in Markdown using :emoji: syntax","icon":"flag","author":{"name":"Nathan Parsons","url":"https:\/\/github.com\/n-parsons","email":"github@tantalum.blue"},"homepage":"https:\/\/github.com\/n-parsons\/grav-plugin-markdown-fontawesome","keywords":"font awesome, emoji, icons","bugs":"https:\/\/github.com\/n-parsons\/grav-plugin-markdown-fontawesome\/issues","license":"MIT","tag_name":"v1.1.1","date":"2019-07-31T10:05:48Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/markdown-fontawesome\/1.1.1","repository":"https:\/\/github.com\/N-Parsons\/grav-plugin-markdown-fontawesome","slug":"markdown-fontawesome","install_path":"user\/plugins\/markdown-fontawesome","changelog":{"1.1.1":{"date":"2019-07-31","content":"1. [](#new)\n * Added support for duotone icons (`fad`)"},"1.1.0":{"date":"2019-06-15","content":"2. [](#improved)\n * Fixed issues with other colons inline with icons, eg. in times.\n * Documented conflict with Markdown Extra definition lists."},"1.0.1":{"date":"2016-04-27","content":"1. [](#improved)\n * Better plugin description added"},"1.0.0":{"date":"2016-04-23","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"file-browser":{"name":"File Browser","version":"0.2.7","description":"File browser plugin providing directory listing","description_html":" File browser plugin providing directory listing<\/p>","description_plain":"File browser plugin providing directory listing","icon":"folder","author":{"name":"Nathan Parsons","url":"https:\/\/tantalum.blue","email":"github@tantalum.blue"},"homepage":"https:\/\/github.com\/N-Parsons\/grav-plugin-file-browser","keywords":"grav, plugin, files, directory, file browser, directory listing","bugs":"https:\/\/github.com\/N-Parsons\/grav-plugin-file-browser\/issues","license":"MIT","tag_name":"v0.2.7","date":"2020-04-28T15:22:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/file-browser\/0.2.7","repository":"https:\/\/github.com\/N-Parsons\/grav-plugin-file-browser","slug":"file-browser","install_path":"user\/plugins\/file-browser","changelog":{"0.2.7":{"date":" 28-04-2020","content":"1. [](#improved)\n * Improved support for Font Awesome 4."},"0.2.6":{"date":" 13-10-2019","content":"1. [](#new)\n * Added option for disabling sort button.\n * Added option for default reversal of sort order.\n2. [](#bugfix)\n * Fixes issue caused by dots in folder names."},"0.2.5":{"date":" 16-08-2019","content":"1. [](#new)\n * Added requested file sorting functionality."},"0.2.4":{"date":" 16-08-2019","content":"1. [](#bugfix)\n * Fix issue with class for list-view as default."},"0.2.3":{"date":" 15-08-2019","content":"1. [](#bugfix)\n * Prepend base url to get true paths for files."},"0.2.2":{"date":" 12-08-2019","content":"1. [](#bugfix)\n * Handle cases where folders only contain folders."},"0.2.1":{"date":" 12-08-2019","content":"1. [](#bugfix)\n * Fix compatibility with the 'embed-fontawesome' plugin."},"0.2.0":{"date":" 12-08-2019","content":"1. [](#improved)\n * Improved thumbnail generation.\n * Thumbnail types are now handled via the site config.\n2. [](#bugfix)\n * Spaces in file\/folder names are now supported."},"0.1.3":{"date":" 08-08-2019","content":"1. [](#improved)\n * Improved robustness of file icons and names in the browser view."},"0.1.2":{"date":" 05-08-2019","content":"1. [](#bugfix)\n * Fix compatibility with Font Awesome via JS\/SVG"},"0.1.1":{"date":" 24-07-2019","content":"1. [](#improved)\n * Add usage instruction\n2. [](#bugfix)\n * Switch Font Awesome to use CSS via the CDN (the JS kit was inappropriate)"},"0.1.0":{"date":" 03-06-2019","content":"1. [](#new)\n * Create file browser plugin.\n * Implement extension-specific icons.\n * Implement thumbnail generation."}},"dependencies":[]},"image-color":{"name":"Image Color","version":"1.0.0","description":"The Grav Image Color Plugin for Grav adds the ability to get the dominant color from an image. You can generate a color palette from an image.","description_html":" The Grav Image Color Plugin for Grav adds the ability to get the dominant color from an image. You can generate a color palette from an image.<\/p>","description_plain":"The Grav Image Color Plugin for Grav adds the ability to get the dominant color from an image. You can generate a color palette from an image.","icon":"paint-brush","author":{"name":"Dimitri Longo","url":"https:\/\/github.com\/dimitrilongo\/grav-plugin-image-color","email":"dimitri.longo@elanathemes.fr"},"homepage":"https:\/\/github.com\/dimitrilongo\/grav-plugin-image-color","docs":"https:\/\/github.com\/dimitrilongo\/grav-plugin-image-color\/blob\/master\/README.md","bugs":"https:\/\/github.com\/dimitrilongo\/grav-plugin-image-color\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-05-11T19:33:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/image-color\/1.0.0","repository":"https:\/\/github.com\/dimitrilongo\/grav-plugin-image-color","slug":"image-color","install_path":"user\/plugins\/image-color","changelog":{"1.0.0":{"date":"11\/05\/2019","content":"1. [](#new)\n * Initial Release"}},"dependencies":[]},"fullcalendar":{"name":"FullCalendar","version":"0.2.2","description":"show Calendar Widget from ICS File(s), based on fullcalendar.io","description_html":" show Calendar Widget from ICS File(s), based on fullcalendar.io<\/p>","description_plain":"show Calendar Widget from ICS File(s), based on fullcalendar.io","icon":"calendar","author":{"name":"Werner Joss","email":"werner@hoernerfranzracing.de"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/wernerjoss\/grav-plugin-fullcalendar","docs":"https:\/\/github.com\/wernerjoss\/grav-plugin-fullcalendar","keywords":"grav, plugin, ICS, Icalendar, fullcalendar.io","bugs":"https:\/\/github.com\/wernerjoss\/grav-plugin-fullcalendar\/issues","license":"MIT","tag_name":"0.2.2","date":"2020-04-07T06:38:01Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/fullcalendar\/0.2.2","repository":"https:\/\/github.com\/wernerjoss\/grav-plugin-fullcalendar","slug":"fullcalendar","install_path":"user\/plugins\/fullcalendar","changelog":{"0.2.2":{"date":" 04\/06\/2020","content":"1. [](#new)\n * automatically add CORS proxy URL for remote ics Files"},"0.2.1":{"date":" 02\/17\/2020","content":"1. [](#new)\n * fix parsing long lines in ics File(s)\n * new config Option weekNumbers (show week Numbers in calendar grid)\n * fix BYDAY n+- Bug (bysetpos)"},"0.2.0":{"date":" 01\/06\/2020","content":"1. [](#new)\n * update fullcalendar.io to V 4.3.1, including rrule Plugin\n * rewrite ICAL to fullcalendar.io Objects Mapping to support repeating Events (rrule)\n * new locale configuration Option"},"0.1.5":{"date":" 12\/30\/2019","content":"1. [](#new)\n * allow custom colors for multiple calendars"},"0.1.4":{"date":" 07\/30\/2019","content":"1. [](#new)\n * allow remote ics file URL's in shortcode, fix automatic locale evaluation"},"0.1.3":{"date":" 07\/25\/2019","content":"1. [](#new)\n * unpacked locales :)"},"0.1.2":{"date":" 07\/17\/2019","content":"1. [](#new)\n * allow multiple ics Files in shortcode (comma separated)"},"0.1.1":{"date":" 07\/12\/2019","content":"1. [](#new)\n * add automatic month picture change upon prev\/next\/home click"},"0.1.0":{"date":" 05\/05\/2019","content":"1. [](#new)\n * Initial commit, ChangeLog started..."}}},"cloudinary":{"name":"Cloudinary","version":"1.1.5","description":"Cloudinary service integration for Grav.","description_html":" Cloudinary service integration for Grav.<\/p>","description_plain":"Cloudinary service integration for Grav.","icon":"cloud","author":{"name":"Netzhexe.de","email":"ak@netzhexe.de"},"homepage":"https:\/\/github.com\/skinofthesoul\/grav-plugin-cloudinary","docs":"https:\/\/github.com\/skinofthesoul\/grav-plugin-cloudinary\/blob\/develop\/README.md","keywords":"grav, plugin, video management, image management, asset management","bugs":"https:\/\/github.com\/skinofthesoul\/grav-plugin-cloudinary\/issues","license":"MIT","tag_name":"v1.1.5","date":"2019-05-08T09:28:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/cloudinary\/1.1.5","repository":"https:\/\/github.com\/skinofthesoul\/grav-plugin-cloudinary","slug":"cloudinary","install_path":"user\/plugins\/cloudinary","changelog":{"1.1.5":{"date":" 08-05-2019","content":"1. [](#improved)\n * better defaults, code improvements"},"1.1.4":{"date":" 06-05-2019","content":"1. [](#improved)\n * some templating and code improvements, ready to be tested out in production"},"1.1.3":{"date":" 04-05-2019","content":"1. [](#improved)\n * _really_ included `vendor\/` directory in git so it's actually installable via GPM"},"1.1.2":{"date":" 03-05-2019","content":"1. [](#improved)\n * code improvements\n * included `vendor\/` directory in git so it's actually installable via GPM"},"1.1.1":{"date":" 02-05-2019","content":"1. [](#improved)\n * added credits to README\n * fixed and bumped version numbers in `blueprints.yaml`\n * fixed a templating error"},"1.1.0":{"date":" 01-05-2019","content":"1. [](#new)\n * default options for galleries and single pages\n * support for images\n * configurable via Admin\n2. [](#improved)\n * updated Usage and Future Plans sections of README\n * more language support"},"1.0.0":{"date":" 04\/23\/2019","content":"1. [](#new)\n * first release\n * support for single video pages and galleries of thumbnails linked to their respective video pages\n * language support included"}},"dependencies":[]},"login-oauth2-extras":{"name":"Login OAuth2 Extras","version":"2.1.0","description":"Extra Login OAuth2 Providers (requires Login OAuth2 Plugin)","description_html":" Extra Login OAuth2 Providers (requires Login OAuth2 Plugin)<\/p>","description_plain":"Extra Login OAuth2 Providers (requires Login OAuth2 Plugin)","icon":"plug","author":{"name":"Trilby Media","email":"hello@trilby.media"},"dependencies":[{"name":"login-oauth2","version":"~2.0"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2-extras","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2-extras\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2-extras\/issues","license":"MIT","tag_name":"2.1.0","date":"2020-05-11T20:52:46Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/login-oauth2-extras\/2.1.0","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2-extras","slug":"login-oauth2-extras","install_path":"user\/plugins\/login-oauth2-extras","changelog":{"2.1.0":{"date":"05\/11\/2020","content":"1. [](#new)\n * Added Patreon Provider\n * Added Azure Provider [#1](https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2-extras\/pull\/1)"},"2.0.1":{"date":"04\/27\/2019","content":"1. [](#new)\n * Added Twitch Provider"},"2.0.0":{"date":" 04\/26\/2019","content":"1. [](#new)\n * ChangeLog started..."}}},"backtotop":{"name":"Back to Top","version":"0.6.0","description":"This grav plugin displays a "Back to Top" link at the end of every section, so the reader can jump back up to the table of contents. The plugin integrates the js lib "Return to Top Arrow" by [rdallaire](https:\/\/codepen.io\/rdallaire\/pen\/apoyx).","description_html":" This grav plugin displays a "Back to Top" link at the end of every section, so the reader can jump back up to the table of contents. The plugin integrates the js lib "Return to Top Arrow" by rdallaire<\/a>.<\/p>","description_plain":"This grav plugin displays a "Back to Top" link at the end of every section, so the reader can jump back up to the table of contents. The plugin integrates the js lib "Return to Top Arrow" by rdallaire.","icon":"chevron-circle-up","author":{"name":"Marco Segato"},"homepage":"https:\/\/github.com\/marcosegato\/grav-plugin-backtotop","docs":"https:\/\/github.com\/marcosegato\/grav-plugin-backtotop\/blob\/master\/README.md","keywords":"grav, plugin, back, return, top, link","bugs":"https:\/\/github.com\/marcosegato\/grav-plugin-backtotop\/issues","license":"MIT","tag_name":"v0.6.0","date":"2019-10-27T18:20:06Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/backtotop\/0.6.0","repository":"https:\/\/github.com\/marcosegato\/grav-plugin-backtotop","slug":"backtotop","install_path":"user\/plugins\/backtotop","changelog":{"0.6.0":{"date":" 10\/27\/2019","content":"1. [](#improved)\n * Add option to display button's icons as FontAwesome or SVG images\n * Add option to include Font Awesome library if your theme does not include it"},"0.5.2":{"date":" 10\/13\/2019","content":"1. [](#bugfix)\n * Fix release version"},"0.5.1":{"date":" 10\/13\/2019","content":"1. [](#bugfix)\n * Reliance on Font Awesome removed [#1](https:\/\/github.com\/marcosegato\/grav-plugin-backtotop\/issues\/1)"},"0.5.0":{"date":" 04\/20\/2019","content":"1. [](#new)\n * First public release"}},"dependencies":[]},"icalendar":{"name":"Icalendar","version":"0.2.3","description":"Reads ICS Files and shows Events from it","description_html":" Reads ICS Files and shows Events from it<\/p>","description_plain":"Reads ICS Files and shows Events from it","icon":"calendar","author":{"name":"Werner Joss","email":"werner@hoernerfranzracing.de"},"homepage":"https:\/\/github.com\/wernerjoss\/grav-plugin-icalendar","docs":"https:\/\/github.com\/wernerjoss\/grav-plugin-icalendar\/blob\/master\/README.md","keywords":"grav, plugin, ICS, Icalendar","bugs":"https:\/\/github.com\/wernerjoss\/grav-plugin-icalendar\/issues","license":"MIT","tag_name":"0.2.4","date":"2019-07-10T06:11:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/icalendar\/0.2.3","repository":"https:\/\/github.com\/wernerjoss\/grav-plugin-icalendar","slug":"icalendar","install_path":"user\/plugins\/icalendar","changelog":{"0.2.3":{"date":" 07\/08\/2019","content":"1. [](#new)\n * added Date Format Config Variable"},"0.2.2":{"date":" 05\/04\/2019","content":"1. [](#bugfix)\n * fixed Links in blueprints.yaml, removed unused Subdirectorys from om\\icalparser\n "},"0.2.1":{"date":" 04\/25\/2019","content":"1. [](#bugfix)\n * removed om\\icalparser dependency from blueprints.yaml as patched version already included\n "},"0.2.0":{"date":" 04\/20\/2019","content":"1. [](#new)\n * added patched Version of om\\icalparser to Project"},"0.1.0":{"date":" 04\/05\/2019","content":"1. [](#new)\n * Initial commit, ChangeLog started..."}},"dependencies":[]},"prism-highlight":{"name":"Prism Highlighter","version":"1.0.2","description":"This plugin provides code highlighting functionality via the [Prism.js](http:\/\/prismjs.com\/) syntax highlighter with lots of themes and plugins.","description_html":" This plugin provides code highlighting functionality via the Prism.js<\/a> syntax highlighter with lots of themes and plugins.<\/p>","description_plain":"This plugin provides code highlighting functionality via the Prism.js syntax highlighter with lots of themes and plugins.","icon":"code","author":{"name":"Trilby Media","url":"https:\/\/trilby.media","email":"hello@trilby.media"},"homepage":"https:\/\/github.com\/trilbymedia\/grav-prism-highlight","keywords":"highlight, plugin, code, prism.js","bugs":"https:\/\/github.com\/trilbymedia\/grav-prism-highlight\/issues","license":"MIT","tag_name":"1.0.2","date":"2019-06-23T00:26:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/prism-highlight\/1.0.2","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-prism-highlight","slug":"prism-highlight","install_path":"user\/plugins\/prism-highlight","changelog":{"1.0.2":{"date":"06\/22\/2019","content":"1. [](#bugfix)\n * Removed xdebug statement"},"1.0.1":{"date":"06\/20\/2019","content":"1. [](#improved)\n * Moved away from jQuery syntax and converted to VanillaJS\n * Fixed typos\n * Added extra syntax highlighting format"},"1.0.0":{"date":"04\/16\/2019","content":"1. [](#new)\n * Initial Version"}},"dependencies":[]},"deferred-instagram":{"name":"Deferred Instagram","version":"1.0.0","description":"Makes an API call to Instagram after page was loaded and then dynamically loads the conent.","description_html":" Makes an API call to Instagram after page was loaded and then dynamically loads the conent.<\/p>","description_plain":"Makes an API call to Instagram after page was loaded and then dynamically loads the conent.","icon":"instagram","author":{"name":"Bartosz Jab\u0142o\u0144ski | Code in the Cup","email":"bjablonski@codeinthecup.pl"},"dependencies":[{"name":"instagram"}],"homepage":"https:\/\/github.com\/thewunsz\/grav-plugin-deferred-instagram","docs":"https:\/\/github.com\/thewunsz\/grav-plugin-deferred-instagram\/blob\/develop\/README.md","keywords":"instagram, deferred, js, ajax, api","bugs":"https:\/\/github.com\/thewunsz\/grav-plugin-deferred-instagram\/issues","license":"MIT","tag_name":"v1.0.0","date":"2019-04-14T20:52:31Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/deferred-instagram\/1.0.0","repository":"https:\/\/github.com\/Wunsz\/grav-plugin-deferred-instagram","slug":"deferred-instagram","install_path":"user\/plugins\/deferred-instagram","changelog":{"1.0.0":{"date":" 04\/14\/2019","content":"1. [](#new)\n * Added main functionality of the plugin"}}},"antispam":{"name":"Antispam","version":"1.3","description":"Automatic obfuscation of plaintext email addresses in Grav pages.","description_html":" Automatic obfuscation of plaintext email addresses in Grav pages.<\/p>","description_plain":"Automatic obfuscation of plaintext email addresses in Grav pages.","icon":"at","author":{"name":"Netzhexe.de","email":"ak@netzhexe.de"},"homepage":"https:\/\/github.com\/skinofthesoul\/grav-plugin-antispam","docs":"https:\/\/github.com\/skinofthesoul\/grav-plugin-antispam\/blob\/master\/README.md","keywords":"grav, plugin, spam protection, email obfuscation","bugs":"https:\/\/github.com\/skinofthesoul\/grav-plugin-antispam\/issues","license":"MIT","tag_name":"v1.3","date":"2019-12-26T02:12:20Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/antispam\/1.3","repository":"https:\/\/github.com\/skinofthesoul\/grav-plugin-antispam","slug":"antispam","install_path":"user\/plugins\/antispam","changelog":{"1.3":{"date":" 26-12-2019","content":"1. [](#new)\n * you can now wrap images in a mailto link and these will also get encrypted; please refer to the README for caveats\n1. [](#bugfix)\n * the bug where every other noscript text was getting vanished when javascript was disabled seems to have gone away now"},"1.2.6":{"date":" 28-11-2019","content":"1. [](#improved)\n * the plugin can now be disabled for individual pages\n * README.md updated to reflect this change"},"1.2.5":{"date":" 17-09-2019","content":"1. [](#improved)\n * existing mailto links are now converted properly too (fixes a compatibility issue with the flex-directory plugin)\n * README.md updated to reflect this change"},"1.2.4":{"date":" 02-08-2019","content":"1. [](#bugfix)\n * fixed link to README in `blueprints.yaml`"},"1.2.3":{"date":" 18-07-2019","content":"1. [](#improved)\n * took out html comment tags around the inline javascript to fix a [compatibility issue](https:\/\/github.com\/skinofthesoul\/grav-plugin-antispam\/issues\/3) with the [minifyHTML](https:\/\/github.com\/jimblue\/grav-plugin-minify-html) plugin"},"1.2.2":{"date":" 02-07-2019","content":"1. [](#bugfix)\n * bumped the version number in `blueprints.yaml`"},"1.2.1":{"date":" 01-07-2019","content":"1. [](#improved)\n * modified regex again to only exclude domains that consist of only a digit followed by an x"},"1.2.0":{"date":" 01-07-2019","content":"1. [](#bugfix)\n * changed regex to exclude domains that start with a digit, to avoid replacing responsive images like `image@2x.jpg`"},"1.1.3":{"date":" 14-05-2019","content":"1. [](#bugfix)\n * fixed Github links in `blueprints.yaml`"},"1.1.2":{"date":" 10-05-2019","content":"1. [](#bugfix)\n * email addresses containing hyphens or underscores work now"},"1.1.1":{"date":" 30-04-2019","content":"1. [](#improved)\n * changed icon from plug to at\n * minor edits and more todo in readme"},"1.1.0":{"date":" 08-04-2019","content":"1. [](#new)\n * configurable noscript text with language support\n * installation via GPM\n2. [](#improved)\n * minor edits in readme and blueprints\n * changed license from GNU GPL3 to MIT"},"1.0.0":{"date":" 06-04-2019","content":"1. [](#new)\n * Initial release"}},"dependencies":[]},"leaflet-address":{"name":"Leaflet Address","version":"1.0.1","description":"With the Leaflet address plugin you can easily show an address as text and on a leaflet map.","description_html":" With the Leaflet address plugin you can easily show an address as text and on a leaflet map.<\/p>","description_plain":"With the Leaflet address plugin you can easily show an address as text and on a leaflet map.","icon":"map","author":{"name":"Fabian Dennler","email":"fd@fabforge.ch"},"dependencies":[{"name":"grav","version":">=1.5.0"}],"homepage":"https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address","docs":"https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address\/blob\/develop\/README.md","keywords":"grav, plugin, leaflet, map, address","bugs":"https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address\/issues","license":"MIT","tag_name":"v1.0.2","date":"2019-04-15T20:56:12Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/leaflet-address\/1.0.1","repository":"https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address","slug":"leaflet-address","install_path":"user\/plugins\/leaflet-address","changelog":{"[v1.0.1]":{"date":"04\/15\/2019","content":"1. [](#new)\n * Added translations (EN, DE)\n * Added many map providers\n * Fullfill OSM requirement _fixthemap_\n1. [](#improved)\n * Missing Leaflet-providers, OpenStreetMap and map providers in credits\n * Default marker icon is red"},"[v0.1.3]":{"date":"04\/14\/2019","content":"1. [](#new)\n * Separated the map from address twig template\n * Added a shortcode `[place]` with argument `type=map` or `type=addr` ([#2433: Suggestion from Andy Miller @rhukster](https:\/\/github.com\/getgrav\/grav\/issues\/2433#issuecomment-481479209))\n1. [](#improved)\n * Backend also use configured icon\n * Added description to configure plugin using the Administration Panel\n * Replaced empty default configuration with a sample configuration\n * Added grav 1.5 dependency because I don't know the older one :)\n * Simplified onPluginsInitialized event\n1. [](#bugfix)\n * Backend didn't know about config\n * Removed debugging lines"},"0.1.2":{"date":" 04\/05\/2019","content":"1. [](#new)\n * First github release"},"0.1.0":{"date":" 04\/03\/2019","content":"[v1.0.2]: https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address\/compare\/v1.0.1...v1.0.2\n[v1.0.1]: https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address\/compare\/v0.1.3...v1.0.1\n[v0.1.3]: https:\/\/github.com\/foxfabi\/grav-plugin-leaflet-address\/compare\/v0.1.2...v0.1.3"}}},"markdown-underline":{"name":"Markdown Underline","version":"1.0.0","description":"Override the HTML tags generated by inline `*`, `**`, `_` and `__`.\nThe plugin defaults `__` to `u` for example to yield underlined text.\n","description_html":" Override the HTML tags generated by inline A Frontend WYSIWYG Editor using ContentTools<\/p>","description_plain":"A Frontend WYSIWYG Editor using ContentTools","icon":"edit","author":{"name":"bleutzinn","email":"bleutzinn@festeto.net"},"dependencies":[{"name":"login","version":"*"}],"homepage":"https:\/\/github.com\/bleutzinn\/grav-plugin-editable-contenttools","demo":"https:\/\/festeto.net\/demo-grav-plugin-editable-contenttools\/","keywords":"grav, plugin, editor, wysiwyg, markdown, frontend","bugs":"https:\/\/github.com\/bleutzinn\/grav-plugin-editable-contenttools\/issues","license":"MIT","tag_name":"v1.5.0","date":"2019-03-02T20:35:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/editable-contenttools\/1.5.0","repository":"https:\/\/github.com\/bleutzinn\/grav-plugin-editable-contenttools","slug":"editable-contenttools","install_path":"user\/plugins\/editable-contenttools","changelog":{"1.5.0":{"date":" 03\/02\/2019","content":"1. [](#new)\n * Multi language support\n1. [](#improved)\n * Added Login plugin as a plugin dependency\n * Removed dependency of theme bottom block for plugin Javascript code"},"1.4.7":{"date":" 02\/25\/2019","content":"1. [](#new)\n * First official public release\n1. [](#improved)\n * Improved the removal of 'anonymous' editable tags prior to displaying a page"},"1.4.6-beta1":{"date":" 02\/17\/2019","content":"1. [](#new)\n * First public Beta release\n1. [](#improved)\n * Small non functional changes"},"1.4.5":{"date":" 02\/15\/2019","content":"1. [](#improved)\n * Optimized shortcode processing\n * Disabled the inspector widget\n "},"1.4.4":{"date":" 02\/15\/2019","content":"1. [](#new)\n * The ContentTools inspector widget is now hidden\n1. [](#improved)\n * Improved page recaching\n "},"1.4.3":{"date":" 02\/14\/2019","content":"1. [](#new)\n * The ContentTools inspector widget is now hidden\n1. [](#improved)\n * Improved page recaching"},"1.4.2":{"date":" 02\/13\/2019","content":"1. [](#improved)\n * Added call to Page::content() to force editor initialization on first page load\n * Placed editor initialization JS code into DOMContentLoaded event"},"1.4.1":{"date":" 02\/13\/2019","content":"1. [](#improved)\n * Fixed permanent presence of shortcodes in page"},"1.4.0":{"date":" 02\/12\/2019","content":"1. [](#improved)\n * Removed dependency upon Shortcode Core plugin"},"1.3.1":{"date":" 02\/09\/2019","content":"1. [](#improved)\n * Reduced available ContentTools tools"},"1.3.0":{"date":" 02\/08\/2019","content":"1. [](#added)\n * Added auto naming of editable shortcodes"},"1.2.1":{"date":" 02\/07\/2019","content":"1. [](#improved)\n * Improved server OS detection\n * Fixed typo in configuration\n * Changed CDN resource to local"},"1.2.0":{"date":" 02\/07\/2019","content":"1. [](#added)\n * Added option to do a Git Sync in fore or background"},"1.1.0":{"date":" 02\/06\/2019","content":"1. [](#added)\n * Git Sync support"},"1.0.0":{"date":" 02\/02\/2019","content":"1. [](#improved)\n * Code optimized\n * Removed edit permissions per user\/group"},"0.1.0":{"date":" 01\/25\/2019","content":"1. [](#new)\n * ChangeLog started..."}}},"dotenv":{"name":"DotEnv","version":"1.0.0","description":"Loads environment variables from .gravenv file.","description_html":" Loads environment variables from .gravenv file.<\/p>","description_plain":"Loads environment variables from .gravenv file.","icon":"empire","author":{"name":"Jakob Kruse","url":"https:\/\/github.com\/ralla","email":"jkonliner@gmail.com"},"homepage":"https:\/\/github.com\/ralla\/grav-plugin-dotenv","keywords":"dotenv, env, environment","bugs":"https:\/\/github.com\/ralla\/grav-plugin-dotenv\/issues","license":"MIT","tag_name":"1.0.1","date":"2019-05-28T15:39:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/dotenv\/1.0.0","repository":"https:\/\/github.com\/Ralla\/grav-plugin-dotenv","slug":"dotenv","install_path":"user\/plugins\/dotenv","changelog":{"1.0.0":{"date":"14\/02\/2019","content":"1. [](#new)\n * Initial commit."}},"dependencies":[]},"smart-banner":{"name":"Smart Banner","version":"1.0.0","description":"A quick and simple way to add Apple's Smart Banners for iOS apps to your Grav website.","description_html":" A quick and simple way to add Apple's Smart Banners for iOS apps to your Grav website.<\/p>","description_plain":"A quick and simple way to add Apple's Smart Banners for iOS apps to your Grav website.","icon":"adn","author":{"name":"Craig Phillips","email":"support@craigphillips.biz"},"homepage":"https:\/\/github.com\/cppl\/grav-plugin-smart-banner","docs":"https:\/\/github.com\/cppl\/grav-plugin-smart-banner\/blob\/develop\/README.md","demo":"https:\/\/sunrisetimes.app","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/cppl\/grav-plugin-smart-banner\/issues","license":"MIT","tag_name":"1.0.0","date":"2019-01-15T04:19:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/smart-banner\/1.0.0","repository":"https:\/\/github.com\/CPPL\/grav-plugin-smart-banner","slug":"smart-banner","install_path":"user\/plugins\/smart-banner","changelog":{"1.0.0":{"date":" 01\/15\/2019","content":"1. [](#new)\n * First public release\n * Smart Banner functionality implemented"},"0.1.0":{"date":" 01\/13\/2019","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"indieauth":{"name":"Indieauth","version":"0.1.0","description":"Basic IndieAuth support","description_html":" Basic IndieAuth support<\/p>","description_plain":"Basic IndieAuth support","icon":"sign-in","author":{"name":"Robert van Bregt","email":"robert@robertvanbregt.nl"},"homepage":"https:\/\/github.com\/metbril\/grav-plugin-indieauth","docs":"https:\/\/github.com\/metbril\/grav-plugin-indieauth\/blob\/master\/README.md","keywords":"grav, plugin, indieweb, indieauth, indielogin, login, auth, authentication","bugs":"https:\/\/github.com\/metbril\/grav-plugin-indieauth\/issues","license":"MIT","tag_name":"v0.1.1","date":"2018-12-31T07:58:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/indieauth\/0.1.0","repository":"https:\/\/github.com\/metbril\/grav-plugin-indieauth","slug":"indieauth","install_path":"user\/plugins\/indieauth","changelog":{"0.1.1":{"date":" 12\/31\/2018","content":"1. [](#bugfix)\n * Fix typo in token endpoint uri"},"0.1.0":{"date":" 12\/31\/2018","content":"1. [](#new)\n * Initial release"}},"dependencies":[]},"presentation-deckset":{"name":"Presentation Deckset","version":"1.3.4","description":"Use Deckset Syntax with the Presentation-plugin","description_html":" Use Deckset Syntax with the Presentation-plugin<\/p>","description_plain":"Use Deckset Syntax with the Presentation-plugin","icon":"plug","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":">=1.6"},{"name":"presentation","version":">=3.0.0"}],"homepage":"https:\/\/github.com\/OleVik\/grav-plugin-presentation-deckset","docs":"https:\/\/github.com\/OleVik\/grav-plugin-presentation-deckset\/blob\/master\/README.md","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/OleVik\/grav-plugin-presentation-deckset\/issues","license":"MIT","tag_name":"v1.3.4","date":"2019-12-20T22:13:51Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/presentation-deckset\/1.3.4","repository":"https:\/\/github.com\/OleVik\/grav-plugin-presentation-deckset","slug":"presentation-deckset","install_path":"user\/plugins\/presentation-deckset","changelog":{"1.3.4":{"date":"20-12-2019","content":"1. [](#bugfix)\n - Revert v1.3.3, add in simpler checks\n2. [](#new)\n - Bump Presentation-version dependency"},"1.3.3":{"date":"20-12-2019","content":"1. [](#new)\n - Stable release of v1.3.2-beta.1"},"1.3.2-beta.1":{"date":"20-12-2019","content":"1. [](#bugfix)\n - Test whether parent exists"},"1.3.1":{"date":"10-06-2019","content":"1. [](#bugfix)\n - API-interface alignment"},"1.3.0":{"date":"10-06-2019","content":"1. [](#new)\n - API-alignment with parent\n - Change \/API to \/classes\n2. [](#improved)\n - Remove Admin dependency"},"1.2.3":{"date":"05-06-2019","content":"1. [](#new)\n - Handle Notes"},"1.2.2":{"date":"03-06-2019","content":"1. [](#improved)\n - GPM fix"},"1.2.1":{"date":"31-05-2019","content":"1. [](#improved)\n - Properties placeholder to align with API"},"1.2.0":{"date":"19-04-2019","content":"1. [](#improved)\n - Image parsing\n - Image backgrounds are now all contained within slide"},"1.1.4":{"date":"23-02-2019","content":"1. [](#improved)\n - Blueprints"},"1.1.3":{"date":"13-02-2019","content":"1. [](#improved)\n - Add support for Aria-attributes and role"},"1.1.2":{"date":"21-01-2019","content":"1. [](#improved)\n - REGEX_IMG"},"1.1.1":{"date":"20-01-2019","content":"1. [](#bugfix)\n - REGEX_WORDS\n - REGEX_IMG\n - Background Media handling"},"1.1.0":{"date":"14-01-2019","content":"1. [](#new)\n - First stable release"},"1.1.0-beta.1":{"date":"14-01-2019","content":"1. [](#improved)\n - README\n2. [](#new)\n - API-expansion"},"1.0.0-beta.1":{"date":"08-01-2019","content":"1. [](#new)\n - Initial release"}}},"presentation":{"name":"Presentation","version":"3.1.3","description":"Responsive navigational slideshows with Reveal.js","description_html":" Responsive navigational slideshows with Reveal.js<\/p>","description_plain":"Responsive navigational slideshows with Reveal.js","icon":"arrows-alt","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":">=1.6"}],"homepage":"https:\/\/github.com\/OleVik\/grav-plugin-presentation\/","docs":"https:\/\/github.com\/OleVik\/grav-plugin-presentation\/blob\/master\/README.md","demo":"https:\/\/olevik.me\/staging\/grav-skeleton-presentation\/","keywords":"presentation, fullscreen, slides, slideshow, reveal.js","bugs":"https:\/\/github.com\/OleVik\/grav-plugin-presentation\/issues","license":"MIT","tag_name":"v3.1.3","date":"2020-05-23T21:19:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/presentation\/3.1.3","repository":"https:\/\/github.com\/OleVik\/grav-plugin-presentation","slug":"presentation","install_path":"user\/plugins\/presentation","changelog":{"3.1.3":{"date":"23-05-2020","content":"1. [](#bugfix)\n - Fix transport for styles"},"3.1.2":{"date":"10-02-2020","content":"1. [](#bugfix)\n - Reduce reliance on config()"},"3.1.1":{"date":"09-02-2020","content":"1. [](#bugfix)\n - Handle null-values saved by Admin"},"3.1.0":{"date":"09-02-2020","content":"1. [](#new)\n - Enable ParsedownExtra when set in system.yaml\n2. [](#bugfix)\n - Variable in blueprints.yaml and languages.yaml"},"3.0.2":{"date":"01-10-2019","content":"1. [](#bugfix)\n - Testing-parameter is useless, let me have Semantic Versioning!"},"3.0.1":{"date":"01-10-2019","content":"1. [](#new)\n - Release 3.0.1"},"3.0.0-beta.1":{"date":"15-09-2019","content":"1. [](#improved)\n - Align content processing with Shortcode Core (https:\/\/github.com\/getgrav\/grav-plugin-shortcode-core\/issues\/75#issuecomment-531596152)"},"2.1.0":{"date":"09-08-2019","content":"1. [](#improved)\n - Defer assets loading (#11)\n - README\n - Blueprints"},"2.0.3":{"date":"17-07-2019","content":"1. [](#bugfix)\n - Blank value fallback in shortcode-processing"},"2.0.2":{"date":"22-06-2019","content":"1. [](#improved)\n - Cache-manipulation\n - Config-retrieval"},"2.0.1":{"date":"10-06-2019","content":"1. [](#bugfix)\n - API-interface alignment"},"2.0.0":{"date":"10-06-2019","content":"1. [](#new)\n - Backward-incompatible API-changes\n - Simplified shortcode-processing\n2. [](#improved)\n - Prevent Twig-caching\n - Fragment-parsing\n - Shortcode-handling through Transport\n - Styles-handling through Parser\n - API-selection in blueprints\n - Default textsizing-scale and breakpoint-check\n3. [](#bugfix)\n - Data-shortcode handling"},"1.7.4":{"date":"03-06-2019","content":"1. [](#new)\n - Trim quotes in iframe-shortcode"},"1.7.3":{"date":"03-06-2019","content":"1. [](#new)\n - Test GPM wickedness, take 2"},"1.7.2":{"date":"03-06-2019","content":"1. [](#new)\n - Test GPM wickedness"},"1.7.1":{"date":"01-06-2019","content":"1. [](#new)\n - Stable release of refactor"},"1.7.1-beta.10":{"date":"31-05-2019","content":"1. [](#improved)\n - Revert 'Initialize API earlier', do it indirectly"},"1.7.1-beta.9":{"date":"31-05-2019","content":"1. [](#improved)\n - Versions\n - Deprecate 'v' from tags"},"1.7.1-beta.8":{"date":"31-05-2019","content":"1. [](#improved)\n - Initialize API earlier\n - Refactor Parser->interpretShortcodes()\n - Parse Shortcodes with Thunderer\/Shortcode\n2. [](#new)\n - Option for Shortcode Parser"},"1.7.1-beta.7":{"date":"19-05-2019","content":"1. [](#bugfix)\n - Test composer backport of Shortcode Code"}}},"cadphp":{"name":"Cadphp","version":"1","description":"Include PHP simply inside Grav CMS","description_html":" Include PHP simply inside Grav CMS<\/p>","description_plain":"Include PHP simply inside Grav CMS","icon":"plug","author":{"name":"CaDJoU","email":"cadjou@gmail.com"},"homepage":"https:\/\/github.com\/cadjou\/grav-plugin-cadphp","docs":"https:\/\/github.com\/cadjou\/grav-plugin-cadphp\/blob\/master\/README.md","keywords":"grav, php, plugin, markdown","bugs":"https:\/\/github.com\/cadjou\/grav-plugin-cadphp\/issues","license":"MIT","tag_name":"v1.0.1","date":"2019-01-09T12:04:24Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/cadphp\/1","repository":"https:\/\/github.com\/cadjou\/grav-plugin-cadphp","slug":"cadphp","install_path":"user\/plugins\/cadphp","changelog":{"1.0\r":{"date":"23\/12\/2018\r","content":"1. [New](#new)\r\n * Creation of the App\r\n\t "}},"dependencies":[]},"custom-js":{"name":"Custom JS","version":"0.1.0","description":"Adds some custom JavaScript to your Grav site","description_html":" Adds some custom JavaScript to your Grav site<\/p>","description_plain":"Adds some custom JavaScript to your Grav site","icon":"plug","author":{"name":"Dmitry Yakovlev","email":"web-dimayakovlev@outlook.com"},"homepage":"https:\/\/github.com\/dimayakovlev\/grav-plugin-custom-js","docs":"https:\/\/github.com\/dimayakovlev\/grav-plugin-custom-js\/blob\/develop\/README.md","keywords":"grav, plugin, javascript, assets","bugs":"https:\/\/github.com\/dimayakovlev\/grav-plugin-custom-js\/issues","license":"MIT","tag_name":"v0.1.0","date":"2018-12-18T15:35:37Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/custom-js\/0.1.0","repository":"https:\/\/github.com\/dimayakovlev\/grav-plugin-custom-js","slug":"custom-js","install_path":"user\/plugins\/custom-js","changelog":{"0.1.0":{"date":" 12\/18\/2018","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"views":{"name":"Views","version":"1.0.1","description":"Simple View tracking and reporting","description_html":" Simple View tracking and reporting<\/p>","description_plain":"Simple View tracking and reporting","icon":"eye","author":{"name":"Trilby Media","email":"hello@trilby.media"},"dependencies":[{"name":"grav","version":">=1.6.0-beta.6"},{"name":"database","version":">=1.0.0"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-plugin-views","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-views\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-views\/issues","license":"MIT","tag_name":"1.0.1","date":"2018-12-09T22:52:41Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/views\/1.0.1","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-views","slug":"views","install_path":"user\/plugins\/views","changelog":{"1.0.1":{"date":"12\/09\/2018","content":"1. [](#new)\n * Added a new `type` column to support multiple view types concurrently\n * Updated README.md"},"1.0.0":{"date":"12\/08\/2018","content":"1. [](#new)\n * Added support for CLI\n * Allow `{{ track_views(object) }}` format if object can be casted to string containing a key\n * Make `{{ track_views(object) }}` HTML safe, allowing it to be used without `|raw` filter\n * Use new `user-data:\/\/` stream\n * Added support for `autotrack` to track any page based on `onPageInitialized()` event"},"0.1.0":{"date":"11\/01\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"database":{"name":"Database","version":"1.0.2","description":"Allows a unified way to access databases within Grav via PDO","description_html":" Allows a unified way to access databases within Grav via PDO<\/p>","description_plain":"Allows a unified way to access databases within Grav via PDO","icon":"database","author":{"name":"Team Grav","email":"developers@getgrav.org"},"dependencies":[{"name":"grav","version":">=1.6.0"}],"homepage":"https:\/\/github.com\/getgrav\/grav-plugin-database","docs":"https:\/\/github.com\/getgrav\/grav-plugin-database\/blob\/develop\/README.md","keywords":"grav, plugin, database, sqlite, mysql","bugs":"https:\/\/github.com\/getgrav\/grav-plugin-database\/issues","license":"MIT","tag_name":"1.0.2","date":"2020-04-27T21:01:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/database\/1.0.2","repository":"https:\/\/github.com\/getgrav\/grav-plugin-database","slug":"database","install_path":"user\/plugins\/database","changelog":{"1.0.2":{"date":"04\/27\/2020","content":"1. [](#improved)\n * Updated languages"},"1.0.1":{"date":"12\/04\/2019","content":"1. [](#new)\n * Adding additional PDO constructor's args to allow its \"full\" db agnostic attributes #1\n * Add username, pwd and options to PDO instances creations #4\n * Added russian language #2"},"1.0.0":{"date":"12\/08\/2018","content":"1. [](#new)\n * Added support for CLI\n * Added a README.md"},"0.1.0":{"date":"11\/01\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"world-maps":{"name":"World Maps","version":"1.0.2","description":"This plugin provides customizable and vectorial world maps","description_html":" This plugin provides customizable and vectorial world maps<\/p>","description_plain":"This plugin provides customizable and vectorial world maps","icon":"globe","author":{"name":"Widebob","email":"info@widebob.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/widebob\/grav-plugin-world-maps","docs":"https:\/\/github.com\/widebob\/grav-plugin-world-maps\/blob\/develop\/README.md","demo":"http:\/\/widebob.com\/grav-world-maps-plugin","keywords":"grav, plugin, jqvmap, vector, map, world, travel, widebob","bugs":"https:\/\/github.com\/widebob\/grav-plugin-world-maps\/issues","license":"MIT","tag_name":"1.0.2","date":"2019-11-22T11:57:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/world-maps\/1.0.2","repository":"https:\/\/github.com\/Widebob\/grav-plugin-world-maps","slug":"world-maps","install_path":"user\/plugins\/world-maps","changelog":{"1.0.2":{"date":"22\/11\/2019","content":"1. [](#improved)\n * REAMDE improved"},"1.0.1":{"date":"22\/11\/2019","content":"1. [](#improved)\n * Added REAMDE content"},"1.0.0":{"date":"14\/11\/2018","content":"1. [](#new)\n * Using JQVMap Javascript lib\n * A lot of interactive vectorial maps available\n * Easy configuration with Shortcode, blueprint or header\n * Customizing maps (legend, colors, links)\n * Shortcode integration\n * Extentable blueprint"}}},"darkadmin":{"name":"Dark Admin","version":"1.0.0","description":"Modified customadmin plugin to have a nice dark theme matching MacOS Mojave. Special thanks to Romain Fallet, who created the customadmin plugin.","description_html":" Modified customadmin plugin to have a nice dark theme matching MacOS Mojave. Special thanks to Romain Fallet, who created the customadmin plugin.<\/p>","description_plain":"Modified customadmin plugin to have a nice dark theme matching MacOS Mojave. Special thanks to Romain Fallet, who created the customadmin plugin.","icon":"empire","author":{"name":"Norman Wink","email":"nw@vonheldenundgestalten.de"},"dependencies":[{"name":"admin","version":"*"}],"homepage":"https:\/\/github.com\/normanwink\/grav-darkadmin","keywords":"admin, plugin, manager, panel, custom, dark, mojave","bugs":"https:\/\/github.com\/normanwink\/grav-darkadmin\/issues","license":"MIT","tag_name":"v1.0.01","date":"2018-11-08T09:47:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/darkadmin\/1.0.0","repository":"https:\/\/github.com\/normanwink\/grav-darkadmin","slug":"darkadmin","install_path":"user\/plugins\/darkadmin","changelog":{"1.0.0":{"date":"18\/10\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"tingle-form":{"name":"Tingle Form","version":"1.0.1","description":"A standard form inside a tingle modal popup. Click on a button (created with a shortcode) and the form pops up.","description_html":" A standard form inside a tingle modal popup. Click on a button (created with a shortcode) and the form pops up.<\/p>","description_plain":"A standard form inside a tingle modal popup. Click on a button (created with a shortcode) and the form pops up.","icon":"arrow-up","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-tingle-form","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-tingle-form\/blob\/develop\/README.md","keywords":"grav, plugin, popup, form, modal, tingle","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-tingle-form\/issues","license":"MIT","tag_name":"v1.0.1","date":"2018-10-04T02:42:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/tingle-form\/1.0.1","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-tingle-form","slug":"tingle-form","install_path":"user\/plugins\/tingle-form","changelog":[],"dependencies":[]},"quando":{"name":"Quando","version":"0.6.4","description":"Stores and exposes business opening and service-specific hours to Grav\/Twig. Provides some starter templates.","description_html":" Stores and exposes business opening and service-specific hours to Grav\/Twig. Provides some starter templates.<\/p>","description_plain":"Stores and exposes business opening and service-specific hours to Grav\/Twig. Provides some starter templates.","icon":"plug","author":{"name":"Hugh Barnes","email":"dev@hubns.com"},"homepage":"https:\/\/github.com\/hughbris\/grav-plugin-quando","docs":"https:\/\/github.com\/hughbris\/grav-plugin-quando\/blob\/develop\/README.md","demo":"https:\/\/behold.metamotive.co.nz\/quando","keywords":"grav, plugin, opening hours","bugs":"https:\/\/github.com\/hughbris\/grav-plugin-quando\/issues","license":"MIT","tag_name":"v0.6.4","date":"2019-07-01T10:37:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/quando\/0.6.4","repository":"https:\/\/github.com\/hughbris\/grav-plugin-quando","slug":"quando","install_path":"user\/plugins\/quando","changelog":[],"dependencies":[]},"smoochchat":{"name":"Smooch Chat","version":"1.0.0","description":"Smooch.io live chat web messenger integration","description_html":" Smooch.io live chat web messenger integration<\/p>","description_plain":"Smooch.io live chat web messenger integration","icon":"comments","author":{"name":"Matt Marsh","email":"matt@crazedbytes.net"},"homepage":"https:\/\/github.com\/marshmn\/grav-plugin-smoochchat","docs":"https:\/\/github.com\/marshmn\/grav-plugin-smoochchat\/blob\/master\/README.md","demo":"https:\/\/demos.crazedbytes.net\/smoochchat","keywords":"grav, plugin, live chat, smooch","bugs":"https:\/\/github.com\/marshmn\/grav-plugin-smoochchat\/issues","license":"MIT","tag_name":"v1.0.0","date":"2018-09-18T17:43:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/smoochchat\/1.0.0","repository":"https:\/\/github.com\/marshmn\/grav-plugin-smoochchat","slug":"smoochchat","install_path":"user\/plugins\/smoochchat","changelog":{"1.0.0":{"date":"18-09-2018","content":"1. [](#new)\n * Basic integration of the Smooch.io web messenger"}},"dependencies":[]},"timeline":{"name":"Timeline","version":"1.3.2","description":"Create and manage timelines in an ordered, hierarchical manner.","description_html":" Create and manage timelines in an ordered, hierarchical manner.<\/p>","description_plain":"Create and manage timelines in an ordered, hierarchical manner.","icon":"align-center","author":{"name":"Ole Vik","email":"git@olevik.net"},"dependencies":[{"name":"grav","version":">=1.6.10"}],"homepage":"https:\/\/github.com\/OleVik\/grav-plugin-timeline","docs":"https:\/\/github.com\/OleVik\/grav-plugin-timeline\/blob\/master\/README.md","keywords":"timeline, timelines","bugs":"https:\/\/github.com\/OleVik\/grav-plugin-timeline\/issues","license":"MIT","tag_name":"v1.3.2","date":"2020-02-26T21:35:29Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/timeline\/1.3.2","repository":"https:\/\/github.com\/OleVik\/grav-plugin-timeline","slug":"timeline","install_path":"user\/plugins\/timeline","changelog":{"1.3.2":{"date":"26-02-2020","content":"1. [](#improved)\n * Link to right branch in Docs-link"},"1.3.1":{"date":"16-06-2019","content":"1. [](#improved)\n * Conditional Linked Data"},"1.3.0":{"date":"16-06-2019","content":"1. [](#new)\n * Deprecate FileStorage\n * Bump Grav-dependency\n2. [](#improved)\n * Event-blueprint formatting"},"1.2.1":{"date":"06-06-2019","content":"1. [](#improved)\n * Raw-filter assets"},"1.2.0":{"date":"07-12-2018","content":"1. [](#new)\n * Added template-partials and blocks for header and footer\n * Change template-partial name from \"header\" to \"period\"\n * Added functionality for injecting timelines\n * Added support for subdirectory-installations\n2. [](#improved)\n * Code quality\n * .header-styling\n * Pathing"},"1.1.6":{"date":"30-11-2018","content":"1. [](#improved)\n * Added blueprint option for linked_data"},"1.1.5":{"date":"30-11-2018","content":"1. [](#bugfix)\n * Fix LinkedData-assets\n * Fix misaligned events"},"1.1.4":{"date":"30-11-2018","content":"1. [](#bugfix)\n * Fix missing orderBy-options\n * Fix Utilities::sortLeaf defaults"},"1.1.3":{"date":"30-11-2018","content":"1. [](#bugfix)\n * Fix missing `static`-keyword"},"1.1.2":{"date":"27-11-2018","content":"1. [](#bugfix)\n * Fix event template\n2. [](#improved)\n * Add image alt-attribute"},"1.1.1":{"date":"27-10-2018","content":"1. [](#improved)\n * Restrict CSS to template and related elements"},"1.1.0":{"date":"26-10-2018","content":"1. [](#improved)\n * Abstracted tree-building from page-context\n * Moved some methods to Utilities\n * Visual flow in Print-style, .print-class for graphics\n * Responsive-styles\n * README\n2. [](#new)\n * Standalone-template for Timeline-event\n * Added Data-API for UML-, JSON-, and Markdown-outputs\n * Added `dump`-command for Data-API access\n * CSS asset-group 'bottom' for non-render-blocking stylesheets\n3. [](#bugfix)\n * CSS-fixes to enforce uniform styling\n * Restrict assets to Timeline-pages"},"1.0.2":{"date":"13-09-2018","content":"1. [](#new)\n * Print-friendly stylesheet\n * Native Bootstrap\n2. [](#improved)\n * SCSS-formatting"},"1.0.1":{"date":"09-09-2018","content":"1. [](#bugfix)\n * Plugin requires Grav at least v1.6\n * Plugin requires PHP at least v7.1"},"1.0.0":{"date":"09-09-2018","content":"1. [](#new)\n * Initial public release"}}},"tribune":{"name":"Tribune","version":"0.1.0","description":"Tribune\/shoutbox\/webchat plugin","description_html":" Tribune\/shoutbox\/webchat plugin<\/p>","description_plain":"Tribune\/shoutbox\/webchat plugin","icon":"plug","author":{"name":"devnewton","email":"devnewton@bci.im"},"homepage":"https:\/\/github.com\/devnewton\/grav-plugin-tribune","docs":"https:\/\/github.com\/devnewton\/grav-plugin-tribune\/blob\/develop\/README.md","demo":"https:\/\/grav-plugin-tribune-demo.bci.im\/tribune","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/devnewton\/grav-plugin-tribune\/issues","license":"MIT","tag_name":"v0.2.0","date":"2018-10-10T14:02:40Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/tribune\/0.1.0","repository":"https:\/\/github.com\/devnewton\/grav-plugin-tribune","slug":"tribune","install_path":"user\/plugins\/tribune","changelog":{"0.1.0":{"date":" 17-09-2018","content":"1. [](#new)\n * Initial release with basic webchat features\n "},"0.2.0":{"date":" 10-10-2018","content":"1. [](#improved)\n * handle tribune route if it does not exists\n2. [](#bugfix)\n * avoid absolute path fetch to make subpath grav deployment work"}},"dependencies":[]},"map-marker-leaflet":{"name":"Map Marker Leaflet","version":"1.0.8","description":"Short codes to embed a map and markers using Leaflet, Awesome-markers and OpenStreetMap (optionally other providers)","description_html":" Short codes to embed a map and markers using Leaflet, Awesome-markers and OpenStreetMap (optionally other providers)<\/p>","description_plain":"Short codes to embed a map and markers using Leaflet, Awesome-markers and OpenStreetMap (optionally other providers)","icon":"map","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-map-marker-leaflet","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-map-marker-leaflet\/README.md","keywords":"grav, plugin, map, markers, leaflet, openstreetmap, thunderforest, mapbox, opensource","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-map-marker-leaflet\/issues","license":"MIT","tag_name":"v1.0.8","date":"2019-02-28T09:18:38Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/map-marker-leaflet\/1.0.8","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-map-marker-leaflet","slug":"map-marker-leaflet","install_path":"user\/plugins\/map-marker-leaflet","changelog":[]},"social-media-links":{"name":"Social Media Links","version":"1.0.2","description":"Add links to social media sites","description_html":" Add links to social media sites<\/p>","description_plain":"Add links to social media sites","icon":"plug","author":{"name":"Torsten Sauer","email":"grav-dev@torsten-sauer.de"},"homepage":"https:\/\/github.com\/torsten-sauer\/social-media-links","docs":"https:\/\/github.com\/torsten-sauer\/social-media-links\/blob\/master\/README.md","demo":"https:\/\/github.com\/torsten-sauer\/social-media-links","keywords":"grav, plugin, social, media, facebook, twitter, instagram","bugs":"https:\/\/github.com\/torsten-sauer\/social-media-links\/issues","license":"MIT","tag_name":"1.0.2","date":"2018-12-06T00:15:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/social-media-links\/1.0.2","repository":"https:\/\/github.com\/torsten-sauer\/social-media-links","slug":"social-media-links","install_path":"user\/plugins\/social-media-links","changelog":{"1.0.0":{"date":" 09\/13\/2018","content":"1. [](#new)\n * Initial creation of the plugin"}},"dependencies":[]},"fortune":{"name":"Fortune","version":"1.0.0","description":"Select a random quote from a collection of properly formatted "fortune" files","description_html":" Select a random quote from a collection of properly formatted "fortune" files<\/p>","description_plain":"Select a random quote from a collection of properly formatted "fortune" files","icon":"book","author":{"name":"Aaron Dalton","email":"aaron@daltons.ca"},"homepage":"https:\/\/github.com\/perlkonig\/grav-plugin-fortune","docs":"https:\/\/github.com\/perlkonig\/grav-plugin-fortune\/blob\/develop\/README.md","demo":"https:\/\/www.perlkonig.com\/demos\/fortune","keywords":"grav, plugin, fortune, quotes, random","bugs":"https:\/\/github.com\/perlkonig\/grav-plugin-fortune\/issues","license":"MIT","tag_name":"v1.0.0","date":"2018-09-13T14:24:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/fortune\/1.0.0","repository":"https:\/\/github.com\/Perlkonig\/grav-plugin-fortune","slug":"fortune","install_path":"user\/plugins\/fortune","changelog":{"1.0.0":{"date":" 09\/12\/2018","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"webhook":{"name":"Slack Webhook","version":"0.1.0","description":"Push forms results into slack messages","description_html":" Push forms results into slack messages<\/p>","description_plain":"Push forms results into slack messages","icon":"plug","author":{"name":"Damien Bry","url":"https:\/\/damienbry.io","email":"damien@elyios.com"},"homepage":"https:\/\/github.com\/Orbmancer\/grav-plugin-slack-webhook","docs":"https:\/\/github.com\/Orbmancer\/grav-plugin-slack-webhook\/blob\/master\/README.md","keywords":"grav, plugin, slack, webhook, form, process, action, backend, automate","bugs":"https:\/\/github.com\/Orbmancer\/grav-plugin-slack-webhook\/issues","license":"MIT","tag_name":"v0.1.0","date":"2018-09-12T08:56:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/webhook\/0.1.0","repository":"https:\/\/github.com\/damienbry\/grav-plugin-slack-webhook","slug":"webhook","install_path":"user\/plugins\/webhook","changelog":{"0.1.0":{"date":"12-09-2018","content":"1. [](#new)\n * Initial version\n"}},"dependencies":[]},"webpush":{"name":"Web Push Notifications","version":"1.0.1","description":"Add web push notifications based on OneSignal service for your grav project.","description_html":" Add web push notifications based on OneSignal service for your grav project.<\/p>","description_plain":"Add web push notifications based on OneSignal service for your grav project.","icon":"bell","author":{"name":"Devlom","url":"https:\/\/devlom.com","email":"info@devlom.com"},"homepage":"https:\/\/devlom.com\/en\/blog\/grav-webpush-notifications-onesignal","docs":"https:\/\/github.com\/devlom\/grav-plugin-webpush\/blob\/develop\/README.md","keywords":"grav, plugin, onesignal, web push notifications, notifications, push","bugs":"https:\/\/github.com\/devlom\/grav-plugin-webpush\/issues","license":"MIT","tag_name":"1.0.1","date":"2018-09-17T14:43:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/webpush\/1.0.1","repository":"https:\/\/github.com\/devlom\/grav-plugin-webpush","slug":"webpush","install_path":"user\/plugins\/webpush","changelog":{"1.0.1":{"date":" 09\/17\/2018","content":"1. [](#new)\n * Readme updates, minor fixes"},"1.0.0":{"date":" 09\/04\/2018","content":"1. [](#new)\n * Initial release"}},"dependencies":[]},"relme":{"name":"Rel Me","version":"0.1.1","description":"Add rel="me" links to your website.","description_html":" Add rel="me" links to your website.<\/p>","description_plain":"Add rel="me" links to your website.","icon":"plug","author":{"name":"Robert van Bregt","email":"robert@robertvanbregt.nl"},"homepage":"https:\/\/github.com\/metbril\/grav-plugin-relme","docs":"https:\/\/github.com\/metbril\/grav-plugin-relme\/blob\/master\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, social, link, indieweb","bugs":"https:\/\/github.com\/metbril\/grav-plugin-relme\/issues","license":"MIT","tag_name":"v0.1.1","date":"2019-01-04T13:17:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/relme\/0.1.1","repository":"https:\/\/github.com\/metbril\/grav-plugin-relme","slug":"relme","install_path":"user\/plugins\/relme","changelog":{"0.1.1":{"date":" 01\/04\/2019","content":"1. [](#improved)\n * Pick existing page for path"},"0.1.0":{"date":" 08\/12\/2018","content":"1. [](#new)\n * Add plugin configuration\n * Add list template\n * Add link template\n * Add initial documentation"}},"dependencies":[]},"babel":{"name":"Babel","version":"1.1.2","description":"Translation services for GRAV","description_html":" Translation services for GRAV<\/p>","description_plain":"Translation services for GRAV","icon":"language","author":{"name":"Uli Hake","url":"http:\/\/www.saveva.com","email":"uli.hake@gmaill.com"},"dependencies":[{"name":"grav","version":">=1.4.0"},{"name":"admin","version":">=1.8.0"}],"homepage":"https:\/\/github.com\/leotiger\/grav-plugin-babel","docs":"https:\/\/github.com\/leotiger\/grav-plugin-babel\/blob\/master\/README.md","keywords":"plugin, i18n, translation, language administration, language synchronization","bugs":"https:\/\/github.com\/leotiger\/grav-plugin-babel\/issues","license":"MIT","tag_name":"v1.1.2","date":"2018-08-10T17:28:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/babel\/1.1.2","repository":"https:\/\/github.com\/leotiger\/grav-plugin-babel","slug":"babel","install_path":"user\/plugins\/babel","changelog":{"1.1.2":{"date":"10-08-2018","content":"1. [](#improved)\n * Add quicktray icon and make entry in admin menu sidebar optional (thx olevik)\n * remove unnecessary logging code\n * add hints to the interface\n * apply GRAV styles to some elements\n * remove bootstrap css\n * better documentation in README\n1. [](#bugfix)\n * Copy correct existing translation into empty translation if user click on language identifier of existing translation\n * Fix compatibility issue: TNTSearch uses an older vendor version of the teamtnt\/tntsearch (thx iusvar)"},"1.1.1":{"date":"09-08-2018","content":"1. [](#new)\n * Track theme variables\n * Add export for theme language packages\n1. [](#bugfix)\n * Fix order of flat array elements with numeric keys.\n * Display flat array elements in correct order (keys ordered alphabetically and not numerically)"},"1.1.0":{"date":"08-08-2018","content":"1. [](#new)\n * Hide away complex system internals that include Regular Expressions to assure hassle-free usage of the plugin by less experienced site administrators\n1. [](#bugfix)\n * Plugin domains, once translated with Babel, did not show status information correctly. Fixed."},"1.0.4":{"date":"08-08-2018","content":"1. [](#bugfix)\n * Fixed indexing problem for variables with no parent group identifier aka domain. These are no routed into domain *unclassified*\n * Indexing as unclassified should fix as well wrong attributions and counts for the rest of the domains"},"1.0.3":{"date":"08-08-2018","content":"1. [](#new)\n * Zip exported domain definitions into language packs\n * Make domain language packs available in the Babel interface"},"1.0.2":{"date":"08-08-2018","content":"1. [](#improved)\n * Return to saving only edited (babelized) definitions\n * Track edited definitions on re-index keeping track forever"},"1.0.1":{"date":"08-08-2018","content":"1. [](#bugfix)\n * Save all definitions for merge to avoid losing previous translation work\n * Show changed translation in domain context, not only in babelized context\n * remove output test traces from Babel template"},"1.0.0":{"date":"08-08-2018","content":"1. [](#new)\n * Changelog started\n"}}},"injectphp":{"name":"Injectphp","version":"0.1.0","description":"Replace a markdown page with a php page","description_html":" Replace a markdown page with a php page<\/p>","description_plain":"Replace a markdown page with a php page","icon":"plug","author":{"name":"Larry Vennard","email":"lvennard@yahoo.com"},"homepage":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp","docs":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp\/blob\/master\/README.md","keywords":"grav, php, plugin, markdown","bugs":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp\/issues","license":"MIT","tag_name":"v0.1.1","date":"2019-07-29T18:20:00Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/injectphp\/0.1.0","repository":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp","slug":"injectphp","install_path":"user\/plugins\/injectphp","changelog":[],"dependencies":[]},"content-edit":{"name":"Content Edit","version":"1.3.0","description":"Frontend edit of content pages by users in groups","description_html":" Frontend edit of content pages by users in groups<\/p>","description_plain":"Frontend edit of content pages by users in groups","icon":"pencil-square-o","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit\/blob\/develop\/README.md","keywords":"grav, plugin, content, edit, frontend, multi-language","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit\/issues","license":"MIT","tag_name":"v1.3.0","date":"2018-08-12T10:34:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/content-edit\/1.3.0","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit","slug":"content-edit","install_path":"user\/plugins\/content-edit","changelog":{"1.1.0":{"date":"24 July 2018","content":"1. [](#enhancement)\n * Removed iframePreview and divPreview\n * Combined into single option `preview`\n * Created new template `content-edit-review` to allow for frontend visualisation of edits by month\n * iframe container for Preview can be used for all servers, no X-Frame errors."},"1.0.0":{"date":" 22 July 2018","content":"1. [](#new)\n * Plugin ready for publication"}},"dependencies":[]},"shoppingcart-personalizer":{"name":"Shopping Cart Personalizer Addon","version":"1.0.1","description":"Power overload the Shopping Cart Plugin with stock management, variations, product personalizations, country restrictions and plenty of other tweaks and features.","description_html":" Power overload the Shopping Cart Plugin with stock management, variations, product personalizations, country restrictions and plenty of other tweaks and features.<\/p>","description_plain":"Power overload the Shopping Cart Plugin with stock management, variations, product personalizations, country restrictions and plenty of other tweaks and features.","icon":"shopping-cart","author":{"name":"Uli Hake","url":"https:\/\/www.saveva.com","email":"uli.hake@gmail.com"},"dependencies":[{"name":"shoppingcart","version":"~1.1"}],"homepage":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer","docs":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer\/blob\/master\/README.md","demo":"https:\/\/www.tessa.es","keywords":"shoppingcart, ecommerce, e-commerce, plugin, shop, cart, stock management, variations, product configuration","bugs":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer\/issues","license":"MIT","tag_name":"v1.0.1","date":"2018-08-10T09:16:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/shoppingcart-personalizer\/1.0.1","repository":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer","slug":"shoppingcart-personalizer","install_path":"user\/plugins\/shoppingcart-personalizer","changelog":{"1.0.1":{"date":"02-08-2018","content":"1. [](#bugfix)\n * Fix image display and link bugs"},"1.0.0":{"date":"01-08-2018","content":"1. [](#new)\n * Add option to force email notifications\n * Add automatic stock updates with multi-language support\n * Add stock updates for variations with multi-language support\n * Trigger clear cache after stock updates if configured\n * Add option to configure a dedicated shop email\n * Minimum cart amount\n * Minimum free shipping amount \n1. [](#improved)\n * Minimum price for product with variations\n * Show products with missing variation stocks as unavailable "},"0.9.5":{"date":"30-07-2018","content":"1. [](#new)\n * Add detail order page in admin\n * Add customer personalize page\n * Add personalize upload for product variationns and configurations\n * Show variation uploads and configurations in admin, frontend\n * Allow additional basket personalizations, e.g. add a billing form to be filled in after checkout, etc.\n1. [](#improved)\n * Add existing plugins to add-on overview page\n1. [](#bugfix)\n * only show active variation images in fancybox"},"0.9.4":{"date":"27-07-2018","content":"1. [](#new)\n * Allow quantity steps\n * Display variation images\n * Display hint if file upload is available for a customer after checkout in the context of a product configuration or variant\n1. [](#improved)\n * Display of product variations and configurations\n * Translations for product configuration section in product pages added to languages.yaml\n * Show submitted customer text in backend"},"0.9.3":{"date":"27-07-2018","content":"1. [](#new)\n * Move restrict countries from notify plugin into this one as this is a basic and necessary feature"},"0.9.2":{"date":"26-07-2018","content":"1. [](#new)\n * Add taxes to order confirmation and backend breakdown of orders\n * Display ordered product variations and configurations in confirmation\n * Display ordered product variations and configurations in backend\n1. [](#improved)\n * Make admin strings translatable\n * Labels in order breakdown in backend added to languages.yaml\n1. [](#bugfix)\n * Try to fix changelog format for output in grav plugin store"},"0.9.1":{"date":"24-07-2018","content":"1. [](#bugfix)\n * Fix bug if no groups and variations are present in onAdminSave"},"0.9.0":{"date":"23-07-2018","content":"1. [](#improved)\n * Add language variables"},"0.8.0":{"date":"23-07-2018","content":"1. [](#improved)\n * Show selected variations and configurations in cart on demand\n "},"0.7.0":{"date":"22-07-2018","content":"1. [](#improved)\n * Allow stock management for variations in grouped context\n "},"0.6.0":{"date":"22-07-2018","content":"1. [](#improved)\n * Enhance variations with customer input\n2. [](#bugfix)\n * Minor compatibility fixes and overwrites for Shoppingcart"},"0.5.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Allow grouping of product variations"},"0.4.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Start with product variation support"},"0.3.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Add option to remove existing product in cart before adding product again\n "},"0.2.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Better theme support allowing admins to specify the base template to be extended"},"0.1.4":{"date":"20-07-2018","content":"1. [](#bugfix)\n * Fix page blueprints"},"0.1.3":{"date":"20-07-2018","content":"1. [](#bugfix)\n * Support for fancybox was incomplete"},"0.1.2":{"date":"19-07-2018","content":"1. [](#bugfix)\n * Update detail item template to support fancybox correctly"},"0.1.1":{"date":"19-07-2018","content":"1. [](#improved) \n * Decoupled from Studio Theme"},"0.1.0":{"date":"26-06-2018","content":"1. [](#new)\n * Changelog started\n"}}},"static-social-embeds":{"name":"Static Social Embeds","version":"1.1.5","description":"Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.\n","description_html":" Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.<\/p>","description_plain":"Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.","icon":"newspaper-o","author":{"name":"Amaury Carrade","email":"amaury@carrade.eu"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds","docs":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds\/blob\/master\/README.md","keywords":"grav, plugin, embed, static, twitter, instagram, mastodon, tweet, toot, integration, post","bugs":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds\/issues","license":"MIT","tag_name":"v1.1.5","date":"2019-04-22T17:04:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/static-social-embeds\/1.1.5","repository":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds","slug":"static-social-embeds","install_path":"user\/plugins\/static-social-embeds","changelog":{"1.1.5":{"date":"22-04-2019","content":"1. [](#bugfix)\n * Fixed Matodon medias not correctly downloaded (they were downloaded, but the local copy was not used).\n * Fixed Mastodon's custom emojis not correclty supported (they are now correctly displayed in spoiler texts and display names).\n1. [](#improved)\n * Improved some embeds stylings to match their models.\n * Improved compatibility with some themes.\n * Improved embeds accessibility a little bit."},"1.1.4":{"date":"21-04-2018","content":"1. [](#bugfix)\n * Fixed plugin admin rendering error in English, because the blueprint referred translation files with an inconsistent format (#1).\n * Miscellaneous minor fixes and improvements.\n1. [](#improved)\n * Improved styles and in-flow integration (margins\u2026).\n * Improved video playing:\n * the video will stop if the user switches to the next image;\n * the controls are not under the navigation links.\n * Updated documentation for new Twitter developer accounts."},"1.1.3":{"date":"23-08-2018","content":"1. [](#bugfix)\n * Fixed error while embedding non-existant Instagram post."},"1.1.2":{"date":"14-08-2018","content":"1. [](#bugfix)\n * Fixed Instagram posts failing to be retrieved in some cases."},"1.1.1":{"date":"14-08-2018","content":"1. [](#bugfix)\n * Fixed a regression where download options were no longer working since the per-network download options (oh the irony)."},"1.1.0":{"date":"11-07-2018","content":"1. [](#new)\n * Added [Pleroma](https:\/\/pleroma.social) support (using the same `toot` shortcode as Mastodon).\n1. [](#improved)\n * Download options can be configured per-network.\n * Better explanations regarding Firefox privacy shield and Instagram changing URLs.\n1. [](#bugfix)\n * Fixed some Mastodon URLs wrongly parsed."},"1.0.1":{"date":"07-07-2018","content":"1. [](#bugfix)\n * Fixes broken icons if the template does not provide Font Awesome 5.1.0+.\n * Small CSS fixes on the default theme (and every theme, for that matter)."},"1.0.0":{"date":" 07-07-2018","content":"1. [](#new)\n * First version\n * Support for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.\n * Support for texts, images, videos, GIF, multiple medias, Mastodon's CW.\n * Images and videos can be downloaded locally for enhanced independence."}}},"darkskyweather":{"name":"DarkSky Weather","version":"0.1.2","description":"Weather based on DarkSky.net (Forecast.io)","description_html":" Weather based on DarkSky.net (Forecast.io)<\/p>","description_plain":"Weather based on DarkSky.net (Forecast.io)","icon":"plug","author":{"name":"Peter \u013dupt\u00e1k","email":"luptakinfo@gmail.com"},"homepage":"https:\/\/github.com\/PeterL83\/grav-plugin-darkskyweather","docs":"https:\/\/github.com\/PeterL83\/grav-plugin-darkskyweather\/blob\/master\/README.md","keywords":"grav, plugin, etc, darksky, forecast, weather","bugs":"https:\/\/github.com\/PeterL83\/grav-plugin-darkskyweather\/issues","license":"MIT","tag_name":"v0.1.2","date":"2018-08-30T19:00:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/darkskyweather\/0.1.2","repository":"https:\/\/github.com\/PeterL83\/grav-plugin-darkskyweather","slug":"darkskyweather","install_path":"user\/plugins\/darkskyweather","changelog":{"0.1.1":{"date":" 08\/04\/2018","content":"1. [](#bugfix)\n * Fix Full Page Weather 7 days section\n * Fix Wind Bearing (Full Page Weather)\n * Fix Twig templates and CSS styles\n1. [](#improved)\n * Plugin settings"},"0.1.0":{"date":" 06\/25\/2018","content":"1. [](#new)\n * Initial Release"}},"dependencies":[]},"crawler-detect":{"name":"Crawler Detect","version":"0.1.0","description":"CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.","description_html":" CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.<\/p>","description_plain":"CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.","icon":"plug","author":{"name":"Basile Trujillo","email":"basile.trujillo@digitregroup.com"},"homepage":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect","docs":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect\/blob\/develop\/README.md","keywords":"grav, plugin, bot, crawler, detector","bugs":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect\/issues","license":"MIT","tag_name":"0.2.0","date":"2018-06-21T10:46:40Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/crawler-detect\/0.1.0","repository":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect","slug":"crawler-detect","install_path":"user\/plugins\/crawler-detect","changelog":{"0.1.0":{"date":" 06\/21\/2018","content":"2. [0.1.0](#new)\n * Added CrawlerDetect library\n * Added isCrawler twig function"}},"dependencies":[]},"gdprprivacysetup":{"name":"GDPR Privacy Setup","version":"0.1.1","description":"Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents","description_html":" Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents<\/p>","description_plain":"Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents","icon":"shield","author":{"name":"Krzysztof Ga\u0142","url":"http:\/\/krzysztofgal.pl","email":"dev@krzysztofgal.pl"},"dependencies":[{"name":"grav","version":"~1.5.5"}],"homepage":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin","keywords":"GDPR, CSP, Privacy, Popup","bugs":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin\/issues","license":"MIT","tag_name":"0.1.1","date":"2018-11-29T17:33:39Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/gdprprivacysetup\/0.1.1","repository":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin","slug":"gdprprivacysetup","install_path":"user\/plugins\/gdprprivacysetup","changelog":{"0.1.1":{"date":"11\/29\/2018","content":"1. [](#new)\n * Added bottom bar popup style\n * Added consent optional field to prevent possibility of disabling required consents\n * Added option to disable default styles\n [](#improved)\n * Added base_url to popup page route, may fix error on non direct domain grav install (not tested :\/)"},"0.1.0":{"date":"09\/06\/2018","content":"1. [](#bugfix)\n * Plugin now works with Gantry5 (Hydrogen) theme\n "},"0.0.6":{"date":"06\/29\/2018","content":"1. [](#improved)\n * PHP 5 compatibility\n * Some code refactor\n * Moved templates to subdirectory templates\/partials\/gdpr_privacy"},"0.0.5":{"date":"06\/21\/2018","content":"1. [](#improved)\n * Modal content now checks screen overflow.\n * Changed time format in changelog."},"0.0.4":{"date":"06\/18\/2018","content":"1. [](#new)\n * Added Page Whitelist feature, on selected pages popup won`t be shown.\n1. [](#improved)\n * Blueprint labels and help improved."},"0.0.3":{"date":"06\/18\/2018","content":"1. [](#bugfix)\n * Fixed bug with crashing grav when no real page was found (when quering by taxonomies etc...).\n1. [](#improved)\n * Changed some logic with opening popup and consent versioning."},"0.0.2":{"date":"06\/12\/2018","content":"1. [](#bugfix)\n * Privacy Information SHA1 generation on save fixed."},"0.0.1":{"date":"06\/09\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"atools":{"name":"Atools","version":"0.1.1","description":"Anarchy Tools extends additional functionality to both the grav cli and grav admin plugins.","description_html":" Anarchy Tools extends additional functionality to both the grav cli and grav admin plugins.<\/p>","description_plain":"Anarchy Tools extends additional functionality to both the grav cli and grav admin plugins.","icon":"plug","author":{"name":"Jeremy Gonyea","email":"jeremy.gonyea@gmail.com"},"homepage":"https:\/\/github.com\/jgonyea\/grav-plugin-atools","docs":"https:\/\/github.com\/jgonyea\/grav-plugin-atools\/blob\/develop\/README.md","keywords":"grav, plugin, cli, tools","bugs":"https:\/\/github.com\/jgonyea\/grav-plugin-atools\/issues","license":"MIT","tag_name":"0.1.1","date":"2018-05-31T04:19:26Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/atools\/0.1.1","repository":"https:\/\/github.com\/jgonyea\/grav-plugin-atools","slug":"atools","install_path":"user\/plugins\/atools","changelog":{"0.1.1":{"date":"05\/31\/2018","content":"1. [](#new)\n2. [](#improved)\n * Fixed aliases (was accidentally overriding 'list')\n * Added standard cache clears on enabling\/ disabling a plugin.\n3. [](#bugfix)"},"0.1.0":{"date":" 05\/29\/2018","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"latest-tweets":{"name":"Latest Tweets","version":"0.1.6","description":"Display latest tweets from your twitter account using PHP and OAuth.","description_html":" Display latest tweets from your twitter account using PHP and OAuth.<\/p>","description_plain":"Display latest tweets from your twitter account using PHP and OAuth.","icon":"twitter","author":{"name":"Karol Orzel","email":"info@devlom.com"},"homepage":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets","docs":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets\/blob\/develop\/README.md","keywords":"grav, plugin, twitter, oauth, latest tweets","bugs":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets\/issues","license":"MIT","tag_name":"0.1.6","date":"2018-07-05T13:28:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/latest-tweets\/0.1.6","repository":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets","slug":"latest-tweets","install_path":"user\/plugins\/latest-tweets","changelog":{"0.1.":{"date":" 05\/21\/2018","content":"1. [](#new)\n * Initial release"}},"dependencies":[]},"login-ldap":{"name":"Login LDAP","version":"1.0.1","description":"Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory","description_html":" Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory<\/p>","description_plain":"Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory","icon":"user-circle-o","author":{"name":"Trilby Media","email":"hello@trilby.media"},"dependencies":[{"name":"login","version":">=2.6.3"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, login, ldap, active directory, authentication","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap\/issues","license":"MIT","tag_name":"1.0.1","date":"2018-06-11T22:19:31Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/login-ldap\/1.0.1","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap","slug":"login-ldap","install_path":"user\/plugins\/login-ldap","changelog":{"1.0.1":{"date":"06\/11\/2018","content":"1. [](#improved)\n * Added ability to search for groups with customizable `distinguishedName` setting of the bound user (useful for ActiveDirectory domains) [#1](https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap\/issues\/1)\n "},"1.0.0":{"date":"05\/18\/2018","content":"1. [](#new)\n * Plugin released..."}}},"login-oauth2":{"name":"Login OAuth2","version":"2.0.4","description":"OAuth2 Client Plugin to integrate with Grav's Login","description_html":" OAuth2 Client Plugin to integrate with Grav's Login<\/p>","description_plain":"OAuth2 Client Plugin to integrate with Grav's Login","icon":"plug","author":{"name":"Trilby Media, LLC","email":"hello@trilby.media"},"dependencies":[{"name":"login","version":">=3.3.2"}],"homepage":"https:\/\/trilby.media","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/blob\/develop\/README.md","keywords":"grav, plugin, oauth2, login, social","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/issues","license":"MIT","tag_name":"2.0.4","date":"2020-06-03T21:16:26Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/login-oauth2\/2.0.4","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2","slug":"login-oauth2","install_path":"user\/plugins\/login-oauth2","changelog":{"2.0.4":{"date":"06\/03\/2020","content":"1. [](#improved) \n * If no provider is enabled for site connections, simply omit the template [#28](https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/pull\/28)\n * Vendor updates\n * Use `UserLogin::defaultRedirectAfterLogin()` helper method"},"2.0.3":{"date":"02\/24\/2019","content":"1. [](#improved)\n * Added `copy-to-clipboard` support for Callback URIs\n * Added support for providers that callback via POST (ie, Apple)\n * Fixed issues with saving in Admin 1.7 with strict form validation"},"2.0.2":{"date":"04\/28\/2019","content":"1. [](#improved)\n * Removed configurable callback URL."},"2.0.1":{"date":"04\/28\/2019","content":"1. [](#bugfix)\n * Fixed login verison requirements (`~3.0`) [#17](https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/issues\/17)"},"2.0.0":{"date":"04\/26\/2019","content":"1. [](#new)\n * Support for OAuth2 login via Admin plugin\n * Support for default groups\n1. [](#improved)\n * Updated vendor libraries to use latest Google \/ LinkedIn providers\n1. [](#bugfix)\n * Fix bad redirect on login error"},"1.0.1":{"date":"06\/07\/2018","content":"1. [](#new)\n * Added new Hosted Domain option for Google Provider that allows to limit the login per domain [#1](https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/issues\/1)"},"1.0.0":{"date":" 05\/18\/2018","content":"1. [](#new)\n * Plugin released"}}},"map-quest":{"name":"Map Quest","version":"1.0.7","description":"Short code to embed an interactive MapQuest map into a page","description_html":" Short code to embed an interactive MapQuest map into a page<\/p>","description_plain":"Short code to embed an interactive MapQuest map into a page","icon":"map","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest\/blob\/develop\/README.md","keywords":"grav, plugin, mapquest, map","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest\/issues","license":"MIT","tag_name":"v1.0.7","date":"2018-06-16T02:45:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/map-quest\/1.0.7","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest","slug":"map-quest","install_path":"user\/plugins\/map-quest","changelog":{"0.1.0":{"date":" 05\/11\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"sequential-form":{"name":"Sequential Form","version":"1.0.7","description":"A sequence of pages, each with a form is linked, with all form data processed according to the final process","description_html":" A sequence of pages, each with a form is linked, with all form data processed according to the final process<\/p>","description_plain":"A sequence of pages, each with a form is linked, with all form data processed according to the final process","icon":"link","author":{"name":"Richard Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form\/blob\/develop\/README.md","keywords":"grav, plugin, form, sequence","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form\/issues","license":"MIT","tag_name":"v1.0.7","date":"2018-06-26T05:46:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/sequential-form\/1.0.7","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form","slug":"sequential-form","install_path":"user\/plugins\/sequential-form","changelog":{"1.0.0":{"date":" 05\/03\/2018","content":"1. [](#first release)\n * ChangeLog started..."}},"dependencies":[]},"pdf-js":{"name":"Pdf-Js","version":"0.3.0","description":"Allows you to embed PDF.js into pages via shortcode.","description_html":" Allows you to embed PDF.js into pages via shortcode.<\/p>","description_plain":"Allows you to embed PDF.js into pages via shortcode.","icon":"plug","author":{"name":"Severo Iuliano","email":"severoiuliano@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js","docs":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/blob\/master\/README.md","demo":"http:\/\/iusvar.alwaysdata.net\/grav\/blog\/pdfjs","keywords":"grav, plugin, pdf-js","bugs":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues","license":"MIT","tag_name":"0.3.0","date":"2019-04-09T11:59:53Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/pdf-js\/0.3.0","repository":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js","slug":"pdf-js","install_path":"user\/plugins\/pdf-js","changelog":{"0.3.0":{"date":"04\/09\/2019","content":"1. [](#new)\n * Scripts hosted locally [#7](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/7)\n * Possibility of incorporating more than one pdf per page with the exception of Pdf-Js\n * Update README.md\n1. [](#bugfix)\n * Fixed empty needle in strpos [#9](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/9)\n "},"0.2.0":{"date":"11\/25\/2018","content":"1. [](#new)\n * Add library PDFObject and two tags HTML: embed and object\n * Add English and Italian languages\n * Add option to show the technique used (debugging only)\n1. [](#bugfix)\n * Fixed the problem of the dash in Twig\n "},"0.1.2":{"date":"06\/21\/2018","content":"1. [](#bugfix)\n * Fixed 'Could not resolve file name' [#2](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/2) (thanks @Salvatos)\n * Update README.md: 'Can't deal with spaces in file names' [#3](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/3)\n * Fixed issue for additional subdirectories [#5](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/5)"},"0.1.1":{"date":" 05\/26\/2018","content":"1. [](#bugfix)\n * Fixed 'Could not resolve file name' [#1](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/1) (thanks @paulhibbitts!)"},"0.1.0":{"date":" 05\/07\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"imagecreate":{"name":"Imagecreate","version":"0.2.0","description":"Create a new image with a text using TrueType fonts","description_html":" Create a new image with a text using TrueType fonts<\/p>","description_plain":"Create a new image with a text using TrueType fonts","icon":"text-width","author":{"name":"Severo Iuliano","email":"severoiuliano@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate","docs":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate\/blob\/develop\/README.md","demo":"http:\/\/iusvar.alwaysdata.net\/grav\/","keywords":"grav, plugin, imagecreate","bugs":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate\/issues","license":"MIT","tag_name":"0.2.0","date":"2018-11-20T18:37:55Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/imagecreate\/0.2.0","repository":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate","slug":"imagecreate","install_path":"user\/plugins\/imagecreate","changelog":{"0.2.0":{"date":"11\/20\/2018","content":"1. [](#bugfix)\n * Code examples have been corrected\n * [#1](https:\/\/github.com\/iusvar\/grav-plugin-imagecreate\/issues\/1) The image was not created in the Windows environment"},"0.1.0":{"date":"05\/08\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"persistent-data":{"name":"Persistent Data Plugin","version":"1.2.1","description":"Store user related information persistently in site","description_html":" Store user related information persistently in site<\/p>","description_plain":"Store user related information persistently in site","icon":"plug","author":{"name":"Richard Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-persistent-data","keywords":"grav, plugin, persistent, data","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-persistent-data\/issues","license":"MIT","tag_name":"v1.2.1","date":"2018-06-16T02:47:25Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/persistent-data\/1.2.1","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-persistent-data","slug":"persistent-data","install_path":"user\/plugins\/persistent-data","changelog":{"1.2.0":{"date":" 04\/24\/2018","content":"1. [](#new)\n * Initial implementation.\n2. [](#update)\n * make sure permission on new user file is correct\n3. [](#upgrade)\n * enhance to allow for multiple forms.\n4. [](#upgrade 29-04-2018)\n * add configuration variable `forget_on_logout`\n * pick up `login` event `onUserLogout` and delete persistent data file if `forget_on_logout` is true."}},"dependencies":[]},"editor":{"name":"Editor","version":"0.1.10","description":"Edit theme, plugin, and markdown files from the browser.","description_html":" Edit theme, plugin, and markdown files from the browser.<\/p>","description_plain":"Edit theme, plugin, and markdown files from the browser.","icon":"edit","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"core-service-manager","version":">=1.0.18"},{"name":"admin-power-tools","version":">=0.1.4"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-editor-plugin","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-editor-plugin","keywords":"grav, plugin, css, stylesheet, editor, codemirror, twig, php, javascript","license":"MIT","tag_name":"0.1.10","date":"2019-10-02T13:47:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/editor\/0.1.10","repository":"https:\/\/github.com\/Flamenco\/grav-plugin-editor","slug":"editor","install_path":"user\/plugins\/editor","changelog":{"0.1.10":{"date":" 10\/02\/2019","content":"1. [](#improvement)\n * Add user\/config to twig paths.\n "},"0.1.9":{"date":" 09\/28\/2019","content":"1. [](#improvement)\n * Add icons to dropdown list items.\n * Update language icons.\n "},"0.1.8":{"date":" 06\/05\/2018","content":"1. [](#bugfix)\n * Remove negative lookbehind from regex\n "},"0.1.7":{"date":" 06\/05\/2018","content":"2. [](#bugfix)\n * Do not rely on admin blank.html.twig.\n "},"0.1.6":{"date":" 06\/04\/2018","content":"1. [](#new)\n * Add support for YAML files.\n "},"0.1.5":{"date":" 05\/21\/2018","content":"1. [](#bugfix)\n * Add workaround for gm-scrollbar issue.\n * Do not load file already loaded in twig."},"0.1.4":{"date":" 04\/29\/2018","content":"1. [](#bugfix)\n * Commit missing lib files that were excluded."},"0.1.3":{"date":" 04\/24\/2018","content":"1. [](#bugfix)\n * Avoid conflict with admin editor twig "},"0.1.2":{"date":" 04\/12\/2018","content":"1. [](#bugfix)\n * Fix dependency versions "},"0.1.1":{"date":" 04\/11\/2018","content":"1. [](#bugfix)\n * Catch exceptions in version check "},"0.1.0":{"date":" 04\/09\/2018","content":"1. [](#new)\n * Initial commit"}}},"admin-power-tools":{"name":"Admin Power Tools","version":"0.1.12","description":"Power tools for Grav.","description_html":" Power tools for Grav.<\/p>","description_plain":"Power tools for Grav.","icon":"plug","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"grav","version":">=1.0.0"},{"name":"admin","version":">=1.0.0"},{"name":"core-service-manager","version":">=1.0.7"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-power-tools","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-power-tools","keywords":"grav, plugin, page, add, tools, admin, create, add page, report, edit","bugs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-power-tools","license":"MIT","tag_name":"0.1.12","date":"2019-08-28T06:05:48Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/admin-power-tools\/0.1.12","repository":"https:\/\/github.com\/Flamenco\/admin-power-tools","slug":"admin-power-tools","install_path":"user\/plugins\/admin-power-tools","changelog":{"0.1.12":{"date":"09\/28\/2019","content":"1. [](#bugfix)\n * Fix changelog date formatting\n "},"0.1.11":{"date":"09\/22\/2019","content":"1. [](#bugfix)\n * Remove hardcoded admin paths from report URLs\n "},"0.1.10":{"date":"10\/10\/2018","content":"1. [](#bugfix)\n * Add beta version in dependency util\n "},"0.1.9":{"date":"06\/22\/2018","content":"1. [](#bugfix)\n * Update CSS styling for section editor - Fixes issues with update messages."},"0.1.8":{"date":"06\/22\/2018","content":"1. [](#bugfix)\n * Update CSS styling for section editor - Fixes issues with update messages."},"0.1.7":{"date":"06\/12\/2018","content":"1. [](#bugfix)\n * Make Save+Back asynchronous"},"0.1.6":{"date":"06\/12\/2018","content":"1. [](#new)\n * Add syntax highlight support for section editor\n "},"0.1.5":{"date":"06\/12\/2018","content":"2. [](#task)\n * Refactor section editor actions"},"0.1.4":{"date":"04\/11\/2018","content":"1. [](#bugfix)\n * Catch exceptions in version check "},"0.1.3":{"date":"03\/29\/2018","content":"1. [](#bugfix)\n * Use correct parameter order for startsWith()"},"0.1.2":{"date":"03\/29\/2018","content":"1. [](#bugfix)\n * Fix reference to utility function startsWith()\n "},"0.1.1":{"date":"03\/26\/2018","content":"2. [](#bugfix)\n * Move missing getPages() twig extension function into plugin \n "},"0.1.0":{"date":"03\/25\/2018","content":"1. [](#new)\n * Initial commit"}}},"tinyseo":{"name":"Tiny SEO","version":"1.1.2","description":"Provide a simple way to manage SEO from admin.","description_html":" Provide a simple way to manage SEO from admin.<\/p>","description_plain":"Provide a simple way to manage SEO from admin.","icon":"sitemap","author":{"name":"jimblue"},"dependencies":[{"name":"admin","version":"*"}],"homepage":"https:\/\/github.com\/jimblue\/grav-plugin-tinyseo","docs":"https:\/\/github.com\/jimblue\/grav-plugin-tinyseo\/blob\/master\/README.md","keywords":"grav, plugin, seo","bugs":"https:\/\/github.com\/jimblue\/grav-plugin-tinyseo\/issues","license":"MIT","tag_name":"1.1.2","date":"2018-07-05T14:47:04Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/tinyseo\/1.1.2","repository":"https:\/\/github.com\/jimblue\/grav-plugin-tinyseo","slug":"tinyseo","install_path":"user\/plugins\/tinyseo","changelog":{"1.1.2":{"date":"07\/05\/2018","content":"1. [](#improved)\n * Fix empty description when page doesn't have content"},"1.1.1":{"date":"04\/16\/2018","content":"1. [](#improved)\n * Better documentation."},"1.1.0":{"date":"04\/16\/2018","content":"1. [](#improved)\n * Better documentation."},"1.0.9":{"date":"03\/27\/2018","content":"1. [](#bugfix)\n * fix wrong version"},"1.0.8":{"date":"03\/27\/2018","content":"1. [](#new)\n * add option to choose description truncate method"},"1.0.7":{"date":"03\/26\/2018","content":"1. [](#improved)\n * better handling of meta robots"},"1.0.6":{"date":"03\/25\/2018","content":"1. [](#bugfix)\n * fix image folder deleted on upgrade plugin (need upload ogimage again)"},"1.0.5":{"date":"03\/21\/2018","content":"1. [](#new)\n * add fr translation"},"1.0.4":{"date":"03\/13\/2018","content":"1. [](#new)\n * add site title option\n1. [](#improved)\n * overall cleanup"},"1.0.3":{"date":"03\/12\/2018","content":"1. [](#bugfix)\n * remove og:sitename because uncompatible with og:type article for facebook"},"1.0.2":{"date":"03\/11\/2018","content":"1. [](#bugfix)\n * remove og:locale (too much work to make it work properly)"},"1.0.1":{"date":"03\/09\/2018","content":"1. [](#bugfix)\n * add default configuration"},"1.0.0":{"date":"03\/08\/2018","content":"1. [](#new)\n * ChangeLog started..."}}},"adsense":{"name":"Google AdSense","version":"2.0.0","description":"This plugin enables to use AdSense inside a page content or modular page to be rendered by Grav.","description_html":" This plugin enables to use AdSense inside a page content or modular page to be rendered by Grav.<\/p>","description_plain":"This plugin enables to use AdSense inside a page content or modular page to be rendered by Grav.","icon":"google","author":{"name":"clemdesign","url":"https:\/\/www.clemdesign.fr","email":"contact@clemdesign.fr"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/clemdesign\/grav-plugin-adsense","docs":"https:\/\/github.com\/clemdesign\/grav-plugin-adsense\/blob\/master\/README.md","bugs":"https:\/\/github.com\/clemdesign\/grav-plugin-adsense\/issues","license":"MIT","tag_name":"2.0.0","date":"2019-10-15T15:19:40Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/adsense\/2.0.0","repository":"https:\/\/github.com\/clemdesign\/grav-plugin-adsense","slug":"adsense","install_path":"user\/plugins\/adsense","changelog":[]},"markdown-tasklists":{"name":"Markdown Task Lists","version":"1.0.0","description":"Adds the ability to render task lists in Markdown","description_html":" Adds the ability to render task lists in Markdown<\/p>","description_plain":"Adds the ability to render task lists in Markdown","icon":"asterisk","author":{"name":"Tim Robertson","url":"https:\/\/funkjedi.com"},"homepage":"https:\/\/github.com\/funkjedi\/grav-plugin-markdown-tasklists","keywords":"markdown","bugs":"https:\/\/github.com\/funkjedi\/grav-plugin-markdown-tasklists\/issues","license":"MIT","tag_name":"1.0.0","date":"2018-02-24T04:25:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/markdown-tasklists\/1.0.0","repository":"https:\/\/github.com\/funkjedi\/grav-plugin-markdown-tasklists","slug":"markdown-tasklists","install_path":"user\/plugins\/markdown-tasklists","changelog":{"1.0.0":{"date":"02\/24\/2018","content":"1. [](#new)\n * ChangeLog started..."}},"dependencies":[]},"lazy-image":{"name":"Lazy Image","version":"1.0.3","description":"Defers loading your page's images until they are scrolled into view.","description_html":" Defers loading your page's images until they are scrolled into view.<\/p>","description_plain":"Defers loading your page's images until they are scrolled into view.","icon":"image","author":{"name":"Matthew M. Crumley","url":"https:\/\/matt.unsaturated.com","email":"matt@unsaturated.com"},"homepage":"https:\/\/github.com\/unsaturated\/grav-plugin-lazy-image","docs":"https:\/\/github.com\/unsaturated\/grav-plugin-lazy-image\/blob\/master\/README.md","demo":"https:\/\/matt.unsaturated.com\/","keywords":"grav, plugin, image, images, lazy, load, loading, delay","bugs":"https:\/\/github.com\/unsaturated\/grav-plugin-lazy-image\/issues","license":"MIT","tag_name":"1.0.3","date":"2018-04-02T01:00:43Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/lazy-image\/1.0.3","repository":"https:\/\/github.com\/unsaturated\/grav-plugin-lazy-image","slug":"lazy-image","install_path":"user\/plugins\/lazy-image","changelog":{"1.0.3":{"date":"04\/01\/2018","content":"1. [](#bugfix)\n * Verify `$page->content()` is a string; specify all arguments for `DiDom\\Document` constructor."},"1.0.2":{"date":"03\/31\/2018","content":"1. [](#bugfix)\n * Preserve `data-src` if already specified in content."},"1.0.1":{"date":" 03\/18\/2018","content":"1. [](#bugfix)\n * Remove unique identifier from `autoload.php`, `autoload_real.php`, and `autoload_static.php`."},"1.0.0":{"date":" 02\/11\/2018","content":"1. [](#new)\n * Initial plugin code."}},"dependencies":[]},"private-site":{"name":"Private Site","version":"0.2.0","description":"( ON BETA ) Enables user authentication and login screen for private site or page.","description_html":" ( ON BETA ) Enables user authentication and login screen for private site or page.<\/p>","description_plain":"( ON BETA ) Enables user authentication and login screen for private site or page.","icon":"plug","author":{"name":"DiYzzuf","email":"diyzzuf@gmail.com"},"dependencies":[{"name":"grav","version":">=1.1"},{"name":"form","version":">=1.3"},{"name":"email","version":">=2.0"},{"name":"login","version":">=2.0"}],"homepage":"https:\/\/github.com\/diyzzuf\/grav-plugin-private-site","docs":"https:\/\/github.com\/diyzzuf\/grav-plugin-private-site\/blob\/develop\/README.md","keywords":"grav, plugin, etc","bugs":"https:\/\/github.com\/diyzzuf\/grav-plugin-private-site\/issues","license":"MIT","tag_name":"v0.2.0","date":"2018-02-11T16:59:30Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/private-site\/0.2.0","repository":"https:\/\/github.com\/Diyzzuf\/grav-plugin-private-site","slug":"private-site","install_path":"user\/plugins\/private-site","changelog":{"0.2.0":{"date":"11\/02\/2018","content":"1. [](#new)\n * First Beta Release"},"0.1.0":{"date":" 06\/02\/2017","content":"1. [](#new)\n * ChangeLog started..."}}},"core-service-manager":{"name":"Core Service Manager","version":"1.0.20","description":"Adds a service manager layer to the Grav API.","description_html":" Adds a service manager layer to the Grav API.<\/p>","description_plain":"Adds a service manager layer to the Grav API.","icon":"plug","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"grav","version":">=1.0.0"},{"name":"admin","version":">=1.8.3"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-core-service-manager","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-core-service-manager","keywords":"grav, plugin, core, service, manager, osgi, twig, ajax","bugs":"https:\/\/github.com\/flamenco\/grav-plugin-core-service-manager\/issues","license":"MIT","tag_name":"1.0.20","date":"2019-09-21T20:20:52Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/core-service-manager\/1.0.20","repository":"https:\/\/github.com\/Flamenco\/grav-plugin-core-service-manager","slug":"core-service-manager","install_path":"user\/plugins\/core-service-manager","changelog":{"1.0.20":{"date":" 9\/21\/2019","content":"1. [](#bugfix)\n * Update template for Grav 1.7 compatibility\n2. [](#improvement)\n * Refactor template directory layout\n3. [](#improvement)\n * Update CSS for sidebar button group\n4. [](#bugfix)\n * Fix finicky changelog format\n "},"1.0.19":{"date":" 9\/21\/2019","content":"1. [](#bugfix)\n * Update template for Grav 1.7 compatibility\n2. [](#improvement)\n * Refactor template directory layout\n3. [](#improvement)\n * Update CSS for sidebar button group\n "},"1.0.18":{"date":" 8\/28\/2019","content":"1. [](#improvement)\n * Add icon support to dropdown menus\n "},"1.0.17":{"date":" 8\/08\/2019","content":"1. [](#bugfix)\n * Merge admin 1.10.0 templates\n "},"1.0.16":{"date":" 2\/09\/2019","content":"1. [](#bugfix)\n * Register asset 'modal.js'. Fixes 'Modal is not defined'\n "},"1.0.15":{"date":" 12\/11\/2018","content":"1. [](#bugfix)\n * Avoid conflict with PEAR module constants\n "},"1.0.14":{"date":" 12\/11\/2018","content":"1. [](#bugfix)\n * Check for defined constants\n "},"1.0.13":{"date":" 11\/26\/2018","content":"1. [](#feature)\n * Prepare for admin v1.9.x"},"1.0.12":{"date":" 10\/10\/2018","content":"1. [](#bugfix)\n * Ensure order is numeric when adding javascript asset"},"1.0.11":{"date":" 10\/10\/2018","content":"1. [](#bugfix)\n * Add beta version in dependency util\n "},"1.0.10":{"date":" 05\/31\/2018","content":"1. [](#new)\n * Merge templates with latest admin plugin"},"1.0.9":{"date":" 05\/06\/2018","content":"1. [](#bugfix)\n * Rename internal PEAR class to MYPEAR"},"1.0.8":{"date":" 04\/17\/2018","content":"1. [](#new)\n * Add assets.js('bottom') to block"},"1.0.7":{"date":" 04\/11\/2018","content":"1. [](#bugfix)\n * Catch exceptions in version check"},"1.0.6":{"date":" 04\/01\/2018","content":"1. [](#bugfix)\n * Hide the 'more menu' if no menu items exist "},"1.0.5":{"date":" 03\/25\/2018","content":"1. [](#new)\n * Add serverHandler support to action service \n "},"1.0.4":{"date":" 03\/18\/2018","content":"1. [](#bugfix)\n * Fix missing function startsWith() \n "},"1.0.3":{"date":" 03\/03\/2018","content":"1. [](#new)\n * Update pages.twig to use correct scope"},"1.0.2":{"date":" 03\/03\/2018","content":"1. [](#new)\n * Add service_list_filter twig extension\n * Do not highlight dropdown-menu nav items\n * Remove deprecated admin:menu:page_add and use action service instead\n * Add scope to properties if service is array\n "},"1.0.1":{"date":" 03\/03\/2018","content":"1. [](#new)\n * Add LDAP filter support for boolean values\n * Allow services to be any PHP type\n * Use objectClass instead of _SERVICE in properties\n * Allow for omitting service name when filtering\n * Add more unit tests\n * Update documentation URLs"}}},"admin-media-replace":{"name":"Admin Media Replace","version":"1.0.4","description":"Replaces media in the page media bin.","description_html":" Replaces media in the page media bin.<\/p>","description_plain":"Replaces media in the page media bin.","icon":"plug","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"grav","version":">=1.0.0"},{"name":"admin","version":">=1.0.0"},{"name":"admin-media-actions","version":">=1.0.2"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-replace-plugin","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-replace-plugin","keywords":"grav, plugin, admin, media","bugs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-replace-plugin","license":"MIT","tag_name":"1.0.4","date":"2018-12-11T16:01:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/admin-media-replace\/1.0.4","repository":"https:\/\/github.com\/Flamenco\/grav-admin-media-replace","slug":"admin-media-replace","install_path":"user\/plugins\/admin-media-replace","changelog":{"1.0.4":{"date":"12\/11\/2018","content":"1. [](#feature)\n * Update documentation"},"1.0.3":{"date":"2\/24\/2018","content":"1. [](#new)\n * Check that dependencies are enabled before loading"},"1.0.2":{"date":"2\/24\/2018","content":"1. [](#new)\n * Check for dependencies before loading"},"1.0.1":{"date":" 1\/25\/2018","content":"1. [](#new)\n * Add dialog\n * Add quicksend option\n * Enforce extension, image, and file-rename options\n * Refactor project layout\n "},"1.0.0":{"date":" 1\/24\/2018","content":"1. [](#initial)\n * "}}},"admin-media-move":{"name":"Admin Media Move","version":"1.0.4","description":"Moves media from one page to another.","description_html":" Moves media from one page to another.<\/p>","description_plain":"Moves media from one page to another.","icon":"plug","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"grav","version":">=1.0.0"},{"name":"admin","version":">=1.0.0"},{"name":"admin-media-actions","version":">=1.0.0"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-move-plugin","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-move-plugin","keywords":"grav, plugin, admin, media","bugs":"https:\/\/github.com\/Flamenco\/grav-admin-media-move","license":"MIT","tag_name":"1.0.4","date":"2018-12-11T16:01:57Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/admin-media-move\/1.0.4","repository":"https:\/\/github.com\/Flamenco\/grav-admin-media-move","slug":"admin-media-move","install_path":"user\/plugins\/admin-media-move","changelog":{"1.0.4":{"date":"12\/11\/2018","content":"1. [](#bugfix)\n * Update addInlineJs load order\n "},"1.0.3":{"date":"2\/24\/2018","content":"1. [](#new)\n * Check that dependencies are enabled before loading\n "},"1.0.2":{"date":"2\/24\/2018","content":"1. [](#new)\n * Check for dependencies before loading"},"1.0.1":{"date":"2\/14\/2018","content":"1. [](#new)\n * Update bugs URL\n * Update addAction signature\n "},"1.0.0":{"date":" 1\/24\/2018","content":"1. [](#initial)\n * "}}},"admin-media-actions":{"name":"Admin Media Actions","version":"1.0.4","description":"A plugin that extends Grav with an API for adding actions to media items in the page media bin. This plugin is required by other plugins that add media actions.","description_html":" A plugin that extends Grav with an API for adding actions to media items in the page media bin. This plugin is required by other plugins that add media actions.<\/p>","description_plain":"A plugin that extends Grav with an API for adding actions to media items in the page media bin. This plugin is required by other plugins that add media actions.","icon":"plug","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"grav","version":">=1.0.0"},{"name":"admin","version":">=1.0.0"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-actions-plugin","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-admin-media-actions-plugin","keywords":"grav, plugin, admin, media, action","bugs":"https:\/\/github.com\/Flamenco\/grav-admin-media-actions\/issues","license":"MIT","tag_name":"1.0.4","date":"2018-12-11T16:01:33Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/admin-media-actions\/1.0.4","repository":"https:\/\/github.com\/Flamenco\/grav-admin-media-actions","slug":"admin-media-actions","install_path":"user\/plugins\/admin-media-actions","changelog":{"1.0.4":{"date":"2\/15\/2018","content":"1. [](#new)\n * Update styles for Grav Admin v1.7."},"1.0.3":{"date":"2\/15\/2018","content":"1. [](#new)\n * Add column margin to media actions.\n * Add border-radius to media actions.\n "},"1.0.2":{"date":"2\/14\/2018","content":"1. [](#new)\n * Update bugs URL.\n * Update addAction signature"},"1.0.1":{"date":"2\/7\/2018","content":"1. [](#new)\n * Show alert dialog for sample actions.\n * Update sample action log message."},"1.0.0":{"date":" 1\/24\/2018","content":"1. [](#Initial)\n * "}}},"datatables":{"name":"Datatables","version":"1.0.3","description":"shortcode to embed DataTables jquery plugin","description_html":" shortcode to embed DataTables jquery plugin<\/p>","description_plain":"shortcode to embed DataTables jquery plugin","icon":"plug","author":{"name":"Richard Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-datatables","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-datatables\/blob\/master\/README.md","keywords":"grav, plugin, datatables","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-datatables\/issues","license":"MIT","tag_name":"v1.03","date":"2018-04-06T08:52:49Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/datatables\/1.0.3","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-datatables","slug":"datatables","install_path":"user\/plugins\/datatables","changelog":{"1.0.3":{"date":" 02\/01\/2018","content":"1. [](#new)\n * ChangeLog started...\n2. [](#update)\n * correct blueprint typo\n * add content if no ` overflow"},"0.1.4":{"date":" 02\/13\/2017","content":"1. [](#new)\n * blog\n2. [](#improved)\n * page title added in h2 format\n3. [](#bugfix)\n *"},"0.1.3":{"date":" 02\/8\/2017","content":"1. [](#new)\n * spirit (:\n2. [](#improved)\n * FontAwesome 4.5 -> 4.7\n3. [](#bugfix)\n * image overflows"},"0.1.2":{"date":" 01\/28\/2017","content":"1. [](#new)\n2. [](#improved)\n3. [](#bugfix)\n * removed broken demo link"},"0.1.1":{"date":" 01\/28\/2017","content":"1. [](#new)\n * Added Breadcrumbs plugin support\n * Footer link support\n * Movile nav support\n * Header nav support\n2. [](#improved)\n * Content area padding\n * footer style\n3. [](#bugfix)\n * overflows\n * side nav"},"0.1.0":{"date":" 01\/27\/2017","content":"1. [](#new)\n * Base HTML template. kind of..."}},"dependencies":[]},"haywire":{"name":"Haywire","version":"0.4.4","description":"Starter theme for Grav CMS using modern tools and frameworks such as Laravel Mix, Vuejs, Bulma.","description_html":"coderwall<\/code> key on theme config file.\n * Add again the label on first project and change key from ribbon key and label key.\n * Change projects module collection value to standard at same of all other modules collection name."},"2.0":{"date":"22 Dec 2014","content":"1. [](#new)\n * Convert website template to Grav Theme."},"1.2":{"date":"10 Aug 2014","content":"1. [](#improved)\n * Removed iframe version of Github Activity Stream (the iframe method is no longer working).\n1. [](#new)\n * Added javascript version of Github Activity Stream."},"1.1":{"date":"21 Jul 2014","content":"1. [](#bugfix)\n * Fixed mobile horizontal bar.\n * Fixed minor markup issues.\n1. [](#new)\n * Added hQuery RSS plugin for pulling blog feeds.\n * Added Bootstrap Tooltip for skill levels."},"1.0":{"date":"19 Jul 2014","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"machine":{"name":"Machine","version":"2.0.6","description":"Machine is a free, flat, modern web theme with an industrial\/corporate focus.","description_html":"coderwall<\/code> key on theme config file.\n * Add again the label on first project and change key from ribbon key and label key.\n * Change projects module collection value to standard at same of all other modules collection name."},"2.0.0":{"date":"12\/22\/2014","content":"1. [](#new)\n * Convert website template to Grav Theme."},"1.2.0":{"date":"08\/10\/2014","content":"1. [](#new)\n * Added javascript version of Github Activity Stream.\n2. [](#improved)\n * Removed iframe version of Github Activity Stream (the iframe method is no longer working)."},"1.1.0":{"date":"06\/21\/2014","content":"1. [](#new)\n * Added hQuery RSS plugin for pulling blog feeds.\n * Added Bootstrap Tooltip for skill levels.\n3. [](#bugfix)\n * Fixed mobile horizontal bar.\n * Fixed minor markup issues."},"1.0.0":{"date":"07\/19\/2014","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"zsimplex":{"name":"zSimplex","version":"2.2.1","description":"The zSimplex theme is a free responsive HTML5 theme that can be used to start a management or project website.","description_html":"` overflow"},"0.1.4":{"date":" 02\/13\/2017","content":"1. [](#new)\n * blog\n2. [](#improved)\n * page title added in h2 format\n3. [](#bugfix)\n *"},"0.1.3":{"date":" 02\/8\/2017","content":"1. [](#new)\n * spirit (:\n2. [](#improved)\n * FontAwesome 4.5 -> 4.7\n3. [](#bugfix)\n * image overflows"},"0.1.2":{"date":" 01\/28\/2017","content":"1. [](#new)\n2. [](#improved)\n3. [](#bugfix)\n * removed broken demo link"},"0.1.1":{"date":" 01\/28\/2017","content":"1. [](#new)\n * Added Breadcrumbs plugin support\n * Footer link support\n * Movile nav support\n * Header nav support\n2. [](#improved)\n * Content area padding\n * footer style\n3. [](#bugfix)\n * overflows\n * side nav"},"0.1.0":{"date":" 01\/27\/2017","content":"1. [](#new)\n * Base HTML template. kind of..."}},"dependencies":[]},"mdux":{"name":"MDUX","version":"0.9.8","description":"MDUX is an implementation of Google's 'Material Design' standard. It scales for mobile, as intended.","description_html":"coderwall<\/code> key on theme config file.\n * Add again the label on first project and change key from ribbon key and label key.\n * Change projects module collection value to standard at same of all other modules collection name."},"2.0":{"date":"22 Dec 2014","content":"1. [](#new)\n * Convert website template to Grav Theme."},"1.2":{"date":"10 Aug 2014","content":"1. [](#improved)\n * Removed iframe version of Github Activity Stream (the iframe method is no longer working).\n1. [](#new)\n * Added javascript version of Github Activity Stream."},"1.1":{"date":"21 Jul 2014","content":"1. [](#bugfix)\n * Fixed mobile horizontal bar.\n * Fixed minor markup issues.\n1. [](#new)\n * Added hQuery RSS plugin for pulling blog feeds.\n * Added Bootstrap Tooltip for skill levels."},"1.0":{"date":"19 Jul 2014","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"machine":{"name":"Machine","version":"2.0.6","description":"Machine is a free, flat, modern web theme with an industrial\/corporate focus.","description_html":"coderwall<\/code> key on theme config file.\n * Add again the label on first project and change key from ribbon key and label key.\n * Change projects module collection value to standard at same of all other modules collection name."},"2.0.0":{"date":"12\/22\/2014","content":"1. [](#new)\n * Convert website template to Grav Theme."},"1.2.0":{"date":"08\/10\/2014","content":"1. [](#new)\n * Added javascript version of Github Activity Stream.\n2. [](#improved)\n * Removed iframe version of Github Activity Stream (the iframe method is no longer working)."},"1.1.0":{"date":"06\/21\/2014","content":"1. [](#new)\n * Added hQuery RSS plugin for pulling blog feeds.\n * Added Bootstrap Tooltip for skill levels.\n3. [](#bugfix)\n * Fixed mobile horizontal bar.\n * Fixed minor markup issues."},"1.0.0":{"date":"07\/19\/2014","content":"1. [](#new)\n * Initial release."}},"dependencies":[]},"zsimplex":{"name":"zSimplex","version":"2.2.1","description":"The zSimplex theme is a free responsive HTML5 theme that can be used to start a management or project website.","description_html":"*<\/code>, **<\/code>, _<\/code> and __<\/code>.\nThe plugin defaults __<\/code> to u<\/code> for example to yield underlined text.<\/p>","description_plain":"Override the HTML tags generated by inline *, **, _ and __.\nThe plugin defaults __ to u for example to yield underlined text.","icon":"underline","author":{"name":"Antoine Goutenoir","email":"antoine@goutenoir.com"},"homepage":"https:\/\/github.com\/Goutte\/grav-plugin-markdown-underline","docs":"https:\/\/github.com\/Goutte\/grav-plugin-markdown-underline\/blob\/develop\/README.md","demo":"https:\/\/courses.m3p2.ljbac.com","keywords":"grav, plugin, markdown, underline, override, inline, block","bugs":"https:\/\/github.com\/Goutte\/grav-plugin-markdown-underline\/issues","license":"MIT","tag_name":"1.0.0","date":"2019-03-21T02:56:07Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/markdown-underline\/1.0.0","repository":"https:\/\/github.com\/Goutte\/grav-plugin-markdown-underline","slug":"markdown-underline","install_path":"user\/plugins\/markdown-underline","changelog":{"0.1.0":{"date":"03\/20\/2019","content":"1. [](#new)\n * Convert double underscore inline blocks to underline.\n * Allow override of the 4 basic inline blocks.\n * Allow per-page override of the configuration"}},"dependencies":[]},"editable-contenttools":{"name":"Editable with ContentTools","version":"1.5.0","description":"A Frontend WYSIWYG Editor using ContentTools","description_html":"