snappy / snappy-faq
Snappy FAQ themes.
Installs: 263
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-05 02:58:40 UTC
README
This is a base setup for creating Snappy faq themes.
Changes from original faq templates
- New top header and sidebar.
- The topics list changed from a table to a block grid.
- The base themes use Zurb Foundation.
Dev Setup Notes
This projects uses grunt and sass to compile the assets.
npm install
bower install
grunt serve
Foundation icons have an open bug report that has to be manually adjusted in the bower_components. Remove the $fi-path path in _foundation_icons.scss so it looks like this:
font-family: "foundation-icons";
Simple PHP Server
php -S localhost:8000 -t public/