/nateay0.github.io

YOU ARE NOT ALLOWED TO STEAL CODE WITHOUT PERMISSION if u want permission pls text me on discord Nateay#3285

Primary LanguageSCSSMIT LicenseMIT

Portfolio

My portfolio written on Jekyll and SCSS

Jekyll GitHub License Version Discord

Image

Portfolio

Features

  • ⚙️ Fully customizable
  • 🌆 Light/Dark theme
  • 📝 Build-in contact form
  • 🔍 SEO
  • 📚 Projects cards
  • 💯 Social media support

Development

  1. 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.
  2. Add your projects with .yml extension to _data/cards (Max 10 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"
  1. Set-up the page by running bundle install.
  2. Host this site locally by running bundle exec jekyll serve. Your site will be hosted under http://localhost:4000.

Issues

If you have any issues with the project or you found a bug please create new issue here

Pull Requests

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.

License

This project is licensed under the MIT. See the LICENSE file for details