Convert to plain markdown
This commit is contained in:
parent
720fa4a18b
commit
6757be40ac
17 changed files with 14 additions and 179 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,3 @@
|
||||||
[submodule "themes/blank"]
|
[submodule "themes/blank"]
|
||||||
path = themes/blank
|
path = themes/blank
|
||||||
url = https://github.com/vimux/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
|
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
+++
|
# Managing stripped GPG keys
|
||||||
title = "Managing stripped GPG keys"
|
|
||||||
date = 2017-12-03
|
|
||||||
|
|
||||||
[taxonomies]
|
*2017-12-03*
|
||||||
tags = ["gpg", "security"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
```
|
```
|
||||||
+--(master pass) +----(user pass)--+
|
+--(master pass) +----(user pass)--+
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
@ -1,10 +1,6 @@
|
||||||
+++
|
# My $HOME
|
||||||
title = "My $HOME"
|
|
||||||
date = 2018-09-03
|
|
||||||
|
|
||||||
[taxonomies]
|
*2018-09-03*
|
||||||
tags = ["organisation", "linux"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
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.
|
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.
|
After reading this I felt inspired to finally have a look at the mess I made of my `$HOME` in the last years.
|
31
config.yaml
31
config.yaml
|
@ -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
|
|
|
@ -1,9 +0,0 @@
|
||||||
+++
|
|
||||||
title = "dadada"
|
|
||||||
date = 2020-07-05
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
tags = []
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hello, world!
|
|
|
@ -1,9 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Hello, World!"
|
|
||||||
date = 2017-10-28
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
tags = ["hello world", "security"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hello, World!
|
|
|
@ -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 %}
|
|
19
default.nix
19
default.nix
|
@ -1,19 +0,0 @@
|
||||||
with import <nixpkgs> {};
|
|
||||||
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;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
17
i18n/de.toml
17
i18n/de.toml
|
@ -1,17 +0,0 @@
|
||||||
[talks]
|
|
||||||
other = "Talks"
|
|
||||||
|
|
||||||
[blog]
|
|
||||||
other = "Blogs"
|
|
||||||
|
|
||||||
[writtenBy]
|
|
||||||
other = "Von"
|
|
||||||
|
|
||||||
[on]
|
|
||||||
other = "am"
|
|
||||||
|
|
||||||
[generator]
|
|
||||||
other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/tale-hugo/'>Tale</a> theme."
|
|
||||||
|
|
||||||
[publishdate]
|
|
||||||
other = "{{ .PublishDate.Day }}. {{ index $.Site.Data.months_de (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"
|
|
17
i18n/en.toml
17
i18n/en.toml
|
@ -1,17 +0,0 @@
|
||||||
[talks]
|
|
||||||
other = "Talks"
|
|
||||||
|
|
||||||
[blog]
|
|
||||||
other = "Blog"
|
|
||||||
|
|
||||||
[writtenBy]
|
|
||||||
other = "Written by"
|
|
||||||
|
|
||||||
[on]
|
|
||||||
other = "on"
|
|
||||||
|
|
||||||
[generator]
|
|
||||||
other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/tale-hugo/'>Tale</a> theme."
|
|
||||||
|
|
||||||
[publishdate]
|
|
||||||
other = "{{ .PublishDate.Format \"January 2, 2006\" }}"
|
|
17
i18n/es.toml
17
i18n/es.toml
|
@ -1,17 +0,0 @@
|
||||||
[blog]
|
|
||||||
other = "Artículos"
|
|
||||||
|
|
||||||
[talks]
|
|
||||||
other = "Talks"
|
|
||||||
|
|
||||||
[writtenBy]
|
|
||||||
other = "Escrito por"
|
|
||||||
|
|
||||||
[on]
|
|
||||||
other = "el"
|
|
||||||
|
|
||||||
[generator]
|
|
||||||
other = "Hecho con <a href='https://gohugo.io'>Hugo</a> usando el tema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
|
|
||||||
|
|
||||||
[publishdate]
|
|
||||||
other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}"
|
|
17
i18n/nl.toml
17
i18n/nl.toml
|
@ -1,17 +0,0 @@
|
||||||
[posts]
|
|
||||||
other = "Artikelen"
|
|
||||||
|
|
||||||
[Talks]
|
|
||||||
other = "Talks"
|
|
||||||
|
|
||||||
[writtenBy]
|
|
||||||
other = "Geschreven door"
|
|
||||||
|
|
||||||
[on]
|
|
||||||
other = "op"
|
|
||||||
|
|
||||||
[generator]
|
|
||||||
other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
|
|
||||||
|
|
||||||
[publishdate]
|
|
||||||
other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"
|
|
7
index.md
Normal file
7
index.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# dadada
|
||||||
|
|
||||||
|
Hello, world!
|
||||||
|
|
||||||
|
- [Blog](blog/)
|
||||||
|
- [Reading List](reading-list/)
|
||||||
|
- [Talks](talks/)
|
1
smol
1
smol
|
@ -1 +0,0 @@
|
||||||
Subproject commit 2bb4ff73056f6b9ec4d5e43d9abe883bb62c9f9d
|
|
|
@ -1,10 +1,6 @@
|
||||||
---
|
# systemd.generator(7)
|
||||||
title: systemd.generator(7)
|
|
||||||
author: dadada
|
*2019-03-14*
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
date: 2019-03-14
|
|
||||||
---
|
|
||||||
|
|
||||||
[Recording](https://www.youtube.com/watch?v=X88zHJjodFw)
|
[Recording](https://www.youtube.com/watch?v=X88zHJjodFw)
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 2bb4ff73056f6b9ec4d5e43d9abe883bb62c9f9d
|
|
Loading…
Add table
Add a link
Reference in a new issue