Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevanhetzel/wp-theme-starter
My WordPress starter theme
https://github.com/trevanhetzel/wp-theme-starter
starter-theme theme wordpress wordpress-boilerplate
Last synced: about 2 months ago
JSON representation
My WordPress starter theme
- Host: GitHub
- URL: https://github.com/trevanhetzel/wp-theme-starter
- Owner: trevanhetzel
- Created: 2015-11-19T13:10:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T02:21:16.000Z (9 months ago)
- Last Synced: 2024-10-12T23:47:15.112Z (2 months ago)
- Topics: starter-theme, theme, wordpress, wordpress-boilerplate
- Language: PHP
- Size: 2.07 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Starter theme
My starter WordPress theme.
### Favicons
The favicon sizes you need are in the root directory (inspired by [https://github.com/audreyr/favicon-cheat-sheet](https://github.com/audreyr/favicon-cheat-sheet)), however you'll need to generate the `favicon.ico` in a special way. Make sure you have ImageMagick installed and then save a 16x16 PNG and 32x32 file in the same directory somewhere. Then run:
`convert favicon-16.png favicon-32.png favicon.ico`
Copy that outputted `favicon.ico` into your theme directory and you're set!
### Tailwind CSS
Run `npm run watch-css` when developing. This will watch PHP files. Then, before you deploy, run `npm run build` to minify the CSS. This is a work in progress. Not ideal. Need to bake tailwind into webpack better.