Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-akira/gatsblog
Simple blog experiment made with Gatsbyjs
https://github.com/the-akira/gatsblog
gatsby gatsby-blog gatsbyjs javascript react reactjs
Last synced: 10 days ago
JSON representation
Simple blog experiment made with Gatsbyjs
- Host: GitHub
- URL: https://github.com/the-akira/gatsblog
- Owner: the-akira
- License: mit
- Created: 2019-10-28T22:02:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T23:32:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T23:19:34.818Z (2 months ago)
- Topics: gatsby, gatsby-blog, gatsbyjs, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://akiragatsblog.netlify.app
- Size: 3.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsblog## 🚀 How to use
1. **Clone the Repository**
```shell
git clone https://github.com/the-akira/gatsblog.git
```2. **Install Packages**
Navigate into the site’s directory and:
```shell
npm install
```3. **Start developing**
Navigate into the site’s directory and start it up.
```shell
gatsby develop
```
4. **Build**Navigate into the site’s directory and build it up.
```shell
gatsby build
```5. **Deploy**
You can easily deploy the static content to [Netlify](https://www.netlify.com/)