permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 2ba4d7c6975e8168047a37b29257bb0873ee04d4
parent 5156b5fe44cd9189230c0c63db67096df53be8d2
Author: ugrnm <ugrnm@web>
Date:   Sat, 11 Jun 2022 15:42:15 +0200

empty web commit

Diffstat:
Mcloning.mdwn | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/cloning.mdwn b/cloning.mdwn @@ -9,10 +9,15 @@ It's as simple as: ### Markdown source files -Once you've done this you can browse the wiki in it's native plaintext form as markdown files +Once you have done this you can: +* open the wiki pages in their native plaintext forms as markdown files; +* search through the wiki with plaintext file search tools like grep, rg or equivalent on your OS; +* potentially navigate from pages to pages with the help of plugins in some text editors and or pagers that support markdown files. - git clone https://git.bleu255.com/repos/permacomputing.git +### HTML rendering + +With the markdown source files you can also easily turn them into a local HTML static web site for offline browsing. To do that you need to [install ikiwiki](https://ikiwiki.info/download/). ## You don't have access to git