Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martijnvos/martijnvos.dev
My blog
https://github.com/martijnvos/martijnvos.dev
gatsby markdown
Last synced: 11 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/martijnvos/martijnvos.dev
- Owner: Martijnvos
- License: other
- Created: 2019-09-03T15:31:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T16:18:18.000Z (almost 4 years ago)
- Last Synced: 2024-12-10T05:15:06.345Z (2 months ago)
- Topics: gatsby, markdown
- Language: JavaScript
- Homepage: https://martijnvos.dev
- Size: 18.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-posts
Awesome Lists containing this project
README
martijnvos.dev
A software blog showcasing and documenting my learnings## :rocket: Quick start
1. **Clone this project.**
```sh
git clone https://github.com/martijnvos/martijnvos.dev.git
```1. **Start developing.**
Navigate into the directory and start it up.
```sh
cd martijnvos.dev/
gatsby develop
```1. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`!
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._
Open the `martijnvos.dev` directory in your code editor of choice and enjoy the hot reloading!
## :pray: Credits
Just like every other project this blog wouldn't be the way it is without a lot of amazing people and companies.
That's why I want to use this section to thank the following people/companies in no particular order:- Dan Abramov's open source blog [overreacted.io](https://overreacted.io/) for the inspiration and a few handy code snippets
- [Netlify](https://www.netlify.com/) for hosting this blog free of charge
- [GatsbyJs](https://www.gatsbyjs.org/) for laying the foundation of this blog by providing the [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog) Dan and I built off of