diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e2668b8..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "themes/blank"] - path = themes/blank - url = https://github.com/vimux/blank -[submodule "themes/inklo"] - path = themes/inklo - url = ssh://git@gitlab.inkletblot.com:10622/inkletblot/inklo diff --git a/content/home/index.md b/content/home/index.md index 13bdb09..fe276ce 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -28,3 +28,5 @@ 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'. + +See also [solomonlai.ng](https://solomonlai.ng). diff --git a/layouts/home/single.html b/layouts/home/single.html index f49a80f..1e86bf2 100644 --- a/layouts/home/single.html +++ b/layouts/home/single.html @@ -1,6 +1,6 @@ {{ define "main" }} -
-
+
+

{{ .Title }}

{{ .Content }} diff --git a/static/style.css b/static/style.css index 72739ab..de8e505 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,4 @@ body { - background: #747474 + background: #282828; + color: #ebdbb2; }