Skip to content

Commit fb57894

Browse files
docs(showcase): add a showcase to the documentation and repository
1 parent 4c55ad7 commit fb57894

File tree

15 files changed

+57
-7
lines changed

15 files changed

+57
-7
lines changed
538 KB
Loading
606 KB
Loading
159 KB
Loading
363 KB
Loading
351 KB
Loading
136 KB
Loading

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.4] - 2026-02-28
9+
10+
### Added
11+
12+
- [SHOWCASE.md](https://github.com/DimwitLabs/ode/blob/main/SHOWCASE.md) which also pushes it to the documentation at [docs.ode.dimwit.me/showcase](https://docs.ode.dimwit.me/showcase).
13+
814
## [1.4.3] - 2026-02-28
915

1016
### Changed

SHOWCASE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Showcase
2+
3+
A curated collection of Ode instances in the wild. These are real-world examples of writers and creators using Ode to publish their work.
4+
5+
## Featured
6+
7+
### journal.coffee
8+
9+
[Visit](https://journal.coffee)
10+
11+
The never-ending archive of prose by Deepansh Khurana. The original reason Ode was even built and the inspiration behind the default `journal` theme.
12+
13+
![journal.coffee - Light Mode](.github/media/showcase/journal.coffee/light.png)
14+
![journal.coffee - Dark Mode](.github/media/showcase/journal.coffee/dark.png)
15+
![journal.coffee - Loader](.github/media/showcase/journal.coffee/loader.png)
16+
17+
### precomm.it
18+
19+
[Visit](https://precomm.it)
20+
21+
The maintainer and owner's alter-ego showcasing dev notes, thoughts on software and technology among other things.
22+
23+
![precomm.it - Light Mode](.github/media/showcase/precomm.it/light.png)
24+
![precomm.it - Dark Mode](.github/media/showcase/precomm.it/dark.png)
25+
![precomm.it - Loader](.github/media/showcase/precomm.it/loader.png)
26+
27+
---
28+
29+
## Adding Your Instance
30+
31+
Want to be featured here? Open a pull request on [GitHub](https://github.com/diwmitlabs/ode/) or send an email to [deepanshkhurana [at] outlook [dot] com](mailto:deepanshkhurana@outlook.com).
32+
33+
**Please include:** `light.png`, `dark.png`, `loader.png` and a text description

docsite/docs/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Changelog
33
hide_title: true
44
sidebar_label: Changelog
5-
sidebar_position: 6
5+
sidebar_position: 7
66
---
77

88
import Content from '@site/../CHANGELOG.md';

docsite/docs/license.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: License
33
hide_title: true
44
sidebar_label: License
5-
sidebar_position: 7
5+
sidebar_position: 8
66
---
77

88
import LICENSE from '@site/../LICENSE';

0 commit comments

Comments
 (0)