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
aplio
folder in side the theme folder. - Copy all the file inside the
exampleSite
folder and Paste them into the root folder. - Use
npm install
command to build all the necessary packages for the site. - Use
hugo serve
command 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.