jekyll-theme-html5up-landed 0.1.0 → 0.1.1
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 -64
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f11ee31270aa93791b08ab85fb486ac32d4c6c15d148f8629cb9c595fb7c2f7c
|
4
|
+
data.tar.gz: ccabd10c74e82f9bb47f66f4ef5a3ef1f0a9ea696506483e8e58d53248751b00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf6959de12ac47bc49a320673d4478c6d9fcfa3e8679826f1d75a523c98901f0d3dd53f1450ee067837a11ec239000edc29b56fdf8e4e7d82e21e9737b8640b8
|
7
|
+
data.tar.gz: c2adb9cfaf36b02ce1b6d89218aa9e83292e7daf61079fe4a45a6eb9b5ee1eb5337c7e13f9bd6af5dc6ddb29751c1acd5c985f000b7937eedc9377f2cecf54e6
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-html5up-landed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Franz Scholz
|
@@ -33,7 +33,6 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- LICENSE.txt
|
35
35
|
- README.md
|
36
|
-
- _config.yml
|
37
36
|
- _includes/archive-single.html
|
38
37
|
- _includes/footer.html
|
39
38
|
- _includes/head.html
|
@@ -88,7 +87,7 @@ files:
|
|
88
87
|
- assets/webfonts/fa-solid-900.woff2
|
89
88
|
homepage: https://github.com/franzscholz/jekyll-theme-html5up-landed
|
90
89
|
licenses:
|
91
|
-
- CC
|
90
|
+
- CC-BY-3.0
|
92
91
|
metadata: {}
|
93
92
|
post_install_message:
|
94
93
|
rdoc_options: []
|
data/_config.yml
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
# Welcome to Jekyll!
|
2
|
-
#
|
3
|
-
# This config file is meant for settings that affect your whole blog, values
|
4
|
-
# which you are expected to set up once and rarely edit after that. If you find
|
5
|
-
# yourself editing this file very often, consider using Jekyll's data files
|
6
|
-
# feature for the data you need to update frequently.
|
7
|
-
#
|
8
|
-
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
9
|
-
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
10
|
-
#
|
11
|
-
# If you need help with YAML syntax, here are some quick references for you:
|
12
|
-
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
13
|
-
# https://learnxinyminutes.com/docs/yaml/
|
14
|
-
#
|
15
|
-
# Site settings
|
16
|
-
# These are used to personalize your new site. If you look in the HTML files,
|
17
|
-
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
18
|
-
# You can create any custom variable you would like, and they will be accessible
|
19
|
-
# in the templates via {{ site.myvariable }}.
|
20
|
-
|
21
|
-
title: Landed by HTML5UP for Jekyll
|
22
|
-
copyright: Untitled
|
23
|
-
email: franz@franzscholz.net
|
24
|
-
description: >- # this means to ignore newlines until "baseurl:"
|
25
|
-
A Jekyll template for the HTML5UP Landed design.
|
26
|
-
baseurl: # the subpath of your site, e.g. /blog
|
27
|
-
url: # the base hostname & protocol for your site, e.g. http://example.com
|
28
|
-
twitter_username: franzscholz
|
29
|
-
github_username: franzscholz
|
30
|
-
facebook_username: franzscholz
|
31
|
-
linkedin_username: franzscholz
|
32
|
-
instagram_username: franzscholz
|
33
|
-
xing_username: Franz_Scholz
|
34
|
-
|
35
|
-
# Build settings
|
36
|
-
# theme: jekyll-theme-html5up landed
|
37
|
-
plugins:
|
38
|
-
- jekyll-feed
|
39
|
-
|
40
|
-
# Exclude from processing.
|
41
|
-
# The following items will not be processed, by default.
|
42
|
-
# Any item listed under the `exclude:` key here will be automatically added to
|
43
|
-
# the internal "default list".
|
44
|
-
#
|
45
|
-
# Excluded items can be processed by explicitly listing the directories or
|
46
|
-
# their entries' file path in the `include:` list.
|
47
|
-
#
|
48
|
-
# exclude:
|
49
|
-
# - .sass-cache/
|
50
|
-
# - .jekyll-cache/
|
51
|
-
# - gemfiles/
|
52
|
-
# - Gemfile
|
53
|
-
# - Gemfile.lock
|
54
|
-
# - node_modules/
|
55
|
-
# - vendor/bundle/
|
56
|
-
# - vendor/cache/
|
57
|
-
# - vendor/gems/
|
58
|
-
# - vendor/ruby/
|
59
|
-
|
60
|
-
exclude:
|
61
|
-
- "*.gem"
|
62
|
-
- "*.gemspec"
|
63
|
-
- LICENSE.txt
|
64
|
-
- README.md
|