My portfolio written on Jekyll and SCSS.
- ⚙️ Fully customizable
- 🌆 Light/Dark theme
- 📝 Build-in contact form
- 🔍 SEO
- 📚 Projects cards
- 💯 Social media support
- Fill
_config.yml
with your values- For form link go to Formspree create new site and get your endpoint link
- For site verification token go to Google Search Console and get your
html tag
key.
- Add your projects with
.yml
extension to_data/cards
(Max10
cards!)- Project file syntax:
id: "card id (unique, the position on the site)"
title: "Project Title"
archived: "is archived? true/false"
technology: "What technology or language did you use"
description: "Short description"
url: "url to the project site (if exists)"
git: "name of the project repo (if exists)"
background: "Card background (from /lib/pics)"
background_data: "Card background data (from /lib/pics)"
background-alt: "Card background alt"
second-background: "Secount background (from /lib/svg/)"
second-background-alt: "Secound background alt"
effect: "color"
- Set-up the page by running
bundle install
. - Host this site locally by running
bundle exec jekyll serve
. Your site will be hosted under http://localhost:4000.
If you have any issues with the project or you found a bug please create new issue here
When submitting a pull request:
- Clone the repo.
- Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
- Open a pull request on GitHub and describe the feature or fix.
This project is licensed under the MIT. See the LICENSE file for details