webdesign-sopelnik 0.1.5 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 945b8762be2042addca4d65618968e4e69c937b70dc16f7e1e3956a055159b65
4
- data.tar.gz: bd74c09c6adaf2fce4061a40ec9a834bab45fb8171db2946267686928a2258e3
3
+ metadata.gz: a32224dd2cad355961bcc1e598a98381d5f4ca14d494d56a381c71809a675754
4
+ data.tar.gz: '09648072b958c4d64fec9bb3d74b1899bafd63b8e64f5b0e9e637fb8aabc19d8'
5
5
  SHA512:
6
- metadata.gz: 7a4689a1d1beed65d7a6ed4717b9411eb3a3d6e0951f671db0da09dec86d751bd08d3ae11c438fbdb90456226d4f508fdd7610a618c608cdc8f0ce4f49030ea6
7
- data.tar.gz: fd5d5a3be97c77edc55ee650fd2835f74b6275db47198a11e192567e08c60948a8f2d055bcacad0ab29f4809a223194a75a25d2d82bbd7b7fbebcdc2ebf3d348
6
+ metadata.gz: 2f630a8ca5652143ffc12aa11aaada730c2e2c32487d590076bbbb888db7b891d4da5bfdf5b1e496d7c36d44403e824eb845128e925e3037b7e909975656a330
7
+ data.tar.gz: 999b339f3ebf0521c4899146d0f01e78c149b7af66819f518852d02280d3246be0465365f83d757f3146754da4934a59c84091d28cad30b50b647ecc02f04f9a
@@ -19,6 +19,7 @@
19
19
  <meta name="author" content="Artur Sopelnik">
20
20
  <script src="/assets/js/main.min.js"></script>
21
21
  <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
22
+ <link rel="shortcut icon" href="{{ "/assets/favicon.ico" | relative_url }}">
22
23
 
23
24
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
24
25
  {%- include google-analytics.html -%}
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webdesign-sopelnik
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artur Sopelnik
@@ -19,7 +19,6 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - LICENSE.txt
21
21
  - README.md
22
- - _config.yml
23
22
  - _includes/google-analytics.html
24
23
  - _includes/head.html
25
24
  - _layouts/default.html
@@ -146,6 +145,7 @@ files:
146
145
  - _sass/widgets/_typo.scss
147
146
  - assets/css/style.scss
148
147
  - assets/cv.pdf
148
+ - assets/favicon.ico
149
149
  - assets/fonts/fa-brands-400.woff
150
150
  - assets/fonts/fa-brands-400.woff2
151
151
  - assets/fonts/fa-regular-400.woff
@@ -175,7 +175,7 @@ files:
175
175
  - assets/js/main.js
176
176
  - assets/js/main.min.js
177
177
  - assets/portfolio.pdf
178
- homepage: https://www.webdesign-sopelnik.de
178
+ homepage: https://github.com/artursopelnik/jekyll-theme-webdesign-sopelnik
179
179
  licenses:
180
180
  - MIT
181
181
  metadata: {}
@@ -1,58 +0,0 @@
1
- title: Webdesign Sopelnik
2
- email: artur@webdesign-sopelnik.de
3
- author:
4
- name: Artur Sopelnik
5
- email: artur@webdesign-sopelnik.de
6
- description: > # this means to ignore newlines until "show_excerpts:"
7
- Write an awesome description for your new site here. You can edit this
8
- line in _config.yml. It will appear in your document head meta (for
9
- Google search results) and in your feed.xml site description.
10
-
11
- show_excerpts: false # set to true to show excerpts on the homepage
12
-
13
- # Minima date format
14
- # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
15
- minima:
16
- date_format: "%b %-d, %Y"
17
-
18
- # generate social links in footer
19
- social_links:
20
- twitter: jekyllrb
21
- github: jekyll
22
- # devto: jekyll
23
- # dribbble: jekyll
24
- # facebook: jekyll
25
- # flickr: jekyll
26
- # instagram: jekyll
27
- # linkedin: jekyll
28
- # pinterest: jekyll
29
- # youtube: jekyll
30
- # youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
31
- # youtube_channel_name: CloudCannon
32
- # telegram: jekyll
33
- # googleplus: +jekyll
34
- # microdotblog: jekyll
35
- # keybase: jekyll
36
-
37
- # Mastodon instances
38
- # mastodon:
39
- # - username: jekyll
40
- # instance: example.com
41
- # - username: jekyll2
42
- # instance: example.com
43
-
44
- # GitLab instances
45
- # gitlab:
46
- # - username: jekyll
47
- # instance: example.com
48
- # - username: jekyll2
49
- # instance: example.com
50
-
51
- # If you want to link only specific pages in your header, uncomment
52
- # this and add the path to the pages in order as they should show up
53
- #header_pages:
54
- # - about.md
55
-
56
- # Build settings
57
- theme: webdesign-sopelnik
58
-