https://github.com/adokter/old_personal_pages
personal webpage
https://github.com/adokter/old_personal_pages
Last synced: 3 months ago
JSON representation
personal webpage
- Host: GitHub
- URL: https://github.com/adokter/old_personal_pages
- Owner: adokter
- License: mit
- Created: 2015-04-03T12:32:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:40:22.000Z (over 2 years ago)
- Last Synced: 2025-01-14T23:57:57.714Z (5 months ago)
- Language: HTML
- Size: 19.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skinny Bones Jekyll Starter
Just a little something I'm using to jump start a site refresh. I like to think of it as a starter for building your own Jekyll site. I purposely keep the styling minimal and bare to make it easier to add your own flare and markup.
I'm currently using a variation of it on my personal website [Made Mistakes](http://mademistakes.com) with some modifications. To learn more about how to use the theme and install it check out the [Skinny Bones demo](http://mmistakes.github.io/skinny-bones-jekyll/) (*work in progress*).

---
## Notable Features
* Stylesheet built using Sass. *Requires Jekyll 2.x*
* Data files for easier customization of the site navigation/footer and for supporting multiple authors.
* Optional Disqus comments, table of contents, social sharing links, and Google AdSense ads.
* And more.http://davidensinger.com/2014/04/transferring-the-dns-from-namecheap-to-cloudflare-for-github-pages/
## compiling / serving
* command `bundle exec jekyll build` to compile
* command `bundle exec jekyll serve` to serve locally