Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semanticdata/featherico
🦆 Feather Wiki theme aiming to be barebones yet customizable. Auto deploys to GitHub Pages.
https://github.com/semanticdata/featherico
feather-wiki feather-wiki-theme gh-pages wiki
Last synced: 7 days ago
JSON representation
🦆 Feather Wiki theme aiming to be barebones yet customizable. Auto deploys to GitHub Pages.
- Host: GitHub
- URL: https://github.com/semanticdata/featherico
- Owner: semanticdata
- Created: 2024-10-25T01:31:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:21:43.000Z (about 2 months ago)
- Last Synced: 2024-12-02T20:26:34.526Z (about 2 months ago)
- Topics: feather-wiki, feather-wiki-theme, gh-pages, wiki
- Language: HTML
- Homepage: https://semanticdata.github.io/featherico/
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Featherico - Feather Wiki
[Featherico](https://semanticdata.github.io/featherico) is based on [Feather Wiki](https://feather.wiki/).
## 🔌 Extensions
These are the official Feather Wiki extensions used on the project:
- [Search](https://feather.wiki/?page=extensions_search)
- [Transclusion](https://feather.wiki/?page=extensions_transclusion)
- [Marked.js Replacement](https://feather.wiki/?page=extensions_marked-js_replacement)
- [SunEditor Replacement](https://feather.wiki/?page=extensions_suneditor_replacement)
- [Word Count](https://feather.wiki/?page=extensions_wordcount)### Custom Extensions
These are new extensions I am building for Feather Wiki. Most of them are not ready to be used yet.
- [Back to Top Button](/extensions/back-to-top-button.js)
- [Code Copy Button](/extensions/code-copy-button.js)
- [Table of Contents](/extensions/table-of-contents.js)
- [Drag and Drop Page Order](/extensions/drag-drop-page-order-.js)
- [CodeMirror for Custom CSS](/extensions/codemirror-custom-css.js)
- [CodeMirror for Custom JavaScript](/extensions/codemirror-custom-js.js)
- [CodeMirror for Custom HTML](/extensions/codemirror-custom-html.js)## 🎨 Customization
CSS variables to easily customize the theme to your liking.
```css
--text-color: #000;
--link-color: #6655aa;
--border-color: #000;--main-background: #fff;
--secondary-background: #e2e2e2;
--sidebar-background: #d2d2d2;
--button-background: #a6bb3a;--active-background: #000;
--active-color: #fff;
```## Useful Links
- [Feather Wiki](https://feather.wiki/)
- [Tiddlyhost](https://tiddlyhost.com/)