Rafadiot is a Wordpress Starter Theme for developer using Timber and Twig Template Engine
Within the download you'll find the following directories and files. You'll see something like this:
rafadiot
├── assets/ #assets
│ ├── css/ #styles
│ ├── fonts/ #fonts
│ ├── images/ #images
│ ├── js/ #javascripts
├── inc/ #include with main class
├── languages/ #languages
├── views/ #views by twig template engine
│ ├── _partials/ #_partials views
│ ├── layouts/ #layouts
├── . #all file with Wordpress struture
Before use Rafadiot theme you should install Timber. Then you can read the docs to using theme
- Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Please make sure to update tests as appropriate.