diff --git a/.gitmodules b/.gitmodules index cff3faa..50772b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ [submodule "themes/blank"] path = themes/blank url = https://github.com/vimux/blank -[submodule "smol"] - path = smol - url = https://github.com/colorchestra/smol -[submodule "themes/smol"] - path = themes/smol - url = https://github.com/colorchestra/smol diff --git a/content/blog/gpg.md b/blog/gpg/index.md similarity index 94% rename from content/blog/gpg.md rename to blog/gpg/index.md index d1c3e1a..962de89 100644 --- a/content/blog/gpg.md +++ b/blog/gpg/index.md @@ -1,10 +1,6 @@ -+++ -title = "Managing stripped GPG keys" -date = 2017-12-03 +# Managing stripped GPG keys -[taxonomies] -tags = ["gpg", "security"] -+++ +*2017-12-03* ``` +--(master pass) +----(user pass)--+ diff --git a/content/blog/home-layout/home.svg b/blog/home-layout/home.svg similarity index 100% rename from content/blog/home-layout/home.svg rename to blog/home-layout/home.svg diff --git a/content/blog/home-layout/index.md b/blog/home-layout/index.md similarity index 96% rename from content/blog/home-layout/index.md rename to blog/home-layout/index.md index 47a5bba..2f12aee 100644 --- a/content/blog/home-layout/index.md +++ b/blog/home-layout/index.md @@ -1,10 +1,6 @@ -+++ -title = "My $HOME" -date = 2018-09-03 +# My $HOME -[taxonomies] -tags = ["organisation", "linux"] -+++ +*2018-09-03* Recently, I came across a blog posting titled "[$HOME, sweet $HOME](https://morr.cc/home-sweet-home/)", where [@blinry](https://morr.cc/) advocates for structuring your `$HOME` directory based on projects and their activity. After reading this I felt inspired to finally have a look at the mess I made of my `$HOME` in the last years. diff --git a/config.yaml b/config.yaml deleted file mode 100644 index b9150b0..0000000 --- a/config.yaml +++ /dev/null @@ -1,31 +0,0 @@ -baseURL: "https://dadada.li/" -title: "dadada" -defaultContentLanguage: "en" -paginate: 5 -theme: "smol" -enableRobotsTXT: true - -params: - author: "dadada" - rss: - includeContent: true - -taxonomies: - tag: "tags" - -author: - name: "dadada" - - -menu: - main: - - identifier: blog - name: Blog - title: Blog - url: /blog/ - weight: 0 - - identifier: talks - name: Talks - title: Talks - url: /talks/ - weight: 0 diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 01de81d..0000000 --- a/content/_index.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = "dadada" -date = 2020-07-05 - -[taxonomies] -tags = [] -+++ - -Hello, world! diff --git a/content/blog/hello-world.md b/content/blog/hello-world.md deleted file mode 100644 index 94a1d38..0000000 --- a/content/blog/hello-world.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = "Hello, World!" -date = 2017-10-28 - -[taxonomies] -tags = ["hello world", "security"] -+++ - -Hello, World! diff --git a/content/blog/learning-rust.md b/content/blog/learning-rust.md deleted file mode 100644 index aad58ae..0000000 --- a/content/blog/learning-rust.md +++ /dev/null @@ -1,16 +0,0 @@ -+++ -title = "Learning Rust" -draft = true -date = 1980-01-01 - -[taxonomies] -tags = ["rust", "programming", "language"] -+++ - -## Blog! - -{% for post in collections.posts.pages %} -#### {{post.title}} - -[{{ post.title }}]({{ post.permalink }}) -{% endfor %} diff --git a/default.nix b/default.nix deleted file mode 100644 index cd8c719..0000000 --- a/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -with import {}; -stdenv.mkDerivation { - name = "dadada.li"; - builtInputs = [ pkgs.hugo ]; - src = ./.; - buildPhase = "${pkgs.hugo}/bin/hugo"; - installPhase = '' - mkdir -p $out - cp -r public/* $out - ''; - dontFixup = true; - dontStrip = true; - - meta = with lib; { - description = "dadada.li web-site"; - license = licenses.cc-by-sa-40; - }; -} - diff --git a/i18n/de.toml b/i18n/de.toml deleted file mode 100644 index 8059f13..0000000 --- a/i18n/de.toml +++ /dev/null @@ -1,17 +0,0 @@ -[talks] -other = "Talks" - -[blog] -other = "Blogs" - -[writtenBy] -other = "Von" - -[on] -other = "am" - -[generator] -other = "Made with Hugo using the Tale theme." - -[publishdate] -other = "{{ .PublishDate.Day }}. {{ index $.Site.Data.months_de (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}" diff --git a/i18n/en.toml b/i18n/en.toml deleted file mode 100644 index ba342a5..0000000 --- a/i18n/en.toml +++ /dev/null @@ -1,17 +0,0 @@ -[talks] -other = "Talks" - -[blog] -other = "Blog" - -[writtenBy] -other = "Written by" - -[on] -other = "on" - -[generator] -other = "Made with Hugo using the Tale theme." - -[publishdate] -other = "{{ .PublishDate.Format \"January 2, 2006\" }}" diff --git a/i18n/es.toml b/i18n/es.toml deleted file mode 100644 index 5578502..0000000 --- a/i18n/es.toml +++ /dev/null @@ -1,17 +0,0 @@ -[blog] -other = "Artículos" - -[talks] -other = "Talks" - -[writtenBy] -other = "Escrito por" - -[on] -other = "el" - -[generator] -other = "Hecho con Hugo usando el tema Tale." - -[publishdate] -other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}" diff --git a/i18n/nl.toml b/i18n/nl.toml deleted file mode 100644 index 9af6f44..0000000 --- a/i18n/nl.toml +++ /dev/null @@ -1,17 +0,0 @@ -[posts] -other = "Artikelen" - -[Talks] -other = "Talks" - -[writtenBy] -other = "Geschreven door" - -[on] -other = "op" - -[generator] -other = "Gemaakt met Hugo en thema Tale." - -[publishdate] -other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}" diff --git a/index.md b/index.md new file mode 100644 index 0000000..cc5963c --- /dev/null +++ b/index.md @@ -0,0 +1,7 @@ +# dadada + +Hello, world! + +- [Blog](blog/) +- [Reading List](reading-list/) +- [Talks](talks/) diff --git a/smol b/smol deleted file mode 160000 index 2bb4ff7..0000000 --- a/smol +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2bb4ff73056f6b9ec4d5e43d9abe883bb62c9f9d diff --git a/content/talks/systemd.generator.md b/talks/systemd.generator/index.md similarity index 95% rename from content/talks/systemd.generator.md rename to talks/systemd.generator/index.md index 0663cd2..8954dbf 100644 --- a/content/talks/systemd.generator.md +++ b/talks/systemd.generator/index.md @@ -1,10 +1,6 @@ ---- -title: systemd.generator(7) -author: dadada -width: 1920 -height: 1080 -date: 2019-03-14 ---- +# systemd.generator(7) + +*2019-03-14* [Recording](https://www.youtube.com/watch?v=X88zHJjodFw) diff --git a/themes/smol b/themes/smol deleted file mode 160000 index 2bb4ff7..0000000 --- a/themes/smol +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2bb4ff73056f6b9ec4d5e43d9abe883bb62c9f9d