diff options
| author | Kleidi Bujari <mail@4kb.net> | 2024-12-18 20:17:41 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2024-12-18 20:20:52 -0500 |
| commit | b847b87823dfd7e1b7870c67ea32199bc607f852 (patch) | |
| tree | 54a2923544e0bb765a3218e8c40c793f952ca421 /mod/web/blog/content | |
| parent | eb13a9a552f9e50a66faba985521ba8e3483c447 (diff) | |
| download | depot-b847b87823dfd7e1b7870c67ea32199bc607f852.tar.gz depot-b847b87823dfd7e1b7870c67ea32199bc607f852.tar.bz2 depot-b847b87823dfd7e1b7870c67ea32199bc607f852.zip | |
Enable github actions
Moved personal blog to be built in this tree. Also enables github
actions to host the site on pages.
Diffstat (limited to 'mod/web/blog/content')
| -rw-r--r-- | mod/web/blog/content/log/_index.md | 7 | ||||
| -rw-r--r-- | mod/web/blog/content/posts/_index.md | 4 | ||||
| -rw-r--r-- | mod/web/blog/content/posts/deterministic-hostnames.md (renamed from mod/web/blog/content/log/deterministic-hostnames.md) | 0 | ||||
| -rw-r--r-- | mod/web/blog/content/posts/nohup.md (renamed from mod/web/blog/content/log/nohup.md) | 0 |
4 files changed, 1 insertions, 10 deletions
diff --git a/mod/web/blog/content/log/_index.md b/mod/web/blog/content/log/_index.md deleted file mode 100644 index 10f2311..0000000 --- a/mod/web/blog/content/log/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Log" -sort_by = "date" -template = "blog.html" -page_template = "post.html" -description = "notes too short to post" -+++ diff --git a/mod/web/blog/content/posts/_index.md b/mod/web/blog/content/posts/_index.md index 1f4024a..9efc62e 100644 --- a/mod/web/blog/content/posts/_index.md +++ b/mod/web/blog/content/posts/_index.md @@ -1,8 +1,6 @@ +++ title = "Posts" sort_by = "date" -template = "blog.html" page_template = "post.html" +redirect_to="/" +++ - -Longer form writing. diff --git a/mod/web/blog/content/log/deterministic-hostnames.md b/mod/web/blog/content/posts/deterministic-hostnames.md index 43dc7d8..43dc7d8 100644 --- a/mod/web/blog/content/log/deterministic-hostnames.md +++ b/mod/web/blog/content/posts/deterministic-hostnames.md diff --git a/mod/web/blog/content/log/nohup.md b/mod/web/blog/content/posts/nohup.md index 64f7983..64f7983 100644 --- a/mod/web/blog/content/log/nohup.md +++ b/mod/web/blog/content/posts/nohup.md |
