Skip to content

Commit 089be90

Browse files
committed
Update blog
1 parent 5c3566b commit 089be90

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

apps/web/app/landing/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import sponsorData from "./sponsors.json"
1010
import { Check, CheckCheck, Heart } from "lucide-react"
1111

1212
export function Pricing() {
13-
const current = 624
13+
const current = 625
1414
const goal = 950
1515
return (
1616
<section className="max-w-3xl mx-2 pb-12">
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: The content-presentation gap
3+
description: test description
4+
date: 2024-06-20
5+
authors: [pomber]
6+
draft: true
7+
---
8+
9+
test

apps/web/content/blog/v1-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrating to Code Hike v1
33
description: Incremental adoption guide
44
authors: [pomber]
5-
date: 2024-08-16
5+
date: 2024-08-26
66
draft: true
77
---
88

apps/web/content/blog/v1.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Announcing Code Hike v1.0
2+
title: Announcing Code Hike 1.0
33
description: A new approach to turn markdown into rich interactive experiences
44
authors: [pomber]
5-
date: 2024-08-16
5+
date: 2024-08-27
66
draft: true
77
---
88

@@ -13,13 +13,15 @@ import {
1313
Sponsors,
1414
} from "./v1"
1515

16-
After a year of exploration and development, I’m thrilled to announce the stable release of Code Hike v1.0!
16+
After a year of exploration and development, I’m thrilled to announce the stable release of Code Hike 1.0!
1717

1818
## What is Code Hike?
1919

20-
Code Hike is an open-source library designed to encourage the authoring of technical content that takes full advantage of the modern web.
20+
Code Hike is an open-source library that bridges the gap between Markdown and React to help you create technical content that takes advantage of the modern web.
2121

22-
Code Hike v1 introduces two new features: **fine-grained markdown** and **headless codeblocks**.
22+
While **the main use cases are code walkthroughs and interactive documentation**, Code Hike can be used for any combination of content and presentation. And since it's all React components, it can be rendered anywhere React can be rendered.
23+
24+
Code Hike 1.0 introduces two new features: **fine-grained markdown** and **headless codeblocks**.
2325

2426
### Fine-grained Markdown
2527

@@ -117,7 +119,7 @@ content = {
117119

118120
</FineGrained>
119121

120-
Code Hike also integrates nicely with [Zod schemas](docs/concepts/blocks#schema) giving you type-safe Markdown.
122+
Code Hike also integrates nicely with [Zod schemas](docs/concepts/blocks#schema), giving you type-safe Markdown.
121123

122124
Learn more:
123125

@@ -127,7 +129,7 @@ Learn more:
127129

128130
### Headless Codeblocks
129131

130-
With Code Hike v1, you can build your own component library for codeblocks.
132+
With Code Hike 1.0, you can build your own component library for codeblocks.
131133

132134
- Use React components to define UI and behaviors: tooltips, animations, line numbers, diffs, copy buttons, collapse, fold, footnotes, links, tabs, callouts, language switchers, or whatever you can imagine.
133135
- Then add comments inside your codeblocks to make use of those components
@@ -210,7 +212,7 @@ Videos, slides, screenshots. Code Hike makes separating content from presentatio
210212

211213
Landing pages, marketing sites, portfolios. It doesn't even need content related to programming. Code Hike helps you keep the content separated from the design.
212214

213-
## Try Code Hike v1
215+
## Try Code Hike 1.0
214216

215217
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter?file=app%2Fpage.mdx), or clone the Code Hike v1 starter:
216218

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Build rich content websites with Markdown and React
22

3-
Code Hike is an open-source library designed to encourage the authoring of technical content that takes full advantage of the modern web.
3+
Code Hike is an open-source library that bridges the gap between Markdown and React to help you create technical content that takes advantage of the modern web.
44

55
**Docs: https://codehike.org/docs**
66

0 commit comments

Comments
 (0)