To build this website you need:
git clone git@github.com:falcosecurity/falco-website.git
make serve
You can access your local website on http://localhost:1313
There is currently scaffolding in place for a Chinese translation of the site.
To translate docs into Chinese, create Chinese-language Markdown files in the content/zh/docs
directory.
To translate other parts of the site:
- See the
languages.zh
block in the site'sconfig.yaml
configuration file and translate those items from the current English. - See
i18n/zh.yaml
for a handful of language snippets that need to be translated from the current English. Translate theother
block of each term.