The aesthetics of this website will never remain stationary; they will always change. That’s the beauty of having your own website. It’s a place where you can dictate the look and functionality of the experience.
This website is built with Jekyll, a simple, blog-aware, static site generator. The typography is set in Avenir and Chaparral Pro.
Have fun, and happy coding!
You are free to use this code anywhere in any way, and modify it however you'd like. Just make sure to remove the analytics before deploying it on a remote server. To do that, go to _assets > js > app.js
and remove //= require google-analytics
and //= require gosquared
. Then, delete those files within the js
folder.
If you wish to run this Jekyll site locally, you must have Jekyll installed on your computer.
To install Jekyll, run gem install jekyll
.
Then you must install bundler.
To do that, run gem install bundler
.
Make sure you have the following gems installed on your system:
gem install nokogiri
gem install jekyll-assets
gem install jekyll-sitemap
gem install uglifier
gem install sass
gem install octopress-minify-html
After you have all the requisites installed, you may now open the directory via Terminal and run it locally with jekyll serve
.
If you have any questions, comments, or concerns, you can contact me via email at [email protected] or tweet me @_mkos.
Site content is licensed under the MIT license.