Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules
generated
convert.ts
/cssforge.config.ts
/.cssforge
TODO.md
.vitepress/cache
.vitepress/dist
.cssforge
docs.md
33 changes: 33 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import { defineConfig } from "vitepress";

export default defineConfig({
title: "CSS Forge",
description:
"0 runtime design tokens generator for modern style systems.",
appearance: "dark",
markdown: {
theme: "github-dark",
},
themeConfig: {
nav: [
{ text: "Guide", link: "/docs" },
{
text: "JSR",
link: "https://jsr.io/@hebilicious/cssforge",
},
{
text: "GitHub",
link: "https://github.com/Hebilicious/cssforge",
},
],
search: { provider: "local" },
editLink: {
pattern:
"https://github.com/Hebilicious/cssforge/edit/main/packages/docs/:path",
},
footer: {
message: "Released under the MIT License.",
copyright: "Copyright Hebilicious",
},
},
});
310 changes: 310 additions & 0 deletions .vitepress/theme/AnvilAnimation.vue

Large diffs are not rendered by default.

Loading