-
Notifications
You must be signed in to change notification settings - Fork 0
Basic bidirectional link script for gemdocs and .gmi files. Intended for constructing cortexes over gemini://.
License
matildepark/gmi_incoming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# gmi_incoming A basic Python script for constructing bidirectional links across a Gemini site. Iterates through all internal links and appends incoming links on the destination pages. ## Usage We assume that you keep your site's files in a folder and upload it occasionally. We also assume that you don't link internally with `gemini://` links; the script accepts either relative or root-oriented paths. Clone this repository, add your tilde folder's location if necessary to `config.py`, `cd` to your site's directory in bash, and run `gmi_incoming.py` inside that working directory. The script will output a `site_output` folder. You'd then `cd` into that folder and `rsync` to your actual site, for example: ``` rsync -zz -avh --del ~/gemdocs/site_output/ you@yoursite:~gemdocs/ ```
About
Basic bidirectional link script for gemdocs and .gmi files. Intended for constructing cortexes over gemini://.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published