kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c9093e3bd625a5f3037025d15e4374b703b9cdcb
parent d8ecebeab7034659eb31de2a8310e5c0c2fa0312
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 19 Jan 2024 07:42:03 +0200

Prepare for merging into kaka.farm repository by moving everything into the `./commonly-forgotten/` directory.

Diffstat:
R.gitignore -> commonly-forgotten/.gitignore | 0
R.gitlab-ci.yml -> commonly-forgotten/.gitlab-ci.yml | 0
RMakefile -> commonly-forgotten/Makefile | 0
RREADME.md -> commonly-forgotten/README.md | 0
R_cobalt.yml -> commonly-forgotten/_cobalt.yml | 0
R_defaults/pages.md -> commonly-forgotten/_defaults/pages.md | 0
R_defaults/posts.md -> commonly-forgotten/_defaults/posts.md | 0
R_layouts/default.liquid -> commonly-forgotten/_layouts/default.liquid | 0
R_posts/test.md -> commonly-forgotten/_posts/test.md | 0
Rcontent/2019-06-12-making-quicksilver-and-friends-play-nice-with-wasm32.md -> commonly-forgotten/content/2019-06-12-making-quicksilver-and-friends-play-nice-with-wasm32.md | 0
Rcontent/2022-01-27-opencv-and-gtk.md -> commonly-forgotten/content/2022-01-27-opencv-and-gtk.md | 0
Rcontent/2022-01-29-python-gtk-scale-value-changed-event-handler.md -> commonly-forgotten/content/2022-01-29-python-gtk-scale-value-changed-event-handler.md | 0
Rcontent/pages/Commands.md -> commonly-forgotten/content/pages/Commands.md | 0
Rcontent/pages/Python-versus-c.md -> commonly-forgotten/content/pages/Python-versus-c.md | 0
Rcontent/pages/Python.md -> commonly-forgotten/content/pages/Python.md | 0
Acommonly-forgotten/content/pages/README.md | 2++
Rcontent/pages/Vim.md -> commonly-forgotten/content/pages/Vim.md | 0
Rcontent/pages/Words.md -> commonly-forgotten/content/pages/Words.md | 0
Rcontent/pages/irc-operator.md -> commonly-forgotten/content/pages/irc-operator.md | 0
Rcontent/pages/pixel-manipulations-in-godot.md -> commonly-forgotten/content/pages/pixel-manipulations-in-godot.md | 0
Rcontent/pages/terminal-programming.markdown -> commonly-forgotten/content/pages/terminal-programming.markdown | 0
Rcontent/pages/weave.md -> commonly-forgotten/content/pages/weave.md | 0
Rindex.md -> commonly-forgotten/index.md | 0
Rpelicanconf.py -> commonly-forgotten/pelicanconf.py | 0
Rpublishconf.py -> commonly-forgotten/publishconf.py | 0
Rtasks.py -> commonly-forgotten/tasks.py | 0
Rthemes/fixed-simple/templates/archives.html -> commonly-forgotten/themes/fixed-simple/templates/archives.html | 0
Rthemes/fixed-simple/templates/article.html -> commonly-forgotten/themes/fixed-simple/templates/article.html | 0
Rthemes/fixed-simple/templates/author.html -> commonly-forgotten/themes/fixed-simple/templates/author.html | 0
Rthemes/fixed-simple/templates/authors.html -> commonly-forgotten/themes/fixed-simple/templates/authors.html | 0
Rthemes/fixed-simple/templates/base.html -> commonly-forgotten/themes/fixed-simple/templates/base.html | 0
Rthemes/fixed-simple/templates/categories.html -> commonly-forgotten/themes/fixed-simple/templates/categories.html | 0
Rthemes/fixed-simple/templates/category.html -> commonly-forgotten/themes/fixed-simple/templates/category.html | 0
Rthemes/fixed-simple/templates/gosquared.html -> commonly-forgotten/themes/fixed-simple/templates/gosquared.html | 0
Rthemes/fixed-simple/templates/index.html -> commonly-forgotten/themes/fixed-simple/templates/index.html | 0
Rthemes/fixed-simple/templates/page.html -> commonly-forgotten/themes/fixed-simple/templates/page.html | 0
Rthemes/fixed-simple/templates/pagination.html -> commonly-forgotten/themes/fixed-simple/templates/pagination.html | 0
Rthemes/fixed-simple/templates/period_archives.html -> commonly-forgotten/themes/fixed-simple/templates/period_archives.html | 0
Rthemes/fixed-simple/templates/tag.html -> commonly-forgotten/themes/fixed-simple/templates/tag.html | 0
Rthemes/fixed-simple/templates/tags.html -> commonly-forgotten/themes/fixed-simple/templates/tags.html | 0
Rthemes/fixed-simple/templates/translations.html -> commonly-forgotten/themes/fixed-simple/templates/translations.html | 0
Dcontent/pages/README.md | 2--
42 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/commonly-forgotten/.gitignore diff --git a/.gitlab-ci.yml b/commonly-forgotten/.gitlab-ci.yml diff --git a/Makefile b/commonly-forgotten/Makefile diff --git a/README.md b/commonly-forgotten/README.md diff --git a/_cobalt.yml b/commonly-forgotten/_cobalt.yml diff --git a/_defaults/pages.md b/commonly-forgotten/_defaults/pages.md diff --git a/_defaults/posts.md b/commonly-forgotten/_defaults/posts.md diff --git a/_layouts/default.liquid b/commonly-forgotten/_layouts/default.liquid diff --git a/_posts/test.md b/commonly-forgotten/_posts/test.md diff --git a/content/2019-06-12-making-quicksilver-and-friends-play-nice-with-wasm32.md b/commonly-forgotten/content/2019-06-12-making-quicksilver-and-friends-play-nice-with-wasm32.md diff --git a/content/2022-01-27-opencv-and-gtk.md b/commonly-forgotten/content/2022-01-27-opencv-and-gtk.md diff --git a/content/2022-01-29-python-gtk-scale-value-changed-event-handler.md b/commonly-forgotten/content/2022-01-29-python-gtk-scale-value-changed-event-handler.md diff --git a/content/pages/Commands.md b/commonly-forgotten/content/pages/Commands.md diff --git a/content/pages/Python-versus-c.md b/commonly-forgotten/content/pages/Python-versus-c.md diff --git a/content/pages/Python.md b/commonly-forgotten/content/pages/Python.md diff --git a/commonly-forgotten/content/pages/README.md b/commonly-forgotten/content/pages/README.md @@ -0,0 +1 @@ +../../README.md +\ No newline at end of file diff --git a/content/pages/Vim.md b/commonly-forgotten/content/pages/Vim.md diff --git a/content/pages/Words.md b/commonly-forgotten/content/pages/Words.md diff --git a/content/pages/irc-operator.md b/commonly-forgotten/content/pages/irc-operator.md diff --git a/content/pages/pixel-manipulations-in-godot.md b/commonly-forgotten/content/pages/pixel-manipulations-in-godot.md diff --git a/content/pages/terminal-programming.markdown b/commonly-forgotten/content/pages/terminal-programming.markdown diff --git a/content/pages/weave.md b/commonly-forgotten/content/pages/weave.md diff --git a/index.md b/commonly-forgotten/index.md diff --git a/pelicanconf.py b/commonly-forgotten/pelicanconf.py diff --git a/publishconf.py b/commonly-forgotten/publishconf.py diff --git a/tasks.py b/commonly-forgotten/tasks.py diff --git a/themes/fixed-simple/templates/archives.html b/commonly-forgotten/themes/fixed-simple/templates/archives.html diff --git a/themes/fixed-simple/templates/article.html b/commonly-forgotten/themes/fixed-simple/templates/article.html diff --git a/themes/fixed-simple/templates/author.html b/commonly-forgotten/themes/fixed-simple/templates/author.html diff --git a/themes/fixed-simple/templates/authors.html b/commonly-forgotten/themes/fixed-simple/templates/authors.html diff --git a/themes/fixed-simple/templates/base.html b/commonly-forgotten/themes/fixed-simple/templates/base.html diff --git a/themes/fixed-simple/templates/categories.html b/commonly-forgotten/themes/fixed-simple/templates/categories.html diff --git a/themes/fixed-simple/templates/category.html b/commonly-forgotten/themes/fixed-simple/templates/category.html diff --git a/themes/fixed-simple/templates/gosquared.html b/commonly-forgotten/themes/fixed-simple/templates/gosquared.html diff --git a/themes/fixed-simple/templates/index.html b/commonly-forgotten/themes/fixed-simple/templates/index.html diff --git a/themes/fixed-simple/templates/page.html b/commonly-forgotten/themes/fixed-simple/templates/page.html diff --git a/themes/fixed-simple/templates/pagination.html b/commonly-forgotten/themes/fixed-simple/templates/pagination.html diff --git a/themes/fixed-simple/templates/period_archives.html b/commonly-forgotten/themes/fixed-simple/templates/period_archives.html diff --git a/themes/fixed-simple/templates/tag.html b/commonly-forgotten/themes/fixed-simple/templates/tag.html diff --git a/themes/fixed-simple/templates/tags.html b/commonly-forgotten/themes/fixed-simple/templates/tags.html diff --git a/themes/fixed-simple/templates/translations.html b/commonly-forgotten/themes/fixed-simple/templates/translations.html diff --git a/content/pages/README.md b/content/pages/README.md @@ -1 +0,0 @@ -../../README.md -\ No newline at end of file