/landing

Landing page of Datwit Company

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

landing-page

Landing page for site

install

  • Clone this repo
  • Download Hugo stand alone
  • Extract hugo executable and ensure execute permission (chmod +x hugo)
  • As sudo/root Copy hugo executable to /usr/local/bin/
  • Move to repository base directory
  • For debug execute: hugo serve
  • For production ready static content generation exceute: hugo --minify
    • ready to publish static content can be found inside /public directory

Contact form handler

To use the contact-form you need to set the environment variables:

  • CONTACT-MANAGER-ENDPOINT: endpoint to the backend
  • CONTACT-MANAGER-CLIENT: client java script part

See datwit/contact-form-manager README.md for details.

screenshot