Add hello world post and favicon
This commit is contained in:
parent
9c641bef80
commit
ad82024630
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/lightspeed"]
|
||||
path = themes/lightspeed
|
||||
url = https://github.com/carpetscheme/lightspeed
|
||||
url = https://git.data.coop/nixaalborg/lightspeed
|
||||
|
|
|
@ -22,4 +22,5 @@ maintained_with_love = false
|
|||
footer_links = [
|
||||
{url = "$BASE_URL/about", name = "About"},
|
||||
{url = "$BASE_URL/atom.xml", name = "RSS"},
|
||||
{url = "https://git.data.coop/nixaalborg/website", name = "Source Code"},
|
||||
]
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
+++
|
||||
title = "A test post!"
|
||||
description = "A post for testing!"
|
||||
+++
|
||||
|
||||
# The post where testing happens
|
||||
|
||||
Did I mention this is a test post?
|
8
content/2022-02-15-hello-world.md
Normal file
8
content/2022-02-15-hello-world.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = "Hello world!"
|
||||
description = "Our first post"
|
||||
+++
|
||||
|
||||
# Hello world!
|
||||
|
||||
We figured it's time to populate this site a bit. We're planning a meetup sometime soon, no date has been set however. We're also planning to pay [Crypto Aarhus](cryptoaarhus.dk) a visit next month!
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue