minor changes
This commit is contained in:
parent
34203f01e1
commit
3c6f220870
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
|
||||||
@ -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
|
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
|
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'.
|
ever see it. But if you are one of the few, 'Hello and Welcome'.
|
||||||
|
|
||||||
|
See also [solomonlai.ng](https://solomonlai.ng).
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main>
|
<main class="home">
|
||||||
<article>
|
<article class="home__content">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<div>
|
<div>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
body {
|
body {
|
||||||
background: #747474
|
background: #282828;
|
||||||
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user