Commit graph

11 commits

Author SHA1 Message Date
gabe 13bb17f4a3 added type hinting to make future dev easier. 2022-03-21 17:12:15 -05:00
gabe ded779bfb0 removed whitespace-only lines. 2022-01-26 15:24:09 -06:00
gabe 29c7ad1ced User can now compile site with custom stylesheet.
fixes #7
2022-01-13 15:54:28 -06:00
gabe 817953c6f1 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
2022-01-10 00:49:15 -06:00
gabe 8972e43113 allowed setting the log level via command line. 2022-01-09 22:52:10 -06:00
gabe 3e1a15ac48 fixed logic error in inputdir validation. 2022-01-09 21:55:23 -06:00
gabe 6e2bdb0c8d Caught a few errors. 2021-09-27 14:52:02 -05:00
gabe 3ffc96453e implemented importing exclude globs from a file. 2021-09-26 12:32:22 -05:00
gabe 4cd780be6d added glob pattern based exclude
Will not copy over files that match the exclude paramater. This can be
usefull for things that are needed to compile the asciidoc, but should
not be included in the final website.

resolves #4
2021-09-16 21:16:34 -05:00
gabe 09dada357a changed test result, fixed typo.
test result should include the include folder untill the test result
file does not end wit .adoc
2021-09-11 20:10:14 -05:00
gabe 51f37b5b77 Renamed to ASCIIsite 2021-09-07 15:36:06 -05:00
Renamed from adocStaticSiteGen.py (Browse further)