personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

commit f4a654c9791e0888fa3cded5b67bdbed516f96fb
parent 214b50e2b5d5a715d6b0a3753f2e6ff4b0a82bd1
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sun, 17 Dec 2023 09:06:31 +0100

readme minor fixes


Former-commit-id: 56824c9cc7f84d23e7b1dfeaad3f98b8b9f8849e
Diffstat:
MREADME.adoc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.adoc b/README.adoc @@ -4,7 +4,7 @@ Source code of https://wimdupont.com[personal website]. == Purpose -* To have an online presence without relying on external platforms. +* To have an online presence without relying on external platforms * To provide simplicity for maintaining and updating site content == APIs @@ -13,13 +13,13 @@ Source code of https://wimdupont.com[personal website]. Affirmation quotes on homepage are retrieved from external source: https://www.affirmations.dev/ -Link to project: https://github.com/annthurium/affirmations +https://github.com/annthurium/affirmations[Link to project] -== GIT +=== GIT Web content for blog and guides is retrieved from self-maintained git project using the https://docs.gitlab.com/ee/api/api_resources.html[Gitlab REST API] The data is retrieved in https://asciidoc.org/[asciidoc] format (base64 encoded) and is persisted after converting to html when a new file or when changes are detected. This process is a scheduled task. -Link to project: https://gitlab.com/WimDupont/webcontent +https://gitlab.com/WimDupont/webcontent[Link to project]