Aplio
Hugo
Get Started

Getting Started

Get started by Downloading the site source codes.

What you'll need

Start your site

  1. open Command prompt and create a fresh hugo site using the following command: hugo new site aplio-hugo
  2. Now enter into the root Directory: cd aplio-hugo
  3. Paste the downloaded aplio folder in side the theme folder.
  4. Copy all the file inside the exampleSite folder and Paste them into the root folder.
  5. Use npm install command to build all the necessary packages for the site.
  6. 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.