An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# David's Blog

[![Coverage Status](https://coveralls.io/repos/github/doppelganger9/blog/badge.svg?branch=master)](https://coveralls.io/github/doppelganger9/blog?branch=master) [![Netlify Status](https://api.netlify.com/api/v1/badges/72137791-898b-46be-ac68-9e1a5a37a29b/deploy-status)](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