Getting Started
Get started by Downloading the site source codes.
What you'll need
- Node.js (opens in a new tab) version 21.7.1 or above:
- Hugo 0.125.3 or above version installed.
Start your site
- open Command prompt and create a fresh hugo site using the following command:
hugo new site aplio-hugo - Now enter into the root Directory:
cd aplio-hugo - Paste the downloaded
apliofolder in side the theme folder. - Copy all the file inside the
exampleSitefolder and Paste them into the root folder. - Use
npm installcommand to build all the necessary packages for the site. - Use
hugo servecommand to builds your website locally and serves it through a development server, ready for you to view at http://localhost:1313/ (opens in a new tab).
** Note: ** Change the baseURL from the hugo.toml file to the domain name of the site.