[websites/rkward-kde-org] /: Clean up
Thomas Friedrichsmeier
null at kde.org
Mon Apr 21 12:44:18 BST 2025
Git commit 95b5879b8b7a34bde13dc9534190ebad73111350 by Thomas Friedrichsmeier.
Committed on 21/04/2025 at 10:55.
Pushed by tfry into branch 'master'.
Clean up
M +0 -2 .gitignore
D +0 -10 Gemfile
M +2 -17 README.md
D +0 -65 _config.yml
https://invent.kde.org/websites/rkward-kde-org/-/commit/95b5879b8b7a34bde13dc9534190ebad73111350
diff --git a/.gitignore b/.gitignore
index 1381e36..ff6f511 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,6 @@
vendor
_site
-.bundle/
.sass-cache/
-Gemfile.lock
public/
.hugo_build.lock
resources/
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 404f812..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,10 +0,0 @@
-source "https://rubygems.org"
-ruby RUBY_VERSION
-
-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!
-# group :jekyll_plugins do
-# gem "jekyll-github-metadata", "~> 1.0"
-# end
diff --git a/README.md b/README.md
index 0b68f55..6dde83d 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,7 @@
# Rkward website
-## Build instruction
+Built using hugo. To test locally, simply run:
```
-gem install bundler jekyll
-bundle install --path vendor/bundle
+hugo server
```
-
-## Run development
-
-```
-bundle exec jekyll serve
-```
-
-## Run production
-
-```
-bundle exec jekyll build
-```
-
-The configuration are located in `_config.yml`.
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 21aa9ae..0000000
--- a/_config.yml
+++ /dev/null
@@ -1,65 +0,0 @@
-# Site settings
-title: RKWard
-baseurl: "" # the subpath of your site, e.g. /blog
-url: "https://rkward.kde.org"
-twitter_username: kde_community
-github_username: kde
-
-# Build settings
-markdown: kramdown
-theme: jekyll-kde-theme
-sass:
- style: compressed
-
-defaults:
- - scope:
- path: "assets/img"
- values:
- image: true
-
-collections:
- changelogs:
- output: true
-
-navigation:
- top:
- - title: About
- url: /About.html
- - title: Download
- url: /Download_RKWard.html
- - title: Support
- url: /Contact.html
- - title: Get Involved
- url: /Developer_Information.html
- - title: Donate
- url: https://www.kde.org/donate
- bottom:
- - name: Community
- items:
- - title: Contact
- url: /Contact.html
- - title: Mastodon
- url: https://fosstodon.org/@rkward
- - title: Mailing List
- url: https://mail.kde.org/mailman/listinfo/rkward-users
- - name: Download
- items:
- - title: RKWard on Windows
- url: /RKWard_on_Windows.html
- - title: RKWard on Mac
- url: /RKWard_on_Mac.html
- - title: RKWard from Source
- url: /RKWard_Source_Repository.html
-
-paginate: 3
-
-kramdown:
- toc_levels: 2..3
-
-exclude:
- - Gemfile
- - Gemfile.lock
- - vendor
-
-keep_files:
- - doc
More information about the rkward-tracker
mailing list