https://github.com/philwareham/textpattern-zurb-foundation
Textpattern templates based on Zurb Foundation for Sites.
https://github.com/philwareham/textpattern-zurb-foundation
foundation framwork textpattern textpattern-theme theme zurb-foundation
Last synced: 2 months ago
JSON representation
Textpattern templates based on Zurb Foundation for Sites.
- Host: GitHub
- URL: https://github.com/philwareham/textpattern-zurb-foundation
- Owner: philwareham
- Created: 2013-11-27T10:29:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T09:28:23.000Z (over 5 years ago)
- Last Synced: 2025-01-10T01:54:33.369Z (4 months ago)
- Topics: foundation, framwork, textpattern, textpattern-theme, theme, zurb-foundation
- Language: HTML
- Homepage: https://foundation.philwareham.co.uk/
- Size: 344 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textpattern Zurb Foundation for Sites Templates
[](https://greenkeeper.io/)
[](https://travis-ci.org/philwareham/textpattern-zurb-foundation)[Demo](http://foundation.philwareham.co.uk/).
Textpattern templates for use with [Zurb Foundation for Sites](http://foundation.zurb.com) v6, using their [LibSass and Grunt build stream](http://foundation.zurb.com/docs/sass.html).
## Supported web browsers
* Internet Explorer 11.
* Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.Older versions of the above and other browsers may work, but these are the ones we verify.
## Requirements
Building this repository requires:
* [Node.js](https://nodejs.org/)
* [Grunt](https://gruntjs.com/)## Setup
### Installing required tools
The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](http://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](https://nodejs.org/) and [Grunt](https://gruntjs.com/). You can install Node using the [installer](https://nodejs.org/) and Grunt with npm:
```ShellSession
$ npm install -g grunt-cli
```Consult the Grunt documentation for more instructions if necessary. You might need to use `sudo npm install -g grunt-cli` instead when installing on certain Unix-based systems.
### Installing dependencies
After you have the base dependencies taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:
```ShellSession
$ cd textpattern-zurb-foundation
$ npm install
```**npm** installs Node modules for Grunt. You might need to use `sudo npm install` instead when installing on certain Unix-based systems (you can also install via Yarn, instead of npm).
## Building
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:
```ShellSession
$ grunt @task@
```Where the `@task@` is either `build` or `watch`.
* The `build` task builds the project.
* The `watch` task will launch a task that watches for file changes; the project is then automatically built if a source file is modified.## Updating Foundation
If you'd like to upgrade to a newer version of Foundation down the road just run:
```ShellSession
$ npm update
```## Textpattern templates
*Currently under development.*
## License
Licensed under MIT license except Textpattern templates, which are licensed under GPLv2 license.