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
3b3e6ec3b2
fix relative pathing for dynamic fetch
3 years ago
Jacky Zhao
4587b13360
feat: add rtl support as part of #47
3 years ago
Jacky Zhao
c35086c510
visibility fix
3 years ago
Jacky Zhao
4e639979f8
fix copy selection
3 years ago
Jacky Zhao
4a3c4fdef5
popover implementation
3 years ago
Jacky Zhao
2b432d7f0b
fix flex gap
3 years ago
Jacky Zhao
e4caa0d1d7
add taxonomy and term lists
3 years ago
Jacky Zhao
e1911a58ff
enable last modified info
3 years ago
Jacky Zhao
b4e2697116
content section
3 years ago
Jacky Zhao
6fbfa7170b
various font and colour fixes
3 years ago
Jacky Zhao
43837f9e2e
add makefile, fix link padding, test capitalization
3 years ago
Jacky Zhao
114b7ca913
Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
3 years ago
Jacky Zhao
48d01810c4
fix config setting, fix font size for h1 in article
3 years ago
Jacky Zhao
69c86e407f
update subdomain docs
3 years ago
Jacky Zhao
56d2382c28
fix relative link styling, change graph and backlinks to refer to name rather than path
3 years ago
Juaoose
bc90955959
remove horizontal scrollbar
3 years ago
Jacky Zhao
82ba843e42
search styling
3 years ago
Jacky Zhao
6005a2e0a0
css fixes
3 years ago
Jacky Zhao
03bb3a3bae
normalize search styling
3 years ago
jackyzha0
cb38667c1d
Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
3 years ago
jackyzha0
1c851271ea
add search support
3 years ago
Brecht Savelkoul
f9920f6d73
Execute darkmode script before first render
3 years ago
jackyzha0
d197e19142
fix 404 styling
3 years ago
jackyzha0
35fa8d8823
better mobile support
3 years ago
jackyzha0
6896cb007b
proper backlink and graph display in footer
3 years ago
jackyzha0
672a641cec
fix darkmode
3 years ago
jackyzha0
ea69050587
add base pages
3 years ago
jackyzha0
c01138a81c
add base structure
3 years ago