GlobalTechTalks / AbsoluteHacks

AbsoluteHack is a global hackathon portal uniting thousands of ignited minds and is the one-stop portal for everything around hackathons
MIT License
8 stars 27 forks source link

Add boilerplate for a static site #28

Closed CalmDownKarm closed 5 years ago

CalmDownKarm commented 5 years ago

Currently uses Typeforms.io for contact forms -

TODO:

  1. Fill in appropriate details for the config.yaml to update information about this particular org/website
  2. Get a Typeforms.io Pro account (they give free accounts to students/non profits so this shouldn't be a problem)
  3. Replace typeforms forms with own
  4. Get input on design (its crap atm) and change accordingly.
  5. To push to gh-pages run hugo in the directory (after having installed go and victor hugo) and push the files under public/ to gh-pages.
AniVerma17 commented 5 years ago

@CalmDownKarm we already have boilerplate code with Node for build system for frontend. Also, we don't require Typeform account as we'll be building contact form on our own backend.

AniVerma17 commented 5 years ago

Alright, closing this pull request, since the proposed changes aren't required by the project as of now.