diff --git a/.gitignore b/.gitignore
index 76854fa..f9fe47c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,3 @@ _site/
.sass-cache/
.jekyll-metadata
.jekyll-cache
-deploy.sh
-
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index a1efb24..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,9 +0,0 @@
-
- ExpiresActive On
- ExpiresDefault "access plus 1 year"
- # Pages
- ExpiresByType text/html "access plus 1 day"
- # RSS feed
- ExpiresByType text/xml "access plus 120 minutes"
-
-
diff --git a/README.html b/README.html
deleted file mode 100644
index 1c73705..0000000
--- a/README.html
+++ /dev/null
@@ -1,1037 +0,0 @@
-

-Daktilo
-Daktilo is a Jekyll theme with a minimal design inspired from typewriters.
-Features
-
-- Fully responsive
-- Disqus integration for comments.
-- Google Analytics integration.
-- Syntax Highlighter (using highlight.js).
-- Support for categories.
-- Font-Awesome Icons.
-- Optimized for SEO.
-- Coolest 404 page ever.
-
-Who to use it
-Start by cloning the repository, then check the _config.yml file and change it accordenly.
-Sneak peek
-Desktop version
-
-Mobile version
-
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644
index a22153c..0000000
--- a/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# retrospace
-retrospace.be website
diff --git a/_config.yml b/_config.yml
index 741e2bc..2e85ac3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,39 +1,94 @@
# Site settings
-title: retrospace
+title: retrospace.be
description: >
- A meeting place for hackers, nerds, geeks, cyberpunks
+ Digital meeting place for hackers, nerds, geeks, cyberpunks
and nostalgic cyberspace citizens.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://retrospace.be" # the base hostname & protocol for your site
author:
- fullname: shmitty
- # googleplus: ""
- # github: ""
- # twitter: ""
- # disqus: your_disqus_forum_shortname
-
-# google_analytics: 'UA-XXXXXXXX-X'
+ fullname: Neo
+ email: "root@retrospace.be"
+ mastodon:
+ label: "@neo@social.hacktheplanet.be"
+ url: "https://social.hacktheplanet.be/@neo"
# Syntax highlighting
-highlightstyle: ''
-styles: [agate, androidstudio, arta, asceti, atelier-cave.dark, atelier-cave.light, atelier-dune.dark, atelier-dune.light, atelier-estuary.dark, atelier-estuary.light, atelier-forest.dark, atelier-forest.light, atelier-heath.dark, atelier-heath.light, atelier-lakeside.dark, atelier-lakeside.light, atelier-plateau.dark, atelier-plateau.light, atelier-savanna.dark, atelier-savanna.light, atelier-seaside.dark, atelier-seaside.light, atelier-sulphurpool.dark, atelier-sulphurpool.light, brown_paper, codepen-embed, color-brewer, dark, darkula, default, docco, far, foundation, github, github-gist, googlecode, grayscale, hopscotch, hybrid, idea, ir_black, kimbie.dark, kimbie.light, magula, mono-blue, monokai, monokai_sublime, obsidian, paraiso.dark, paraiso.light, pojoaque, railscast, rainbow, school_book, solarized_dark, solarized_light, styles_list.txt, sunburst, tomorrow, tomorrow-night-blue, tomorrow-night-bright, tomorrow-night, tomorrow-night-eightie, v, xcode, zenburn]
+highlightstyle: ""
+styles:
+ [
+ agate,
+ androidstudio,
+ arta,
+ asceti,
+ atelier-cave.dark,
+ atelier-cave.light,
+ atelier-dune.dark,
+ atelier-dune.light,
+ atelier-estuary.dark,
+ atelier-estuary.light,
+ atelier-forest.dark,
+ atelier-forest.light,
+ atelier-heath.dark,
+ atelier-heath.light,
+ atelier-lakeside.dark,
+ atelier-lakeside.light,
+ atelier-plateau.dark,
+ atelier-plateau.light,
+ atelier-savanna.dark,
+ atelier-savanna.light,
+ atelier-seaside.dark,
+ atelier-seaside.light,
+ atelier-sulphurpool.dark,
+ atelier-sulphurpool.light,
+ brown_paper,
+ codepen-embed,
+ color-brewer,
+ dark,
+ darkula,
+ default,
+ docco,
+ far,
+ foundation,
+ github,
+ github-gist,
+ googlecode,
+ grayscale,
+ hopscotch,
+ hybrid,
+ idea,
+ ir_black,
+ kimbie.dark,
+ kimbie.light,
+ magula,
+ mono-blue,
+ monokai,
+ monokai_sublime,
+ obsidian,
+ paraiso.dark,
+ paraiso.light,
+ pojoaque,
+ railscast,
+ rainbow,
+ school_book,
+ solarized_dark,
+ solarized_light,
+ styles_list.txt,
+ sunburst,
+ tomorrow,
+ tomorrow-night-blue,
+ tomorrow-night-bright,
+ tomorrow-night,
+ tomorrow-night-eightie,
+ v,
+ xcode,
+ zenburn,
+ ]
# Handling Reading
-exclude: ["README.md", "README.html", "deploy.sh"]
+exclude: ["README.md", "flake.nix", "flake.lock", ".direnv"]
# Build settings
highlighter: null
markdown: kramdown
-
-# Translations
-t:
- en:
- index:
- name: "About"
- url: "/"
- nl:
- index:
- name: "Over"
- url: "/nl.html"
diff --git a/_includes/externals/disqus.html b/_includes/externals/disqus.html
deleted file mode 100644
index b411891..0000000
--- a/_includes/externals/disqus.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if site.author.disqus %}
-
-
-