Skip to content

xfantasy/liquidluck-theme-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Theme for Felix Felicis

This theme is designed for documentation site.

Installation

Install this theme with liquidluck:

$ liquidluck install bootstrap

Install this theme with Git:

$ git submodule add git://github.com/lepture/liquidluck-theme-bootstrap.git _themes/bootstrap

Setup

Edit your settings file, change the theme to bootstrap.

theme = 'bootstrap'
use_relative_url = True

Disable some writers:

writers = {
    'archive_feed': None,
    'category_feed': None,
    'year': None,
    'tag': None,
}

Advanced

Category support:

theme_variables = {
    'categories': {
        'work': u'工作',
        'life': u'生活',
    },
}

Navigation support:

theme_variables = {
    'navigation': [
        (u'博客', 'http://lepture.com'),
        ('Theme', 'http://github.com/lepture/liquidluck-theme-bootstrap'),
    ],
}

About

bootstrap theme for documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published