https://github.com/erikyuzwa/hello-wordpress
real basic WordPress starter theme
https://github.com/erikyuzwa/hello-wordpress
minimal starter-theme wordpress
Last synced: about 1 month ago
JSON representation
real basic WordPress starter theme
- Host: GitHub
- URL: https://github.com/erikyuzwa/hello-wordpress
- Owner: erikyuzwa
- Created: 2020-04-19T05:41:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T16:52:54.000Z (about 6 years ago)
- Last Synced: 2025-01-22T06:47:46.932Z (over 1 year ago)
- Topics: minimal, starter-theme, wordpress
- Language: CSS
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello WordPress
This is an operational starter theme setup for a basic WordPress theme. It's meant to be a very minimal theme
to just get up and running.

## Theme Features
- NPM and Grunt build tooling
- Main index loop
- 404 page
- SASS theme support
## Installation
- `git clone https://git`
- `cd blah`
- `npm install`
## Build and Deployment
- `npm run build`
- a `.zip` file will show up in the `dist` folder ready for upload to your WordPress site
## Credits, Thanks and Inspirations
- Automattic's [Underscores](https://underscores.me/) starter project
- Jared Erickson's [LESS - A Free Super Minimal Wordpress Theme](http://jarederickson.com/less-a-free-super-minimal-wordpress-theme/)
- Kev Quirk's [More or Less WordPress Theme](https://kevq.uk/more-or-less-wordpress-theme/)
## License
Copyright 2020 Erik Yuzwa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.