cedrickchee / personal-website

The personal website of Cedric Chee

Home Page:https://cedricchee.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cedric Chee's Website - Check it out! · Build Status

Source code for my personal website and blog. Crafted with ♥


What is under the hood | Setup | Settings | How to

What is under the hood

Built using:

Setup

  1. ⭐ to the project. 🤘
  2. Fork the project personal-website
  3. Edit _config.yml with your data (check settings section)
  4. Write some posts :bowtie:

If you want to test locally on your machine, do the following steps also:

  1. Install Jekyll, Node.js and Bundler
  2. Clone the forked repo on your machine
  3. Enter the cloned folder via terminal and run bundle install
  4. Then run bundle exec jekyll serve --config _config.yml,_config-dev.yml
  5. Open it in your browser: http://localhost:4000
  6. Test your app with bundle exec htmlproofer ./_site

Settings

Edit Jekyll site settings in _config.yml to customize your site.

name: John Doe
bio: 'The man behind the code'
picture: 'assets/images/my-profile-pic.jpg'
...

and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc.

How To?

Check the FAQ if you have any question or problem.


License


Random stuffs

My GitHub story in 3D:

github-skyline-720x480.mp4

About

The personal website of Cedric Chee

https://cedricchee.com

License:MIT License


Languages

Language:HTML 68.3%Language:Sass 30.1%Language:SCSS 0.9%Language:Ruby 0.4%Language:Shell 0.2%