Skip to content

paperTurkey/hoamaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avalon HOA Site

The site is built with a basic Hugo framework, using the config.toml file to dictate a final version of the build be created inside of the /docs directory for hosting purposes.

Setup Hugo

If you are going to maintain this site, you are going to need to start with acquiring Hugo. Once you have Hugo, you can clone this repository to your local system and modify it to your hearts desire. To test a build, run hugo server -D. Once you are confident the page looks how you want, you need to execute hugo -D.

Create New content

Create new blog posts

The file structure for blog posts is content/posts/fourDigitYear/twoDigitMonth/filename.md. So the initial post was made in content/posts/2020/03/meetingAgenda.md. This is going to be important to continue for posterities sake. Create a new post with the following:

hugo new posts/2020/03/meetingMinutes.md

Obviously, we replace the year, month, and file name with what we actually want to use.

Rebuilding the Themes Folder

Because the theme used is most likely a submodule, you have to do a little clean-up and rebuild when building this site on a new computer.

  1. We assume you've cloned the repo onto your local box. Navigate to $PATH/hoamaster/
  2. Run git rm -r --cached themes
  3. Run git submodule add url_to_repo themes/themeName

Update Standard Pages

To-Do

  • Allow for community maintenance
  • Secure new url (avalonhoasc.com)
  • Include Map of community
  • Include Picture of Sign @ Front
  • Build internal email addresses for board members
  • Fix link for Property Improvement Request form
  • Fix the contact us link
  • Point contact us link to President's email
  • Check on Sweet Pea's Ice Cream and Cafe to see what is needed for them to come to Avalon. 803-318-2133
  • Research MailChimp for Community Mailing List
  • Put a link to the Ice Cream Social on the website.

About

Avalon Homeowners Association Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages