This is a simple and minimalist website built with Jekyll designed for developers that want to show of their portfolio.
THe Theme is heavily inspured by the Particle Theme. It features:
- Gulp
- SASS
- Sweet Scroll
- Particle.js
- BrowserSync
- Font Awesome and Devicon icons
- Google Analytics
- Info Customization
- Install Jekyll
- Fork the repo
- Clone the repo you just forked.
- Edit
_config.yml
to personalize your site.
You have to fill some informations on _config.yml
to customize your site.
# Site settings
description: A blog about lorem ipsum dolor sit amet
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:3000" # the base hostname & protocol for your site
# User settings
username: Lorem Ipsum
user_description: Anon Developer at Lorem Ipsum Dolor
user_title: Anon Developer
email: anon@anon.com
twitter_username: lorem_ipsum
github_username: lorem_ipsum
gplus_username: lorem_ipsum
Don't forget to change your url before you deploy your site!
- Color Customization
- Edit the sass variables
- Particle Customization
- Edit the json data in particle function in app.js
- Refer to Particle.js for help
In order to compile the assets and run Jekyll on local you need to follow those steps:
- Install NodeJS
- Run
npm install
- Run
gulp
A Travis file (.travis.yml) and a cibuild
script is provided to automatically deploy to github (gh-pages branch) on each push to master
.
Make sure to customize repo path and to set the GH_TOKEN value prior to enabling the repo in the Travis console.
Having any issues file a GitHub Issue.
This theme is free and open source software, distributed under the The MIT License. So feel free to use this Jekyll theme anyway you want.
This theme is a blatant rip-off of the work by Nathan Rendecker :)