diff --git a/cache/compiled/blueprints/master-dev.hehe.net.php b/cache/compiled/blueprints/master-dev.hehe.net.php
index 28762da..5c10ac3 100644
--- a/cache/compiled/blueprints/master-dev.hehe.net.php
+++ b/cache/compiled/blueprints/master-dev.hehe.net.php
@@ -1,7 +1,7 @@
'Grav\\Common\\Config\\CompiledBlueprints',
- 'timestamp' => 1533216532,
+ 'timestamp' => 1534765163,
'checksum' => '634995e03e46ea3655d934b8b9baffec',
'files' => [
'system/blueprints/config' => [
diff --git a/cache/compiled/config/master-dev.hehe.net.php b/cache/compiled/config/master-dev.hehe.net.php
index 6952f1d..746f38c 100644
--- a/cache/compiled/config/master-dev.hehe.net.php
+++ b/cache/compiled/config/master-dev.hehe.net.php
@@ -1,8 +1,8 @@
'Grav\\Common\\Config\\CompiledConfig',
- 'timestamp' => 1533216532,
- 'checksum' => 'd9a7367a4562634893bd9167bee60ea2',
+ 'timestamp' => 1534765163,
+ 'checksum' => '7adbe84cc57035a63d4d2b97ec1cdfc4',
'files' => [
'user/config' => [
'media' => [
@@ -27,7 +27,7 @@ return [
],
'system' => [
'file' => 'user/config/system.yaml',
- 'modified' => 1533216531
+ 'modified' => 1534765162
]
],
'system/config' => [
diff --git a/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php b/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php
deleted file mode 100644
index e209e9f..0000000
--- a/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php
+++ /dev/null
@@ -1,18 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PARENT',
- 'classes' => 'fancy'
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/2d5fa3f2e561fcda0c830b5dff5b98df.yaml.php b/cache/compiled/files/2d5fa3f2e561fcda0c830b5dff5b98df.yaml.php
new file mode 100644
index 0000000..ee60084
--- /dev/null
+++ b/cache/compiled/files/2d5fa3f2e561fcda0c830b5dff5b98df.yaml.php
@@ -0,0 +1,52 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/config/media.yaml',
+ 'modified' => 1533014916,
+ 'data' => [
+ 'title' => 'PLUGIN_ADMIN.MEDIA',
+ 'form' => [
+ 'validation' => 'loose',
+ 'fields' => [
+ 'types' => [
+ 'name' => 'medias',
+ 'type' => 'list',
+ 'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
+ 'style' => 'vertical',
+ 'key' => 'extension',
+ 'controls' => 'both',
+ 'collapsed' => true,
+ 'fields' => [
+ '.extension' => [
+ 'type' => 'key',
+ 'label' => 'PLUGIN_ADMIN.FILE_EXTENSION'
+ ],
+ '.type' => [
+ 'type' => 'text',
+ 'label' => 'PLUGIN_ADMIN.TYPE'
+ ],
+ '.thumb' => [
+ 'type' => 'text',
+ 'label' => 'PLUGIN_ADMIN.THUMB'
+ ],
+ '.mime' => [
+ 'type' => 'text',
+ 'label' => 'PLUGIN_ADMIN.MIME_TYPE',
+ 'validate' => [
+ 'type' => 'lower'
+ ]
+ ],
+ '.image' => [
+ 'type' => 'textarea',
+ 'yaml' => true,
+ 'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
+ 'validate' => [
+ 'type' => 'yaml'
+ ]
+ ]
+ ]
+ ]
+ ]
+ ]
+ ]
+];
diff --git a/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php b/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php
index bde08c4..268db5f 100644
--- a/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php
+++ b/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml',
- 'modified' => 1533216531,
+ 'modified' => 1534765162,
'data' => [
'absolute_urls' => false,
'param_sep' => ':',
diff --git a/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php b/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php
deleted file mode 100644
index 9584013..0000000
--- a/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php
+++ /dev/null
@@ -1,68 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/modular_new.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'rules' => [
- 'slug' => [
- 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
- 'min' => 1,
- 'max' => 200
- ]
- ],
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'section' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.ADD_MODULAR_CONTENT'
- ],
- 'title' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.PAGE_TITLE',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'folder' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
- 'validate' => [
- 'rule' => 'slug',
- 'required' => true
- ]
- ],
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PAGE',
- 'classes' => 'fancy',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'name' => [
- 'type' => 'select',
- 'classes' => 'fancy',
- 'label' => 'PLUGIN_ADMIN.MODULAR_TEMPLATE',
- 'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
- 'default' => 'default',
- 'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesModularTypes',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'modular' => [
- 'type' => 'hidden',
- 'default' => 1,
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'blueprint' => [
- 'type' => 'blueprint'
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/5fa2101f9bd31b27ee830ca1eb7ade8b.yaml.php b/cache/compiled/files/5fa2101f9bd31b27ee830ca1eb7ade8b.yaml.php
deleted file mode 100644
index 33ddbe8..0000000
--- a/cache/compiled/files/5fa2101f9bd31b27ee830ca1eb7ade8b.yaml.php
+++ /dev/null
@@ -1,126 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/raw.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'rules' => [
- 'slug' => [
- 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
- 'min' => 1,
- 'max' => 200
- ]
- ],
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'tabs' => [
- 'type' => 'tabs',
- 'active' => 1,
- 'fields' => [
- 'content' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.CONTENT',
- 'fields' => [
- 'frontmatter' => [
- 'classes' => 'frontmatter',
- 'type' => 'editor',
- 'label' => 'PLUGIN_ADMIN.FRONTMATTER',
- 'autofocus' => true,
- 'codemirror' => [
- 'mode' => 'yaml',
- 'indentUnit' => 4,
- 'autofocus' => true,
- 'indentWithTabs' => false,
- 'lineNumbers' => true,
- 'styleActiveLine' => true,
- 'gutters' => [
- 0 => 'CodeMirror-lint-markers'
- ],
- 'lint' => true
- ]
- ],
- 'content' => [
- 'type' => 'markdown'
- ],
- 'header.media_order' => [
- 'type' => 'pagemedia',
- 'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
- ]
- ]
- ],
- 'options' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.OPTIONS',
- 'fields' => [
- 'columns' => [
- 'type' => 'columns',
- 'fields' => [
- 'column1' => [
- 'type' => 'column',
- 'fields' => [
- 'ordering' => [
- 'type' => 'toggle',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
- 'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'folder' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
- 'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
- 'validate' => [
- 'rule' => 'slug',
- 'required' => true
- ]
- ],
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PARENT',
- 'classes' => 'fancy',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'name' => [
- 'type' => 'select',
- 'classes' => 'fancy',
- 'label' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE',
- 'help' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE_HELP',
- 'default' => 'default',
- 'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesTypes',
- 'validate' => [
- 'required' => true
- ]
- ]
- ]
- ],
- 'column2' => [
- 'type' => 'column',
- 'fields' => [
- 'order' => [
- 'type' => 'order',
- 'label' => 'PLUGIN_ADMIN.ORDERING'
- ]
- ]
- ]
- ]
- ],
- 'blueprint' => [
- 'type' => 'blueprint'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php b/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php
deleted file mode 100644
index a9c017e..0000000
--- a/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php
+++ /dev/null
@@ -1,44 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new_folder.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'rules' => [
- 'slug' => [
- 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
- 'min' => 1,
- 'max' => 200
- ]
- ],
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'section' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.ADD_FOLDER'
- ],
- 'folder' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
- 'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
- 'validate' => [
- 'rule' => 'slug',
- 'required' => true
- ]
- ],
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PARENT_PAGE',
- 'classes' => 'fancy',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'blueprint' => [
- 'type' => 'blueprint'
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php b/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php
new file mode 100644
index 0000000..499ee88
--- /dev/null
+++ b/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php
@@ -0,0 +1,139 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/user/account.yaml',
+ 'modified' => 1533014916,
+ 'data' => [
+ 'title' => 'Account',
+ 'form' => [
+ 'validation' => 'loose',
+ 'fields' => [
+ 'info' => [
+ 'type' => 'userinfo',
+ 'size' => 'large'
+ ],
+ 'avatar' => [
+ 'type' => 'file',
+ 'size' => 'large',
+ 'destination' => 'user://accounts/avatars',
+ 'multiple' => false,
+ 'random_name' => true
+ ],
+ 'content' => [
+ 'type' => 'section',
+ 'title' => 'PLUGIN_ADMIN.ACCOUNT',
+ 'underline' => true
+ ],
+ 'username' => [
+ 'type' => 'text',
+ 'size' => 'large',
+ 'label' => 'PLUGIN_ADMIN.USERNAME',
+ 'disabled' => true,
+ 'readonly' => true
+ ],
+ 'email' => [
+ 'type' => 'email',
+ 'size' => 'large',
+ 'label' => 'PLUGIN_ADMIN.EMAIL',
+ 'validate' => [
+ 'type' => 'email',
+ 'message' => 'PLUGIN_ADMIN.EMAIL_VALIDATION_MESSAGE',
+ 'required' => true
+ ]
+ ],
+ 'password' => [
+ 'type' => 'password',
+ 'size' => 'large',
+ 'label' => 'PLUGIN_ADMIN.PASSWORD',
+ 'autocomplete' => 'new-password',
+ 'validate' => [
+ 'required' => false,
+ 'message' => 'PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE',
+ 'config-pattern@' => 'system.pwd_regex'
+ ]
+ ],
+ 'fullname' => [
+ 'type' => 'text',
+ 'size' => 'large',
+ 'label' => 'PLUGIN_ADMIN.FULL_NAME',
+ 'validate' => [
+ 'required' => true
+ ]
+ ],
+ 'title' => [
+ 'type' => 'text',
+ 'size' => 'large',
+ 'label' => 'PLUGIN_ADMIN.TITLE'
+ ],
+ 'language' => [
+ 'type' => 'select',
+ 'label' => 'PLUGIN_ADMIN.LANGUAGE',
+ 'size' => 'medium',
+ 'classes' => 'fancy',
+ 'data-options@' => '\\Grav\\Plugin\\Admin\\Admin::adminLanguages',
+ 'default' => 'en',
+ 'help' => 'PLUGIN_ADMIN.LANGUAGE_HELP'
+ ],
+ 'twofa_check' => [
+ 'type' => 'conditional',
+ 'condition' => 'config.plugins.admin.twofa_enabled',
+ 'fields' => [
+ 'twofa' => [
+ 'title' => 'PLUGIN_ADMIN.2FA_TITLE',
+ 'type' => 'section',
+ 'underline' => true
+ ],
+ 'twofa_enabled' => [
+ 'type' => 'toggle',
+ 'label' => 'PLUGIN_ADMIN.2FA_ENABLED',
+ 'classes' => 'twofa-toggle',
+ 'highlight' => 1,
+ 'default' => 0,
+ 'options' => [
+ 1 => 'PLUGIN_ADMIN.YES',
+ 0 => 'PLUGIN_ADMIN.NO'
+ ],
+ 'validate' => [
+ 'type' => 'bool'
+ ]
+ ],
+ 'twofa_secret' => [
+ 'type' => '2fa_secret',
+ 'outerclasses' => 'twofa-secret',
+ 'label' => 'PLUGIN_ADMIN.2FA_SECRET',
+ 'sublabel' => 'PLUGIN_ADMIN.2FA_SECRET_HELP'
+ ]
+ ]
+ ],
+ 'security' => [
+ 'title' => 'PLUGIN_ADMIN.ACCESS_LEVELS',
+ 'type' => 'section',
+ 'security' => 'admin.super',
+ 'underline' => true,
+ 'fields' => [
+ 'groups' => [
+ 'type' => 'select',
+ 'multiple' => true,
+ 'size' => 'large',
+ 'label' => 'PLUGIN_ADMIN.GROUPS',
+ 'data-options@' => '\\Grav\\Common\\User\\Group::groupNames',
+ 'classes' => 'fancy',
+ 'help' => 'PLUGIN_ADMIN.GROUPS_HELP',
+ 'validate' => [
+ 'type' => 'commalist'
+ ]
+ ],
+ 'access' => [
+ 'type' => 'permissions',
+ 'label' => 'PLUGIN_ADMIN.PERMISSIONS',
+ 'ignore_empty' => true,
+ 'validate' => [
+ 'type' => 'array'
+ ]
+ ]
+ ]
+ ]
+ ]
+ ]
+ ]
+];
diff --git a/cache/compiled/files/92b608975c03bb50a39d0ca898416a47.yaml.php b/cache/compiled/files/92b608975c03bb50a39d0ca898416a47.yaml.php
deleted file mode 100644
index 34d72e3..0000000
--- a/cache/compiled/files/92b608975c03bb50a39d0ca898416a47.yaml.php
+++ /dev/null
@@ -1,33 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/default.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'extends@' => 'default',
- 'form' => [
- 'fields' => [
- 'tabs' => [
- 'fields' => [
- 'advanced' => [
- 'fields' => [
- 'columns' => [
- 'fields' => [
- 'column1' => [
- 'fields' => [
- 'header.body_classes' => [
- 'markdown' => true,
- 'description' => 'Available classes in Quark Theme (space separated):
`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/a73364d4c6c5f58716b3a6b0902a6810.yaml.php b/cache/compiled/files/a73364d4c6c5f58716b3a6b0902a6810.yaml.php
deleted file mode 100644
index c80ace6..0000000
--- a/cache/compiled/files/a73364d4c6c5f58716b3a6b0902a6810.yaml.php
+++ /dev/null
@@ -1,124 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/modular_raw.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'rules' => [
- 'slug' => [
- 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
- 'min' => 1,
- 'max' => 200
- ]
- ],
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'tabs' => [
- 'type' => 'tabs',
- 'active' => 1,
- 'fields' => [
- 'content' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.CONTENT',
- 'fields' => [
- 'frontmatter' => [
- 'classes' => 'frontmatter',
- 'type' => 'editor',
- 'label' => 'PLUGIN_ADMIN.FRONTMATTER',
- 'autofocus' => true,
- 'codemirror' => [
- 'mode' => 'yaml',
- 'indentUnit' => 4,
- 'autofocus' => true,
- 'indentWithTabs' => false,
- 'lineNumbers' => true,
- 'styleActiveLine' => true,
- 'gutters' => [
- 0 => 'CodeMirror-lint-markers'
- ],
- 'lint' => true
- ]
- ],
- 'content' => [
- 'type' => 'markdown'
- ],
- 'header.media_order' => [
- 'type' => 'pagemedia',
- 'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
- ]
- ]
- ],
- 'options' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.OPTIONS',
- 'fields' => [
- 'columns' => [
- 'type' => 'columns',
- 'fields' => [
- 'column1' => [
- 'type' => 'column',
- 'fields' => [
- 'ordering' => [
- 'type' => 'toggle',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
- 'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'folder' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.FILENAME',
- 'validate' => [
- 'rule' => 'slug',
- 'required' => true
- ]
- ],
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PARENT',
- 'classes' => 'fancy',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'name' => [
- 'type' => 'select',
- 'classes' => 'fancy',
- 'label' => 'PLUGIN_ADMIN.MODULAR_TEMPLATE',
- 'default' => 'default',
- 'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesModularTypes',
- 'validate' => [
- 'required' => true
- ]
- ]
- ]
- ],
- 'column2' => [
- 'type' => 'column',
- 'fields' => [
- 'order' => [
- 'type' => 'order',
- 'label' => 'PLUGIN_ADMIN.ORDERING'
- ]
- ]
- ]
- ]
- ],
- 'blueprint' => [
- 'type' => 'blueprint'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/ba2ec62c9385c474d44ea0e340ef0fe7.yaml.php b/cache/compiled/files/ba2ec62c9385c474d44ea0e340ef0fe7.yaml.php
deleted file mode 100644
index 771c1dc..0000000
--- a/cache/compiled/files/ba2ec62c9385c474d44ea0e340ef0fe7.yaml.php
+++ /dev/null
@@ -1,35 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'title' => 'Text',
- '@extends' => 'default',
- 'form' => [
- 'fields' => [
- 'tabs' => [
- 'fields' => [
- 'content' => [
- 'fields' => [
- 'header.media_order' => [
- 'label' => 'Page Media (first one will be displayed next to your content)'
- ],
- 'header.image_align' => [
- 'type' => 'select',
- 'label' => 'Image position',
- 'classes' => 'fancy',
- 'default' => 'left',
- 'options' => [
- 'left' => 'Left',
- 'right' => 'Right'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/d5e2311c8990727750cc129dc5f2e4ac.yaml.php b/cache/compiled/files/d5e2311c8990727750cc129dc5f2e4ac.yaml.php
new file mode 100644
index 0000000..f487056
--- /dev/null
+++ b/cache/compiled/files/d5e2311c8990727750cc129dc5f2e4ac.yaml.php
@@ -0,0 +1,25 @@
+ 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/hehe.net/user/accounts/admin.yaml',
+ 'modified' => 1533133948,
+ 'data' => [
+ 'email' => 'kevin@figureslibres.io',
+ 'fullname' => 'Kevin Tessier',
+ 'title' => 'Administrator',
+ 'state' => 'enabled',
+ 'access' => [
+ 'admin' => [
+ 'super' => 'true',
+ 'login' => 'true'
+ ],
+ 'site' => [
+ 'login' => 'true'
+ ]
+ ],
+ 'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG',
+ 'language' => 'en',
+ 'twofa_enabled' => false,
+ 'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD'
+ ]
+];
diff --git a/cache/compiled/files/d7f037045dff7447fdb4256236fd98ad.yaml.php b/cache/compiled/files/d7f037045dff7447fdb4256236fd98ad.yaml.php
deleted file mode 100644
index 2e226d7..0000000
--- a/cache/compiled/files/d7f037045dff7447fdb4256236fd98ad.yaml.php
+++ /dev/null
@@ -1,48 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/pages/modular.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'title' => 'PLUGIN_ADMIN.MODULAR',
- 'extends@' => 'default',
- 'form' => [
- 'fields' => [
- 'tabs' => [
- 'type' => 'tabs',
- 'active' => 1,
- 'fields' => [
- 'content' => [
- 'fields' => [
- 'modular_title' => [
- 'type' => 'spacer',
- 'title' => 'PLUGIN_ADMIN.MODULAR_SETUP'
- ],
- 'header.content.items' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.ITEMS',
- 'default' => '@self.modular',
- 'size' => 'medium'
- ],
- 'header.content.order.by' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.ORDER_BY',
- 'placeholder' => 'date',
- 'help' => NULL,
- 'size' => 'small'
- ],
- 'header.content.order.dir' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.ORDER',
- 'help' => '"desc" or "asc" are valid values',
- 'placeholder' => 'desc',
- 'size' => 'small'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php b/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php
deleted file mode 100644
index 8c2174d..0000000
--- a/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php
+++ /dev/null
@@ -1,407 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/pages/default.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'title' => 'PLUGIN_ADMIN.DEFAULT',
- 'rules' => [
- 'slug' => [
- 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
- 'min' => 1,
- 'max' => 200
- ]
- ],
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'tabs' => [
- 'type' => 'tabs',
- 'active' => 1,
- 'fields' => [
- 'content' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.CONTENT',
- 'fields' => [
- 'header.title' => [
- 'type' => 'text',
- 'autofocus' => true,
- 'style' => 'vertical',
- 'label' => 'PLUGIN_ADMIN.TITLE'
- ],
- 'content' => [
- 'type' => 'markdown',
- 'validate' => [
- 'type' => 'textarea'
- ]
- ],
- 'header.media_order' => [
- 'type' => 'pagemedia',
- 'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
- ]
- ]
- ],
- 'options' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.OPTIONS',
- 'fields' => [
- 'publishing' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.PUBLISHING',
- 'underline' => true,
- 'fields' => [
- 'header.published' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.PUBLISHED',
- 'help' => 'PLUGIN_ADMIN.PUBLISHED_HELP',
- 'highlight' => 1,
- 'size' => 'medium',
- 'options' => [
- 1 => 'PLUGIN_ADMIN.YES',
- 0 => 'PLUGIN_ADMIN.NO'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.date' => [
- 'type' => 'datetime',
- 'label' => 'PLUGIN_ADMIN.DATE',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.DATE_HELP'
- ],
- 'header.publish_date' => [
- 'type' => 'datetime',
- 'label' => 'PLUGIN_ADMIN.PUBLISHED_DATE',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.PUBLISHED_DATE_HELP'
- ],
- 'header.unpublish_date' => [
- 'type' => 'datetime',
- 'label' => 'PLUGIN_ADMIN.UNPUBLISHED_DATE',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.UNPUBLISHED_DATE_HELP'
- ],
- 'header.metadata' => [
- 'toggleable' => true,
- 'type' => 'array',
- 'label' => 'PLUGIN_ADMIN.METADATA',
- 'help' => 'PLUGIN_ADMIN.METADATA_HELP',
- 'placeholder_key' => 'PLUGIN_ADMIN.METADATA_KEY',
- 'placeholder_value' => 'PLUGIN_ADMIN.METADATA_VALUE'
- ]
- ]
- ],
- 'taxonomies' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.TAXONOMIES',
- 'underline' => true,
- 'fields' => [
- 'header.taxonomy' => [
- 'type' => 'taxonomy',
- 'label' => 'PLUGIN_ADMIN.TAXONOMY',
- 'multiple' => true,
- 'validate' => [
- 'type' => 'array'
- ]
- ]
- ]
- ]
- ]
- ],
- 'advanced' => [
- 'type' => 'tab',
- 'title' => 'PLUGIN_ADMIN.ADVANCED',
- 'fields' => [
- 'columns' => [
- 'type' => 'columns',
- 'fields' => [
- 'column1' => [
- 'type' => 'column',
- 'fields' => [
- 'settings' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.SETTINGS',
- 'underline' => true
- ],
- 'folder' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
- 'validate' => [
- 'rule' => 'slug'
- ]
- ],
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PARENT',
- 'classes' => 'fancy'
- ],
- 'name' => [
- 'type' => 'select',
- 'classes' => 'fancy',
- 'label' => 'PLUGIN_ADMIN.PAGE_FILE',
- 'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
- 'default' => 'default',
- 'data-options@' => '\\Grav\\Common\\Page\\Pages::pageTypes'
- ],
- 'header.body_classes' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.BODY_CLASSES'
- ]
- ]
- ],
- 'column2' => [
- 'type' => 'column',
- 'fields' => [
- 'order_title' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.ORDERING',
- 'underline' => true
- ],
- 'ordering' => [
- 'type' => 'toggle',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
- 'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'order' => [
- 'type' => 'order',
- 'label' => 'PLUGIN_ADMIN.SORTABLE_PAGES',
- 'sitemap' => NULL
- ]
- ]
- ]
- ]
- ],
- 'overrides' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.OVERRIDES',
- 'underline' => true,
- 'fields' => [
- 'header.dateformat' => [
- 'toggleable' => true,
- 'type' => 'select',
- 'size' => 'medium',
- 'selectize' => [
- 'create' => true
- ],
- 'label' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT',
- 'help' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_HELP',
- 'placeholder' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_PLACEHOLDER',
- 'data-options@' => '\\Grav\\Common\\Utils::dateFormats',
- 'validate' => [
- 'type' => 'string'
- ]
- ],
- 'header.menu' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.MENU',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.MENU_HELP'
- ],
- 'header.slug' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.SLUG',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.SLUG_HELP',
- 'validate' => [
- 'message' => 'PLUGIN_ADMIN.SLUG_VALIDATE_MESSAGE',
- 'rule' => 'slug'
- ]
- ],
- 'header.redirect' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.REDIRECT',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.REDIRECT_HELP'
- ],
- 'header.process' => [
- 'type' => 'checkboxes',
- 'label' => 'PLUGIN_ADMIN.PROCESS',
- 'toggleable' => true,
- 'config-default@' => 'system.pages.process',
- 'default' => [
- 'markdown' => true,
- 'twig' => false
- ],
- 'options' => [
- 'markdown' => 'Markdown',
- 'twig' => 'Twig'
- ],
- 'use' => 'keys'
- ],
- 'header.twig_first' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.TWIG_FIRST',
- 'help' => 'PLUGIN_ADMIN.TWIG_FIRST_HELP',
- 'highlight' => 0,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.YES',
- 0 => 'PLUGIN_ADMIN.NO'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.never_cache_twig' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG',
- 'help' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG_HELP',
- 'highlight' => 0,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.YES',
- 0 => 'PLUGIN_ADMIN.NO'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.child_type' => [
- 'type' => 'select',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.DEFAULT_CHILD_TYPE',
- 'default' => 'default',
- 'placeholder' => 'PLUGIN_ADMIN.USE_GLOBAL',
- 'data-options@' => '\\Grav\\Common\\Page\\Pages::types'
- ],
- 'header.routable' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.ROUTABLE',
- 'help' => 'PLUGIN_ADMIN.ROUTABLE_HELP',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.cache_enable' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.CACHING',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.visible' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.VISIBLE',
- 'help' => 'PLUGIN_ADMIN.VISIBLE_HELP',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.debugger' => [
- 'type' => 'toggle',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.DEBUGGER',
- 'help' => 'PLUGIN_ADMIN.DEBUGGER_HELP',
- 'highlight' => 1,
- 'options' => [
- 1 => 'PLUGIN_ADMIN.ENABLED',
- 0 => 'PLUGIN_ADMIN.DISABLED'
- ],
- 'validate' => [
- 'type' => 'bool'
- ]
- ],
- 'header.template' => [
- 'type' => 'text',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE'
- ],
- 'header.append_url_extension' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.APPEND_URL_EXT',
- 'toggleable' => true,
- 'help' => 'PLUGIN_ADMIN.APPEND_URL_EXT_HELP'
- ]
- ]
- ],
- 'routes_only' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.ROUTE_OVERRIDES',
- 'underline' => true,
- 'fields' => [
- 'header.routes.default' => [
- 'type' => 'text',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.ROUTE_DEFAULT'
- ],
- 'header.routes.canonical' => [
- 'type' => 'text',
- 'toggleable' => true,
- 'label' => 'PLUGIN_ADMIN.ROUTE_CANONICAL'
- ],
- 'header.routes.aliases' => [
- 'type' => 'array',
- 'toggleable' => true,
- 'value_only' => true,
- 'size' => 'large',
- 'label' => 'PLUGIN_ADMIN.ROUTE_ALIASES'
- ]
- ]
- ],
- 'admin_only' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.ADMIN_SPECIFIC_OVERRIDES',
- 'underline' => true,
- 'fields' => [
- 'header.admin.children_display_order' => [
- 'type' => 'select',
- 'label' => 'PLUGIN_ADMIN.ADMIN_CHILDREN_DISPLAY_ORDER',
- 'help' => 'PLUGIN_ADMIN.ADMIN_CHILDREN_DISPLAY_ORDER_HELP',
- 'toggleable' => true,
- 'classes' => 'fancy',
- 'default' => 'collection',
- 'options' => [
- 'default' => 'Ordered by Folder name (default)',
- 'collection' => 'Ordered by Collection definition'
- ]
- ],
- 'header.order_by' => [
- 'type' => 'hidden'
- ],
- 'header.order_manual' => [
- 'type' => 'hidden',
- 'validate' => [
- 'type' => 'commalist'
- ]
- ],
- 'blueprint' => [
- 'type' => 'blueprint'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php b/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php
deleted file mode 100644
index a0b0792..0000000
--- a/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php
+++ /dev/null
@@ -1,79 +0,0 @@
- 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new.yaml',
- 'modified' => 1533014916,
- 'data' => [
- 'rules' => [
- 'slug' => [
- 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
- 'min' => 1,
- 'max' => 200
- ]
- ],
- 'form' => [
- 'validation' => 'loose',
- 'fields' => [
- 'section' => [
- 'type' => 'section',
- 'title' => 'PLUGIN_ADMIN.ADD_PAGE'
- ],
- 'title' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.PAGE_TITLE',
- 'help' => 'PLUGIN_ADMIN.PAGE_TITLE_HELP',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'folder' => [
- 'type' => 'text',
- 'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
- 'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
- 'validate' => [
- 'rule' => 'slug',
- 'required' => true
- ]
- ],
- 'route' => [
- 'type' => 'parents',
- 'label' => 'PLUGIN_ADMIN.PARENT_PAGE',
- 'classes' => 'fancy',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'name' => [
- 'type' => 'select',
- 'classes' => 'fancy',
- 'label' => 'PLUGIN_ADMIN.PAGE_FILE',
- 'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
- 'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesTypes',
- 'data-default@' => '\\Grav\\Plugin\\Admin\\Admin::getLastPageName',
- 'validate' => [
- 'required' => true
- ]
- ],
- 'visible' => [
- 'type' => 'toggle',
- 'label' => 'PLUGIN_ADMIN.VISIBLE',
- 'help' => 'PLUGIN_ADMIN.VISIBLE_HELP',
- 'highlight' => '',
- 'default' => '',
- 'options' => [
- '' => 'Auto',
- 1 => 'PLUGIN_ADMIN.YES',
- 0 => 'PLUGIN_ADMIN.NO'
- ],
- 'validate' => [
- 'type' => 'bool',
- 'required' => true
- ]
- ],
- 'blueprint' => [
- 'type' => 'blueprint'
- ]
- ]
- ]
- ]
-];
diff --git a/cache/compiled/languages/master-dev.hehe.net.php b/cache/compiled/languages/master-dev.hehe.net.php
index 323c76b..4dc036a 100644
--- a/cache/compiled/languages/master-dev.hehe.net.php
+++ b/cache/compiled/languages/master-dev.hehe.net.php
@@ -1,7 +1,7 @@
'Grav\\Common\\Config\\CompiledLanguages',
- 'timestamp' => 1533216532,
+ 'timestamp' => 1534765164,
'checksum' => '6c5391e484bf1638c9846acf597e3d7f',
'files' => [
'system/languages' => [
@@ -22875,6 +22875,6 @@ Path: `%2$s`
]
],
'checksum' => '6c5391e484bf1638c9846acf597e3d7f',
- 'timestamp' => 1533216532
+ 'timestamp' => 1534765164
]
];
diff --git a/cache/gpm/06/5b31366131656533343765633266326332346536373661336664393931656533615d5b315d.doctrinecache.data b/cache/gpm/06/5b31366131656533343765633266326332346536373661336664393931656533615d5b315d.doctrinecache.data
index 3e51963..33007f5 100644
--- a/cache/gpm/06/5b31366131656533343765633266326332346536373661336664393931656533615d5b315d.doctrinecache.data
+++ b/cache/gpm/06/5b31366131656533343765633266326332346536373661336664393931656533615d5b315d.doctrinecache.data
@@ -1,3 +1,3 @@
-1533290910
-s:1063728:"{"bootstrap4-open-matter":{"name":"Bootstrap4 Open Matter","version":"0.9.71","description":"A customized version of the Bootstrap 4 theme, with additional features to support open and collaborative materials - inside or outside of your current platform (i.e. LMS).","description_html":"
A customized version of the Bootstrap 4 theme, with additional features to support open and collaborative materials - inside or outside of your current platform (i.e. LMS).<\/p>","description_plain":"A customized version of the Bootstrap 4 theme, with additional features to support open and collaborative materials - inside or outside of your current platform (i.e. LMS).","icon":"bold","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.4.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"archives","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"email","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"image-captions","version":"*"},{"name":"login","version":"*"},{"name":"markdown-fontawesome","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"taxonomylist","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, resources, oer, git, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-bootstrap4-open-matter\/issues","license":"MIT","tag_name":"v0.9.71","date":"2018-07-31T16:16:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap4-open-matter\/0.9.71","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":{"0.9.71":{"date":"07\/31\/2018","content":"1. [](#improved)\n * Updated Alert modular template\n * Updated example pages in theme '_demo' folder","content_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.4","date":"2018-07-31T10:41:12Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/fresh\/0.4","repository":"https:\/\/github.com\/diomed\/fresh","slug":"fresh","install_path":"user\/themes\/fresh","screenshot":"themes-fresh.jpg","changelog":{"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","content_html":"
*<\/a><\/p>\n 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","content_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","version":"*"}],"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.0.1","date":"2018-07-02T18:37:05Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap4\/1.0.1","repository":"https:\/\/github.com\/trilbymedia\/grav-theme-bootstrap4","slug":"bootstrap4","install_path":"user\/themes\/bootstrap4","screenshot":"themes-bootstrap4.jpg","changelog":{"1.0.1":{"date":"07\/02\/2018","content":"1. [](#bugfix)\n * Fixed bad links in the hero section\n * Better styling for error page","content_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.4"},{"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":"http:\/\/demo.yoursite.com","keywords":"grav, theme, project, projects, note, notes, visualize","bugs":"https:\/\/github.com\/OleVik\/grav-theme-project-space\/issues","license":"MIT","tag_name":"v1.1.4","date":"2018-07-11T22:04:13Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/project-space\/1.1.4","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.1.4":{"date":" 11-07-2018","content":"1. [](#bugfix)\n * Fix blueprint","content_html":" Multipurpose template built in default Bootstrap 4 framework<\/p>","description_plain":"Multipurpose template built in default Bootstrap 4 framework","icon":"bold","author":{"name":"Ayoze Hernandez Diaz","url":"https:\/\/ayozehd.com","email":"ayoze.dev@gmail.com"},"homepage":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog","demo":"https:\/\/bootstrap-blog.ayozehd.com","keywords":"theme, bootstrap, blog, simple, flat, modern, modular, multilanguage","bugs":"https:\/\/github.com\/ayozehd\/grav-theme-bootstrap-blog\/issues","license":"MIT","tag_name":"1.1","date":"2018-07-15T19:15:46Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bootstrap-blog\/1.1.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.1":{"date":null,"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","content_html":" A customized version of the Quark theme, with Git Sync and 'chromeless' mode (as shown in screenshot).<\/p>","description_plain":"A customized version of the Quark theme, with Git Sync and 'chromeless' mode (as shown in screenshot).","icon":"unlock","author":{"name":"Hibbitts Design","url":"http:\/\/hibbittsdesign.org","email":"hello@hibbittsdesign.org"},"dependencies":[{"name":"grav","version":">=1.4.0"},{"name":"admin","version":"*"},{"name":"auto-date","version":"*"},{"name":"archives","version":"*"},{"name":"breadcrumbs","version":"*"},{"name":"email","version":"*"},{"name":"external_links","version":"*"},{"name":"feed","version":"*"},{"name":"form","version":"*"},{"name":"git-sync","version":"*"},{"name":"login","version":"*"},{"name":"markdown-fontawesome","version":"*"},{"name":"markdown-notices","version":"*"},{"name":"page-inject","version":"*"},{"name":"pagination","version":"*"},{"name":"relatedpages","version":"*"},{"name":"simplesearch","version":"*"},{"name":"taxonomylist","version":"*"},{"name":"tntsearch","version":"*"},{"name":"youtube","version":"*"},{"name":"shortcode-core","version":"*"},{"name":"shortcode-ui","version":"*"},{"name":"quark","version":"*"}],"homepage":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing","docs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/blob\/master\/README.md","demo":"http:\/\/demo.hibbittsdesign.org\/grav-open-publishing-quark\/","keywords":"open, publishing, gitsync, chromeless","bugs":"https:\/\/github.com\/hibbitts-design\/grav-theme-quark-open-publishing\/issues","license":"MIT","tag_name":"v1.0.5","date":"2018-08-01T20:06:00Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/quark-open-publishing\/1.0.5","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":{"1.0.5":{"date":"08\/01\/2018","content":"1. [](#bugfix)\n * Restored check for \"Continue Reading\" button link in blog post lists\n1. [](#improved)\n * Updated demo pages in theme '_demo' folder","content_html":" Bulma Portfolio Theme<\/p>","description_plain":"Bulma Portfolio Theme","icon":"rebel","author":{"name":"John Mica","email":"john@johnmica.me"},"homepage":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","keywords":"grav, theme, etc","bugs":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio\/issues","license":"MIT","tag_name":"0.1.7","date":"2018-03-30T13:01:58Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/themes\/bulma-portfolio\/0.1.7","repository":"https:\/\/github.com\/JohnMica\/grav-theme-bulma-portfolio","slug":"bulma-portfolio","install_path":"user\/themes\/bulma-portfolio","screenshot":"themes-bulma-portfolio.jpg","changelog":{"0.1.5":{"date":" 22\/03\/2018","content":"1. [](#improved)\n - added possibility to select a Logo (only SVG ) and a favicon (usually a png\/jpg) from the theme settings. Before a logo \/ favicon can be added, at least a page must be created and saved and media added to that page. (next iteration could see improvements in this)","content_html":" Port of Jekyll's chalk theme to Grav<\/p>","description_plain":"Port of Jekyll's chalk theme to Grav","icon":"rebel","author":{"name":"Paul Massendari","email":"paul@massendari.com"},"dependencies":[{"name":"grav","version":">=1.3.8"},{"name":"admin","version":">=1.6.6"},{"name":"readingtime","version":">=1.2.0"},{"name":"highlight","version":">=1.4.0"},{"name":"taxonomylist","version":">=1.3.1"},{"name":"quick-tray-links","version":">=1.0.0"}],"homepage":"https:\/\/github.com\/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","content_html":"\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
subtitle<\/code>-setting to Options, breaks in Content<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"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`","content_html":"\n
\n
subtitle<\/code>-header<\/li>\n\n
.post-title<\/code> and .post-subtitle<\/code><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Theme- and page-level setting for truncate\nSupport for subtitle-header\nTheme is now a fork, rather than child, of Masonry\n\n\n\nCategories moved to theme-settings\nStyles for .post-title and .post-subtitle"},"1.0.0":{"date":" 15-06-2018","content":"1. [](#new)\n * Initial public release","content_html":"\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n