mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
* Improve layout of documentation page and add search feature Closes https://github.com/FreshRSS/FreshRSS/issues/7915, https://github.com/FreshRSS/FreshRSS/issues/5325 Also: anchor headings and fix building site locally * Further improvements * Set color of hyperlinks * Consistent styling of close aside button across devices * Mobile layout 600px -> 1200px * Add suffix to docs `<title>` * Note: titles of pages probably need to be improved, since currently they are just derived from the names of the first heading on every page * Add favicon * Improve font * Try to fix favicon not loading correctly on GH pages * Use local font * Attempt to fix GH pages * Final improvements * Copy to clipboard button * Support for nojs search * Dark mode * Load search.json (200KB json) only on search input focus * Keep scroll state of sidebar across navigations * Clickable images and CSP CSP so we avoid hotlinking resources and clickable images are useful for zooming on mobile for example * Fix typos * Disable Dark Reader extension if dark mode CSS is loaded * Support internationalisation (via language dropdown) * Add Gemfile.lock * Make CI build work with the custom plugin * Make menus closable with Esc * Fix typos CI * Suggestions * Use `ruby/setup-ruby` action in workflow for installing and caching gems. * Run build only when there are changes to `docs/` See: https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows?versionId=free-pro-team%40latest&productId=actions#running-your-workflow-only-when-a-push-to-specific-branches-occurs * Change font to `Open Sans` * Increase line height * Fix Liquid syntax error
60 lines
943 B
TOML
60 lines
943 B
TOML
[default.extend-identifiers]
|
|
ot = "ot"
|
|
Ths2 = "Ths2"
|
|
|
|
[default.extend-words]
|
|
ANDS = "ANDS"
|
|
referer = "referer"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"*.fr.md",
|
|
"*.map",
|
|
"*.min.js",
|
|
"*.po",
|
|
"*.pot",
|
|
"*.rtl.css",
|
|
".git/",
|
|
"app/i18n/cs/",
|
|
"app/i18n/de/",
|
|
"app/i18n/el/",
|
|
"app/i18n/es/",
|
|
"app/i18n/fa/",
|
|
"app/i18n/fi/",
|
|
"app/i18n/fr/",
|
|
"app/i18n/he/",
|
|
"app/i18n/hu/",
|
|
"app/i18n/id/",
|
|
"app/i18n/it/",
|
|
"app/i18n/ja/",
|
|
"app/i18n/ko/",
|
|
"app/i18n/lv/",
|
|
"app/i18n/nl/",
|
|
"app/i18n/oc/",
|
|
"app/i18n/pl/",
|
|
"app/i18n/pt-BR/",
|
|
"app/i18n/pt-PT/",
|
|
"app/i18n/ru/",
|
|
"app/i18n/sk/",
|
|
"app/i18n/tr/",
|
|
"app/i18n/uk/",
|
|
"app/i18n/zh-CN/",
|
|
"app/i18n/zh-TW/",
|
|
"bin/",
|
|
"composer.lock",
|
|
"data/",
|
|
"docs/CHANGELOG-old.md",
|
|
"docs/_config.yml",
|
|
"docs/_includes/",
|
|
"docs/assets/",
|
|
"docs/fr/",
|
|
"lib/marienfressinaud/",
|
|
"lib/phpgt/",
|
|
"lib/phpmailer/",
|
|
"lib/simplepie/",
|
|
"node_modules/",
|
|
"p/scripts/vendor/",
|
|
"package-lock.json",
|
|
"vendor/",
|
|
]
|