Giter Site home page Giter Site 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

octoflat's People

Contributors

alexgaribay avatar dahoo avatar fred-o avatar isaacdontjelindell avatar jdrouhard avatar rogerz avatar ryankearney avatar wizzapp avatar zalew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

octoflat's Issues

Title case tags don't work

You can use {{ category | category_link }} to get the correct link, but you have to adjust the CSS as well.

Code highlighting is missing.

Syntax highlighting of code is missing. Will be fixed by redoing the sass files to include the components required for syntax highlighting.

Rake generate fails

Executing rake generate after installing the theme fails and gives the following output:

## Generating Site with Jekyll
    error sass/screen.scss (Line 61 of sass/_syntax.scss: "html .gist .gist-file .gist-meta" failed to     @extend ".sans".
The selector ".sans" was not found.
Use "@extend .sans !optional" if the extend should be able to fail.
)
Compilation failed in 1 files.
Configuration file: /home/aditya/workspace/blog/octopress/_config.yml
            Source: source
       Destination: public
      Generating... 
     Build Warning: Layout 'nil' requested in blog/categories/self/atom.xml does not exist.
     Build Warning: Layout 'nil' requested in blog/categories/uptime/atom.xml does not exist.
     Build Warning: Layout 'nil' requested in atom.xml does not exist.
 Build Warning: Layout 'nil' requested in robots.txt does not exist.
 Build Warning: Layout 'nil' requested in blog/categories/self/atom.xml does not exist.
 Build Warning: Layout 'nil' requested in blog/categories/uptime/atom.xml does not exist.
                done.
 Auto-regeneration: disabled. Use --watch to enable.

Linkedin icon

Hi, could you put in a few lines in the readme on how you configure the Linked In icon?

I found the right syntax, but it does not say it anywhere I could find.

Disqus Comment Count

Hey Alex,

First of all, great theme! I am having one problem, however... I can't seem to get the Disqus comment count on the blog index page to work. The disqus comments show up if I drill into the post... not sure what I'm doing wrong. The site is

www.artifexcontramundum.com

Any idea what I've missed?

Boostrap 3

Any plans to move this to Bootstrap 3?

Load JS Asynchronously

There's about 415kb of JS used for this theme. It'd be ideal if this was loaded asynchronously.

_fonts.scss, is it functional?

There are two issues I would like to point out, honestly:

  1. There is an error that continuously shows up:

    WARNING on line 61 of /Users/$USER/Documents/octopress/sass/_syntax.scss: "html .gist .gist-file .gist-meta" failed to @extend ".sans".
    The selector ".sans" was not found.
    This will be an error in future releases of Sass.
    Use "@extend .sans !optional" if the extend should be able to fail.

  2. Does the _fonts.scss actually works? I try to change stuff there, but Octopress isn't detecting any changes at all.

Best,
Maz

Bootstrap 3

Is anyone working to put in bootstrap 3 into this theme any time soon?

pre code tags does not include background color

Hi,

I wrote sass/custom/_color.scss like this...

$code-bg-color:      #000000; // Code background
$pre-bg: #000000;

But my HTML does not display background color with #000000.

2014-08-17 16 56 25

How can I set background color with pre code tags.

Thanks.

Current page is not always highlighted

The current page is not highlighted (in green) when the page is a custom one and it was created with
rake new_page[about]

However, the current page is highlighted if it was created with
rake new_page[about.html]

Not a big issue, but it would be nice if you mention it on the documentation.

(also, a brief explanation of how the navigation works would be helpful)

Thanks for your work!

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.