Source code of the official Falco website
Go to file
Aizhamal Nurmamat kyzy 264cd50e96 Adding presentation templates for users.
Signed-off-by: Aizhamal Nurmamat kyzy <aizhamal@sysdig.com>
2023-05-03 15:49:28 +02:00
.github new(.github): add dependabot 2022-11-09 12:08:01 +01:00
archetypes base site 2018-09-12 22:35:02 -04:00
assets fix: added faq card copy link button 2023-04-17 12:01:26 +02:00
cheatsheet Re-org content directory 2019-07-24 18:59:51 -07:00
config/_default fix: change url of about falco page 2023-04-27 09:40:14 +02:00
content doc: fix removed instruction 2023-04-28 17:28:17 +02:00
data fix: nominations logic 2023-04-27 09:46:14 +02:00
drawings update: homepage alert diagram 2021-01-18 09:23:13 -08:00
functions feat: added get videos to functions 2023-04-11 18:46:06 +02:00
i18n fix: update contribute to blog link 2023-04-03 11:40:39 +02:00
layouts fix: nominations logic 2023-04-27 09:46:14 +02:00
static Adding presentation templates for users. 2023-05-03 15:49:28 +02:00
themes fix(theme): docsy version brought back to 0.3.0 2023-01-23 13:24:06 +01:00
.editorconfig Add basic editorconfig 2019-01-31 12:18:20 -08:00
.gitignore update(gitignore): add vscode folder to the ignored ones 2022-10-19 17:24:01 +02:00
.gitmodules Upgrade to Hugo 0.101.0 + Docsy 0.3.0 2022-08-29 17:40:33 +02:00
.htmltest.yml Fix existing broken links 2020-04-01 19:31:05 +02:00
.hugo_build.lock blog post for Falcosidekick 2.25.0 and Falcosidekick-UI 2.0.0 2022-06-01 17:37:38 +02:00
ADD_ANNOUNCEMENT.md feat: added announcements how-to 2023-04-03 19:13:46 +02:00
ADD_BLOG.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_CASE_STUDY.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_CONTRIBUTOR.md feat: add description field to contributors 2023-04-03 11:40:39 +02:00
ADD_ECOSYSTEM_LOGO.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_EVENT.md feat: add new event how-to 2023-04-11 16:26:07 +02:00
ADD_KEYWORDS.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_LANDING_LOGO.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_NOMINATION.md feat: update contributors 2023-04-03 11:40:39 +02:00
ADD_TRAINING.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
LICENSE new: install dependencies and license 2021-01-18 09:23:13 -08:00
Makefile Adding GitHub rate limit to production build 2022-09-15 16:08:30 +02:00
OWNERS Adding vjjmiras as a reviewer 2022-08-01 16:04:34 +02:00
README.md [config] wrong reference link 2022-03-21 10:28:04 +01:00
netlify.toml fix: youtube bypass 2023-04-03 11:40:39 +02:00
package-lock.json build(deps): bump yaml from 2.1.3 to 2.2.2 2023-04-27 09:48:14 +02:00
package.json build(deps-dev): bump postcss from 8.4.21 to 8.4.23 2023-04-27 09:47:14 +02:00
release.md Update release.md 2023-03-21 09:44:24 +01:00

README.md

falco-website

Contributing logos

In order to contribute a logo you must meet one of the following adopter types.

  • End-user, with a contribution to ADOPTERS.md
  • Vendor, with a contribution to ADOPTERS.md
  • Integration, with a contribution to the Falco contrib repository. This must be documentation at the very least that describes how to use Falco with your project or tool.

Then open a pull request to this repository that contains:

  • A .png or .svg file in clients
  • A change to params.toml that includes your logo alphabetically. Detailed instructions to add new adopters or training providers are included into the specified Hugo config file.
  • Links and references to demonstrate you meet the criteria above.

We try not to duplicate logos, and would prefer more encompassing logos over granular logos. For instance we prefer AWS over AWS EC2.

Prerequisites

To build this website you need:

Test locally

Clone repository

git clone git@github.com:falcosecurity/falco-website.git

Run hugo server

make serve

You can access your local website on http://localhost:1313

Translations

Chinese

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:

  1. See the languages.zh block in the site's config.toml configuration file and translate those items from the current English.
  2. See i18n/zh.yaml for a handful of language snippets that need to be translated from the current English. Translate the other block of each term.

Japanese

There is currently scaffolding in place for a Japanese translation of the site.

To translate docs into Japanese, create Japanese-language Markdown files in the content/ja/docs directory.

To translate other parts of the site:

  1. See the languages.ja block in the site's config.toml configuration file and translate those items from the current English.
  2. See i18n/ja.yaml for a handful of language snippets that need to be translated from the current English. Translate the other block of each term.

Korean

There is currently scaffolding in place for a Korean translation of the site.

To translate docs into Korean, create Korean Markdown file(s) in the content/ko/docs directory.

To translate other parts of the site:

  1. See the languages.ko block in the site's config.toml configuration file and translate those items from the current English.
  2. See i18n/ko.yaml for a handful of language snippets that need to be translated from the current English. Translate the other block of each term.

Malayalam

There is currently scaffolding in place for a Malayalam translation of the site.

To translate docs into Malayalam, create Malayalam Markdown file(s) in the content/ml/docs directory.

To translate other parts of the site:

  1. See the languages.ml block in the site's config.toml configuration file and translate those items from the current English.
  2. See i18n/ml.yaml for a handful of language snippets that need to be translated from the current English. Translate the other block of each term.