Hybrid documentation-blog software, built with SvelteKit
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jill 79ca75629c line wrap in codeblocks 1 year ago
src line wrap in codeblocks 1 year ago
static favicons 1 year ago
storage add page suggestions at the bottom of the page 1 year ago
.gitignore init commit 1 year ago
.npmrc init commit 1 year ago
LICENSE init commit 1 year ago
README.md init commit 1 year ago
jsconfig.json init commit 1 year ago
package.json init commit 1 year ago
pnpm-lock.yaml init commit 1 year ago
svelte.config.js init commit 1 year ago

README.md

Guidebook

Hybrid documentation/blog software, built with SvelteKit. Currently focusing a lot more on documentation, but a fork is planned to focus a lot more on using it as blog software.

Supports running without JavaScript with SSR but also supports hydration for snappy navigation. Quite flexible and easy to write docs for with simple Markdown.

How-to

I honestly don't know yet lol

To test it out:

pnpm install
pnpm run dev -- --open