143f656017
✨ Re-order projects page; add quotes as project
2023-05-22 18:59:06 +02:00
439defd9d1
✨ Link photography website from menu
2023-05-22 18:58:18 +02:00
145f180996
💬 Set copyright year to 2023
2023-05-22 18:57:35 +02:00
540b60f033
⬆ Use latest nextDESIGN version
2023-05-22 18:57:24 +02:00
4e81fa7451
🐛 [Post/Fix] Publishing my Emacs Configuration using Gitea Actions
...
Fix image paths
2023-04-02 13:32:35 +02:00
36a8957316
📝 [Post] Publishing my Emacs Configuration using Gitea Actions
2023-04-02 13:26:52 +02:00
2c80123bcf
[POST] Add ox-hugo creator name to "Improving my new blog post creation"
2023-03-22 21:29:28 +01:00
503c4ed998
[POST] Rework "How this post is brought to you..." post
2023-03-22 21:26:50 +01:00
2e68bd016e
Updated favicons and homescreen icons
2023-03-22 19:57:12 +01:00
b448e479f6
Updated profile picture on about page
2023-03-22 19:24:11 +01:00
17aa09f8f3
Updated contact page
2023-03-22 19:15:29 +01:00
c21d4f4a16
Rewrite blog intro text
2023-03-22 19:15:20 +01:00
31d738dbff
Remove invalid character
2023-03-22 19:15:08 +01:00
042fe43c3e
Add photography section on the about page
2023-03-22 19:14:55 +01:00
4aa30d0de0
Slight update to the coding section on the about page
2023-03-22 19:14:43 +01:00
f083ad1cdd
Update headline on about page
2023-03-22 19:14:26 +01:00
3f528a1d2f
Rewrite intro text
2023-03-22 19:14:02 +01:00
057b8a0734
[Page] Updated "What I Use" page
2023-01-21 15:09:00 +01:00
dd73eeeb1b
Fixed duplicate headlines
2022-06-27 16:46:03 +02:00
bd12fca2d9
Updated what I use page
2022-06-26 13:08:15 +02:00
60a7e8a191
[Post/Using Emacs tab-bar-mode] Fixed wrong functions names
2022-03-23 20:07:37 +01:00
dfa6147cfe
[POST/Fixes] Quitting 100 Days To Offload
2022-03-07 19:25:37 +01:00
47f1016211
[POST] Quitting 100 Days To Offload
2022-03-07 16:17:30 +01:00
139f3c8b3c
Move Ukraine support banner to theme
...
And display it on all pages
2022-03-06 16:33:00 +01:00
0bddffaa5f
[POST] hledger for personal finances: two months in
2022-03-05 07:37:38 +01:00
98880c5a91
Support Ukraine - End War
2022-03-02 17:53:10 +01:00
9e5f21a9c2
[POST] My Emacs Package of the Week: CRUX
2022-03-01 20:06:47 +01:00
03b5256c33
[POST] Using stwo for managing my dotfiles
2022-02-26 08:55:57 +01:00
6bef604d20
Update nextDESIGN
2022-02-24 18:33:18 +01:00
a7a4841e38
Update nextDESIGN
2022-02-24 18:26:37 +01:00
08181edf4a
[POST] Small changes to my website design
2022-02-23 16:36:48 +01:00
ba40806da2
Update nextDESIGN
2022-02-23 16:06:31 +01:00
2a38e34a9c
[POST] Another Update on Publishing my Emacs Configuration
2022-02-20 19:41:19 +01:00
eba1f89335
Ok, this was a different error this time
2022-02-17 19:48:02 +01:00
745b3e5863
Trying to narrow down GitLab Pipeline problem
2022-02-17 19:44:45 +01:00
c44386bb82
Trying to narrow down GitLab Pipeline problem
2022-02-17 19:41:28 +01:00
65b5dcb28a
[POST] Mirroring my Gitea Repos with Git Hooks, again
2022-02-17 18:58:02 +01:00
e91d8da05e
Link hugo and ox-hugo from README
2022-02-17 17:27:43 +01:00
e0f10e62a1
Link to my website in README
2022-02-17 17:23:32 +01:00
36cc5f9147
[POST] Why I failed using Org-mode for tasks
2022-02-14 15:06:11 +01:00
4b1dd38ffc
Fixed timezone in GitLab pipeline
2022-02-12 10:18:29 +01:00
104c148ff9
[POST] Using Emacs tab-bar-mode: fix time for build
2022-02-11 23:13:50 +01:00
1d2144105f
[POST] Using Emacs tab-bar-mode
2022-02-11 23:05:09 +01:00
2ca6cf91a7
[POST] Publishing my Website using GitLab CI Pipelines: Fixed time
2022-02-08 22:14:26 +01:00
5f925346ff
[POST/Update] Publishing my Website using GitLab CI Pipelines: Tags
2022-02-08 22:13:48 +01:00
ead01a14e0
[POST] Publishing my Website using GitLab CI Pipelines
2022-02-08 22:07:50 +01:00
76c0e9bb3b
Add continous deployment
2022-02-08 19:56:37 +01:00
2982f87c17
[POST] My Emacs pakage of the week: org-appear
2022-02-05 08:48:53 +01:00
953ee6b864
Ignore .hugo.lock file
2022-02-05 08:36:27 +01:00
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