GithubHelp home page GithubHelp logo

curiositry / bohemian Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 3.24 MB

Free, Responsive, Open Source, & Typographically Tasteful. It’s Bohemian — the Pelican theme for snobs. Built for a great reading experience with minimal clutter, it will ready your Pelican site for 21st century.

License: MIT License

CSS 91.18% Shell 3.53% Python 5.29%

bohemian's Introduction

bohemian

Screenshot 1

About

Live Demo — Subtheme 1 // Live Demo — Subtheme 2// Source Code

Bohemian is a pelican theme I wrote to use here on my github page, replacing my older Clean theme. It’s Free, Responsive, Open Source, & Typographically Tasteful; built to provide a great reading experience with minimal clutter, Bohemian will ready your Pelican site for 21st century.

Features

  • Fully Responsive
  • Lightweight
  • Two Handsome Subthemes build on the same base … the one on this site and the theme used by Science Class
  • Handsome webfonts served by Brick for blazing speed, Alegreya for subtheme 1, Playfair Display & Crimson Roman for Subtheme2
  • Modern, clutter free design makes for a great reading experience.
  • Option to use text or image for the logo

Example config:

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals

AUTHOR = u'Omphalosskeptic' # What shows up as post attribution and site attribution
SITENAME = u'omphalosskeptic' # Main site name
SITE_TITLE = ' — Omphalosskeptic’s Userpage' # Site title, which is appended to site name for the <title?
SITESUBTITLE = 'The Projects <span class="amp">&amp;</span> Thoughts Of Omphalosskeptic' # Shows up at the bottom where no one will notice it. That’s how hip bohmeian is.
SITEURL = 'http://omphalosskeptic.github.io' # Self explanatory
TWITTER_HANDLE = 'omphalosskeptic' # Adds a link to your twitter account in the footer if you have one. Don’t include the @ symbol for this to work

META_DESCRIPTION = "A hub for the open-source projects of web designer & developer Omphalosskeptic." # Goes in the meta description tag. Shows up in google results so don’t forget it.

SITELOGO = SITEURL+'/images/omphalosskeptic_coloured.png' # For subtheme 1, use a square logo 200px +. For subtheme two works best with something about 700px by a few hundred.

USE_CLEAN_SUBTHEME = False # Set this to true and you get a scienceclass.github.io look, alse it’s the theme on omphalosskeptic.github.io

PATH  = 'content'

MENUITEMS = (('Projects', SITEURL+'/category/projects.html'),) # If yo want’t fine grained control over your menu

DEFAULT_CATEGORY = 'Projects'

THEME = 'bohemian' # Important stuff, yo.

TIMEZONE = 'America/Vancouver'

DEFAULT_DATE = 'fs' # Sets the date if you don’t.

# Feed generation is usually not desired when developing

# GITHUB_URL = 'http://github.com/omphalosskeptic'

DEFAULT_PAGINATION = 10

# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True

Subtheme 1

Subtheme 2

bohemian's People

Contributors

curiositry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

githubber

bohemian's Issues

Clean up code

The code works but is a bit of a mess. I need to clean it up when I get a chance:

  • Make CSS conform to @mdo Code guide
  • Finish converting unused selectors to BEM
  • Improve how images are handled (thumbnails + responsive delivery?)

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.