tabi/content/projects/doteki/index.md
welpo a65b496e0c
feat: support Zola's native code block names
Add support for Zola's native code block name syntax (```lang,name=file.rs```).
URLs in names become clickable links. Deprecate custom shortcode in favor of
native syntax.

- Rename `add_src_to_code_block` setting to clickable_code_names (old name supported for compatibility)
- Consolidate CSS
- Update documentation
- Rename JS
2025-02-15 20:56:34 +01:00

2.1 KiB

+++ title = "dōteki" description = "Add dynamic content to your GitHub profile through an intuitive plugin system." weight = 30

[taxonomies] tags = ["GitHub Actions", "automation", "Python"]

[extra] local_image = "projects/doteki/doteki_logo.webp" social_media_card = "social_cards/projects_doteki.jpg" canonical_url = "https://osc.garden/projects/doteki/" +++

dōteki updates your GitHub profile README automatically. Add your latest blog posts, music you're listening to, or any other dynamic content using plugins.

doteki logo: a river passing through a bamboo forest

GitHubWebsiteDocumentation

How it works

  1. Add markers to your README:
<!-- blog start -->
<!-- blog end -->
  1. Configure what goes there:
[sections.blog]
plugin = "feed"
url = "https://osc.garden/atom.xml"  # Replace with your feed.

[sections.last_updated]
plugin = "current_date"
inline = true
  1. Set up the GitHub Action.

That's it! Your README will stay updated automatically.

Features

Documentation

Check the docs for: