Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rknightuk/intersect
Everything I know. Mostly.
https://github.com/rknightuk/intersect
digitalgarden now pkm wiki
Last synced: 8 days ago
JSON representation
Everything I know. Mostly.
- Host: GitHub
- URL: https://github.com/rknightuk/intersect
- Owner: rknightuk
- Created: 2021-08-23T20:20:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T21:08:42.000Z (10 months ago)
- Last Synced: 2024-10-15T07:11:13.151Z (21 days ago)
- Topics: digitalgarden, now, pkm, wiki
- Language: JavaScript
- Homepage: https://intersect.rknight.me
- Size: 929 KB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-obsidian-vault - Intersect - rknightuk
README
# Intersect
A personal wiki built with [Eleventy](https://11ty.dev).
Demo: [http://intersect.rknight.me](http://intersect.rknight.me)
To paraphrase [Andy Bell](https://github.com/andy-piccalilli/11ty-base):
> Please don’t submit issues or PRs. I’m just sharing this for other people to make thier own wikis. This isn’t open source: just free.
If there's some huge breaking issue, then by all means file an issue and let me know but I'll only be building features I want which is unlikely to be the same features any one else wants.
## Basic Usage
All pages are stored in `src/pages` so put your pages in here. These must be markdown for the headings ID links to work but they can, in theory, be `njk` or anything else Eleventy supports.
For more information on installation and customisation [visit the expanded readme page](https://intersect.rknight.me/meta/readme).