Added config
parent
26c33c3033
commit
d1176d18dc
|
@ -1,2 +1,3 @@
|
||||||
.vim/
|
.vim/
|
||||||
public/
|
public/
|
||||||
|
resources/
|
||||||
|
|
20
config.toml
20
config.toml
|
@ -1,3 +1,19 @@
|
||||||
baseURL = "http://example.org/"
|
baseURL = "https://blog.roosens.me/"
|
||||||
languageCode = "en-us"
|
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"
|
||||||
|
|
|
@ -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.
|
Reference in New Issue