Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
INHERIT: ./nav.yml

site_name: "Apache Iceberg™"
site_url: "https://iceberg.apache.org"

theme:
custom_dir: overrides
Expand Down Expand Up @@ -53,6 +54,16 @@ plugins:
blog_toc: true
post_date_format: long
post_url_format: "{slug}"
- rss:
feed_description: "Blogs for Apache Iceberg"
match_path: "blog/posts/.*"
image: "https://iceberg.apache.org/assets/images/Iceberg-logo.svg"
date_from_meta:
as_creation: date
categories:
- categories
feeds_filenames:
rss_created: rss.xml
- macros
- monorepo
- privacy
Expand Down
1 change: 1 addition & 0 deletions site/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ mkdocs-material==9.6.23
mkdocs-material-extensions==1.3.1
mkdocs-monorepo-plugin @ git+https://github.com/bitsondatadev/mkdocs-monorepo-plugin@url-fix
mkdocs-redirects==1.2.2
mkdocs-rss-plugin==1.17.4
pymarkdownlnt==0.9.34