bartzalewski.com-v2
bartzalewski.com-v2 copied to clipboard
My 2nd portfolio website
bartzalewski.com - v2
This is a project of my new, refreshed website, that is free to use.
⭐ How To Install?
To be able to use this properly, you need to choose between the three versions of this portfolio. If you want to make sure that it'll work for you, just don't install it via the master branch, because it won't start for you. There are 3 versions down below, depending on what you choose, you will have to do different things to make it fully working.
Choose your version:
-
Contentful Blog
1️⃣ Contentful Blog Installation
-
Create Contentful account.
-
Create New Content Model with fields:
- title (Short Text)
- slug (Short Text)
- publishedDate (Date & time)
- background (Media)
- Body (Rich text)
-
Add a new post and publish it.
-
In the portfolio root directory, create a file ".env", and paste the following code to it:
CONTENTFUL_SPACE_ID=YOUR_CONTENTFUL_SPACE_ID CONTENTFUL_ACCESS_TOKEN=YOUR_CONTENTFUL_ACCESS_TOKEN
-
Paste your IDs and re-run the development server.
2️⃣ Markdown blog/No blog Installation
No configuration at all. Just install.
Installation and set up:
-
Install Node.js
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
CD to the forked repo
cd bartzalewski.com-v2
-
Install the packages
npm install
-
Start the development server
npm start
📝 How to make the Contact Form work?
⚠️ Using it as Your Portfolio
As I'm making this repo public for all, you can easily get it and use it how you want. But, there is a must. You need to attribute me. You must leave alone the attribution under the copyright statement ("Created By Bart Zalewski").
In the beginning, I created this website only for myself, for portfolio purposes. Now, you can just download it and use it for your purposes.
TL;DR
You can fork this repository, but please give me proper credit by linking back to my website - bartzalewski.com.
Thank you! 💚
✨ What kind of technologies did I use?
- GatsbyJS
- styled-components
- Contentful
- React Helmet