Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch264/christina-blog-cms
My blog build with Netlify CMS, Gatsby and Tailwind css. I am planning on building this out to also contain my portofolio
https://github.com/ch264/christina-blog-cms
gatsby netlify-cms tailwindcss
Last synced: about 4 hours ago
JSON representation
My blog build with Netlify CMS, Gatsby and Tailwind css. I am planning on building this out to also contain my portofolio
- Host: GitHub
- URL: https://github.com/ch264/christina-blog-cms
- Owner: ch264
- License: 0bsd
- Created: 2021-06-02T20:47:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T22:23:15.000Z (about 2 years ago)
- Last Synced: 2024-12-12T05:09:06.732Z (about 2 months ago)
- Topics: gatsby, netlify-cms, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 21.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/64d9b2f3-575a-4e76-9fa0-d3f5b1bd7e23/deploy-status)](https://app.netlify.com/sites/loving-elion-b3f079/deploys)
# Welcome to my Blog and Portofolio
Hi and welcome to my blog. My name is Christina and I am a scientist turned Developer. I have been working as a Software Engineer and teaching myself coding and debugging skills.
Coding, I run into many challanges on a daily basis so I created this blog to give back to the community. Seriously, if you are just starting out, you are not alone. We are all here to help each other.
Over time, through lots of trial and error, and learning from others, I have discovered strategies to implement and debug. I want to share them with you.
Check out my Blog posts below and I would love to hear from you. Let me know what you think, ask me a question or let me know if there is a better way of solving something. Learning together is the best part of the job.
Happy Hacking!
## How to run my blog locally
If you want to run my blog locally you can pull down the repo to your local machine. Open the terminal and run
```zsh
npm install
```For a developement build run
```zsh
gatsby develop
```And for a production build run
```zsh
gatsby build && gatsby serve
```