Commit graph

284 commits

Author SHA1 Message Date
6e4a212ee4
post: storyteller game 2025-04-05 19:16:45 +02:00
3b986cf4ed
chore: build drafts and future posts in dev server (makefile) 2025-04-05 18:49:37 +02:00
9f178303f5
post: added tags to final fantasy vii remake post 2025-04-05 18:49:20 +02:00
24babb6d2c
post: katana zero: added <more> 2025-04-05 18:49:11 +02:00
4f82c220c1
post: katana zero
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
2025-04-05 17:14:01 +02:00
366db401bc
fix: links to projects (thanks Oscar!)
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
2025-04-04 08:51:37 +02:00
1269f17f57
post: new projects section
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
2025-04-03 19:17:45 +02:00
fa44f4eb7d
feat: Add new-post Makefile target to generate blog posts 2025-04-03 19:11:54 +02:00
205a242ef4
draft: updated arch install guide
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2025-04-03 18:54:03 +02:00
574911e290
added projects section 2025-04-03 18:53:50 +02:00
f8d14239f6
fix: show bold menu for grandchildren too 2025-03-31 18:42:59 +02:00
c1e01d07ff
draft: arch linux install
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
2025-03-09 18:51:55 +01:00
1e0b18dba0
post: My defaults at the end of 2024
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
2024-12-31 10:20:35 +01:00
0e7ade3daa
chore: remove dummy post 2024-12-31 10:20:24 +01:00
a0116583e0
fix: makefile 2024-12-31 10:20:15 +01:00
a5c1479549
ci: daily builds for scheduled posts
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
2024-11-26 08:51:09 +01:00
c58d3d0d58
post: welcome hugo
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2024-08-09 12:37:58 +02:00
f4906f454b
ci: added deploy step
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2024-08-09 08:14:56 +02:00
32b89a038d
removed gen files 2024-08-08 21:37:26 +02:00
5e61263cf6
post: keep it simple, stupid 2024-08-08 21:37:16 +02:00
c6f3c45fa1
ci: woodpecker setup
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2024-07-26 14:52:41 +02:00
e77e5583c2
refactor: moved to hugo 2024-06-19 23:57:48 +02:00
4c6912edd0
move edits to the top of the post 2024-04-29 23:00:09 +02:00
9a08321b37
fixed typo in example 2024-04-29 23:00:02 +02:00
656fb2fc80
post: 2024-04-28-journey-to-k3s-accessing-from-the-outside 2024-04-28 21:27:15 +02:00
74b4b7c2c0
post: Journey to K3s: Basic Cluster Backups 2024-04-21 20:44:06 +02:00
971985d03a
post: import data manually into a lonrhorn volume 2024-04-09 23:01:02 +02:00
fc6cd0c430
post: audiobook can be a great alternative to tv 2024-04-08 23:08:25 +02:00
Felipe Martin
19143184a4
post: fossdem 2024 (#17)
* post: fosdem 2024

* post: fosdem 2024

* fixed date
2024-04-08 22:45:53 +02:00
c760c34707
post: Journey to K3S: Deploying the first service and its requirements 2024-03-25 23:37:40 +01:00
55212627a3
chore: optional build date in footer 2024-03-22 16:37:49 +01:00
672c34aa1a
fix: avoid loading analytics in localhost 2024-03-18 18:16:30 +01:00
453486761d
feat: added analytics block to template 2024-03-17 19:04:55 +01:00
2e3c43e685
post: journey to k3s - basic cluster setup 2024-03-14 21:39:31 +01:00
dependabot[bot]
f107d8e7a2
Bump the all group with 3 updates (#16)
Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

Updates `actions/setup-python` from 2 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v5)

Updates `peaceiris/actions-gh-pages` from 3.6.1 to 3.9.3
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3.6.1...v3.9.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 00:16:45 +01:00
559337b781
ci: allow deploying manually 2024-03-13 00:09:10 +01:00
77ad32d0c7
post: create audiobook file from several mp3 files using ffmpeg 2024-03-13 00:02:11 +01:00
6db38c0813
thumbnail generator webp support 2024-02-26 21:23:30 +01:00
0acfee6187
moved drafts to folder 2024-02-26 21:23:19 +01:00
a77055d617
post: my defaults at the end of 2023 2024-02-26 21:22:44 +01:00
d1bdcaf118
update: added post table 2023-10-27 17:20:27 +02:00
517a82b054
post: I just read The Sunlit Man 2023-10-27 17:05:03 +02:00
98494c02fe
updated deploy workflow 2023-10-27 16:59:09 +02:00
4e60375b95
added dependabot 2023-10-27 16:56:08 +02:00
cff628b82c
style changes and contact section 2023-10-27 16:16:53 +02:00
dependabot[bot]
774a5c5ddd
Bump certifi from 2021.10.8 to 2022.12.7 (#11)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 09:16:45 +01:00
cb7b2f1d06
post:
Using ssh_config Match to connect to a host using
multiple IP or Hostnames
2022-08-12 13:28:13 +02:00
f647625361
plugin(emojize): updated to latest version 2022-08-12 12:52:40 +02:00
e7bd560edb post: april 2022 2022-05-04 18:50:21 +02:00
5df5bd57df
post: 2022-03 2022-04-03 15:07:22 +02:00