Kévin Tessier před 6 roky
rodič
revize
36fa2f24b1

+ 139 - 0
cache/compiled/files/243a0093d4a4af084bc57cadbeee3a8c.yaml.php

@@ -0,0 +1,139 @@
+<?php
+return [
+    '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
+    'filename' => '/mnt/data/Sites/anissabensalah.net/system/blueprints/user/account.yaml',
+    'modified' => 1526367498,
+    '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'
+                            ]
+                        ]
+                    ]
+                ]
+            ]
+        ]
+    ]
+];

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":206}
+{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":228}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"05-2018":769}
+{"05-2018":791}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":759,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
+{"\/":781,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527517670}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527520543}

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 4 - 0
user/themes/anissabensalah/css-compiled/theme.css


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
user/themes/anissabensalah/css-compiled/theme.min.css


+ 29 - 0
user/themes/anissabensalah/scss/config/mixins/_fonts.scss

@@ -65,6 +65,35 @@ $category: "sans-serif";
     }
 }
 
+$Thin: "Montserrat-Thin";
+$family: "Montserrat/webfonts";
+$file-Thin: "Montserrat-Thin";
+$category: "sans-serif";
+
+@mixin Montserrat-Thin($Thin, $file-Thin, $family, $category:"") {
+    $filepath: "../fonts/" + $family + "/" + $file-Thin;
+    @font-face {
+        font-family: "#{$Thin}";
+        src: url($filepath + ".eot");
+        src: url($filepath + ".eot?#iefix") format('embedded-opentype'),
+              url($filepath + ".woff") format('woff'),
+              url($filepath + ".ttf")  format('truetype'),
+              url($filepath + ".svg#" + $Thin + "") format('svg');
+    }
+
+    %#{$Thin} {
+        font: {
+            @if $category != "" {
+                family: "#{$Thin}", #{$category};
+            }
+            @else {
+                family: "#{$Thin}";
+                weight: normal;
+            }
+        }
+    }
+}
+
 // font-size
 $font16: 1rem;
 $font18: 1.134rem;

+ 9 - 0
user/themes/anissabensalah/scss/theme/fonts.scss

@@ -1,5 +1,6 @@
 @include Montserrat-Regular($Regular, $file-regular, $family, $category);//1
 @include Montserrat-light($light, $file-light, $family, $category);//1
+@include Montserrat-Thin($Thin, $file-Thin, $family, $category);//1
 
 body{
   #header{
@@ -20,4 +21,12 @@ body{
       }
     }
   }
+  #start{
+    #home{
+      h1{
+        font-family: $Thin;
+        font-size: 33vw;
+      }
+    }
+  }
 }

+ 0 - 1
user/themes/anissabensalah/scss/theme/header.scss

@@ -17,7 +17,6 @@
         }
       }
     }
-
   }
   .navigation{
     li{

+ 10 - 0
user/themes/anissabensalah/scss/theme/section.scss

@@ -0,0 +1,10 @@
+#start{
+  // & > div{
+  //   width: 100%;
+  //   height: 100vh;
+  //   img{
+  //     width: 100%;
+  //   }
+  // }
+
+}

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů