diff --git a/config.toml b/config.toml index 4b39876..f7dd006 100644 --- a/config.toml +++ b/config.toml @@ -6,3 +6,21 @@ theme = 'inklo' [params] favicon = "/favicon.ico" stylesheet = "/style.css" + +[[menu.main]] + identifier = "me" + name = "Me" + url = "/home/" + weight = 1 + +[[menu.main]] + identifier = "posts" + name = "Posts" + url = "/posts/" + weight = 2 + +[[menu.main]] + identifier = "links" + name = "Links" + url = "/links/" + weight = 3 diff --git a/content/home/index.md b/content/home/index.md new file mode 100644 index 0000000..13bdb09 --- /dev/null +++ b/content/home/index.md @@ -0,0 +1,30 @@ +--- +title: "Inkletblot" +type: "home" +--- + +![Image of Solomon Laing](/images/me.jpg) + +My name is Solomon Laing. I'm a twenty something year old uni student and IT +professional from Adelaide, Australia. I'm passionate about Technology and IT, +it as been a hobby of mine for most of my life in one way or another and I +predict will be for many years to come. Should you wish to know more, I'm sure +you'll be able to find some footprint of me online. Regardless of how hard I +try to remove it. + +This website serves as a personal website for myself. A place for me to put my +projects, experiments, important links and the such-like. Projects relate to my +publically accessable projects. Be it my linux config files, builds of +applications, website, or anything else I decide to add. Links, the most +important page to me, is where all of my services sit that I host myself. + +On of the projects that you will not find listed on the projects page is my +server that I operate from my loungeroom. It hosts this website, nextcloud, a +mail server and client, many game servers, my gitlab instance, and many local +services which I use at home. Part of this is a small Kubernetes cluster +consiting of Odroid-MC1s (by Hardkernel) which run the very simple api for this +site and the slightly more complicated api for my forum. + +This site is a simple testement to my passion for technology, it is not +supposed to be particularly eye-catching or engaging. I expect that few will +ever see it. But if you are one of the few, 'Hello and Welcome'. diff --git a/content/links/bitwarden.md b/content/links/bitwarden.md new file mode 100644 index 0000000..b704ea6 --- /dev/null +++ b/content/links/bitwarden.md @@ -0,0 +1,5 @@ +--- +title: "Bitwarden" +--- + +[Bitwarden](https://bw.inkletblot.com) diff --git a/content/links/cloud.md b/content/links/cloud.md new file mode 100644 index 0000000..8d0961e --- /dev/null +++ b/content/links/cloud.md @@ -0,0 +1,5 @@ +--- +title: "cloud" +--- + +[cloud](https://cloud.inkletblot.com) diff --git a/content/links/tng.md b/content/links/tng.md new file mode 100644 index 0000000..0d71063 --- /dev/null +++ b/content/links/tng.md @@ -0,0 +1,5 @@ +--- +title: "tng" +--- + +[tng](https://proxy.inkletblot.com/tng/) diff --git a/content/posts/this-website.md b/content/posts/this-website.md index 0e9697d..34b814e 100644 --- a/content/posts/this-website.md +++ b/content/posts/this-website.md @@ -1,6 +1,7 @@ --- title: "This Website" -date: 2022-06-13 +date: 2021-07-15 +lastmod: 2022-06-13 draft: false --- diff --git a/static/images/me.jpg b/static/images/me.jpg new file mode 100644 index 0000000..a767d85 Binary files /dev/null and b/static/images/me.jpg differ diff --git a/themes/inklo b/themes/inklo index 19c262c..eb91461 160000 --- a/themes/inklo +++ b/themes/inklo @@ -1 +1 @@ -Subproject commit 19c262c770ed5cfb48de7d13ee34dd3afe59ed90 +Subproject commit eb91461c0c68af377f3ec3b1c2fdd336243dfd01