webdesign-sopelnik 0.1.9 → 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 +4 -4
- metadata +2 -3
- data/_config.yml +0 -62
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a32224dd2cad355961bcc1e598a98381d5f4ca14d494d56a381c71809a675754
|
|
4
|
+
data.tar.gz: '09648072b958c4d64fec9bb3d74b1899bafd63b8e64f5b0e9e637fb8aabc19d8'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f630a8ca5652143ffc12aa11aaada730c2e2c32487d590076bbbb888db7b891d4da5bfdf5b1e496d7c36d44403e824eb845128e925e3037b7e909975656a330
|
|
7
|
+
data.tar.gz: 999b339f3ebf0521c4899146d0f01e78c149b7af66819f518852d02280d3246be0465365f83d757f3146754da4934a59c84091d28cad30b50b647ecc02f04f9a
|
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.
|
|
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
|
|
@@ -176,7 +175,7 @@ files:
|
|
|
176
175
|
- assets/js/main.js
|
|
177
176
|
- assets/js/main.min.js
|
|
178
177
|
- assets/portfolio.pdf
|
|
179
|
-
homepage: https://
|
|
178
|
+
homepage: https://github.com/artursopelnik/jekyll-theme-webdesign-sopelnik
|
|
180
179
|
licenses:
|
|
181
180
|
- MIT
|
|
182
181
|
metadata: {}
|
data/_config.yml
DELETED
|
@@ -1,62 +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
|
-
|
|
59
|
-
include: ["node_modules"]
|
|
60
|
-
|
|
61
|
-
exclude:
|
|
62
|
-
- Gemfile.lock
|