This repo is no longer active. All code for abundantly social website has been moved to a private repository.
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.
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.
To learn build websites with Hugo and deploy a production ready Hugo site please consult the official documentation.