mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
📝 docs: add guide to all of tabi's features (#169)
This commit is contained in:
parent
88cc68f4a0
commit
99b8972cf6
28 changed files with 1931 additions and 78 deletions
|
|
@ -5,6 +5,7 @@ weight = 1
|
|||
|
||||
[extra]
|
||||
local_image = "img/tabi.webp"
|
||||
canonical_url = "https://osc.garden/projects/tabi/"
|
||||
social_media_card = "img/social_cards/projects_tabi.jpg"
|
||||
+++
|
||||
|
||||
|
|
@ -16,24 +17,32 @@ social_media_card = "img/social_cards/projects_tabi.jpg"
|
|||
|
||||
## Features
|
||||
|
||||
- [Comprehensive multi-language support](https://welpo.github.io/tabi/blog/faq-languages/#how-does-tabi-handle-multilingual-support). Add as many languages as you wish.
|
||||
- [Set any language as default](https://welpo.github.io/tabi/blog/faq-languages/#how-do-i-set-a-default-language-for-my-site). Set your base site to Chinese, Spanish, French, Hindi… or any [other supported language](https://github.com/welpo/tabi/tree/main/i18n). The theme's interface will be translated accordingly.
|
||||
- Dark and light themes. Defaults to the OS setting, with a switcher in the navigation bar.
|
||||
- Support for [comments using giscus, utterances, Hyvor Talk, or Isso](https://welpo.github.io/tabi/blog/comments/).
|
||||
- Perfect Lighthouse score (Performance, Accessibility, Best Practices and SEO).
|
||||
- [KaTeX](https://katex.org/) support.
|
||||
- All JavaScript can be [fully disabled](https://welpo.github.io/tabi/blog/javascript/).
|
||||
- [Customizable skins](https://welpo.github.io/tabi/blog/customise-tabi/).
|
||||
- [Stylized feed](https://welpo.github.io/tabi/atom.xml).
|
||||
- [Projects page](https://welpo.github.io/tabi/projects/).
|
||||
- [Archive page](https://welpo.github.io/tabi/archive/).
|
||||
- [Table of Contents](https://welpo.github.io/tabi/blog/toc/).
|
||||
- Tags.
|
||||
- Social links.
|
||||
- Responsive design.
|
||||
- Code syntax highlighting.
|
||||
- [Customizable secure headers](https://welpo.github.io/tabi/blog/security/).
|
||||
- [Custom shortcodes](https://welpo.github.io/tabi/blog/shortcodes/).
|
||||
- [X] [Comprehensive multi-language support](https://welpo.github.io/tabi/blog/faq-languages/#how-does-tabi-handle-multilingual-support). Add as many languages as you wish.
|
||||
- [X] [Set any language as default](https://welpo.github.io/tabi/blog/faq-languages/#how-do-i-set-a-default-language-for-my-site). Set your base site to Chinese, Spanish, French, Hindi… or any [other supported language](/i18n). The theme's interface will be translated accordingly.
|
||||
- [X] Dark and light themes. Defaults to the OS setting, with a switcher in the navigation bar.
|
||||
- [X] Support for [comments using giscus, utterances, Hyvor Talk, or Isso](https://welpo.github.io/tabi/blog/comments/).
|
||||
- [X] Perfect Lighthouse score (Performance, Accessibility, Best Practices and SEO).
|
||||
- [X] [Integration with remote repositories](https://welpo.github.io/tabi/mastering-tabi-settings/#git-repository-integration) on GitHub, GitLab, Gitea & Codeberg for commit history and showing the site source.
|
||||
- [X] [Social media cards](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#social-media-cards).
|
||||
- [X] [KaTeX](https://katex.org/) support for mathematical notation.
|
||||
- [X] All JavaScript can be [fully disabled](https://welpo.github.io/tabi/blog/javascript/).
|
||||
- [X] [Customizable skins](https://welpo.github.io/tabi/blog/customise-tabi/).
|
||||
- [X] [Stylized feed](https://welpo.github.io/tabi/atom.xml).
|
||||
- [X] [Quick navigation buttons](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#quick-navigation-buttons).
|
||||
- [X] [Footnote backlinks](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#footnote-backlinks).
|
||||
- [X] [Copy button for code blocks](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#copy-button-on-code-blocks).
|
||||
- [X] [Custom canonical URLs](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#canonical-url).
|
||||
- [X] [Projects page](https://welpo.github.io/tabi/projects/).
|
||||
- [X] [Archive page](https://welpo.github.io/tabi/archive/).
|
||||
- [X] [Customizable Table of Contents](https://welpo.github.io/tabi/blog/toc/).
|
||||
- [X] [Mail encoding](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#encoded-email) for spam protection.
|
||||
- [X] [Tags](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#tags).
|
||||
- [X] [Social links](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#social-media-icons).
|
||||
- [X] [Custom copyright notice](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#copyright).
|
||||
- [X] Responsive design.
|
||||
- [X] Code syntax highlighting with colours based on [Catppuccin](https://github.com/catppuccin/catppuccin) Frappé.
|
||||
- [X] [Customizable secure headers](https://welpo.github.io/tabi/blog/security/).
|
||||
- [X] [Custom shortcodes](https://welpo.github.io/tabi/blog/shortcodes/).
|
||||
|
||||
## Development Practices
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue