diff --git a/.gitmodules b/.gitmodules index 79581ba..7513f0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/lightspeed"] path = themes/lightspeed - url = https://github.com/carpetscheme/lightspeed + url = https://git.data.coop/nixaalborg/lightspeed diff --git a/config.toml b/config.toml index 8a14f60..b26df94 100644 --- a/config.toml +++ b/config.toml @@ -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"}, ] diff --git a/content/2021-11-15-test-post.md b/content/2021-11-15-test-post.md deleted file mode 100644 index 4824cd2..0000000 --- a/content/2021-11-15-test-post.md +++ /dev/null @@ -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? diff --git a/content/2022-02-15-hello-world.md b/content/2022-02-15-hello-world.md new file mode 100644 index 0000000..cf27d82 --- /dev/null +++ b/content/2022-02-15-hello-world.md @@ -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! diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..15d5976 Binary files /dev/null and b/static/favicon.ico differ