Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericdowell/ericdowell.github.io
My personal website built with Github Pages and Jekyll
https://github.com/ericdowell/ericdowell.github.io
about-me contact jekyll personal-website website
Last synced: 6 days ago
JSON representation
My personal website built with Github Pages and Jekyll
- Host: GitHub
- URL: https://github.com/ericdowell/ericdowell.github.io
- Owner: ericdowell
- Created: 2018-01-20T22:07:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:56:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:58:39.734Z (7 months ago)
- Topics: about-me, contact, jekyll, personal-website, website
- Language: Ruby
- Homepage: https://ericdowell.com
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Eric Dowell Personal Site
[![CircleCI](https://circleci.com/gh/ericdowell/ericdowell.github.io.svg?style=svg)](https://circleci.com/gh/ericdowell/ericdowell.github.io)This is the source for my [personal website](https://ericdowell.com), it is generated using [Jekyll](https://jekyllrb.com/).
I picked Jekyll because [Github Pages](https://pages.github.com/) supports Jekyll building. I setup a build process via
[CircleCI](https://circleci.com/) to test that everything is working before I merge any code to be deployed. To make sure
the site is fast and that my site does not hit the [Github Pages soft bandwidth limit](https://help.github.com/articles/what-is-github-pages/#usage-limits)
I use [Cloudflare](https://www.cloudflare.com/) as my CDN.If you'd like to learn how to setup a [Github Page](https://pages.github.com/) and
run it through [Cloudflare](https://www.cloudflare.com/) then you can follow
this [blog post](https://blog.cloudflare.com/secure-and-fast-github-pages-with-cloudflare/).