Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SvelteKit #10

Merged
merged 2 commits into from Aug 22, 2022
Merged

Add SvelteKit #10

merged 2 commits into from Aug 22, 2022

Conversation

josh-collinsworth
Copy link
Contributor

@josh-collinsworth josh-collinsworth commented Aug 19, 2022

Creates a bare-bones SvelteKit blog project (using mdsvex for Markdown processing, and the static adapter to build static files). Also adds the requisite .sh file for benchmarking. (Note: just copied an existing .sh file and modified slightly, but it seems to work.)

PR looks much larger than it really is; most of those lines are the package-lock.json file.

The SvelteKit site just has a homepage that lists all the posts with a link, and of course a page for each post. No extras at all.

I suspect one could get quicker build times by using Vite for the markdown processing instead of mdsvex, but that's for another experiment, I suppose.

@zachleat zachleat merged commit 2fc238c into zachleat:main Aug 22, 2022
@zachleat
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants