From 836dc60116f2569c3f6f6b493c57e6a2c687f4e5 Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Fri, 19 Jul 2019 12:22:53 +0200 Subject: [PATCH] Set theme jekyll-theme-minimal and migrate Page Generator content --- _config.yml | 8 +++++++ index.html | 66 ----------------------------------------------------- index.md | 13 +++++++++++ params.json | 1 - 4 files changed, 21 insertions(+), 67 deletions(-) create mode 100644 _config.yml delete mode 100644 index.html create mode 100644 index.md delete mode 100644 params.json diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..b7087c14 --- /dev/null +++ b/_config.yml @@ -0,0 +1,8 @@ +title: Rtorrent +description: rTorrent BitTorrent client +google_analytics: +show_downloads: true +theme: jekyll-theme-minimal + +gems: + - jekyll-mentions diff --git a/index.html b/index.html deleted file mode 100644 index 5fa01107..00000000 --- a/index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - Rtorrent by rakshasa - - - - - - - -
-
-

Rtorrent

-

rTorrent BitTorrent client

- -

View the Project on GitHub rakshasa/rtorrent

- - - -
-
-

-RTorrent and LibTorrent Wiki

- -

-Wiki

- - - -

-Stable

- - - -

-Unstable

- - - -
- -
- - - - diff --git a/index.md b/index.md new file mode 100644 index 00000000..8d214db1 --- /dev/null +++ b/index.md @@ -0,0 +1,13 @@ +RTorrent and LibTorrent Wiki +============================ + +Wiki +---- + +* https://github.com/rakshasa/rtorrent/wiki + +Download +-------- + +* http://rtorrent.net/downloads/libtorrent-0.13.6.tar.gz +* http://rtorrent.net/downloads/rtorrent-0.9.6.tar.gz \ No newline at end of file diff --git a/params.json b/params.json deleted file mode 100644 index cd90acee..00000000 --- a/params.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"Rtorrent","tagline":"rTorrent BitTorrent client","body":"RTorrent and LibTorrent Wiki\r\n============================\r\n\r\nWiki\r\n----\r\n\r\n* https://github.com/rakshasa/rtorrent/wiki\r\n\r\nDownload\r\n--------\r\n\r\n* http://rtorrent.net/downloads/libtorrent-0.13.6.tar.gz\r\n* http://rtorrent.net/downloads/rtorrent-0.9.6.tar.gz","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file