From b0ac2cc0758930b4643eb44dae471a7d81e3ccda Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Thu, 3 Dec 2020 14:22:09 +0100 Subject: [PATCH] Added small About Me --- README.md | 2 +- config.toml | 8 ++++---- content/About.md | 11 +++++++++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca9af0f..86985c7 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ can be found [here](https://www.roosens.me). It's created using ## Run on localhost Firstly, install Hugo. Afterwards, you can run this site on your local machine -by running `hugo -D server`. This will startup hugo as a local web server, +by running `hugo -D server`. This will start hugo as a local web server, accessible on port `1313`. diff --git a/config.toml b/config.toml index fd0fcff..fa2fe4b 100644 --- a/config.toml +++ b/config.toml @@ -33,14 +33,14 @@ paginate = 10 subTitle = "My personal blog about all things software." # Source URL of the website, will appear in the footer - sourceURL = "" + sourceURL = "https://gitlab.com/Chewing_Bever/blog" # Word counter and read time indicator in post metadata showWordCounter = true showReadTime = true # License in the footer - showLicenseInFooter = false + showLicenseInFooter = true # License at the end of each post showLicense = false @@ -51,7 +51,7 @@ paginate = 10 # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually - description = "A minimal Hugo theme with nice theme color." + description = "My personal blog about all things software." images = ["img/og.png"] # This will use the image called og.png in static/img folder # Posts shown in homepage @@ -130,4 +130,4 @@ paginate = 10 [[menu.link]] name = "GitLab" url = "https://gitlab.com/Chewing_Bever" - weight = 1 + weight = 2 diff --git a/content/About.md b/content/About.md index 9d39868..d006524 100644 --- a/content/About.md +++ b/content/About.md @@ -1,6 +1,13 @@ --- -title: "About" +title: "About Me" date: 2020-12-03T10:26:05+01:00 -draft: true +showToc: false --- +Hi, I'm Jef Roosens, an Informatics student at the University of Ghent in +Belgium. I've been interested in computers and software since I was 12, +starting my programming career creating Computercraft programs in Minecraft. + +I created this blog to share the things I've learned along the way, as to +hopefully make everyone else's live a bit easier. I frequently use Docker to +deploy server-based applications, including this blog.