Skip to content

mast-group/learnbigcode.github.io

 
 

Repository files navigation

To edit the website

Getting started (first time)

  • Install Ruby. Minimum version 2.0 required.
  • Install bundler gem install bundler.
  • In the directory of the repo, run bundle install.

Checking the effects of website edits (from the repo directory)

  • Run bundle exec jekyll serve -P 8000 and see the result at http://localhost:8000/

This site is based on the Neo-HPSTR Jekyll Theme

Based on https://github.com/aron-bordin/neo-hpstr-jekyll-theme

The theme distributes under MIT license.

We are thankful to the theme for the following.

  • Modern design.
  • Responsive templates for post, page, and post index _layouts. Looks great on mobile, tablet, and desktop devices.
  • Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
  • Sweet topbar animated menu with support for drop-downs.
  • Optional Disqus comments and social sharing links.
  • Open Graph and Twitter Cards support for a better social sharing experience.
  • Simple custom 404 page to get you started.
  • Stylesheets for Pygments and Coderay syntax highlighting to make your code examples look snazzy
  • Author panel, with social links
  • Read more tag support(similar with Wordpress ).

Preview


Getting Started

Neo-HPSTR takes advantage of Sass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.

To learn how to install and use this theme check out the Setup Guide(Original) for more information.

About

Website for Learning from "Big Code"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.1%
  • JavaScript 35.8%
  • HTML 12.7%
  • Ruby 1.4%