Your job is to implement a WordPress single post view based on the provided project. It can be found in the
_files
folder. All needed graphics are in a_files/assets
directory.
Make a fork and proceed to make changes. Remember to commit after each stage to clearly show all changes. When you finish, please send us an address to your repository.
- A content of the post should be fully editable from the edit page in the admin panel
- Content editing should be as friendly as possible (it should not require user to directly apply HTML/CSS etc.)
- General elements (logo, navigation, footer) have also to be editable from the admin panel
- Do not use any external CSS libraries/frameworks
- Do not use any external plugins (all functionalities should be done using internal WordPress functions)
- Responsiveness is not required
- This boilerplate has a basic building script for a SASS preprocessor. It can be run with a
npm run build
command - This recruitment task does not require to write any JavaScript code