jekyll-kde-theme 0.4.0 → 0.4.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
- data/README.md +16 -6
- data/_includes/footer.html +3 -3
- data/_sass/base.scss +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aac986bb0d4566b09ad744ba96908883d680af877ac878ec9ebe612730e985fe
|
|
4
|
+
data.tar.gz: d04d9bab2d51811d1c64f9ac7fcf1b039a3ebf08a5ee13a0fdfc0ba68180273b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d72abd40eb9b1e2ced5e2960a1e40cfdb728629b3ca8f9f78da62460695bc720efc7e4c0ce782698bdc6287acc7886a8bd1a1d7849d91d4b195b63655eee379
|
|
7
|
+
data.tar.gz: 4398bcf6d1561c16b1fadc0a43e18778c316bd158493a8f4d4f6ffc48eb6162f490f8d786e844feb0530faaf4b5ecbb8a5a809c49a3f4fdea54eb73ef0c890d1
|
data/README.md
CHANGED
|
@@ -4,21 +4,31 @@ This is a jekyll theme for a unified layout across the kde websites.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
To create a new website, copy the directory `examples/simple`
|
|
8
|
+
|
|
9
|
+
And repace
|
|
8
10
|
|
|
9
11
|
```ruby
|
|
10
|
-
gem "jekyll-kde-theme", :
|
|
12
|
+
gem "jekyll-kde-theme", path: '../../'
|
|
11
13
|
```
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
by
|
|
14
16
|
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
+
```ruby
|
|
18
|
+
gem "jekyll-kde-theme"
|
|
17
19
|
```
|
|
18
20
|
|
|
19
21
|
And then execute:
|
|
20
22
|
|
|
21
|
-
$ bundle
|
|
23
|
+
$ bundle install --path vendor/bundle
|
|
24
|
+
|
|
25
|
+
You can now start editing the website.
|
|
26
|
+
|
|
27
|
+
To test your change do:
|
|
28
|
+
|
|
29
|
+
$ bundle exec jekyll server
|
|
30
|
+
|
|
31
|
+
You can also find a tutorial in the community wiki: https://community.kde.org/KDE.org/Jekyll
|
|
22
32
|
|
|
23
33
|
## Usage
|
|
24
34
|
|
data/_includes/footer.html
CHANGED
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
</section>
|
|
54
54
|
|
|
55
55
|
<section id="KGlobalContributorLinks">
|
|
56
|
-
<nav>
|
|
56
|
+
<nav class="clearfix">
|
|
57
57
|
<a href="https://community.kde.org/Get_Involved" target="_blank">Get Involved in KDE</a>
|
|
58
|
-
<
|
|
58
|
+
<span class="kSocialLinks float-right">
|
|
59
59
|
<a class="shareFacebook" href="https://www.facebook.com/kde/" rel="nofollow">Post on Facebook</a>
|
|
60
60
|
<a class="shareTwitter" href="https://twitter.com/kdecommunity" rel="nofollow">Share on Twitter</a>
|
|
61
61
|
<a class="shareDiaspora" href="https://joindiaspora.com/people/9c3d1a454919ef06" rel="nofollow">Share on Diaspora</a>
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<a class="shareReddit" href="http://www.reddit.com/r/kde/" rel="nofollow">Share on Reddit</a>
|
|
65
65
|
<a class="shareYouTube" href="https://www.youtube.com/channel/UCF3I1gf7GcbmAb0mR6vxkZQ" rel="nofollow">Share on YouTube</a>
|
|
66
66
|
<a class="sharePeerTube" href="https://peertube.mastodon.host/accounts/kde/videos" rel="nofollow">Share on PeerTube</a>
|
|
67
|
-
</
|
|
67
|
+
</span>
|
|
68
68
|
</nav>
|
|
69
69
|
</section>
|
|
70
70
|
|
data/_sass/base.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-kde-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carl Schwan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|