slashformotion
3d14a3cc3e
Merge pull request #11 from dwarkeshsp/master
...
Allows adding link to the citation in the epigraph
2021-08-02 08:57:05 +02:00
Dwarkesh Patel
67fb77fc2b
fixed margin note bug
2021-08-01 13:15:43 -05:00
Dwarkesh Patel
269a529f72
Merge branch 'slashformotion:master' into master
2021-08-01 13:08:07 -05:00
Dwarkesh Patel
193c7f6497
fixed title href
2021-08-01 13:06:53 -05:00
slashformotion
da3bcea496
upd .gitignore
2021-08-01 11:54:30 +02:00
slashformotion
92cf44c208
fix 404.html is not reworked #8
2021-08-01 11:52:39 +02:00
slashformotion
b8dd6d0591
dump hugo minimal working version to 0.83
2021-08-01 11:36:11 +02:00
Dwarkesh Patel
fa0169737b
fixed title issue
2021-07-31 21:48:37 -05:00
Dwarkesh Patel
c3edb6073c
title links back to home
2021-07-31 09:38:26 -05:00
Dwarkesh Patel
69ceb70a48
Allows adding link to the citation in the epigraph
2021-07-31 09:18:32 -05:00
slashformotion
66a3d218df
Update README.md
2021-07-30 21:19:04 +02:00
slashformotion
07a755cafb
chores
2021-07-30 21:08:12 +02:00
slashformotion
37ecc69ecc
enable either mathjax or katex
...
Fixes slashformotion/hugo-tufte#9
2021-07-30 21:07:51 +02:00
slashformotion
ce4028226f
fix theme.toml
2021-07-30 19:28:26 +02:00
slashformotion
52004c23f5
delete highlight.html partial
2021-07-30 19:28:00 +02:00
slashformotion
7df5a872a7
fixed repo url in footter of demo site
2021-07-29 09:29:27 +02:00
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