Commit Graph

99 Commits

Author SHA1 Message Date
geoffreygarrett
9fa93bccc1 docs(config): consistency, typo(s) and style 2022-07-03 13:48:45 +02:00
geoffreygarrett
873ae925ce docs(clipboard): refactored to intuitive key 2022-07-03 13:40:59 +02:00
Geoffrey Garrett
48b8aacf07
Merge branch 'hugo' into feature/clipboard 2022-07-02 10:43:49 +02:00
Jacky Zhao
eda370334a fix: image scaling for md-style links (closes #155) 2022-07-01 11:27:50 -07:00
Geoffrey Garrett
d3e20b8b94
Added optional rendering of code block titles (#148) 2022-07-01 11:03:52 -07:00
geoffreygarrett
635974c6fa fix(config post): replaced tab with 4 spaces 2022-06-30 15:35:31 +02:00
Geoffrey Garrett
443bb3b709
style: fixed tab styling in config 2022-06-30 09:54:04 +02:00
Geoffrey Garrett
496c2cd11f
Merge branch 'hugo' into hugo 2022-06-30 09:36:02 +02:00
Jacky Zhao
0896814959 docs: remove test image from hosting 2022-06-29 17:35:29 -07:00
Jacky Zhao
8b2fba895a feat: image scaling (closes #131) 2022-06-29 17:34:05 -07:00
Jacky Zhao
e884f4927f fix: anchor formatting (closes #141) 2022-06-29 17:17:53 -07:00
Jacky Zhao
2b0482ae4c docs: fix page weight 2022-06-29 17:03:41 -07:00
Jacky Zhao
8a100edeb8 docs: polish and update 2022-06-29 16:57:36 -07:00
Geoffrey Garrett
6c096bf924 docs(code block titles): made docs concise 2022-06-29 06:02:32 +02:00
Geoffrey Garrett
eba33521ad docs(config): added code block title documentation 2022-06-28 22:14:07 +02:00
Geoffrey Garrett
25084b82b0 docs(favicon): corrected code block title and added relevant linenostart 2022-06-28 20:17:12 +02:00
Geoffrey Garrett
2685fabd8f feat(config example): added enableCodeBlockTitle key 2022-06-28 20:12:37 +02:00
Geoffrey Garrett
53c3f479c6 docs(code block titles): added titles for all configuration code blocks 2022-06-28 20:10:44 +02:00
Geoffrey Garrett
32269c9b7a docs(config.yaml): set code block linenos to false where unnecessary 2022-06-28 20:00:44 +02:00
Geoffrey Garrett
d982d4d91b docs(config.yaml): fixed a typo 2022-06-28 19:57:40 +02:00
Geoffrey Garrett
715aff9533 feat(code block titles): adds ability to define code block titles for Chroma
If a user provides a title as an argument to a code block, it will be
added as a child `div.code-title` to `div.highlight`, inserted before
`div.chroma`.

- Included default styling (`code-title.scss`) adapted
from `syntax.scss`.
- Added this as a function rendered in the
`partials/head.html` inside the `render()` function, *if*
`enableCodeBlockTitle=true` in the `data/config.yaml`.
2022-06-28 19:56:20 +02:00
Geoffrey Garrett
7070a1992a docs(config.md): Fixed multi-favicon examples and general favicon explanation throughout 2022-06-28 01:15:33 +02:00
Geoffrey Garrett
997937af5a docs(config.md): Added short explainer on favicons 2022-06-28 00:45:48 +02:00
Geoffrey Garrett
a334b45b17 docs(content/notes/config.md): Adds documentation for the new favicon support 2022-06-27 22:05:35 +02:00
Ella
0cfd93c57c
Fix another typo 2022-04-17 02:11:17 -07:00
Ella
3f8c473678
Fix typo: recomment -> recommend 2022-04-17 01:33:16 -07:00
Jacky Zhao
887d4d4f5e deps: bump hugo -> v0.96.0 2022-04-05 21:40:59 -07:00
Jacky Zhao
0ddc48a452 fix: wikilink-like text in code fences #95, #97 2022-04-05 13:47:24 -07:00
Jacky Zhao
cd19159c53 feat: wikilink img support 2022-04-05 12:47:28 -07:00
Jacky Zhao
a7abc6ab96 docs: make update command and clarify update steps/potential danger 2022-04-05 00:09:56 -07:00
meleu
3583265f80
docs: warn about possible lost of customization 2022-04-04 17:30:23 -03:00
Jacky Zhao
1613511f39 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-04-04 09:45:05 -07:00
Jacky Zhao
acab488784 re-add obsidian file 2022-04-04 09:44:58 -07:00
Jacky Zhao
575288ece9
Merge pull request #88 from meleu/patch-2 2022-04-03 17:57:46 -07:00
Jacky Zhao
25b5ac43dd fix: favicon not showing on non-root domain #89 2022-04-03 17:43:37 -07:00
meleu
1d9c0e4a44 use "enableToc: false" 2022-04-03 16:31:29 -03:00
Jacky Zhao
efeaf9b49c Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-04-03 11:44:39 -07:00
Jacky Zhao
91c4e3fb3a fix: multiline code block #87 2022-04-03 11:44:33 -07:00
meleu
5c3ef884c7
duplicated file 2022-04-03 11:19:21 -03:00
Jacky Zhao
e6e04c03c4 fix latex misrendering 2022-04-02 20:34:55 -07:00
Jacky Zhao
146e975932 bump hugo obsidian, fix backlinks for subpathed quartz, update homepage 2022-04-02 20:21:16 -07:00
Jacky Zhao
c117e38899 feat: wikilinks implementation 2022-04-02 20:06:31 -07:00
Jacky Zhao
4fd983277e fix: cjk support + demo page 2022-04-02 17:38:39 -07:00
Jacky Zhao
cc86136bcb feat: basic latex support 2022-04-02 17:00:14 -07:00
Jacky Zhao
c51573efa9 feat: grey out broken links 2022-04-02 13:34:26 -07:00
Jacky Zhao
902d0f2a0f Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-04-02 12:59:47 -07:00
Jacky Zhao
1ddd15afc6 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
meleu
e3cd531c53
fix custom.scss path 2022-04-01 18:13:49 -03:00
Jacky Zhao
9e8c5587e4 Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2022-03-31 23:16:00 -07:00
Jacky Zhao
6605b13b86 more troubleshooting, backlinks reference private page fix 2022-03-31 23:15:54 -07:00