All Projects → elisehein → Pageturner

elisehein / Pageturner

Licence: mit
An Octopress theme

Labels

Projects that are alternatives of or similar to Pageturner

Phantom Jekyll Theme
A Jekyll version of the "Phantom" theme by HTML5 UP.
Stars: ✭ 76 (-10.59%)
Mutual labels:  scss
Commudle Ng
World's first community management platform. And it's free!
Stars: ✭ 81 (-4.71%)
Mutual labels:  scss
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-2.35%)
Mutual labels:  scss
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-9.41%)
Mutual labels:  scss
Blogophonic Hugo
Blogophonic – a Hugo blog theme by Formspree
Stars: ✭ 80 (-5.88%)
Mutual labels:  scss
Denali Css
Themeable CSS framework of Denali Ui components
Stars: ✭ 79 (-7.06%)
Mutual labels:  scss
Prga
Open-source FPGA research and prototyping framework.
Stars: ✭ 75 (-11.76%)
Mutual labels:  scss
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (+0%)
Mutual labels:  scss
Pixelperfectcss Scss
Pixel Perfect CSS (Scss)
Stars: ✭ 80 (-5.88%)
Mutual labels:  scss
Hexo Theme Even
🚀 A super concise theme for Hexo
Stars: ✭ 1,244 (+1363.53%)
Mutual labels:  scss
Electric Book
A Jekyll template for creating books in multiple formats
Stars: ✭ 77 (-9.41%)
Mutual labels:  scss
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-7.06%)
Mutual labels:  scss
Cessie
Transpile your CSS bundle to support CSS variables, calc, and future CSS for legacy browsers.
Stars: ✭ 81 (-4.71%)
Mutual labels:  scss
Ungmo2.github.io
Stars: ✭ 76 (-10.59%)
Mutual labels:  scss
Pineapple
🍍 Jekyll Theme
Stars: ✭ 84 (-1.18%)
Mutual labels:  scss
Nextjs Full Demo
Demo about integration between examples of next.js and also fix some issues during development
Stars: ✭ 76 (-10.59%)
Mutual labels:  scss
Cooltipz.css
A modern, highly customisable, minimal, pure CSS tooltip library
Stars: ✭ 81 (-4.71%)
Mutual labels:  scss
Helm Www
The Helm website for docs, blog and project info.
Stars: ✭ 85 (+0%)
Mutual labels:  scss
Rust Toolstate
Records build and test status of external tools bundled with the Rust repository.
Stars: ✭ 84 (-1.18%)
Mutual labels:  scss
Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project 🔭.
Stars: ✭ 82 (-3.53%)
Mutual labels:  scss

Note: This project is not actively maintained, but open to any pull requests

A simple responsive Octopress theme

There isn't a very wide choice of Octopress themes out there, so I decided to make my own. It's inspired heavily by Simon Foster's blog (http://simonfosterdesign.com/blog/), relying mostly on typography (all typographical elements are stored as variables for simple customization).

The theme makes use of bourbon for SASS mixins, lettering.js for typography, and prettify.js and zclip.js for displaying code blocks.

Demo

See http://fivetonine.eu

Install

From your Octopress root directory:

# git clone https://github.com/elisehein/Pageturner.git .themes/Pageturner
# rake install['Pageturner']
# rake generate

About

sass/_variables.scss allows for a lot of customization.

Fonts

I experimented with a lot of fonts and didn't bother removing the ones I didn't like so there's a lot to choose from. See sass/_typography.scss for a full list of fonts that come with this theme.

Code blocks and syntax highlighting

The theme comes with Prettify.js for syntax highlighting. My color scheme of choice for Prettify was Hemisu from http://jmblog.github.com/color-themes-for-google-code-prettify/. To use a different color scheme, add the css file to sass/. change the stylesheet name in the <head> section of source/_layouts/default.html (this is the base layout that all other pages use). You will need to save the css file as .scss, otherwise rake generate won't pick it up.

Using Prettify does not require any special markdown syntax. You simply begin a code block with the usual indentation or grave characters.

Of course, the the standard of using Pygments and {% codeblock %} should work as well, but this theme does not include styling for any {% codeblock %} elements.

Issues

  • zclip.js error PPB_Graphics2D.PaintImageData: Rectangle is outside bounds.
  • _responsive.scss mixins are causing syntax errors. This is probably caused by the way rake compiles sass files. Using regular @media queries instead until fixed.
  • No styling for Octopress codeblock and gist plugins yet
  • If you've enabled like buttons or disqus comments in your _config.yml, you will need to add relevant tags and styling
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].