My Website https://mmk2410.org
Go to file
Marcel Kapfer fe0029437c
Enable GitLab CI Pipelines
This includes not only the mandatory .gitlab-ci.yml file containing
the pipeline configuration but also an Emacs Lisp file for exporting
the blog post and pages from the content-org files to markdown using
Emacs and ox-hugo.

It was also necessary to remove thr orgit links from the "My Emacs
Package of the week: orgit" post since these required that the linked
repository is at the given path which is not possible in the CI build.
Well, it is /possible/ but there is no good way to do it.

Additional the .gitmodules file was updated to use a relative local
path instead of and SSH URL since GitLab can obviously not clone form
an SSH URL. This may make things more difficult for local setups but I
think I can live with the one additional clone command.
2022-02-03 19:51:09 +01:00
.build Enable GitLab CI Pipelines 2022-02-03 19:51:09 +01:00
archetypes Initial commit 2020-05-15 20:26:26 +02:00
content-org Enable GitLab CI Pipelines 2022-02-03 19:51:09 +01:00
static [POST] Improving my new blog post creation 2022-01-15 19:13:36 +01:00
themes Switched to nextDESIGN 9.4.2 2021-08-20 21:39:53 +02:00
.gitignore Ignored resouces 2020-05-15 20:35:49 +02:00
.gitlab-ci.yml Enable GitLab CI Pipelines 2022-02-03 19:51:09 +01:00
.gitmodules Enable GitLab CI Pipelines 2022-02-03 19:51:09 +01:00
README.md Initial commit 2020-05-15 20:26:26 +02:00
config.toml Switch copyright year to 2022 2022-01-24 21:53:43 +01:00
publish.sh publish script: updated domain name 2020-08-29 12:01:48 +02:00

README.md

mmk2410.org

This is the source code of my website. It uses Hugo with ox-hugo.