133 Commits

Author SHA1 Message Date
Ludwig Schubert d033a2a17b Add license to deprecated v1 code 2018-03-30 11:30:29 -07:00
Shan Carter adba0f6e9b Update styles-article.css 2017-07-19 15:09:27 -07:00
Jonathan Raiman 940b70ce5b Remove ES6 arrow functions from hover-box
Browsers such as Safari do not natively understand ES6 functions, thus during development only Chrome can be used when the hover box is imported into the page.
(On Safari the following error occurs: ```SyntaxError: Unexpected token ')'
appendChild — index.html:77
hoverBox — template.v1.js:18012
renderOnLoad — template.v1.js:18217
(anonymous function) — template.v1.js:18227
```, this is caused by the function arrow notation not being parsed).
2017-06-17 00:12:33 -07:00
Shan Carter 6f4a44227f Update code.js
Removing console.log
2017-06-16 10:27:20 -07:00
Shan Carter 0abf0247e2 Adding a few more languages. 2017-06-16 10:08:10 -07:00
Ludwig Schubert 5c4b1108b6 Add support for python and clike languages to prismjs highlighting 2017-06-15 14:53:49 -07:00
Shan Carter 04fa4ebb8c Created date in meta fields 2017-06-01 17:03:01 -07:00
Shan Carter 5292390ba8 Adding footer info 2017-06-01 15:39:03 -07:00
Joppe Geluykens e606c84700 feat: add table element to centered styling rules 2017-04-18 08:17:11 +02:00
Shan Carter 84c90fbef4 Fixes link to citation. Fixes #33 2017-04-17 12:14:18 -07:00
Shan Carter afc798f7a0 Adding table styles 2017-04-17 11:52:22 -07:00
Shan Carter cecaa95989 Merge pull request #32 from bfirsh/fix-hover-box-on-ios
Fix hover box on touch screens
2017-04-17 11:30:47 -07:00
Joppe Geluykens b19b918466 fix(#34): add ol tag to dt-article css rules
Ordered list wasn't following the article rules, which lead to alignment issues.
2017-04-17 11:32:47 +02:00
Shan Carter aef31660cc Adding archive link to footer 2017-04-14 10:37:52 -07:00
Ben Firshman 22b1f06a12 Fix hover box on touch screens
Relying on the mouse events made the boxes on touch screens really
janky. I have:

- Made opening/closing the touch box purely use touchstart events
  so it is more reliable and responsive
- Made tapping anywhere outside the box close it
- Refactored binding into separate link and div functions so that
  the touch events can be bound correctly
2017-04-14 13:23:11 +02:00
Shan Carter 6394270d58 Removing console 2017-04-13 17:40:41 -07:00
Shan Carter b3efa2526d Adding initial math support 2017-04-13 16:49:00 -07:00
Shan Carter c24a1d0485 Fixing katex incompatibility 2017-04-13 12:52:59 -07:00
Shan Carter 7a5a9bbe74 Merge branch 'master' of https://github.com/distillpub/distill-template 2017-04-13 12:34:29 -07:00
Christopher Olah 22fd0e2b21 better hover box system 2017-04-06 15:10:35 -07:00
Shan Carter f362584a74 Adding scaffolds and moving data around 2017-03-30 16:11:23 -07:00
Shan Carter 1b7964f626 Extracting distill specific sections from the template 2017-03-22 16:26:45 -07:00
Christopher Olah f3578fbf15 fix bibtex field case issue 2017-03-22 16:07:01 -07:00
Shan Carter c4c94867bf Merging 2017-03-22 10:46:04 -07:00
Shan Carter 4bd4c4dcf9 fixing urls 2017-03-22 09:24:37 -07:00
Sam Liu bf0cefac67 dismiss-citation-popup-ontouchend 2017-03-22 12:16:36 -04:00
Shan Carter f2cbc9ead4 Adding links to footer 2017-03-20 17:01:41 -07:00
Shan Carter 2fd62c518d Merge branch 'master' of https://github.com/distillpub/distill-template 2017-03-20 10:32:25 -07:00
Shan Carter 6c2a450662 twitter images 2017-03-20 10:32:15 -07:00
Christopher Olah af02c0a845 fix links in top bar 2017-03-20 10:31:06 -07:00
Shan Carter eb8bc670c9 Fixing links 2017-03-20 08:44:40 -07:00
Christopher Olah b439644064 update scholar meta stuff 2017-03-15 10:14:04 -07:00
Christopher Olah 47ed46b52f fix meta to be more compliant with scholar 2017-03-14 15:08:56 -07:00
Shan Carter a1651d2195 Saving 2017-02-22 13:53:25 -08:00
Christopher Olah 23889d702e add issn to crossref 2017-02-14 14:36:01 -08:00
Shan Carter b78eaf1a49 Style fixes 2017-02-10 10:08:11 -08:00
Shan Carter 174edd5973 Adding updates link 2017-02-08 11:54:24 -08:00
Shan Carter 8162b8ea2d Adding diff link 2017-02-08 11:45:20 -08:00
Shan Carter 97acdc60d6 Adding updatedDate 2017-02-08 10:45:27 -08:00
Shan Carter 5dac7eed8b Fixin tree walker 2017-02-06 10:01:03 -08:00
Shan Carter 19da5e90c4 Polish on typo subs 2017-02-03 16:54:39 -08:00
Shan Carter 1995d75cb0 Adding columns and typo subs 2017-02-03 15:40:11 -08:00
Shan Carter 571d437fcf Fix to banner, print styles 2017-01-26 18:51:14 -08:00
Shan Carter 2197327ca6 Adding an alert banner to top when not on localhost 2017-01-26 10:55:40 -08:00
Shan Carter 7426809669 Updating styles 2017-01-25 17:32:51 -08:00
Shan Carter e95a67b236 Merge branch 'master' of https://github.com/distillpub/distill-template 2017-01-25 16:37:32 -08:00
Shan Carter 354293079a Text styles 2017-01-25 16:37:25 -08:00
Christopher Olah 4e3640f5d1 improve citation format 2017-01-25 13:33:18 -08:00
Shan Carter 0cfdef58c1 Fixing appendix padding 2017-01-25 10:39:09 -08:00
Shan Carter 8f0b24e0a1 ol fix 2017-01-24 17:46:13 -08:00