Commit graph

55 commits

Author SHA1 Message Date
slashformotion
f0aa9f31a6 added demo url in theme.toml 2021-07-29 09:07:58 +02:00
slashformotion
b823330aff remove single author line 2021-07-28 17:25:01 +02:00
slashformotion
6acc891c01 fix relative url 2021-07-28 11:12:43 +02:00
slashformotion
0299aa32d3 Fix #7: katex now work as expected 2021-07-28 11:02:23 +02:00
slashformotion
63de5c8780 update pure css cdn link 2021-07-28 10:51:14 +02:00
slashformotion
57bfc0886d update gh workflow 2021-07-28 10:47:38 +02:00
slashformotion
b2abcdaebe Added build CI 2021-07-28 10:33:10 +02:00
slashformotion
4ccd5c9bda added a second author (me) to theme.toml 2021-07-26 21:21:14 +02:00
slashformotion
6200797489 added config.toml 2021-07-26 21:07:42 +02:00
slashformotion
6ecde00ecd bump hugo version 2021-07-26 21:01:12 +02:00
slashformotion
b20cc634bb update code of conduct 2021-07-25 10:09:53 +02:00
slashformotion
b2036b42f0 .gitignore updated 2021-07-25 10:06:56 +02:00
slashformotion
0d5b116750 exampleSite updated 2021-07-25 10:06:30 +02:00
slashformotion
7038e4ff89 css update 2021-07-25 10:05:32 +02:00
slashformotion
cb01b32951 chores 2021-07-25 10:05:22 +02:00
slashformotion
1bb3a4def4 fixed list view 2021-07-25 10:04:57 +02:00
slashformotion
c2651830a6 syntax hilighting 2021-07-25 10:04:41 +02:00
slashformotion
c396f150c9 added hr to brand 2021-07-25 10:04:01 +02:00
slashformotion
b682f1d8c3 Fix bloquotes 2021-07-25 10:03:10 +02:00
slashformotion
53f59069e8 Update template 2021-07-24 12:02:20 +02:00
slashformotion
5bec649819 Update issue templates 2021-07-24 11:52:48 +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
Charles Wimmer
e70a1f0e91
Fixes Hugo deprecation warnings (#16) 2021-01-31 14:48:46 -08:00
Charles Wimmer
9120aa5534
Correct image link (#13) 2021-01-31 14:48:09 -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
Josh Asplund
cfa6769e1c Updates footer.html (#8)
Fixes #7
2018-01-01 16:10:52 -08: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
975adc8439 Update example site config.
The menu comments still mentioned the Morphism theme from which this
theme was initialized from.
2016-02-21 09:51:51 -08:00
Shawn O'Hare
b0901b3af1 Merge branch 'master' of https://github.com/shawnohare/hugo-tufte 2016-02-21 09:44:01 -08:00
Shawn O'Hare
043405157b Merge pull request #4 from sje30/patch-1
Update theme.toml
2016-02-21 09:43:13 -08:00
Shawn O'Hare
f88858d6eb Fixes #3
Urlized terms already include the type (e.g., categories or tags).
2016-02-21 08:05:04 -08:00
Stephen Eglen
d25b7e0f85 Update theme.toml
Delete stray ' in theme.toml
2016-02-21 15:02:41 +00: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
5f979a7c27 Add padding to MathJax display environments.
The last half line or so for display enviorments was cut off.
2016-02-20 12:12:33 -08:00
Shawn O'Hare
363c1d6497 Fix unclosed <a> tag. 2016-01-15 10:08:17 -08:00
Shawn O'Hare
82958f2609 v0.1.0
Theme should be useable, but there might be some minor stylistic tweaks
here and there.
2016-01-14 21:02:57 -08:00
Shawn O'Hare
e3d2a647f9 Load hugo-tufte-override.css.
This makes it easier for users of the theme to customize the styling.
2016-01-14 20:43:52 -08:00
Shawn O'Hare
14cec251c4 Add table of contents partial template. 2016-01-14 20:41:44 -08:00
Shawn O'Hare
2c4ac3082f Add more shortcodes. 2016-01-14 20:41:16 -08:00
Shawn O'Hare
8dafca7e01 Use content.header partial for pages and nodes. 2016-01-14 20:40:27 -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