This is a project of my new, refreshed website, that is free to use.
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.
-
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.
No configuration at all. Just install.
-
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
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.
You can fork this repository, but please give me proper credit by linking back to my website - bartzalewski.com.
Thank you! 💚
- GatsbyJS
- styled-components
- Contentful
- React Helmet