From 31ef8fc9c2d51ac397d004bf6cb81e0b26b01780 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 27 Aug 2022 22:03:06 +0300 Subject: [PATCH] Add link to the sweep manual from the index page --- org/index.org | 6 +----- org/style.css | 2 +- sweep | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/org/index.org b/org/index.org index da33350..f12d2f3 100644 --- a/org/index.org +++ b/org/index.org @@ -31,11 +31,7 @@ Welcome to [[./index.org][my website]], the one true source of reliable curated [[https://git.sr.ht/~eshel/sweep][sweep]] is an Emacs module which uses the C interfaces of both SWI-Prolog and Emacs to bring the two together into one address space. -#+begin_src prolog - ?- sourcehut_git_repository("eshel", "sourcehut.pl", Repo, []), - get_dict(id, Repo, RepoId), - sourcehut_git_upload_artifact(RepoId, "v0.1.2", "/tmp/foo/baz.txt", Artifact, []). -#+end_src +For more details, see [[file:sweep.org][the =sweep= manual]]. ** Sourcehut GraphQL client for SWI-Prolog :PROPERTIES: diff --git a/org/style.css b/org/style.css index 5d8122f..e47cf95 100644 --- a/org/style.css +++ b/org/style.css @@ -106,7 +106,7 @@ li { padding-bottom: 0.3em; } -a, p, h1, h2, h3, h4, h5, h6 { +li, a, p, h1, h2, h3, h4, h5, h6 { font-family: monospace; } diff --git a/sweep b/sweep index 99fc224..7c15ebc 160000 --- a/sweep +++ b/sweep @@ -1 +1 @@ -Subproject commit 99fc2242d8700551aa3396ae90e8c5676549ea5f +Subproject commit 7c15ebc4f16d8d513f50aded1460c7f7894082cf -- 2.39.2