--- layout: defaults/page permalink: /about/ narrow: true title: More info about Friday Theme images: - https://images.unsplash.com/photo-1421789665209-c9b2a435e3dc?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=5b1016b885e7438c4633109d77368d4d&auto=format&fit=crop&w=1651&q=80 - https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=468a8c18f5d811cf03c654b653b5089e&auto=format&fit=crop&w=1650&q=80 - https://images.unsplash.com/photo-1504626835342-6b01071d182e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=975855d515c9d56352ee3bfe74287f2b&auto=format&fit=crop&w=1651&q=80 --- ## What is it? {% include components/intro.md %} ## Full Feature List - Installation - Designed for Jekyll 3.8 - Compatible with GitHub Pages - Configuration - Useful data files to quickly generate the profile sidebar and site navigation - Easy to configure, minimal options, sensible defaults - Styling - Styled with Bootstrap, proven to work cross-platform - Minimal additional SCSS to get in the way - Entirely customisable by tweaking the Boostrap SCSS variables - Layout - 2 column layout - Context-sensitive sidebars for blogs, documentation pages and normal content - Narrow/wide page options - Responsive layout built in - Lots of helpful includes and components to build out your site - JavaScript and Components - jQuery and Bootstrap JS included - Use all the Bootstrap components - Other goodies - Entypo SVG icons included - Syntax highlighting for code fragments using Rougify for over 100 different languages - Blog - A collection layout to build a blog with full support for tagging - Interactive tag filtering for the blog - Projects - A layout to list your projects, with a documentation-like layout for each project - Table of contents generation for documentation pages - Permalinks - Permalinks using baseurl throughout for deployment under a subdir or on GitHub pages - Permalinks using .html throughout for deployment to environments not using default directory indexes ## Examples Here's some quick examples of what it can do. ### Code Highlighting {% highlight javascript %} var modulePattern = (function() { // your module code goes here var sum = 0 ; return { add:function() { sum = sum + 1; return sum; }, reset:function() { return sum = 0; } } }()); {% endhighlight %} ### Bootstrap Components Here's a CSS component, it's an alert box with the info color: