Check out the links below to see how I approached each area of developing my portfolio website.
- CSS
- JavaScript
- CMS
Below are some of the tools I have used on this project, as well as the corresponding config files.
- Ghost Blogging Platform
- Gulp -
gulpfile.js - SCSS-Lint -
.scss-lint.yml - EditorConfig -
.editorconfig - ESLint -
coming soon
This theme is to be ran on the Ghost blogging platform, it's open source and free.
- Download the latest Ghost release.
- Extract the .zip file and navigate into the root of that director.
- Run
npm install --production - Run
npm start - Clone this repo into the
/content/themes/folder. - Navigate into the cloned folder.
- Run
npm install - In a new terminal instance, run
gulp - View your website at:
http://localhost:3000 - You can also view the admin area at:
http://localhost:3000/ghost - Have fun!