- 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 thenavigation.yml
andsitetext.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 byCtrl+C
on terminal and rerundocker run -p 4000:4000 -v $(pwd):/site jekyll-serve
- To change the header image's properties, edit the _masthead.scss
- Go to formspree and create an account
- Then create a form. This will create something like
https://formspree.io/f/myuvkevb
where the last partf/myuvkevb
has to be added to the config.yml under theformspree_form_path
tag