Commit Graph

9 Commits

Author SHA1 Message Date
8ca55cb710 Better coding style 2020-05-10 12:37:22 +02:00
aa4600b588 Sitemap query now fully asynchronous
Sitemap generation is now independent from the navbar generation, and
it will be added to the navbar only once the navbar has been created.

Also, better style for code.
2020-05-10 12:00:47 +02:00
3c942b4b8f Fixes bug introduced in e819866
Table of content was made unavailable regardless of whether one was
provided by the page or not. This commit fixes this issue by making an
unavailable TOC only if one is not provided by the web page, otherwise
the TOC will be available.
2020-05-09 14:45:26 +02:00
e81986683c Fixes issue #5
The absence of a table of contents made the Dart code crash. This commit
adds a default TOC if non already exists.
2020-05-07 15:36:50 +02:00
cc6519c302 Link best practices, and removed font for faster loading time 2020-05-06 11:48:51 +02:00
61fe6f71a4 modified from final to const as it won’t change value 2020-05-05 19:33:57 +02:00
404e79211e Made it easier to change header image 2020-05-05 19:20:28 +02:00
004a333ffe Added keywords to be excluded from page listing 2020-05-05 16:48:09 +02:00
8b85ea5952 Initial commit, added all backend files 2020-05-05 14:49:26 +02:00