Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erezrokah/tech-blog
https://github.com/erezrokah/tech-blog
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erezrokah/tech-blog
- Owner: erezrokah
- License: mit
- Created: 2019-12-26T13:39:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:27:09.000Z (about 1 year ago)
- Last Synced: 2024-10-31T03:09:09.549Z (about 2 months ago)
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Starter Tech Blog
### Initial Setup
- Clone this repo
- Run `yarn` or `npm install`### Writing blog post
- Write your blog post in markdown format under `src/blog-posts`. Refer the existing markdown template for title and date.
- Then run `npx gatsby develop` to load the page in your local machine. Usually loads in [http://localhost:8000](http://localhost:8000)