Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

wisecash/wisecash-support

Repository files navigation

This repository contains all that is needed to fully generate the Knowledge Base of my cash-flow forecasting SaaS app WiseCash.

Make sure to read the companion article: Lessons Learned Building a Git-Based Knowledge Base for my SaaS product.

Using this as a template for your own Knowledge Base

You can freely reuse this repository as a starting point to create your own Knowledge Base. Just make sure to tweak the appearance enough that it doesn't look too similar, and do not reuse written content, images or animations. Contact us in case of doubt. Credit/back-link is appreciated!

How to run locally

How to build in production

This is mostly:

cd wisecash-support-clone
bundle exec jekyll build --destination $target_folder -c _config.yml,_private_config.yml

Private config is used to avoid leaving it in the public repository. It is empty at the moment (but used to contain typekit id, back when it was used).