- Bootstrap 4
- Font awesome
- SASS
- Remove /layout/ folder.
- Move js,css,fonts,sass to assets folder.
If you want to set things up manually, download _s from GitHub. The first thing you want to do is copy the _s directory and change the name to something else (like, say, megatherium), and then you'll need to do a five-step find and replace on the name in all the templates.
- Search for
'_s'(inside single quotations) to capture the text domain. - Search for
_s_to capture all the function names. - Search for
Text Domain: _sin style.css. - Search for
_s(with a space before it) to capture DocBlocks. - Search for
_s-to capture prefixed handles.
OR
- Search for:
'_s'and replace with:'megatherium' - Search for:
_s_and replace with:megatherium_ - Search for:
Text Domain: _sand replace with:Text Domain: megatheriumin style.css. - Search for:
_sand replace with:Megatherium - Search for:
_s-and replace with:megatherium-
Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.
Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)
Good luck!