split stylesheet into seperate file.

Instead of being embedded in every document, the stylesheet is now
copied to a single directory at the top of the website directory
structure.

Also reused that code to automatically set the imagesdir attribute.

fixes #5
This commit is contained in:
gabe 2022-01-10 00:45:51 -06:00
parent 80d510a282
commit 817953c6f1
10 changed files with 882 additions and 1725 deletions

View file

@ -1,6 +1,5 @@
= relatively linked doc
Gabe Venberg
:imagesdir: ../../images
:reproducible:
:giturl: git.venberg.xyz/Gabe/adocStaticSiteGen

View file

@ -1,6 +1,5 @@
= test page for an adoc static site generator.
Gabe Venberg
:imagesdir: images
:docdate: 2021-08-06
:reproducible:
:giturl: https://git.venberg.xyz/Gabe/adocStaticSiteGen