270 Commits (c0800a874980ab0f24fc2e350d70792d9c7f2956)
 

Author SHA1 Message Date
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
3 years ago
Claudio Yanes 1313bd9779 Move css and js to appropriate files
Having the CSS and JS in the html template produces pages larger
than necessary, as each page need to contain all the js/css.
Separating them in appropriate files allow the browser to just download
them once and use them for all the pages. This is even more effective
with an aggressive cache policy for the js and css, something that can
be done without fear thanks to the implemented cache-busting.
Also, having then in separate files allows us to use Hugo pipelines
for minimizing the code.
3 years ago
Jacky Zhao 5234fae080 fix backlinks not using baseurl 3 years ago
Jacky Zhao 0ee0855e1c bump hugo-obsidian to support root 3 years ago
Jacky Zhao e06e341468 fix: explicitly set root as current directory to fix ignore files 3 years ago
Jacky Zhao 73e526a7d5 add screenshot to readme 3 years ago
Jacky Zhao cdc4f1a840 fix: relink search button (move outside content load listener) 3 years ago
Jacky Zhao 714b4fcfa3 fix links being broken for pages with spaces 3 years ago
Jacky Zhao 9c04ca0266 rtl docs 3 years ago
Jacky Zhao 388a2bf78b docs updates 3 years ago
Jacky Zhao f192f9a23d fix #54: root all image urls 3 years ago
Jacky Zhao 3b3e6ec3b2 fix relative pathing for dynamic fetch 3 years ago
Jacky Zhao 8e85e274f6 change output to static instead of data 3 years ago
Jacky Zhao fcd5d2807d feat: dynamically fetch indices 3 years ago
Jacky Zhao 4587b13360 feat: add rtl support as part of #47 3 years ago
Jacky Zhao fb9ea8dcb8 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 3 years ago
Jacky Zhao c520db4882 fix: #50, change css load order 3 years ago
Jacky Zhao 10f9843bb6
Merge pull request #51 from brandonkboswell/patch-1 3 years ago
Jacky Zhao 0dc51ff39c Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 3 years ago
Jacky Zhao c35086c510 visibility fix 3 years ago
Brandon Boswell 31297b7e5a
Added to the Showcase 3 years ago
Jacky Zhao fa3bc3de92
Merge pull request #48 from earnestma/earne/configurable-page-toc 3 years ago
earnest ma 41c443dbf0
Add disableToc parameter to not show TOC on a page 3 years ago
Jacky Zhao a271fb9d74
Merge pull request #46 from adube/patch-1 3 years ago
Alexandre Dubé 49cdca5dfc
Specify Hugo requires extended Sass/SCSS version
Hugo needs to be installed with its "extended" Sass/SCSS version, otherwise this template does not work.
3 years ago
Jacky Zhao 9645f00317 link fixing 3 years ago
Jacky Zhao 57ebf4c21c underscore fix, fix relative path being weird for graph 3 years ago
Jacky Zhao 54e3e071d1 fix popover regex 3 years ago
Jacky Zhao d46e223831 revert baseurl fix 3 years ago
Jacky Zhao 6f9a29c174 various path fixes 3 years ago
Jacky Zhao 532bc61025 set relativeUrls to true 3 years ago
Jacky Zhao 99aea48260 docs update 3 years ago
Jacky Zhao 4a3766db56 update featurelist 3 years ago
Jacky Zhao 4e639979f8 fix copy selection 3 years ago
Jacky Zhao e49a1ac9db made link preview optional 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago
Jacky Zhao 2b432d7f0b fix flex gap 3 years ago
Jacky Zhao 7507fd2991 fix search styling 3 years ago
Jacky Zhao ca886e4075 fix render link for apostrophe 3 years ago
Jacky Zhao 3722e600ee bump hugo-obsidian 3 years ago
Jacky Zhao efeaf0f4e4 add pagination to section, fix graph linking 3 years ago
Jacky Zhao 1a8cdaad24 remove console.log 3 years ago
Jacky Zhao e4caa0d1d7 add taxonomy and term lists 3 years ago
Jacky Zhao a45856d788 fix last modified not working for capitalized pages 3 years ago
Jacky Zhao dbe9b338cc fix capitalization 3 years ago
Jacky Zhao 000fcdbf99 fix casing 3 years ago
Jacky Zhao 612c44d719 modify obsidian 3 years ago
Jacky Zhao e1911a58ff enable last modified info 3 years ago
Jacky Zhao b4e2697116 content section 3 years ago
Jacky Zhao 094ab9d064 dedupe backlinks 3 years ago