webdesign-sopelnik 0.1.3 → 0.1.4
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
- data/_config.yml +62 -0
- data/_includes/head.html +0 -1
- data/_sass/main.scss +4 -4
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a507f6b26336336553cf21edaac221e1b797a50f29274fbebd541636c6efce10
|
|
4
|
+
data.tar.gz: 8c07b29047d7508f04f9502b5366a1503eb11316a3466b2b27da9450cbc2f05b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4461b837972b323e737408db2d56bb2d3d0527f9bf42f4f425485982cc9f73daa1183166f7dbe53d6cd0ffc65ddfc43a784b82ca764f1474d7ea232139ecead6
|
|
7
|
+
data.tar.gz: 143566e2c014a84a8fed09dce584570edc5c7b77745b854d54e5278620a88160cfeca5585bad6188a68145d269f78cc94dfaf08f61927d4bd6f4d55cabf1950f
|
data/_config.yml
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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
|
data/_includes/head.html
CHANGED
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
<script src="/assets/js/main.min.js"></script>
|
|
21
21
|
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
|
|
22
22
|
|
|
23
|
-
{%- feed_meta -%}
|
|
24
23
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
|
25
24
|
{%- include google-analytics.html -%}
|
|
26
25
|
{%- endif -%}
|
data/_sass/main.scss
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
@import "settings";
|
|
6
6
|
@import "normalize";
|
|
7
7
|
|
|
8
|
-
// Bootstrap
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
// Bootstrap
|
|
9
|
+
@import "../node_modules/bootstrap/scss/bootstrap-grid";
|
|
10
|
+
@import "../node_modules/bootstrap/scss/bootstrap";
|
|
11
|
+
@import "../node_modules/bootstrap/scss/spinners";
|
|
12
12
|
|
|
13
13
|
// Modules
|
|
14
14
|
@import "modules/head";
|
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.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Artur Sopelnik
|
|
@@ -19,6 +19,7 @@ extra_rdoc_files: []
|
|
|
19
19
|
files:
|
|
20
20
|
- LICENSE.txt
|
|
21
21
|
- README.md
|
|
22
|
+
- _config.yml
|
|
22
23
|
- _includes/google-analytics.html
|
|
23
24
|
- _includes/head.html
|
|
24
25
|
- _layouts/default.html
|