Aplio
Hugo
Introduction

About Aplio

Welcome to Aplio, the ultimate financial website template for a sleek and effective online presence. Tailored for financial professionals, Aplio combines modern design with powerful functionality. Engage your audience with intuitive layouts, seamless navigation, and interactive financial tools. Aplio is a simple, minimal and responsive financial template. It is well organized, well-formatted and named accordingly so it’s easy to change any and all of the design. Aplio is built with tailwind css. You can customize it very easily to fit your needs. To see live demo click on this link Aplio (opens in a new tab)

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).

  7. Watch Video for installation process.

    ** Note: ** Change the baseURL from the hugo.toml file to the domain name of the site.

Folder Structure

Aplio Hugo maintain HUGO 0.125.3 version folder structure. we have added all the contents that should be copied into the root folder in the /exampleSite folder. Furthermore, We have add all the layouts in the /layouts folder, styles and scripts in the /assets, and static files such as images, plugins in the /static folder.

Aplio
├─ assets
|   └── all the scss, css and js files
├─ exampleSite
|   └── all the files that should be copied
├─ layouts
|   └── all hugo templates for the site
|── static
|   └── all images and plugins used in the site
|── theme.toml