Git Product home page Git Product logo

octoflat's Introduction

Octoflat

This is a theme using Twitter Bootstrap and Designmodo's Flat UI theme which can be previewed on Designmodo's website. The awesome symbol font is from FontAwesome.

This theme has a live preview at AlexGaribay.com.

The theme now comes in two different color schemes: a light color scheme and a dark color scheme. The dark scheme is the default.

Dark

Light

Please update the Wiki page if you are using this theme.

Installing the theme

As a submodule

$ cd your_octopress_dir
$ git submodule add https://github.com/alexgaribay/octoflat .themes/octoflat
$ rake install['octoflat']
$ rake generate

Grabbing the latest updates as a module

$ cd your_octopress_dir
$ git submodule update

As a clone

$ cd your_octopress_dir
$ git clone https://github.com/alexgaribay/octoflat .themes/octoflat
$ rake install['octoflat']
$ rake generate

Configuring Navigation

Add a navigation section to your _config.yml. Doing this allows the navbar to highlight the active page. Use the following format:

navigation:
- text: Home
  url: /index.html

Adding New Pages

Create new pages by using the following command:

rake new_page['new_page_name.md']

Go back to update your _config.yml file:

navigation:
- text: Home
  url: /index.html
- text: New Page Title
  url: /new_page_name.html

Modifying the Color Scheme

The theme has two color scheme options: light and dark. The dark color scheme is the one enabled by default.

To change the color scheme after you've installed the theme, do the following:

$ cd your_octopress_dir/sass/custom/
$ vim _colors.scss
// Delete lines 3 and 18 and save
$ rake generate

LinkedIn Link

To get the LinkedIn link to work, modify your _config.yml to have this line:

$ linkedin_user: username

Your username can be found by going to your profile page. On your info card at the top of the page, theres a link to your public profile page. Extract out your username from the link. www.linkedin.com/in/**username**/


License

This theme is licensed under a MIT License - http://opensource.org/licenses/mit-license.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.