Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nair0lf32/blog
my blog
https://github.com/nair0lf32/blog
blog blogging dev-blog edemessi florian gatsby gatsbyjs markdown nairolf32 typescript zerone
Last synced: 4 days ago
JSON representation
my blog
- Host: GitHub
- URL: https://github.com/nair0lf32/blog
- Owner: nair0lf32
- Created: 2023-07-30T19:40:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T12:22:39.000Z (3 months ago)
- Last Synced: 2025-01-31T04:32:06.585Z (14 days ago)
- Topics: blog, blogging, dev-blog, edemessi, florian, gatsby, gatsbyjs, markdown, nairolf32, typescript, zerone
- Language: MDX
- Homepage: https://blog.nairolf32.com
- Size: 2.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
My muthafuckin' blog
![blog-logo](/static/images/blog-logo.png)
It's powered by [Gatsby](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) so you know it's **great**
## Usage
- After cloning this install all deps with the usual `npm install` command
(or `npm install --legacy-peer-deps` as updating Gatsby broke stuff
and still not fixed)
- Highly recommended to use Gatsby CLI. You can install it using `npm install -g gatsby-cli`
- `gatsby develop` gives a preview server
- To build use `gatsby build`
- You can also just use npm commands directly to test and build## 🚀 Deployment
Deployed automatically on `Netlify`
- Dashboard is [here](https://app.netlify.com/sites/blog-n32/overview)
- Production can be accessed [here](blog.nairolf32.com)