Skip to content

HackRVA/hackrva.org-hugo

Repository files navigation

HackRVA website

This site is built with hugo. A static site generator written in Go.

Don't worry, it is very simple to work with. Most of the site can be modified in html and css. Hugo also has shortcodes which allows you to create more dynamic content in a modular way.

Goals for this site

  • Make the site easy to maintain.
  • Automate some posts from the meetup calendar (and possibly other sources) to help with some SEO.
  • streamline the process so that prospective members know how to sign up and know where to find more information.
  • Reduce the infrastructure required to run the site

Setup

Prerequisites

Install dependencies

  • install the theme git submodule update --init --recursive
  • install node dependencies npm ci

Run the site

hugo server

Build the site

hugo

note: this will output to a dir called public which can be served up by most common web servers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published