https://github.com/boykush/scraps
A static site generator that makes it easy to write internal links (Wiki links) in Markdown files.
https://github.com/boykush/scraps
cli knowledge-management markdown personal-knowledge-management rust static-site-generator wiki
Last synced: 6 months ago
JSON representation
A static site generator that makes it easy to write internal links (Wiki links) in Markdown files.
- Host: GitHub
- URL: https://github.com/boykush/scraps
- Owner: boykush
- License: mit
- Created: 2023-05-28T13:18:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T07:19:31.000Z (7 months ago)
- Last Synced: 2025-03-20T07:37:23.868Z (7 months ago)
- Topics: cli, knowledge-management, markdown, personal-knowledge-management, rust, static-site-generator, wiki
- Language: Rust
- Homepage: https://boykush.github.io/scraps/
- Size: 2.22 MB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Scraps
# What is the Scraps?
Scraps is a static site generator that makes it easy to write internal links (Wiki links) in Markdown files.
You can refer to the [Getting Started](https://boykush.github.io/scraps/scraps/getting-started.html) document to quickly begin using Scraps.
Sample page in Japanese is [here](https://boykush.github.io/wiki/).
# Features
### Static Site
- [x] Sorting (linked_count, committed_date)
- [x] Tagging
- [x] Pagination
- [x] Mermaid Diagrams
- [x] Search
- [x] Color Scheme (Theme is the [Nord](https://www.nordtheme.com/))
### CLI
- [x] Build a static site
- [x] Init scraps project
- [x] Serve on localhost
- [x] List a tags
- [x] Template to generate the scrap
### Deploy
- [x] GitHub PagesFor any feature requests, please feel free to create an [Enhancement feature issue](https://github.com/boykush/scraps/issues/new?assignees=&labels=enhancement&projects=&template=enhancement-feature-template.md&title=).
# License
MIT