datwit / landing

Landing page of Datwit Company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Landing page of Datwit Company

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 44.6%Language:HTML 30.7%Language:SCSS 16.1%Language:JavaScript 8.5%