jekyll-theme-pdz 0.1.3 → 0.1.4

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: 9592575651775817383eae62d40aa8dfd6930b27fc0a99e19c5bd9a4cdcc7404
4
- data.tar.gz: c29c8000f6027a0d142fc25305d631c75b12d94624de097fa669da14abbfd0a1
3
+ metadata.gz: 17a1231ac74784a90881db5f0f329ab1cdabfce0b9ab48c00adae2859059826a
4
+ data.tar.gz: 1f080e9bd4f4bdeecd731264a5a66ac2cfb19c98e0ec0d163b2ae2cff5046aa2
5
5
  SHA512:
6
- metadata.gz: 167c4f4965559f9ea9b44a25c65742d80f69ac641424da41ca10c6b123ec016e061c0a521c00973c7baef2d82b26e00c0b3332b6fd6298064b9d79d59a94b1f0
7
- data.tar.gz: 708b2b4fa38faaa18ed219749b2e585b756d228998d9096bb0282ce3992ccf6d14f8dfc41d1aaef958297f356f767861d0a6cd4dfd43ecb452e8ea72ed26dc52
6
+ metadata.gz: 902ffcfca9894215ace3e5e5ade12e60b23db0ffa329e817b4b72516db9b4e4e172e8e4fb0eb275b8970a9311fa543e88d23222940065c81b938f9ee7fa399fc
7
+ data.tar.gz: ee07da91d452e9b9599e7455b28ece942cc87296cb67d52652be819e07152ca22097e0e8d21f24724ed29c5a8283b1b4bbbfa37543d4c7501de7ef74851e60c3
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ description: "Sorry, Page Not Found :("
4
+ ---
5
+
6
+ {% include header.html %}
7
+
8
+ <header class="g-banner np-banner {{ site.postPatterns | prepend: 'post-pattern-' }}" data-theme="{{ site.theme-color }}">
9
+ <div class="post-wrapper">
10
+ <h1>404</h1>
11
+ <span class="subheading">{{ page.description }}</span>
12
+ <a href="{{ site.topnav.home | relative_url }}" class="btn">Back to home</a>
13
+ </div>
14
+ </header>
15
+
16
+
@@ -11,13 +11,13 @@
11
11
  <meta property="og:url" content="{{ '/' | absolute_url }}">
12
12
  <meta property="og:description" content="{{ site.description }}">
13
13
  <meta property="og:site_name" content="{{ site.title }}">
14
- <meta property="og:image" content="{ '/' | relative_url }}assets/img/header-preview.jpg" />
14
+ <meta property="og:image" content="{{ '/' | relative_url }}assets/img/header-preview.jpg" />
15
15
  <meta property="og:type" content="website">
16
16
  <meta property="og:locale" content="fr_FR">
17
17
  <meta name="viewport" content="width=device-width, user-scalable=no">
18
18
  <meta name="apple-mobile-web-app-capable" content="yes">
19
19
  <meta name="apple-mobile-web-app-title" content="{{ site.shortname }}">
20
- <link rel="apple-touch-icon" href="{{ '/' | relative_url }}assets/img/ps-logo-apple.png" />
20
+ <link rel="apple-touch-icon" href="{{ '/' | relative_url }}assets/img/logo-apple.png" />
21
21
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/styles.css">
22
22
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/normalize.min.css">
23
23
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/github-markdown.css">
@@ -19,10 +19,9 @@
19
19
  <meta name="viewport" content="width=device-width, user-scalable=no">
20
20
  <meta name="apple-mobile-web-app-capable" content="yes">
21
21
  <meta name="apple-mobile-web-app-title" content="{{ site.shortname }}">
22
- <link rel="apple-touch-icon" href="{{ '/' | relative_url }}assets/img/ps-logo-apple.png" />
22
+ <link rel="apple-touch-icon" href="{{ '/' | relative_url }}assets/img/logo-apple.png" />
23
23
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/styles.css">
24
24
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/normalize.min.css">
25
- <link rel="stylesheet" href="https://at.alicdn.com/t/font_roc50gemkxpw4s4i.css">
26
25
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/github-markdown.css">
27
26
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/prism.css">
28
27
  <link rel="stylesheet" href="{{ '/' | relative_url }}assets/css/fontawesome.css">
@@ -18,7 +18,7 @@ layout: default
18
18
  <section class="author-detail">
19
19
  <section class="post-footer-item author-card">
20
20
  <div class="avatar">
21
- <img src="{{ site.avatar | absolute_url }}" alt="">
21
+ <img src="{{ site.avatar | absolute_url }}" alt="avatar">
22
22
  </div>
23
23
  <div class="author-name" rel="author">{{ site.author }}</div>
24
24
  <div class="bio">
@@ -64,7 +64,7 @@
64
64
  <section class="author-detail">
65
65
  <section class="post-footer-item author-card">
66
66
  <div class="avatar">
67
- <img src="{{ site.avatar | absolute_url }}" alt="">
67
+ <img src="{{ site.avatar | absolute_url }}" alt="avatar">
68
68
  </div>
69
69
  <div class="author-name" rel="author">{{ site.author }}</div>
70
70
  <div class="bio">
File without changes
Binary file
@@ -0,0 +1,111 @@
1
+ ---
2
+ layout: default
3
+ header-img: /assets/img/header.png
4
+ ---
5
+
6
+ {% include header.html %}
7
+
8
+ <div class="g-banner home-banner {{ site.theme-color | prepend: 'banner-theme-' }}" data-theme="{{ site.theme-color }}"
9
+ style="{% if page.header-img %}background: url({{ page.header-img | relative_url }}) no-repeat center center; background-size: cover;{% endif %}">
10
+ <h2>{{ site.title }}</h2>
11
+ <h3>{{ site.description }}</h3>
12
+ </div>
13
+
14
+ <main class="g-container home-content">
15
+ <div class="article-list">
16
+ {% for post in paginator.posts %}
17
+ <article class="article-item">
18
+ {% if post.preview-cover %}
19
+ <div class="post-cover">
20
+ <a class="post-link" href="{{ post.url | relative_url }}" title="{{ post.title }}"></a>
21
+ <img src="{{ post.preview-cover }}" href="{{ post.url | relative_url }}" alt="">
22
+ </div>
23
+ {% elsif post.post-cover %}
24
+ <div class="post-cover">
25
+ <a class="post-link" href="{{ post.url | relative_url }}" title="{{ post.title }}"></a>
26
+ <img src="{{ post.post-cover }}" href="{{ post.url | relative_url }}" alt="">
27
+ </div>
28
+ {% endif %}
29
+ <section class="post-preview">
30
+ <a class="post-link" href="{{ post.url | relative_url }}" title="{{ post.title }}"></a>
31
+ <h2 class="post-title">{{ post.title }}</h2>
32
+ {% if post.subtitle %}
33
+ <h3 class="post-subtitle">{{ post.subtitle }}</h3>
34
+ {% endif %}
35
+ {% if post.subtitle.size==0 or post.subtitle==nil %}
36
+ <p class="post-excerpt">{{ post.excerpt | strip_html | strip_newlines | truncate: 126}}</p>
37
+ {% endif %}
38
+ </section>
39
+ <footer class="post-meta">
40
+ <div class="post-tags">
41
+ {% if post.tags.size > 0 %}
42
+ {% for tag in post.tags %}
43
+ <a href={{ "tags.html#" | append: tag | relative_url }} class="post-tag">{{ tag | url_decode }}</a>
44
+ {% endfor %}
45
+ {% endif %}
46
+ </div>
47
+ <time class="post-date" datetime="{{ post.date | date:"%y-%m-%d" }}">{{ post.date | date_to_string }}</time>
48
+ </footer>
49
+ </article>
50
+ {% endfor %}
51
+
52
+ {% if paginator.total_pages > 1 %}
53
+ {% include pageNav.html %}
54
+ {% endif %}
55
+
56
+ </div>
57
+
58
+ <aside class="g-sidebar-wrapper">
59
+ <div class="g-sidebar">
60
+ <section class="author-card">
61
+ <div class="avatar">
62
+ <img src="{{ site.avatar | relative_url }}" alt="avatar">
63
+ </div>
64
+ <div class="author-name" rel="author">{{ site.author }}</div>
65
+ <div class="bio">
66
+ <p>{{ site.bio }}</p>
67
+ </div>
68
+ {% if site.data.social.size > 0 %}
69
+ <ul id="social-links" class="social-links">
70
+ {% for social in site.data.social %}
71
+ <li>
72
+ <a href="{{ social[1].link }}" target="_blank">
73
+ <i class="{{ social[1].icon }}"></i>
74
+ </a>
75
+ </li>
76
+ {% endfor %}
77
+ </ul>
78
+ {% endif %}
79
+ </section>
80
+
81
+ {% if site.recommend-tags and site.tags.size>0 %}
82
+ <section class="tags-card">
83
+ {% for tag in site.tags %}
84
+ {% if forloop.index > site.recommend-condition-size %}
85
+ {% break %}
86
+ {% endif %}
87
+ <a href="{{ "tags.html#" | append: tag[0] | relative_url }}" class="tag">{{ tag[0] | url_decode }}</a>
88
+ {% endfor %}
89
+ </section>
90
+ {% endif %}
91
+ </div>
92
+
93
+ {% if site.slack %}
94
+ <div class="slack-card">
95
+ <a href="{{site.slack}}" class="btn"><i class="fab fa-slack"></i>Rejoindre le Slack</a>
96
+ </div>
97
+ {% endif %}
98
+
99
+ {% if site.search %}
100
+ <div class="search-card">
101
+ <input id="search_input" type="text" placeholder="Recherche..." autocomplete="off">
102
+ <i class="iconfont icon-search"></i>
103
+ <div class="search_result"></div>
104
+ </div>
105
+ {% endif %}
106
+
107
+ </aside>
108
+
109
+ </main>
110
+
111
+ {% include footer.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-pdz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - PowerShell du Zèro
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-02-15 00:00:00.000000000 Z
12
+ date: 2019-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -67,20 +67,6 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0.11'
70
- - !ruby/object:Gem::Dependency
71
- name: bundler
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - "~>"
75
- - !ruby/object:Gem::Version
76
- version: '2.0'
77
- type: :development
78
- prerelease: false
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - "~>"
82
- - !ruby/object:Gem::Version
83
- version: '2.0'
84
70
  - !ruby/object:Gem::Dependency
85
71
  name: rake
86
72
  requirement: !ruby/object:Gem::Requirement
@@ -144,6 +130,7 @@ executables: []
144
130
  extensions: []
145
131
  extra_rdoc_files: []
146
132
  files:
133
+ - 404.html
147
134
  - LICENSE
148
135
  - README.md
149
136
  - _includes/anchor.html
@@ -205,8 +192,8 @@ files:
205
192
  - assets/icons/logo_pink.svg
206
193
  - assets/img/header-preview.jpg
207
194
  - assets/img/header.png
208
- - assets/img/ps-logo-apple.png
209
- - assets/img/ps-logo.png
195
+ - assets/img/logo-apple.png
196
+ - assets/img/logo.png
210
197
  - assets/js/index.js
211
198
  - assets/js/index.min.js
212
199
  - assets/js/jquery-3.3.1.min.js
@@ -214,7 +201,9 @@ files:
214
201
  - assets/js/nav.min.js
215
202
  - assets/js/prism.js
216
203
  - assets/js/util.js
217
- homepage: https://powershell-du-zero.fr
204
+ - favicon.ico
205
+ - index.html
206
+ homepage: https://github.com/Powershell-du-Zero/jekyll-theme-pdz
218
207
  licenses:
219
208
  - Apache-2.0
220
209
  metadata: {}