https://github.com/falcosecurity/falco-website
Source code of the official Falco website
https://github.com/falcosecurity/falco-website
cncf containers documentation hacktoberfest security
Last synced: 5 months ago
JSON representation
Source code of the official Falco website
- Host: GitHub
- URL: https://github.com/falcosecurity/falco-website
- Owner: falcosecurity
- License: cc-by-4.0
- Created: 2018-09-11T18:11:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T19:40:16.000Z (over 1 year ago)
- Last Synced: 2025-02-04T20:31:59.921Z (over 1 year ago)
- Topics: cncf, containers, documentation, hacktoberfest, security
- Language: HTML
- Homepage: https://falco.org
- Size: 88 MB
- Stars: 37
- Watchers: 13
- Forks: 227
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# falco-website
[](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#core-scope) [](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#stable) [](./LICENSE)
[](https://app.netlify.com/sites/falcosecurity/deploys)
This is the source code for the official Falco website: **[falco.org](https://falco.org)**
## 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](https://github.com/falcosecurity/falco/blob/master/ADOPTERS.md)
- Vendor, with a contribution to [ADOPTERS.md](https://github.com/falcosecurity/falco/blob/master/ADOPTERS.md)
- Integration, with a contribution to the [Falco contrib](https://github.com/falcosecurity/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](https://github.com/falcosecurity/falco-website/tree/master/static/img/adopters)
- A change to [params.toml](https://github.com/falcosecurity/falco-website/blob/master/config/_default/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:
* [Hugo](https://gohugo.io/getting-started/installing/)
* [Nodejs](https://nodejs.org/en/download/)
* [Yarn](https://yarnpkg.com/lang/en/docs/install/#windows-stable)
### Test locally
#### Clone repository
```bash
git clone git@github.com:falcosecurity/falco-website.git
```
#### Run hugo server
```bash
make serve
```
You can access your local website on http://localhost:1313
## Translations
It has been decided by the community to drop out all translations. It requires too much work to maintain them, and most of them were outdated. We want to thank a lot all the community members who contributed over years, you did an amazing job.