https://github.com/128keaton/griddle-wp
A Grid-based* WordPress theme
https://github.com/128keaton/griddle-wp
grid php sage wordpress wordpress-theme
Last synced: about 1 month ago
JSON representation
A Grid-based* WordPress theme
- Host: GitHub
- URL: https://github.com/128keaton/griddle-wp
- Owner: 128keaton
- License: mit
- Created: 2017-07-25T23:22:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T19:51:26.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T13:11:31.268Z (over 1 year ago)
- Topics: grid, php, sage, wordpress, wordpress-theme
- Language: PHP
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Griddle
[](https://travis-ci.org/128keaton/griddle-wp)
**This theme is currently in development**
## About the Grid
Right now, the front page is the only page using CSS grid. The reason being is that most of the pages don't need a grid layout, but I am using flex. No floats and hacks here.
## Installing
You can use `composer` to include this theme in your Wordpress install, or you can download the repository as a .ZIP and unzip it inside `wp-content/themes`.
## Extending
This theme was built using [Sage](https://roots.io/sage/) v8, so you can add your own node modules with NPM, your own front end modules with Bower, and of course, compile with gulp. It works OOB without all of this, and can operate as a regular theme, but its nice to extend.
## Contributing
This theme was built for a client which I currently maintain, so I will fix bugs as I see them. Feel free to find your own and submit fixes as you see fit.
## Components
### Font:
The beautiful [Lunchtype](http://lunchtype.com/) font is being used throughout the theme, notabily Lunchtype25 for just about everything, and Lunchtype23_italic for h1 tags.
### Base:
As stated above, this theme was built using [Sage](https://roots.io/sage/) V8. I am still learning PHP so forgive any wierdness. PHPCS already reminds me I'm terrible :)
## Other
Look, most of the css needs to be reorganized, I know that, and there are some best practices that I should look at again, but it works. It will get refactored soon, I promise (lol).