Parcourir la source

pagehome+pageprojet

Kévin Tessier il y a 5 ans
Parent
commit
93665e5bf4
34 fichiers modifiés avec 980 ajouts et 45 suppressions
  1. 18 0
      cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php
  2. 68 0
      cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php
  3. 44 0
      cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php
  4. 33 0
      cache/compiled/files/92b608975c03bb50a39d0ca898416a47.yaml.php
  5. 80 0
      cache/compiled/files/b41e0b84cdfb728b0b5afb73d2a0c16f.yaml.php
  6. 133 0
      cache/compiled/files/d777a1c57442075c1e3f65d8a9fc1e6d.yaml.php
  7. 407 0
      cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php
  8. 79 0
      cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php
  9. 0 1
      cache/gpm/06/5b31366131656533343765633266326332346536373661336664393931656533615d5b315d.doctrinecache.data
  10. 1 1
      cache/gpm/47/5b31386362633261623464313731376235303131346235393765656335366130395d5b315d.doctrinecache.data
  11. 0 1
      cache/gpm/8c/5b31663134653963373539653461653862613062643334643536663663353336355d5b315d.doctrinecache.data
  12. 2 0
      cache/login/login_attempts/e3/5b757365726e616d656b766e7473737240676d61696c2e636f6d5d5b315d.doctrinecache.data
  13. BIN
      images/0/e/5/0/a/0e50a25342b1f4566d76ebbfb4efa45e86726ed5-cloud-crash-airbag.jpeg
  14. BIN
      images/3/3/b/0/3/33b03bdec5f8de07ca3d60521bd74e3edb84f761-airbag2.jpeg
  15. BIN
      images/6/1/9/1/f/6191f5e4e84d7b2f3c5530e18eab7592a39316cc-cloud-crash-airbag.jpeg
  16. BIN
      images/7/0/c/c/c/70ccceee43669324d65dc983f7d54ea172bb6850-nvivryw.jpeg
  17. BIN
      images/7/b/5/f/a/7b5fa1ca2ce34d40d1cc3ed11aee7563ffaab05d-airbag2.jpeg
  18. BIN
      images/8/3/e/a/d/83eadc25bc5c36fbdbf7d28f19db1803a88eaa6d-airbag2.jpeg
  19. BIN
      images/8/b/f/d/f/8bfdf7b877e038f95e13d482cc2e49166c44de2c-airbag2.jpeg
  20. BIN
      images/e/0/9/e/4/e09e46102d036f971c21bbd080c742e099356f82-nvivryw.jpeg
  21. 1 1
      logs/popularity/daily.json
  22. 1 1
      logs/popularity/monthly.json
  23. 1 1
      logs/popularity/totals.json
  24. 1 1
      logs/popularity/visitors.json
  25. 2 1
      user/pages/02.projets/05.projets-n-1/item.md
  26. 0 0
      user/themes/hehe/css-compiled/template.css
  27. 0 0
      user/themes/hehe/css-compiled/template.min.css
  28. 6 0
      user/themes/hehe/scss/configuration/_mixin.scss
  29. 11 0
      user/themes/hehe/scss/template/_header.scss
  30. 1 1
      user/themes/hehe/scss/template/_reset.scss
  31. 51 22
      user/themes/hehe/scss/template/_section.scss
  32. 31 0
      user/themes/hehe/scss/template/_typography.scss
  33. 8 13
      user/themes/hehe/templates/partials/blog-item.html.twig
  34. 1 1
      user/themes/hehe/templates/partials/blog-list-item.html.twig

+ 18 - 0
cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php

@@ -0,0 +1,18 @@
+<?php
+return [
+    '@class' => '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'
+                ]
+            ]
+        ]
+    ]
+];

+ 68 - 0
cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php

@@ -0,0 +1,68 @@
+<?php
+return [
+    '@class' => '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'
+                ]
+            ]
+        ]
+    ]
+];

+ 44 - 0
cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php

@@ -0,0 +1,44 @@
+<?php
+return [
+    '@class' => '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'
+                ]
+            ]
+        ]
+    ]
+];

+ 33 - 0
cache/compiled/files/92b608975c03bb50a39d0ca898416a47.yaml.php

@@ -0,0 +1,33 @@
+<?php
+return [
+    '@class' => '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):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
+                                                ]
+                                            ]
+                                        ]
+                                    ]
+                                ]
+                            ]
+                        ]
+                    ]
+                ]
+            ]
+        ]
+    ]
+];

+ 80 - 0
cache/compiled/files/b41e0b84cdfb728b0b5afb73d2a0c16f.yaml.php

@@ -0,0 +1,80 @@
+<?php
+return [
+    '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
+    'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/partials/blog-bits.yaml',
+    'modified' => 1533014916,
+    'data' => [
+        'form' => [
+            'fields' => [
+                'hero_title' => [
+                    'type' => 'spacer',
+                    'title' => 'Hero Section'
+                ],
+                'header.hero_classes' => [
+                    'type' => 'text',
+                    'label' => 'Hero Classes',
+                    'markdown' => true,
+                    'description' => 'There are several Hero class options that can be listed here (space separated):<br />`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`<br />Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
+                ],
+                'header.hero_image' => [
+                    'type' => 'filepicker',
+                    'label' => 'Hero Image',
+                    'preview_images' => true,
+                    'description' => 'If not specified, this defaults to the first image found in the page\'s folder'
+                ],
+                'toggles_title' => [
+                    'type' => 'spacer',
+                    'title' => 'Configuration'
+                ],
+                'header.blog_url' => [
+                    'type' => 'text',
+                    'toggleable' => true,
+                    'label' => 'Blog Route',
+                    'help' => 'The route to the main blog page that contains the "Show ..." configuration',
+                    'default' => '/blog',
+                    'placeholder' => '/blog',
+                    'size' => 'medium'
+                ],
+                'header.show_sidebar' => [
+                    'type' => 'toggle',
+                    'toggleable' => true,
+                    'label' => 'Show Sidebar',
+                    'highlight' => 1,
+                    'options' => [
+                        1 => 'PLUGIN_ADMIN.ENABLED',
+                        0 => 'PLUGIN_ADMIN.DISABLED'
+                    ],
+                    'validate' => [
+                        'type' => 'bool'
+                    ]
+                ],
+                'header.show_breadcrumbs' => [
+                    'type' => 'toggle',
+                    'toggleable' => true,
+                    'label' => 'Show Breadcrumbs',
+                    'highlight' => 1,
+                    'options' => [
+                        1 => 'PLUGIN_ADMIN.ENABLED',
+                        0 => 'PLUGIN_ADMIN.DISABLED'
+                    ],
+                    'validate' => [
+                        'type' => 'bool'
+                    ]
+                ],
+                'header.show_pagination' => [
+                    'type' => 'toggle',
+                    'toggleable' => true,
+                    'label' => 'Show Pagination',
+                    'highlight' => 1,
+                    'options' => [
+                        1 => 'PLUGIN_ADMIN.ENABLED',
+                        0 => 'PLUGIN_ADMIN.DISABLED'
+                    ],
+                    'validate' => [
+                        'type' => 'bool'
+                    ]
+                ]
+            ]
+        ]
+    ]
+];

+ 133 - 0
cache/compiled/files/d777a1c57442075c1e3f65d8a9fc1e6d.yaml.php

@@ -0,0 +1,133 @@
+<?php
+return [
+    '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
+    'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/item.yaml',
+    'modified' => 1533014916,
+    'data' => [
+        'extends@' => 'default',
+        'form' => [
+            'fields' => [
+                'tabs' => [
+                    'fields' => [
+                        'blog' => [
+                            'type' => 'tab',
+                            'title' => 'Blog Item',
+                            'fields' => [
+                                'header_options' => [
+                                    'type' => 'section',
+                                    'title' => 'Header Options',
+                                    'underline' => true
+                                ],
+                                'header.continue_link' => [
+                                    'type' => 'toggle',
+                                    'toggleable' => true,
+                                    'label' => 'DF Style Link',
+                                    'help' => 'Daring Fireball style title link',
+                                    'highlight' => 1,
+                                    'default' => 1,
+                                    'options' => [
+                                        1 => 'PLUGIN_ADMIN.ENABLED',
+                                        0 => 'PLUGIN_ADMIN.DISABLED'
+                                    ],
+                                    'validate' => [
+                                        'type' => 'bool'
+                                    ]
+                                ],
+                                'header.header_image' => [
+                                    'type' => 'toggle',
+                                    'toggleable' => true,
+                                    'label' => 'Display Header Image',
+                                    'help' => 'Enabled displaying of a header image',
+                                    'highlight' => 1,
+                                    'options' => [
+                                        1 => 'PLUGIN_ADMIN.ENABLED',
+                                        0 => 'PLUGIN_ADMIN.DISABLED'
+                                    ]
+                                ],
+                                'header.header_image_file' => [
+                                    'type' => 'text',
+                                    'toggleable' => true,
+                                    'label' => 'Image File',
+                                    'help' => 'image filename that exists in the page folder. If not provided, will use the first image found.',
+                                    'placeholder' => 'For example: myimage.jpg'
+                                ],
+                                'header.header_image_width' => [
+                                    'type' => 'text',
+                                    'toggleable' => true,
+                                    'label' => 'Image Width',
+                                    'size' => 'small',
+                                    'help' => 'Header width in px',
+                                    'placeholder' => 'Default is 900',
+                                    'validate' => [
+                                        'type' => 'int',
+                                        'min' => 0,
+                                        'max' => 5000
+                                    ]
+                                ],
+                                'header.header_image_height' => [
+                                    'type' => 'text',
+                                    'toggleable' => true,
+                                    'label' => 'Image Height',
+                                    'size' => 'small',
+                                    'help' => 'Header height in px',
+                                    'placeholder' => 'Default is 300',
+                                    'validate' => [
+                                        'type' => 'int',
+                                        'min' => 0,
+                                        'max' => 5000
+                                    ]
+                                ],
+                                'summary' => [
+                                    'type' => 'section',
+                                    'title' => 'Summary',
+                                    'underline' => true
+                                ],
+                                'header.summary.enabled' => [
+                                    'type' => 'toggle',
+                                    'toggleable' => true,
+                                    'label' => 'Summary',
+                                    'highlight' => 1,
+                                    'options' => [
+                                        1 => 'PLUGIN_ADMIN.ENABLED',
+                                        0 => 'PLUGIN_ADMIN.DISABLED'
+                                    ]
+                                ],
+                                'header.summary.format' => [
+                                    'type' => 'select',
+                                    'toggleable' => true,
+                                    'label' => 'Format',
+                                    'classes' => 'fancy',
+                                    'options' => [
+                                        'short' => 'Use the first occurence of delimter or size',
+                                        'long' => 'Summary delimiter will be ignored'
+                                    ]
+                                ],
+                                'header.summary.size' => [
+                                    'type' => 'text',
+                                    'toggleable' => true,
+                                    'label' => 'Size',
+                                    'classes' => 'large',
+                                    'placeholder' => 300,
+                                    'validate' => [
+                                        'type' => 'int',
+                                        'min' => 1
+                                    ]
+                                ],
+                                'header.summary.delimiter' => [
+                                    'type' => 'text',
+                                    'toggleable' => true,
+                                    'label' => 'Summary delimiter',
+                                    'classes' => 'large',
+                                    'placeholder' => '==='
+                                ]
+                            ],
+                            'import@' => [
+                                'type' => 'partials/blog-bits'
+                            ]
+                        ]
+                    ]
+                ]
+            ]
+        ]
+    ]
+];

+ 407 - 0
cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php

@@ -0,0 +1,407 @@
+<?php
+return [
+    '@class' => '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'
+                                        ]
+                                    ]
+                                ]
+                            ]
+                        ]
+                    ]
+                ]
+            ]
+        ]
+    ]
+];

+ 79 - 0
cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php

@@ -0,0 +1,79 @@
+<?php
+return [
+    '@class' => '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'
+                ]
+            ]
+        ]
+    ]
+];

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 1
cache/gpm/06/5b31366131656533343765633266326332346536373661336664393931656533615d5b315d.doctrinecache.data


Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
cache/gpm/47/5b31386362633261623464313731376235303131346235393765656335366130395d5b315d.doctrinecache.data


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 1
cache/gpm/8c/5b31663134653963373539653461653862613062643334643536663663353336355d5b315d.doctrinecache.data


+ 2 - 0
cache/login/login_attempts/e3/5b757365726e616d656b766e7473737240676d61696c2e636f6d5d5b315d.doctrinecache.data

@@ -0,0 +1,2 @@
+1534849409
+a:1:{i:0;i:1534849289;}

BIN
images/0/e/5/0/a/0e50a25342b1f4566d76ebbfb4efa45e86726ed5-cloud-crash-airbag.jpeg


BIN
images/3/3/b/0/3/33b03bdec5f8de07ca3d60521bd74e3edb84f761-airbag2.jpeg


BIN
images/6/1/9/1/f/6191f5e4e84d7b2f3c5530e18eab7592a39316cc-cloud-crash-airbag.jpeg


BIN
images/7/0/c/c/c/70ccceee43669324d65dc983f7d54ea172bb6850-nvivryw.jpeg


BIN
images/7/b/5/f/a/7b5fa1ca2ce34d40d1cc3ed11aee7563ffaab05d-airbag2.jpeg


BIN
images/8/3/e/a/d/83eadc25bc5c36fbdbf7d28f19db1803a88eaa6d-airbag2.jpeg


BIN
images/8/b/f/d/f/8bfdf7b877e038f95e13d482cc2e49166c44de2c-airbag2.jpeg


BIN
images/e/0/9/e/4/e09e46102d036f971c21bbd080c742e099356f82-nvivryw.jpeg


+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":37}
+{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":207}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"08-2018":592}
+{"08-2018":762}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":276,"\/projets":99,"\/news":81,"\/a-propros":13,"\/projets-n-1":1,"\/projets\/projets-n-1":114,"\/projets\/projet-n-2":8}
+{"\/":347,"\/projets":99,"\/news":83,"\/a-propros":14,"\/projets-n-1":1,"\/projets\/projets-n-1":208,"\/projets\/projet-n-2":10}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534843289}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534855208}

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 1
user/pages/02.projets/05.projets-n-1/item.md


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
user/themes/hehe/css-compiled/template.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
user/themes/hehe/css-compiled/template.min.css


+ 6 - 0
user/themes/hehe/scss/configuration/_mixin.scss

@@ -14,6 +14,8 @@ $category: "sans-serif";
         font: {
             @if $category != "" {
                 family: "#{$roboto_light}", #{$category};
+                weight: normal;
+
             }
             @else {
                 family: "#{$roboto_light}";
@@ -39,6 +41,8 @@ $family2: "roboto_regular/";
         font: {
             @if $category != "" {
                 family: "#{$roboto_regular}", #{$category};
+                weight: normal;
+
             }
             @else {
                 family: "#{$roboto_regular}";
@@ -63,6 +67,8 @@ $family3: "roboto_medium/";
         font: {
             @if $category != "" {
                 family: "#{$roboto_medium}", #{$category};
+                weight: normal;
+
             }
             @else {
                 family: "#{$roboto_medium}";

+ 11 - 0
user/themes/hehe/scss/template/_header.scss

@@ -3,11 +3,22 @@ header{
   width: 100%;
   height: 35px;
   top: 0;
+  padding: 0 20px;
   display: flex;
   justify-content: space-between;
   background-color: white;
+  border-bottom: 2px solid rgb(0,0,0);
+  h1{
+    margin: auto 0;
+  }
+  nav{
+    margin: auto 0;
+  }
   ul{
     display: flex;
+    li{
+      margin: 0 35px;
+    }
   }
   ul.tags{
     display: none;

+ 1 - 1
user/themes/hehe/scss/template/_reset.scss

@@ -25,6 +25,7 @@ time, mark, audio, video {
 
 html, body{
 	font-size: 16px;
+  line-height: 16px;
 }
 
 /* HTML5 display-role reset for older browsers */
@@ -34,7 +35,6 @@ footer, header, hgroup, menu, nav, section {
 }
 
 body {
-	line-height: 1;
 	margin: 0;
 }
 

+ 51 - 22
user/themes/hehe/scss/template/_section.scss

@@ -1,44 +1,73 @@
 #start{
   margin-top: 35px;
+  //home
   .item{
     display: flex;
     .card{
       position: relative;
       width: calc(100% / 3);
-      .card-image{
+      overflow-y: hidden;
+      padding-bottom: 5px;
+      .card-image:hover{
+        transition: all 0.5s;
         background-color: rgb(0, 255, 0);
-          img{
-            transition: all .6s;
-            mix-blend-mode: multiply;
-            // filter: contrast(10) grayscale(1);
-            opacity: .95;
-
+        img{
+          transition: all .6s;
+          mix-blend-mode: multiply;
+          opacity: .95;
+        }
+      & ~ .card-title{
+        top: 50%;
+        left: 50%;
+        opacity: 1;
+        transition: all 1s;
         }
       }
       .card-title{
+        pointer-events: none;
         position: absolute;
-        top: 50%;
+        top: 105%;
         left: 50%;
-        transform: translateX(-50%);
+        opacity: 0;
+        transition: all 1s;
+        transform: translate(-50%, -50%);
       }
     }
   }
-  #items{
-    .content-item{
-      .e-content{
-        display: flex;
-      }
-      .media{
-        width: calc((100% / 3) + (100% / 3));
-      }
+  //pageprojet
+  .content-item{
+    .e-content{
+      display: flex;
+    }
+    .media{
+      width: calc((100% / 4) * (3));
+    }
+    .content{
       .txt{
         position: fixed;
         right: 0;
-        height: 100%;
-        width: calc(100% / 3);
-        .taxonomy{
-          position:fixed;
-          bottom: 0;
+        width: calc(100% / 4);
+        height: calc(100% - 70px);
+        padding: 0 10px 0 20px;
+        overflow-x: auto;
+        h3{
+          margin: 20px 0 10px 0;
+        }
+      }
+      .taxonomy{
+        display: flex;
+        width: 100%;
+        height: 35px;
+        background: white;
+        padding: 0 10px 0 20px;
+        position:fixed;
+        bottom: 0;
+        border-top: 2px solid black;
+        span{
+          margin: auto 0;
+          a{
+            margin-left: 5px; 
+          }
         }
       }
     }

+ 31 - 0
user/themes/hehe/scss/template/_typography.scss

@@ -2,6 +2,7 @@ h1{
   a{
     font-family: $roboto_regular;
     font-size: 1rem;
+    font-weight: normal;
   }
 }
 
@@ -10,6 +11,18 @@ h2{
     font-family:$roboto_medium;
     color: white;
     font-size:1.5rem;
+    weight: normal;
+  }
+}
+
+h3{
+  font-family: $roboto_regular;
+  font-size: 0.8rem;
+  text-transform: uppercase;
+  a{
+    background: rgb(0,255,0);
+    weight: normal;
+
   }
 }
 
@@ -19,6 +32,8 @@ nav{
       font-family:$roboto_regular;
       font-size:0.9rem;
       text-transform: uppercase;
+      weight: normal;
+
     }
   }
 }
@@ -26,4 +41,20 @@ nav{
 p{
   font-family: $roboto_light;
   font-size: 0.8rem;
+  margin-bottom: 10px;
+  a{
+    background: rgb(0,255,0);
+    weight: normal;
+
+  }
+}
+
+.taxonomy{
+  a{
+    font-family:$roboto_regular;
+    font-size:0.9rem;
+    text-transform: uppercase;
+    weight: normal;
+
+  }
 }

+ 8 - 13
user/themes/hehe/templates/partials/blog-item.html.twig

@@ -1,14 +1,5 @@
 <div class="content-item">
 
-{% if not hero_image_name %}
-    <div class="content-title">
-        {% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %}
-        {% if page.header.subtitle %}
-        <h3 >{{ page.header.subtitle }}</h3>
-        {% endif %}
-    </div>
-{% endif %}
-
     <div class="e-content">
       <div class="media">
         {% for image in page.media.images %}
@@ -16,8 +7,12 @@
         {% endfor %}
       </div>
 
-      <div class="txt">
-        {{ page.content }}
+      <div class="content">
+
+        <div class="txt">
+            <h3><a href="{{ page.url }}">{{header.title}}</a></h3>
+            {{ page.content }}
+        </div>
 
         <div class="taxonomy">
           {% include 'partials/blog/taxonomy.html.twig' %}
@@ -28,7 +23,7 @@
 
 </div>
 
-<p class="prev-next">
+<!-- <p class="prev-next">
 
     {% if not page.isLast %}
             <a class="btn prev" href="{{ page.prevSibling.url }}">{{ 'BLOG.ITEM.PREV_POST'|t}}</a>
@@ -37,4 +32,4 @@
     {% if not page.isFirst %}
         <a class="btn next" href="{{ page.nextSibling.url }}">{{ 'BLOG.ITEM.NEXT_POST'|t }}</i></a>
     {% endif %}
-</p>
+</p> -->

+ 1 - 1
user/themes/hehe/templates/partials/blog-list-item.html.twig

@@ -3,7 +3,7 @@
 
     {% if image %}
       <div class="card-image">
-          <a href="{{ page.url }}">{{ image.cropZoom(800,400).html }}</a>
+          <a href="{{ page.url }}">{{ image.cropZoom(800,600).html }}</a>
       </div>
     {% endif %}
 

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff