Skip to content

Build a Jekyll blog in minutes, without touching the command line.

Notifications You must be signed in to change notification settings

mitthu/mitthu.github.io-archive1

 
 

Repository files navigation

Blog

The jekyll stuff for my blog.

Guidelines

Local Setup

# Install jekyll
gem install bundler
bundle install

# To build and preview the website
bundle exec jekyll serve

To include code

{% include code.html caption="A ruby script" %}
{% highlight ruby linenos %}
def print_hi(name)
  puts "Hi, #{name}!"
end
{% endhighlight %}
{% include endcode.html %}

Miscellaneous

Credits

About

Build a Jekyll blog in minutes, without touching the command line.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.8%
  • CSS 49.2%