Coder Social home page Coder Social logo

gfxdigital / gfxdigital.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from levytsroman/levytsroman.github.io

0.0 1.0 0.0 30.53 MB

Personal portfolio page

License: MIT License

Ruby 1.43% HTML 28.42% JavaScript 28.40% Shell 0.09% SCSS 41.67%

gfxdigital.github.io's Introduction

levytsroman.github.io

Personal portfolio page, aspiring jekyll theme.

To get started:

Make sure Ruby is installed on your computer, for detailed information on how check this link https://www.ruby-lang.org/en/documentation/installation/

  1. fork the repo

  2. If you want to utilize gh-pages hosting rename the cloned repository to follow the following format:

  username.github.io
  1. clone the repo by running in your bash terminal/cmd, make sure to change url below to url of your own fork.
git clone https://github.com/LevytsRoman/levytsroman.github.io.git
  1. go into the folder with
cd levytsroman.github.io
  1. run
bundle install

to install all the necessary gems(those are ruby libraries)

  1. run
bundle exec jekyll serve

this will start jekyll which will regenerate your html every time you make a change. You should now be able to navigate to http://localhost:4000 and see the site.

  1. finally open a new terminal window and run
bash sass_watch.sh

This will start sass and compile various sass files into css.

Now that you're up and running try changing _config.yml such as email title, linkedin url etc, restart jekyll and see your changes.

  • every time you change _config.yml you'll have to restart the server to see your changes.

Usage

Most of the content of the site comes from the _data folder.

The website is designed to have 4 sections if you want to change what they are, modify the sections.yml file inside _data folder. If you do change the sections, make sure not to change the class property, as css file rely on them being called a cetain way.

To update projects modify the projects.yml, you can add your own tags and later reference them in _includes/project_box by putting {{project.your_tag}} in the html.

If you want to use the form in the contact page, you'll need to make an account with https://formspree.io/. Then simply update the email in the _config.yml to whatever you used to register.

For more info on how to use jekyll visit https://jekyllrb.com/docs/home/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.