Commit graph

24 commits

Author SHA1 Message Date
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
slashformotion
835a8701f8 Updated epigraph docs
- `link` parameter added (pr #11)
2021-08-02 09:38:58 +02:00
slashformotion
66a3d218df Update README.md 2021-07-30 21:19:04 +02:00
slashformotion
0299aa32d3 Fix #7: katex now work as expected 2021-07-28 11:02:23 +02:00
slashformotion
cb01b32951 chores 2021-07-25 10:05:22 +02:00
slashformotion
60ca637a08 Added contributing.md and code_of_conduct.md 2021-07-21 23:03:28 +02:00
slashformotion
c454c6f4ca Started refactoring 2021-07-21 20:23:55 +02:00
Shawn O'Hare
e2af7d63ca
Update README.md 2021-01-31 14:51:55 -08:00
Jeremy Friesen
4299d3bfdb Removing dom ID requirement for margin/sidenotes (#10)
* Removing dom ID requirement for margin/sidenotes

Prior to this commit, when using the `marginnote` or `sidenote`
shortcodes, you would need to pass a domId parameter to the shortcode.

With this change you no longer need to pass a parameter, and any
parameter passed is ignored. The pre-amble creates a unique domID for
the shortcodes.

* Replacing convoluted Scratch with Ordinal

I was leveraging the Scratch function of Hugo, when I could instead
rely on `.Ordinal`
2019-04-18 09:37:06 -07:00
Mat Kelly
372d793f65 Fix Tufte link (#5) 2017-06-23 09:55:52 -07:00
Shawn O'Hare
deece2de9d Update README.md 2016-02-21 09:56:21 -08:00
Shawn O'Hare
9dc4d989bf Update example site and include images. 2016-02-20 13:09:11 -08:00
Shawn O'Hare
c059472c86 Fix typo in README.md 2016-02-20 12:21:01 -08:00
Shawn O'Hare
b9f669e1b4 README styling. 2016-01-01 14:56:52 -08:00
Shawn O'Hare
c18c4dbc57 Fix typo in README.md 2016-01-01 11:56:14 -08:00
Shawn O'Hare
d10f2de3e9 Update README.md 2016-01-01 11:54:57 -08:00
Shawn O'Hare
b9ec18d78e Add and Refactor shortcodes.
Add the epigraph shortcode.  This should complete the Tufte-CSS
specific shortcodes.  Additionally, the section and div shortcodes
were refactored for ease of use.
2016-01-01 11:51:23 -08:00
Shawn O'Hare
381982f4a7 Update css. 2015-12-30 22:13:11 -08:00
Shawn O'Hare
ec51569569 README formatting. 2015-12-30 22:11:35 -08:00
Shawn O'Hare
f48e153d93 Add blockquote shortcode. 2015-12-30 22:10:37 -08:00
Shawn O'Hare
45c0414b3d Add section shortcode.
It seems there are some issues in wrapping complex blocks of markdown in
html tags, especially when the block contains other short codes.
Content would either only partially render or fail completely.
2015-12-30 21:34:52 -08:00
Shawn O'Hare
7584401279 Implement side + margin note shortcodes. 2015-12-29 20:41:07 -08:00
Shawn O'Hare
b3a2e36507 Initial commit. 2015-12-29 18:35:20 -08:00