Skip to content

BruceEckel/WinterTechForum-hugo

Repository files navigation

The Winter Tech Forum Hugo Static Site Source

Hugo Static Site for the Winter Tech Forum Conference.

Because of the theme, the site automatically works well on phones as well as computers and tablets.

Everything is in markdown so it's very easy to add/edit content. If you look at the "content" subdirectory you'll see how straightforward it is to add new pages.

I think this will also make it easier to clone/set up new conferences.

I'm still coming up the curve on static site generators in general and Hugo in particular so if anyone knows more please feel free to make suggestions and/or pull requests.

Requirements

  • Git
  • Hugo v0.59.0
  • Python (only for deploy)

Setup

git clone git@github.com:BruceEckel/WinterTechForum-hugo.git
cd WinterTechForum-hugo
git clone git@github.com:pavelbinar/hugo-material-banner.git themes/hugo-material-banner

Development

hugo server

Build

hugo server

The build output will be in the public folder.

Deploy

python deploy.py

About

Hugo Static Site for the Winter Tech Forum Conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published