All Projects → nrandecker → Particle

nrandecker / Particle

Licence: mit
A simple portfolio Jekyll theme:

Projects that are alternatives of or similar to Particle

Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (-29.85%)
Mutual labels:  jekyll, jekyll-themes, sass
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+405.76%)
Mutual labels:  jekyll, jekyll-themes
Cards Jekyll Template
A simple Jekyll Template Card Based.
Stars: ✭ 306 (-59.04%)
Mutual labels:  jekyll, jekyll-themes
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (-51.81%)
Mutual labels:  jekyll, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (-6.16%)
Mutual labels:  jekyll, jekyll-themes
Almace Scaffolding
AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.
Stars: ✭ 275 (-63.19%)
Mutual labels:  jekyll, sass
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (-53.68%)
Mutual labels:  jekyll, jekyll-themes
dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: ✭ 29 (-96.12%)
Mutual labels:  jekyll, jekyll-themes
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (-46.18%)
Mutual labels:  jekyll, jekyll-themes
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (-40.03%)
Mutual labels:  jekyll, jekyll-themes
eventually-jekyll-theme
A Jekyll version of the "Eventually" theme by HTML5 UP.
Stars: ✭ 26 (-96.52%)
Mutual labels:  jekyll, jekyll-themes
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+3194.65%)
Mutual labels:  jekyll, sass
business-jekyll-theme
Business Jekyll Theme for your business
Stars: ✭ 43 (-94.24%)
Mutual labels:  jekyll, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (-12.05%)
Mutual labels:  jekyll, jekyll-themes
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-97.32%)
Mutual labels:  jekyll, jekyll-themes
Sleek
📈 Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (-57.03%)
Mutual labels:  jekyll, jekyll-themes
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-96.12%)
Mutual labels:  jekyll, jekyll-themes
s
__s, or dunders, is a simple Jekyll Starter Theme
Stars: ✭ 55 (-92.64%)
Mutual labels:  jekyll, jekyll-themes
Gulp Tutorial
Code examples for my Gulp.js tutorial series
Stars: ✭ 383 (-48.73%)
Mutual labels:  jekyll, sass
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (-28.92%)
Mutual labels:  jekyll, jekyll-themes

Particle Jekyll Theme

This is a simple and minimalist template for Jekyll designed for developers that want to show of their portfolio.

The Theme features:

  • Gulp
  • SASS
  • Sweet Scroll
  • Particle.js
  • BrowserSync
  • Font Awesome and Devicon icons
  • Google Analytics
  • Info Customization

Basic Setup

  1. Install Jekyll
  2. Clone the particle theme: git clone https://github.com/nrandecker/particle.git
  3. Edit _config.yml to personalize your site.

Site and User Settings

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: [email protected]
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 and Particle Customization

  • Color Customization
    • Edit the sass variables
  • Particle Customization
    • Edit the json data in particle function in app.js
    • Refer to Particle.js for help

Running the blog in local

In order to compile the assets and run Jekyll on local you need to follow those steps:

  • Install NodeJS
  • Install Jekyll: sudo gem install bundler jekyll
  • Install Yarn: npm install -g yarn
  • Install dependencies: yarn
  • Run: gulp

Questions

Having any issues file a GitHub Issue.

License

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.

Credits

This theme was partially designed with the inspiration from these fine folks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].