Commit Graph
2 Commits
Author SHA1 Message Date
jaandGitHub fbcbf8a1dc feat(workshops): implement static workshop listing page (#188)
- Fixed broken Jinja2 template rendering (was showing raw code)
- Created custom workshops.html template with workshop data
- Simplified navigation title from full SEO title to 'Workshops'
- Added workshop post files for future blog integration
- Configured blog plugin for workshops (currently unused)
- Removed broken Jinja2 macro implementation

Changes:
- docs/workshops/index.md: Clean title, template directive
- mkdocs.yml: Blog plugin workshop configuration
- overrides/workshops.html: Static workshop template with FontAwesome icons
- docs/workshops/posts/: Individual workshop markdown files
- docs/templates/workshop-update-guide.md: Update documentation

Result: Clean, professional workshop page with proper VHS link handling
(upcoming workshops have links, past workshops don't)
2025-11-17 10:05:50 +01:00
3e2f9d0648 Blog/quality check (#122)
* Add blog post template for quality improvement initiative (Refs #121)

* Update YAML frontmatter for 2025-05-25-sequential-thinking-revolution.md (Refs #121)

* Update YAML frontmatter for 2025-06-04-ki-fuer-einsteiger-live-erleben.md (Refs #121)

* Corrected YAML frontmatter and flagged for translation for 2025-05-25-sequential-thinking-revolution.md (Refs #121)

* Corrected YAML frontmatter and flagged for translation for 2025-06-04-ki-fuer-einsteiger-live-erleben.md (Refs #121)

* Finalize 2025-05-25-sequential-thinking-revolution.md (Refs #121)

* Finalize 2025-06-04-ki-fuer-einsteiger-live-erleben.md (Refs #121)

* Translated 2025-05-25-sequential-thinking-revolution.md to German (Refs #121)

* Fix: Exclude blog-post-template.md from MkDocs blog plugin (Refs #ISSUE_NUMBER)

* Fix: Revert mkdocs.yml exclude and fix typo in redirects (Refs #ISSUE_NUMBER)

* Move blog-post-template.md to docs/templates/blog (Refs #ISSUE_NUMBER)

* Delete docs/blog/posts/blog-post-template.md

Signed-off-by: Michael Wegener <mw@satware.com>

* Fix: Correctly decode and update blog-post-template.md (Refs #ISSUE_NUMBER)

* Fix: Correct typo in mkdocs.yml redirect_maps (Refs #ISSUE_NUMBER)

* Fix: Add fetch-depth: 0 to checkout action in deploy-preview.yml (Refs #ISSUE_NUMBER)

* Fix: Add fetch-depth: 0 to checkout action in deploy-live.yml (Refs #ISSUE_NUMBER)

---------

Signed-off-by: Michael Wegener <mw@satware.com>
Co-authored-by: Jane Alesi <ja@satware.ai>
2025-06-10 01:03:03 +02:00