Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joschuaschneider/joschuaschneider.de
Version 1 of my Personal Website.
https://github.com/joschuaschneider/joschuaschneider.de
gatsbyjs react website
Last synced: 10 days ago
JSON representation
Version 1 of my Personal Website.
- Host: GitHub
- URL: https://github.com/joschuaschneider/joschuaschneider.de
- Owner: JoschuaSchneider
- License: mit
- Created: 2019-05-14T16:33:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:29:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T08:09:43.432Z (about 1 month ago)
- Topics: gatsbyjs, react, website
- Language: JavaScript
- Homepage: https://joschuaschneider-v1.netlify.app/
- Size: 10.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal website | joschuaschneider.de
[![Netlify Status](https://api.netlify.com/api/v1/badges/da5572a5-9725-4671-abb1-d32c056365b5/deploy-status)](https://www.joschuaschneider.de)
> My site is under active development, contributions welcome!
This is the source code of my personal website (future blog). Its based on the amazing **[GatsbyJS Framework](https://www.gatsbyjs.org/)**!
In addition this project uses:
- **[React](https://reactjs.org/)** including [hooks](https://reactjs.org/docs/hooks-intro.html)
- **[react-spring](https://www.react-spring.io/)** for cool animations :sunglasses:
- **JSON and Markdown** as a data source (using [remark](https://remark.js.org/))
- **Code snippet syntax highlighting** with [PrismJS](https://prismjs.com/)Its deployed directly from this repo using [Netlify](https://www.netlify.com/) :sparkles:
## The goals of this project
The main goal of this project is to **build a personal portfolio** and **overview of me and my work**.
I'm also using this project to learn more about gatsby, as this is my first time using it.
Also, learning to use **build and deployment pipelines** (such as netlify or CI in general) has been a long time goal for me. I started by setting up **automated builds and deployments** over on my [use-error-boundary](https://github.com/JoschuaSchneider/use-error-boundary) repo.
And lastly, making my projects publicly available **might help others** with their own project or learning process and **encourages me** (or them) **to give back to the community** :heart:
# Contribution
Feel free to **create issues** or **open pull requests** if you have questions, improvements or found a bug!