added captions

This commit is contained in:
constantinos 2023-08-14 18:32:17 +03:00
parent c14b4d347d
commit 9da1a68ed8

View file

@ -55,6 +55,7 @@ This project features the following content types (and subdirectories):
| `editor` |associated with `issue`|
| `contributor` | associated with `article`|
| `print`| used for generating PDFs from other content types |
<figcaption>Table 1: Content types and description.</figcaption>
# Ontology {#ontology}
@ -123,7 +124,7 @@ This will create a link to the `target-article` but it will also create a backli
A link from this article to some other one, at the latter article will generate a backlink that would appear at the top right of the page (`mentioned in this-article`).
![Screenshot of a backlink mention in Sandpoints.](/static/internal/2023-backlink-mentioned-in.png)
![Screenshot 1: Backlink mention in a Sandpoints entry.](/static/internal/2023-backlink-mentioned-in.png)
Backlinks (as well as external and internal hyperlinks) are catalogued at [urls](/urls/).
@ -153,6 +154,8 @@ The root folder of the project contains the following files and folders.
| `.git/` | standard Git folder -- a hidden folder with data from local version control.
| `.gitignore` | standard Gitignore file -- a text file that dictates which files or folders to ignore from (Git) version control and backup.
| `readme.md` | standard Git repository readme file.
<figcaption>Table 2: Project file structure.</figcaption>
# Sandpoints config file {#sandpoints-config}