Added small About Me
parent
71d5513892
commit
b0ac2cc075
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in New Issue