This is the source code for the site https://iotwx.github.io. It uses the static site generator Hugo.
To build the site follow the following steps:
-
download and install the latest version of Hugo;
-
clone the master branch of this repository;
git clone --recursive https://github.com/iotwx/iotwx.github.io-hugo.git
-
from the root of the repository run
hugo
from the command line which will generate the site and put the static files in the the folder called
public
. You will need to check the site to make sure you did not break anything; -
check in the site all of the site the content lives in
content
; -
please read the
Hugo
docs to learn about content management in Hugo. Have fun!
- After you have read some of the docs on content management (step 5 above),
- make a new branch
- add your changes
- Submit a pull request when ready
Note: the website will be built via a continu 4463 ous integration service (CircleCI), i.e you don't need to build your site locally.
We welcome contributions of all kinds.