👩🏫Introduction
The Reporter supports advanced home page layout customization with its ready-made partials for posts sections and banners.
The Reporter supports advanced home page layout customization. It won't be difficult, because all of the sections and banners is pre-made, so all you have to do is insert the required lines in the order you want.
So, in order to work with the theme code, we will need to install a code editor if you don’t already have one. We recommend installing Visual Studio Code as it is free and convenient. Link to download - https://code.visualstudio.com/download.
We also need to install npm and Node.js - https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.
Then, when npm is installed, we can open our theme so start working on it in Code Editor. To do this:
Unzip
the-reporter.zipfileYou'll see
the-reporterunzipped folderThen, open Visual Studio Code
Drag and drop
the-reporterfolder inside Visual Studio CodeNow we need to open terminal, to do this:
From the menu, use the Terminal > New Terminal or View > Terminal menu commands.
Now, to install all packages, insert
npm installcommand in your terminal and press EnterTo customize home page, we'll only need
index.hbsfile, find and open it.That's it! Well done! Now we can work on our theme customization!
Last updated