Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kzaky/khaledzaky.com

My personal website/blog based on Jekyll
https://github.com/kzaky/khaledzaky.com

blog jekyll jekyll-blog jekyll-site jekyll-website khaledzaky

Last synced: 13 days ago
JSON representation

My personal website/blog based on Jekyll

Awesome Lists containing this project

README

        

khaledzaky.com
==================
[![AWS_CodeBuild](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiZWpnQ1BCdDZlK1hTVnQvRExheDg2V1VCQ3Zzb2U1N1JnQUdyWlpkS0dta2g2T3ZjSTZDLzc1M1F2K2FEVk1MNVg4b0Zha2pzTHJXc3ZMZENpVG9ZOWVFPSIsIml2UGFyYW1ldGVyU3BlYyI6IklTaTVYNERaL0R5K2gvRDciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)]()
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## About the Site

My personal website/blog based on Jekyll.

It lives here: [khaledzaky.com](http://khaledzaky.com)

## What's Included in this package

A full Jekyll environment is included with this website.

## Before You Begin

In the _config.yml file, the base URL is set to my personal website. It's recommended that you remove the base URL before working with this theme locally!
It should look like this:
`baseurl: ""`

## Running locally

1. Clone locally via GitHub Desktop, or via CLI: `git clone https://github.com:kzaky/khaledzaky.com.git`
2. cd into the directory
3. Install dependencies: `bundle install`
4. Run the Jekyll Server: `bundle exec jekyll serve`
5. Preview the build in your browser `localhost:4000`
6. You can use `jekyll serve --watch` to watch for changes in the source files as well.

## License & Copyright

Copyright Khaled Zaky.You may not reuse anything therein without my written permission:
- _posts/
- post-images/
- img/

The code and styles where applicable are licensed under the [MIT license](LICENSE)