Hybrid documentation-blog software, built with SvelteKit
Go to file
Jill 79ca75629c line wrap in codeblocks 2022-05-07 17:08:58 +00:00
src line wrap in codeblocks 2022-05-07 17:08:58 +00:00
static favicons 2022-05-05 08:45:12 +03:00
storage add page suggestions at the bottom of the page 2022-05-03 23:56:31 +03:00
.gitignore init commit 2022-05-03 23:29:06 +03:00
.npmrc init commit 2022-05-03 23:29:06 +03:00
LICENSE init commit 2022-05-03 23:29:06 +03:00
README.md init commit 2022-05-03 23:29:06 +03:00
jsconfig.json init commit 2022-05-03 23:29:06 +03:00
package.json init commit 2022-05-03 23:29:06 +03:00
pnpm-lock.yaml init commit 2022-05-03 23:29:06 +03:00
svelte.config.js init commit 2022-05-03 23:29:06 +03:00

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