monitoring-jekyll-theme 0.5.11 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ca74c61cc9108094e4802715d15330306af54766f19a3b13ed187fe4894a3ee
4
- data.tar.gz: 471e58a01417cb50c4b25e2b065b07ea639ecd0472975ceb0905585888619af8
3
+ metadata.gz: d05e9aa12f39ef54a03f561ada19d28a9140e6c940671db1e3782b210745c3d3
4
+ data.tar.gz: 7058de0b5651c9ac24ea8b9c50a48b7b0953fe49737be05dabf7fe6fbd960488
5
5
  SHA512:
6
- metadata.gz: 522e7e8eecdd2e3b5e898ad89cf9280ecc58377c542d56f7f74803d4e8dde16b1da1911fb7c55cb246f7f4bf43a14cba98d204f280322960e1c4d9229af318e2
7
- data.tar.gz: 1e2446c59f391faed69c10f5513d5d731be0835c98fdbed223cb9dcb7d391c95a75678273970fd34c4e5afe5c6a189c9729305e24cc4915c094b78999332dfa0
6
+ metadata.gz: 35a128f2fba43ab91ff0a25fa1297cef0deda54d3adf633111003b6c256c0e49f5c9fd91d7d6ac82819652fbe6d0aac9f3a050f00d863ff7ed1ba48d64285bdd
7
+ data.tar.gz: c2c5a38a5a403293e9e4c6a620251a94caf9a8f564dc3e2660f165e2ce5d2462670abc9465c0afd3afcaa6298af3b08d93707e41ed77fb85100f60bacc8fadf3
@@ -0,0 +1,77 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include value/lastfiledate.html %}
6
+
7
+ <!--/ STATISTIQUES -->
8
+ {% if site.zone.statistiques == true %}
9
+ <h2>Statistiques <small>- résultats de tests automatisés</small></h2>
10
+
11
+ <p>Éléments statistiques qui intéressent spécifiquement notre projet, suivons leur évolution dans le temps.</p>
12
+ {% include statistiques.html %}
13
+ {% endif %}
14
+
15
+ <!--/ ACTIONS -->
16
+ {% if site.zone.actions == true %}
17
+ <div class="block_action">
18
+ <h2>Actions <small>- corrections à appliquer</small></h2>
19
+
20
+ <p>Nous travaillons par itération en relançant des tests après chaque modification. Pour savoir si une action améliore la performance ou la dégrade.</p>
21
+
22
+ {% for action in site.actions %}
23
+ {% unless action.done %}
24
+ <h3>{{ action.date | date_to_long_string }}</h3>
25
+ {{ action | markdownify }}
26
+ {% endunless %}
27
+ {% endfor %}
28
+
29
+ <p>> <a href="/actions.html">Liste de toutes les actions</a></p>
30
+ </div>
31
+ {% endif %}
32
+
33
+ <!--/ SEO -->
34
+ {% if site.zone.seo == true %}
35
+ <h2>SEO <small>- optimisation pour les moteurs de recherche</small></h2>
36
+ <p>Liste des éléments non conformes par rapport aux règles usuelles du SEO données par les moteurs de recherche. L’objectif de cette zone est de la faire disparaître en corrigeant l’ensemble des problèmes.</p>
37
+
38
+ {% include seo.html %}
39
+ {% endif %}
40
+
41
+ <!--/ KEYWORDS -->
42
+ {% if site.zone.competitors == true %}
43
+ <h2>Concurrence</h2>
44
+ <p>Recherche du postionnement par mot clefs et comparaison avec la concurrence.</p>
45
+ {% include keywords.html %}
46
+ {% endif %}
47
+
48
+ <!--/ COMPETITORS -->
49
+ {% if site.zone.competitors == true %}
50
+ {% include competitors.html %}
51
+ {% endif %}
52
+
53
+ <!--/ ACCESSIBILITY -->
54
+ {% if site.zone.accessibility == true %}
55
+ <h2>Accessibilité <small>- qualité du code HTML</small></h2>
56
+
57
+ <p>Liste des problèmes d’accessibilité remontés de manière automatique. L’accessibilité est un indicateur de qualité des interfaces, il liste des morceaux de code mal écrits qui peuvent bloquer certains utilisateurs lors de leur navigation.</p>
58
+
59
+ {% include accessibility.html %}
60
+ {% endif %}
61
+
62
+ <!--/ STYLES -->
63
+ {% if site.zone.styles == true %}
64
+ <h2>Styles <small>- styles des pages</small></h2>
65
+
66
+ <p>Contrôlons les styles du site. La CSS peut pénaliser les performances parce qu’elles sont trop lourdes mais aussi parce qu’elles sont incohérentes (Répétitions de propriétés, Polices trop lourdes,…)</p>
67
+
68
+ {% include styles.html %}
69
+ {% endif %}
70
+
71
+ <!--/ LIVEHOUSE -->
72
+ {% if site.zone.livehouse == true %}
73
+ <div class="livehouse"></div>
74
+ {% endif %}
75
+
76
+
77
+ {{ content }}
@@ -0,0 +1,51 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include value/lastfiledate.html %}
6
+
7
+ <div class="list-rank" id="rank">
8
+ <h3>Classement <small>le {{ datelastcrawl }}</small></h3>
9
+ <ul class="list-rank">
10
+ {% for website in site.pagestested %}
11
+ {% include value/loadingdata.html %}
12
+ <li style="order: {{ eco }};">
13
+ <a href="#site-{{ forloop.index0 }}" class="anchor" data-scroll>{{ website | replace: "-", " " }}</a>
14
+ <a href="{{ site.urlstested[forloop.index0]}}"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"
15
+ viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="3" stroke-linecap="square">
16
+ <g fill="none" fill-rule="evenodd">
17
+ <path d="M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8" />
18
+ </g>
19
+ </svg></a>
20
+ <span><b>{{ eco }}</b></span>
21
+ </li>
22
+
23
+ {% endfor %}
24
+ </ul>
25
+ </div><!--list-rank-->
26
+
27
+ <hr>
28
+
29
+ <div class="list-stats">
30
+ {% for website in site.pagestested %}
31
+
32
+ {% include value/loadingdata.html %}
33
+
34
+ <div style="order: {{ eco }};">
35
+ <h2 id="site-{{ forloop.index0 }}">{{ website }}</h2>
36
+ <p><a href="#rank" class="anchor">retour au classement</a></p>
37
+
38
+ <h3 style="display: none;">Scores</h3>
39
+
40
+ {% include index/energy.html %}
41
+ {% include index/quality.html %}
42
+ {% include index/loading.html %}
43
+ {% include index/styles.html %}
44
+ {% include index/position.html %}
45
+ {% include index/security.html %}
46
+
47
+ </div><!--grid contrainer-->
48
+ {% endfor %}
49
+ </div><!--list-stats-->
50
+
51
+ {{ content }}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monitoring-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - bertrandkeller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-26 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -80,6 +80,8 @@ files:
80
80
  - _includes/value/lastfiledate.html
81
81
  - _includes/value/loadingdata.html
82
82
  - _layouts/default.html
83
+ - _layouts/monitoring.html
84
+ - _layouts/rank.html
83
85
  - _plugins/humanize.rb
84
86
  - assets/css/styles.css
85
87
  - assets/favicons/favicon.ico