GithubHelp home page GithubHelp logo

octopress-flat's Introduction

Octopress Flat

Octopress Flat is a "Flat UI"-inspired theme for Octopress. It is pretty rough at this point, and not thoroughly tested, so feel free to make improvements or let me know if you find anything broken.

Ideally, it will eventually allow each post to have a unique color theme, but I have to figure out how to do that first.

Octopress Flat

Twitter: @alexharris6

Install

$ cd octopress
$ git clone git://github.com/alexharris/octopress-flat.git .themes/octopress-flat
$ rake install['octopress-flat']
$ rake generate

License

(The MIT License)

Copyright © 2013 Alex Harris

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

octopress-flat's People

Contributors

alexharris avatar melonbreadvr avatar drewwells avatar seanfisk avatar

Stargazers

Robert Antonius avatar neptune avatar  avatar  avatar Alex Petrosh avatar  avatar Zhiyi Ding avatar Haruka Ozaki avatar Joaquín Moreira avatar Daniel Raban avatar mnarayan avatar 蔡正海 avatar ixaxaar avatar Damir Svrtan avatar Karan Thukral avatar Sonal Kharangate avatar John Whitman avatar Pat avatar Ian Fijolek avatar  avatar Matt avatar  avatar Brandon Summers avatar irsal avatar Aaron McAdam avatar Andy Barber avatar Claire Rebello avatar Kohei Yamada avatar Talysson de Oliveira Cassiano avatar Fabrizio Ferrai avatar Nestor Turizo Jimenez avatar Martin Bjeldbak Madsen avatar wujn avatar PGMY avatar Roberto Acevedo avatar Jeff Cressman avatar Sang Mingming avatar Alex Popov avatar M Haidar Hanif avatar Filippo Valsorda avatar Scott D'Alessandro avatar Ish Ot Jr. avatar Kaung Htet avatar  avatar Daniel Ribeiro avatar Daniel Blatt avatar Lakshminp avatar Shengjie avatar Yang Meyer avatar Dave Shapiro avatar Sean Hagen avatar Jason Harmon avatar Shuhei Kagawa avatar Akhlaq Malik avatar Douglas Tarr avatar XguoX avatar Dmitry Dolzhenko avatar Salahuddin Hairai avatar Gábor Molnár avatar Alexey Alekhin avatar Eduardo Pareja Tobes avatar Robin Skilling avatar Stina Qvarnström avatar Ricardo do Valle avatar  avatar Abhijith Srivatsav avatar Sheharyar Naseer avatar Ronalds Vilciņš avatar Manikanta Gade avatar Timo Haberkern avatar Anthony Kong avatar Fernando Paredes avatar André Szabolcs Szelp avatar Umar Hansa avatar  avatar James Brooks avatar David Celis avatar Daniel Steadman avatar  avatar Yoshinori Hirasawa avatar  avatar Calvin De Lima avatar Zernel avatar Carl Ditzler avatar 86 avatar Gene Jones avatar Alex avatar Xander Dunn avatar

Watchers

Trevoke avatar  avatar Ricardo do Valle avatar

octopress-flat's Issues

Error: (<unknown>): did not find expected key while parsing a block mapping at line 2 column 1

After installing the theme, I ran 'rake generate' and got this error message:

$ rake generate
## Generating Site with Jekyll
unchanged sass/screen.scss
Configuration from /Users/antkong/octopress/_config.yml
Building site: source -> public

ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
(<unknown>): did not find expected key while parsing a block mapping at line 2 column 1 in /path/to/markdown.file

Here is the content of the mark down file


---
layout: post
title: "Finally finished the book, “Winston’s War: Churchill, 1940-1945” by Max Hastings"
date: 2012-03-13 22:00
comments: true
categories: Winston Churchill

---

Finally finished the book, “Winston’s War: Churchill, 1940-1945” by Max Hastings


At first I hoped this may be the cause of the error. But after removing some double quote/single quote, I still got the same error message.

rake generate gives error

$ rake generate

Generating Site with Jekyll

WARNING on line 35 of /home/emil/Personal/blog/sass/base/_typography.scss: "body > header h1" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 77 of /home/emil/Personal/blog/sass/base/_typography.scss: "h1" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 77 of /home/emil/Personal/blog/sass/base/_typography.scss: "h2" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 77 of /home/emil/Personal/blog/sass/base/_typography.scss: "h3" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 77 of /home/emil/Personal/blog/sass/base/_typography.scss: "h4" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 77 of /home/emil/Personal/blog/sass/base/_typography.scss: "h5" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 77 of /home/emil/Personal/blog/sass/base/_typography.scss: "h6" failed to @ extend ".heading".
The selector ".heading" was not found.
This will be an error in future releases of Sass.
Use "@ extend .heading !optional" if the extend should be able to fail.

WARNING on line 16 of /home/emil/Personal/blog/sass/partials/sidebar/_base.scss: "aside.sidebar section h1" failed to @ extend ".side-shadow-border".
The selector ".side-shadow-border" was not found.
This will be an error in future releases of Sass.
Use "@ extend .side-shadow-border !optional" if the extend should be able to fail.

Sidebar search inconsistent?

Hi Alex,

First of all I would like to say thanks for your theme! It is simple yet attractive, and we are currently using it for our site http://gvtools.org/.

We wanted to have the search box display on every page of the site, but we found that it only displayed on the home page (source/index.html). We fixed it by creating a sidebar include that gets included in these files:

  • source/_layouts/page.html
  • source/_layouts/post.html
  • source/index.html

I'd be happy to make a pull request to "fix" this, but was the search box intended to only be displayed on the home page?

Thanks!

{% codeblock %} tags seem to have broken styling

Hey; I love the theme so far but, when I install it onto my blog, codeblock tags seem to lose their styles. The line-number gutters and code have no discernable difference, except that the line-heights are all off so none of the line numbers align correctly with the code.

Also, the code blocks no longer get syntax highlighting for some reason.

I noticed on your personal site, you fixed, at the least, styling for the gutter and line-height.

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.