Added config

master
Jef Roosens 2020-11-27 13:36:38 +01:00
parent 26c33c3033
commit d1176d18dc
3 changed files with 30 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vim/
public/
resources/

View File

@ -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"

View File

@ -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.