noreta / site

The Jekyll version of my website

Home Page:http://mtk.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matthewkosloski.me

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!

Usage

Removing Analytics

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.

Running it locally

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.

Support

If you have any questions, comments, or concerns, you can contact me via email at matthewkosloski@me.com or tweet me @_mkos.

License

Site content is licensed under the MIT license.

About

The Jekyll version of my website

http://mtk.me


Languages

Language:CSS 83.1%Language:HTML 12.1%Language:JavaScript 2.8%Language:PHP 1.1%Language:Ruby 0.9%