From d1176d18dc8c7e339517b0d0445e6a832fa875a9 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Fri, 27 Nov 2020 13:36:38 +0100 Subject: [PATCH] Added config --- .gitignore | 1 + config.toml | 20 ++++++++++++++++++-- content/posts/Transmission Server.md | 11 +++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 content/posts/Transmission Server.md diff --git a/.gitignore b/.gitignore index 7df7f85..5b72fa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vim/ public/ +resources/ diff --git a/config.toml b/config.toml index e4b7418..5d7f1cf 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,19 @@ -baseURL = "http://example.org/" +baseURL = "https://blog.roosens.me/" languageCode = "en-us" -title = "My New Hugo Site" +title = "Technically Jesus" +theme = "hyde-hyde" +include_toc = true + +[[menu.main]] + name = "Home" + identifier = "home" + url = "/" + +[[menu.main]] + name = "Posts" + identifier = "posts" + url = "/posts/" + +[params.social] + github = "ChewingBever" + gitlab = "Chewing_Bever" diff --git a/content/posts/Transmission Server.md b/content/posts/Transmission Server.md new file mode 100644 index 0000000..cc15d65 --- /dev/null +++ b/content/posts/Transmission Server.md @@ -0,0 +1,11 @@ +--- +title: "Transmission Server" +date: 2020-11-26T15:20:30+01:00 +draft: true +--- + +Transmission is a widely used Torrenting client for Linux. But did you know +that you could also run it as a server? + +In this tutorial, I'll be teaching you how to install Transmission Server on +your VPS or server of choice, so you can download torrents at blazing speeds.