Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.03 KB

how2setup.md

File metadata and controls

15 lines (13 loc) · 1.03 KB

How to setup guide

  • Install Docker
  • git clone https://github.com/xTent-robotics/xTent-robotics.github.io.git
  • Follow the instructions to get it up and running in a browser
  • Under _data edit the navigation.yml and sitetext.yml as required
  • Under _layouts, home.html filters the ones that needs to be added to the website
  • There is a _config.yml which if edited, need to be reloaded by Ctrl+C on terminal and rerun docker run -p 4000:4000 -v $(pwd):/site jekyll-serve
  • To change the header image's properties, edit the _masthead.scss

Setting up the contact

  • Go to formspree and create an account
  • Then create a form. This will create something like https://formspree.io/f/myuvkevb where the last part f/myuvkevb has to be added to the config.yml under the formspree_form_path tag