[websites/rkward-kde-org] /: Partially fix broken theme
Thomas Friedrichsmeier
null at kde.org
Wed Nov 29 21:37:17 GMT 2023
Git commit 6dd5da450457c5923b26face410491086137cfeb by Thomas Friedrichsmeier.
Committed on 29/11/2023 at 22:37.
Pushed by tfry into branch 'master'.
Partially fix broken theme
M +1 -1 Gemfile
M +2 -5 css/main.scss
M +4 -4 index.html
https://invent.kde.org/websites/rkward-kde-org/-/commit/6dd5da450457c5923b26face410491086137cfeb
diff --git a/Gemfile b/Gemfile
index 9e2ce55..404f812 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
ruby RUBY_VERSION
-gem "jekyll", "4.0"
+gem "jekyll", "4.3.2"
gem "jekyll-kde-theme", :git => 'https://invent.kde.org/websites/jekyll-kde-theme.git'
# If you have any plugins, put them here!
diff --git a/css/main.scss b/css/main.scss
index 34f1038..98a107f 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -3,9 +3,6 @@
---
@charset "utf-8";
-
- at import "base.scss";
- at import "social.scss";
- at import "glyphs.scss";
- at import "download.scss";
@import "home.scss";
+ at import "download.scss";
+ at import "component.scss"
diff --git a/index.html b/index.html
index 600a660..3e9fe80 100644
--- a/index.html
+++ b/index.html
@@ -21,21 +21,21 @@ layout: default
<main aria-label="Content" id="content" class="container">
<div class="main">
- <div class="block">
+ <div>
<h2>Current News</h2>
{% capture dummy_include %}{% include 2022_10_24_announce_0.7.5_teaser.md %}{% endcapture %}
{{ dummy_include | markdownify }}
<a href="News.html">Read more...</a>
</div>
- <div class="block">
+ <div>
<h2>You can help</h2>
<p>RKWard is developed by a community of volunteers, working on the project in their free time. Many tasks do not require programming knowledge. <a href="/Developer_Information.html">Find out, what you can do to help the project</a>.</p>
</div>
- <div class="block">
+ <div>
<h2>Getting started</h2>
<p>New to RKWard? Check out our online <a href="/User_Documentation.html">user documentation</a>.</p>
</div>
- <div class="block">
+ <div>
<h2>Getting in contact</h2>
<p>Need more help? You have feedback to share? You want to stay up to date on the latest development? Don't hestiate to <a href="Contact.html">contact us</a>.</p>
</div>
More information about the rkward-tracker
mailing list