Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedrickchee/personal-website

The personal website of Cedric Chee
https://github.com/cedrickchee/personal-website

jekyll-website personal-blog personal-web

Last synced: about 4 hours ago
JSON representation

The personal website of Cedric Chee

Awesome Lists containing this project

README

        


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:

- [Jekyll](https://jekyllrb.com/), [Sass](http://sass-lang.com/) and [SVG](https://www.w3.org/Graphics/SVG/)
- [Indigo theme](https://github.com/sergiokopplin/indigo). A simple and minimalist template for Jekyll
- Tests with [Travis CI](https://travis-ci.org/)
- Google PageSpeed: [98/100](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fcedricchee.com);
- No JS. :sunglasses:

## Setup

0. :star: to the project. :metal:
1. Fork the project [personal-website](https://github.com/cedrickchee/personal-website/fork)
2. Edit `_config.yml` with your data (check settings section)
3. Write some posts :bowtie:

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

1. Install [Jekyll](http://jekyllrb.com), [Node.js](https://nodejs.org/) and [Bundler](http://bundler.io/)
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](./FAQ.md) if you have any question or problem.

---

## License

* Code: [MIT](https://cedrickchee.mit-license.org/) © Cedric Chee
* Content: [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)

***

## Random stuffs

My GitHub story in 3D:

https://user-images.githubusercontent.com/145605/118441697-243ee100-b71c-11eb-875a-d59fca1878f8.mp4