Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

modiimedia/a-s-hugo

Repository files navigation

This repo is no longer active. All code for abundantly social website has been moved to a private repository.

Repository for Abundantly Social Website

The website uses Hugo Static Site Generator Static Site Generator to build the site, and utilizes Forestry.io for client content updates.

Images are handled by Cloudinary.

Prerequisites

To start working in this repository you must first install Hugo on your computer. Visit the Hugo Website for instructions about installing Hugo.

Once Hugo is installed on your CPU clone this repository and navigate to the repository's root directory. Use the following command in your terminal to boot up the web server.

hugo server

Once this command is run the website will be available for live viewing at http://localhost:1313.

Developing with Hugo

To learn build websites with Hugo and deploy a production ready Hugo site please consult the official documentation.