tree: c8df0b742eed98151da88f1c778afee22291baec
- changes.txt
- README.md
migration/README.md
CMS Migration
Markdown conversions
- Rename from mdtext to md
- Fenced code blocks differ
- Hyperlinks to openwebbeans should be internal
- Fixed a bad elementid
- Updated your relase-checklist.md
See changes.txt
Theme Template
CMS templates were converted into base.html
Configuration
See pelicanconf.py
Pelican ASF plugin configuration
asfgenid.py
- ‘unsafe_tags’: True # allow style, script, and iframe tags
- ‘metadata’: False # no metadata replacement in markdown files
- ‘elements’: True # CMS used mdx_elementid features
- ‘headings’: True # Fix up headings w/ permalinks
- ‘headings_re’: r'^h[1-4]'
- ‘permalinks’: True,
- ‘toc’: False # does not use [TOC]
- ‘toc_headers’: r“h[1-4]”,
- ‘tables’: True # Fix up for markdown table class