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:
- nokogiri
gem install nokogiri - jekyll-assets
gem install jekyll-assets - jekyll-sitemap
gem install jekyll-sitemap - uglifier
gem install uglifier - sass
gem install sass - octopress-minify-html
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 matthewkosloski@me.com or tweet me @_mkos.
Site content is licensed under the MIT license.