https://github.com/fluent/fluentd-website
For fluentd.org
https://github.com/fluent/fluentd-website
fluentd website
Last synced: 8 months ago
JSON representation
For fluentd.org
- Host: GitHub
- URL: https://github.com/fluent/fluentd-website
- Owner: fluent
- Created: 2015-10-20T06:33:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T06:30:08.000Z (9 months ago)
- Last Synced: 2025-06-17T07:31:29.248Z (9 months ago)
- Topics: fluentd, website
- Language: CSS
- Homepage: https://www.fluentd.org/
- Size: 71.7 MB
- Stars: 12
- Watchers: 18
- Forks: 49
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluentd website
[https://www.fluentd.org](https://www.fluentd.org)
## Running it locally
```
$ bundle install --path vendor
$ bundle exec rake server
```
## Blog
- Each blog entry is a single file under content/blog/yyyy/MM/dd/slugified-name.md
- Blog entries can be written in the GitHub flavored markdown format.
- If you want to add a tag, add a line at the end like this:
```
TAG: tag1 tag2 tag3
```
- Before you push to master, make sure you run
```
bundle exec rake update_tags
```
This must be the world's most sophisticated blog system.
## Plugins page
### How to mark a plugin as obsolete
Find the global array `OBSOLETE\_PLUGINS` inside `scripts/plugin.rb` and add the name of the plugin as listed on Rubygems. When the script is run the next time, the change should be reflected.