major updates, added links and started general content formatting
This commit is contained in:
parent
13e9443ed5
commit
fad5852952
18
config.toml
18
config.toml
@ -6,3 +6,21 @@ theme = 'inklo'
|
|||||||
[params]
|
[params]
|
||||||
favicon = "/favicon.ico"
|
favicon = "/favicon.ico"
|
||||||
stylesheet = "/style.css"
|
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
|
||||||
|
|||||||
30
content/home/index.md
Normal file
30
content/home/index.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
title: "Inkletblot"
|
||||||
|
type: "home"
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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'.
|
||||||
5
content/links/bitwarden.md
Normal file
5
content/links/bitwarden.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Bitwarden"
|
||||||
|
---
|
||||||
|
|
||||||
|
[Bitwarden](https://bw.inkletblot.com)
|
||||||
5
content/links/cloud.md
Normal file
5
content/links/cloud.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "cloud"
|
||||||
|
---
|
||||||
|
|
||||||
|
[cloud](https://cloud.inkletblot.com)
|
||||||
5
content/links/tng.md
Normal file
5
content/links/tng.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "tng"
|
||||||
|
---
|
||||||
|
|
||||||
|
[tng](https://proxy.inkletblot.com/tng/)
|
||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "This Website"
|
title: "This Website"
|
||||||
date: 2022-06-13
|
date: 2021-07-15
|
||||||
|
lastmod: 2022-06-13
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
BIN
static/images/me.jpg
Normal file
BIN
static/images/me.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit 19c262c770ed5cfb48de7d13ee34dd3afe59ed90
|
Subproject commit eb91461c0c68af377f3ec3b1c2fdd336243dfd01
|
||||||
Loading…
Reference in New Issue
Block a user