#Alexandre Faria's personal website : https://lusoalex.github.io
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
- Install Jekyll
- Fork the Particle Theme
- Clone the repo you just forked.
- Edit
_config.yml
to personalize your site.
npm install
gulp
You can use either use docker or install everything locally.
Run this command:
# npm install
# construction de l'image
docker compose build
# Lancement des conteneurs
docker-compose up -d
Pour ensuite jouer avec node et gulp :
# Installation des dépendances node
docker-compose exec node npm install
# lancement de la tâche « build »
docker-compose exec node gulp build
# Build
docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3.8 jekyll build
# Live serve/code
docker run --rm --volume="$PWD:/srv/jekyll" --name myblog -p 3000:4000 -it jekyll/jekyll:3.8 jekyll serve --watch
- For Mac OS install RVM
- Follow these instructions
- Run
bundle exec jekyll serve
This project 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 was partially designed with the inspiration from these fine folks