Commit graph

32 commits

Author SHA1 Message Date
loikein
21e1fad3cf add selection css 2023-04-29 05:18:38 +01:00
loikein
d332b47806 delete dl grid css for poor sidenote display 2023-04-29 05:18:28 +01:00
loikein
7595e2e6b9 add css for dl; minor adjustments to book layouts 2023-04-25 18:43:08 +01:00
loikein
fa6bda5448 remove redundant layout, add showSummary switch 2023-04-25 15:45:22 +01:00
loikein
37e9cb786c update example site 2023-04-25 14:44:03 +01:00
loikein
c9d7349ee8 fix columns margin 2023-04-24 02:17:09 +01:00
loikein
95a0068d52 adjust subtitle html; remove redundant style 2023-04-23 20:18:56 +01:00
loikein
411ba001cf update example posts 2023-04-19 00:04:18 +01:00
loikein
2ba3e7fb75 fix bugs from https://github.com/loikein/hugo-tufte/issues/6 2023-04-18 23:50:58 +01:00
loikein
8049030489 address https://github.com/loikein/hugo-tufte/issues/6 2023-04-18 23:34:31 +01:00
loikein
3cda34976f refine figure 2023-04-18 00:29:12 +01:00
loikein
bb73762987 refine blockquote & epigraph 2023-04-17 23:14:50 +01:00
loikein
d77a621536 adjust brand styles; adjust homepage structure 2023-04-17 18:01:23 +01:00
loikein
2587e4bb28 adjust meta styles; add tufte-css.md 2023-04-17 17:20:14 +01:00
loikein
20e13a5e63 adjust footnotes & footer style 2023-04-15 18:52:07 +01:00
loikein
6a57aac1e4 address https://github.com/loikein/hugo-tufte/issues/4 2023-04-15 18:51:46 +01:00
loikein
a345157488 adjust table & footer css; edit readme 2023-04-15 16:20:36 +01:00
loikein
443634c2f6 try to unify css; experimental accessibility feature for margin/side note 2023-04-15 15:32:38 +01:00
loikein
cc8175f38b remove brand on single pages; remove fa; others 2023-04-15 01:37:37 +01:00
loikein
eb95b736e4 cleanup 2023-04-14 23:36:52 +01:00
loikein
a881ce922f address https://github.com/loikein/hugo-tufte/issues/2 2023-04-14 23:34:42 +01:00
loikein
e6d583a987 fix katex, 1 new shortcode, various fixes 2023-04-14 19:21:10 +01:00
slashformotion
c6bad82e27 fix(layout): Fix font size for page title 2022-02-18 10:46:51 +01:00
slashformotion
38139b925b fix(style): code block width in list is now 100%
Fix #48
2022-01-30 17:27:55 +01:00
slashformotion
9c0cc2eb56 🐛 fix #46 2021-12-16 09:37:53 +01:00
Erik Derohanian
152686af70 fix for mobile highlighting width 2021-12-11 12:39:47 -05:00
slashformotion
affe4f6c81
♻️ Fixing the normalize.scss issue (#39)
Removing vendor version of normalise.scss and
replacing it with cdn version
2021-11-03 21:54:46 +01:00
slashformotion
bacbd07bf3
🐛 Fixed Two deprecation warnings for _normalize-mixin.scss (#38)
Fixes #37
2021-11-03 21:42:27 +01:00
slashformotion
4432cb953b
move the syntax highlighting theme choice to the scss file (#30)
* move the syntax highlighting theme choice to the scss file
Fixes #25

* move the syntax highlighting theme choice to the scss file
Fixes #25
2021-08-21 15:31:28 +02:00
slashformotion
70c7b91f81
Convert css to scss entirely (#24)
* Convert css to scss entirely
Fixes #15

* tufte css is now a scss file
2021-08-20 23:21:47 +02:00
slashformotion
2e8881ec8b Feature added: ID driven socials
- bump fontawesome from 4.5.0 to 5.14.0
- documented in README.md
fix #10
2021-08-06 21:46:35 +02:00
TuckerD
ba23674640
Improve code blocks styling (#13)
* add highlight config for code highlighter

* add default pygment css "github"

* fix styles for code blocks

* remove dead html from margin note

*These don't appear to do anything?

* Fix scrolling in code block

* More CSS fixes for code blocks

* ignore generated scss files. Probably other generated files too

* Use scss to generate more powerful styles for code blocks

* Document new code blocks style option

Improve code blocks styling
2021-08-03 22:18:19 +02:00