commit 97a7df1b59cec51dca027274304cad433493b872
parent eb8df99aaddb12532ad2e1c43a8abaacb4927f1e
Author: ugrnm <ugrnm@web>
Date: Sat, 11 Jun 2022 17:34:01 +0200
empty web commit
Diffstat:
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/cloning.mdwn b/cloning.mdwn
@@ -1,13 +1,18 @@
This wiki is meant to be cloned so that you can consult it while being offline. There are several ways to do it depending on the system you use and the tools you have access to.
-## You have access to git
-### Cloning
+You have access to git
+======================
+
+Cloning
+-------
It's as simple as:
git clone https://git.bleu255.com/repos/permacomputing.git
-### Markdown source files
+
+Markdown source files
+---------------------
Once you have done this you can:
@@ -15,9 +20,12 @@ Once you have done this you can:
* 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.
-### HTML rendering
+
+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
+You don't have access to git
+----------------------------