This is where we are going to store all of our build guides and knowledge articles. Please feel free to contribute if you have useful information to share.
Want to contribute to the documentation?
You will need to
The below command is an example assuming you are using GitHub.
You will need to change the username
to be your username.
git clone https://github.com/username/keebd-docs
git add content/type/file_changed.md
git add content/type/file2_changed.jpg
git commit 'description of changes made'
git push
Install hugo
as per the official Hugo Install guide
Run hugo
server inside the keebd-docs
folder
hugo server