https://github.com/doppelganger9/blog
Personal blog, open sourced; get a peek to what I'm up to. Fix my typos and my poor english.
https://github.com/doppelganger9/blog
blog cypress-io markdown sapper svelte-v3 webpack
Last synced: 9 months ago
JSON representation
Personal blog, open sourced; get a peek to what I'm up to. Fix my typos and my poor english.
- Host: GitHub
- URL: https://github.com/doppelganger9/blog
- Owner: doppelganger9
- License: mit
- Created: 2019-03-03T19:57:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-02T19:10:54.000Z (9 months ago)
- Last Synced: 2025-10-02T21:11:35.316Z (9 months ago)
- Topics: blog, cypress-io, markdown, sapper, svelte-v3, webpack
- Language: Svelte
- Homepage: https://lacourt.dev
- Size: 35.8 MB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# David's Blog
[](https://coveralls.io/github/doppelganger9/blog?branch=master) [](https://app.netlify.com/sites/infallible-shannon-2d54c6/deploys)
See it live here: https://lacourt.dev/
This is a [SvelteKit](https://kit.svelte.dev) backed blog. To clone it and get started:
```bash
git clone https://github.com/doppelganger9/blog.git
cd david-blog
npm install
npm run dev
```
Open up [localhost:3000](http://localhost:3000) and start clicking around.
Consult [kit.svelte.dev](https://kit.svelte.dev) for help getting started.
## Open source
You can follow in the commit history how I migrated from the [Gastby-starter-blog](https://www.gatsbyjs.org/starters/gatsbyjs/gatsby-starter-blog/) to grow my own thing.
I encourage your curiosity and will be delighted if you can fix my poor English grammar or whatever deeper in the content I will post.
## CI/CD
I'm an automation advocate, I [wrote a post](https://lacourt.dev/2019/03/06) about setting up the Github Actions Workflow for this blog.
The website is deployed to [Netlify](https://www.netlify.com).
## License
MIT