joyhchen / lektor-foundation

A blank, responsive Zurb Foundation 6 starter theme for Lektor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lektor-foundation

Lektor-foundation is a Zurb Foundation 6 (http://foundation.zurb.com/sites/docs/) starter theme for Lektor, a static content management system (http://getlektor.com). To get started:

$ git clone https://github.com/joyhchen/lektor-foundation
$ cd lektor-foundation
$ lektor server

Demo: http://joyyy.xyz/foundation

Screenshot

Getting Started

If you use this theme, you don't have to run "lektor quickstart" because this theme is already a Lektor project itself (as Lektor does not yet have support for themes). Head into the "site.lektorproject" file and make sure you change the name of the project. You can also choose to change the "site.lektorproject" file name to something like "mysite.lektorproject" as long as you keep the ".lektorproject" ending.

Plugins

This theme comes with two plugins out of the box: lektor-htmlmin (HTML minification) and lektor-embed-x (for embedding media such as tweets). To remove these plugins, head into "site.lektorproject" and delete the plugin names under "[packages]" (this is also where you can specify any packages you would like to add).

Templates

The theme comes with a basic page template, a blog, and a kitchen sink page to showcase the various components included out of the box. For more information on how to build templates, refer to the Lektor documentation on templates.

Components

The theme currently has the following components implemented through flow blocks:

  • Accordion
  • Callout
  • Modal
  • Slider
  • Table
  • Tabs
  • etc.

More information on the theme and components can be found in the wiki.

About

A blank, responsive Zurb Foundation 6 starter theme for Lektor

License:MIT License


Languages

Language:CSS 98.0%Language:HTML 2.0%