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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3786a6d801cda90a75672d21b27b79b2f67404c14fb98e2d6912b194e8bdc5e5
4
- data.tar.gz: ac04c611ace78f5d141830b824e21e42fa98b34b245556861b48ab8d9df2ba5d
3
+ metadata.gz: aac986bb0d4566b09ad744ba96908883d680af877ac878ec9ebe612730e985fe
4
+ data.tar.gz: d04d9bab2d51811d1c64f9ac7fcf1b039a3ebf08a5ee13a0fdfc0ba68180273b
5
5
  SHA512:
6
- metadata.gz: 5409c724ed22e4bf6a97f000756260b6fe31d6d630186a998a9013ae62d9ba53912be6031a257a270b42da05da873191bd895a7ef10bd8c3873544e55824f5a2
7
- data.tar.gz: 315d989261ae5a36fc24e99f20b31370ef15235e094b4c1f03174920575ee0096172a66bd384980985cf1f719172fe3526fe9c81e82a7a2dca4466b30ea43588
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
- Add this line to your Jekyll site's `Gemfile`:
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", :git => 'https://invent.kde.org/websites/jekyll-kde-theme.git'
12
+ gem "jekyll-kde-theme", path: '../../'
11
13
  ```
12
14
 
13
- And add this line to your Jekyll site's `_config.yml`:
15
+ by
14
16
 
15
- ```yaml
16
- theme: jekyll-kde-theme
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
 
@@ -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
- <aside class="kSocialLinks" style="position: absolute; right: 0px; top: 0px">
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
- </aside>
67
+ </span>
68
68
  </nav>
69
69
  </section>
70
70
 
data/_sass/base.scss CHANGED
@@ -567,4 +567,3 @@ main.navfix {
567
567
  diplay: block;
568
568
  }
569
569
  }
570
-
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.0
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-10-16 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll