221 Commits

Author SHA1 Message Date
Ludwig Schubert fbfacdc7bb Add deprecation warning 2018-03-30 11:35:41 -07:00
Ludwig Schubert 90543f80a4 Update README.md 2018-03-30 11:33:42 -07:00
Ludwig Schubert 22d196c5c9 Add additional license files to v1 branch 2018-03-30 11:32:36 -07:00
Ludwig Schubert d033a2a17b Add license to deprecated v1 code 2018-03-30 11:30:29 -07:00
Ludwig Schubert 5ed282b1a4 Update README.md 2017-08-25 09:57:02 -07:00
Ludwig Schubert 6422c27090 Try enabling travis builds with Github releases v1.1.1 2017-08-24 11:01:10 -07:00
Shan Carter adba0f6e9b Update styles-article.css 2017-07-19 15:09:27 -07:00
Shan Carter 84503f98ae Merge pull request #45 from JonathanRaiman/patch-2
Remove ES6 arrow functions from hover-box
2017-06-27 16:35:47 -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 c884d2f018 1.1.0 2017-06-16 10:35:05 -07:00
Shan Carter 5ed8b40f23 Removing console.log build 2017-06-16 10:29:30 -07:00
Shan Carter 6f4a44227f Update code.js
Removing console.log
2017-06-16 10:27:20 -07:00
Shan Carter 2c9850920b Merge branch 'ludwigschubert-master' 2017-06-16 10:12:10 -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 11b5186394 Fixing window variable not defined 2017-06-06 11:44:44 -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
Christopher Olah 0f9e12b1f1 Merge pull request #39 from jppgks/table-centered
Add table element to centered styling rules
2017-04-18 08:47:17 -07:00
Joppe Geluykens e606c84700 feat: add table element to centered styling rules 2017-04-18 08:17:11 +02:00
Shan Carter f96ba800d8 1.0.3 2017-04-17 12:14:26 -07:00
Shan Carter 84c90fbef4 Fixes link to citation. Fixes #33 2017-04-17 12:14:18 -07:00
Shan Carter 0344bc2704 1.0.2 2017-04-17 11:52:49 -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
Christopher Olah 87d1276564 Merge pull request #35 from jppgks/fix-ol-issue-#34
Add ol tag to dt-article css rules
2017-04-17 10:23:21 -07:00
Joppe Geluykens 397bc72df0 build(yarn): add compiled js closing #34 2017-04-17 11:42:20 +02: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 788546b8ca Adding escape-html 2017-04-13 17:21:06 -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 a8c29e227a Merge pull request #28 from bcipolli/bcipolli-patch-1
dispalying => displaying
2017-04-10 14:05:02 -07:00
Ben Cipollini be4e9453c2 dispalying => displaying 2017-04-10 03:24:59 -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 a85517e61b 1.0.1 2017-03-22 16:27:11 -07:00
Shan Carter 1b7964f626 Extracting distill specific sections from the template 2017-03-22 16:26:45 -07:00
Shan Carter befa67b4dd Merge branch 'master' of https://github.com/distillpub/distill-template 2017-03-22 16:16:56 -07:00
Christopher Olah f3578fbf15 fix bibtex field case issue 2017-03-22 16:07:01 -07:00
Shan Carter 56e8de28c4 Update README.md 2017-03-22 11:01:47 -07:00
Shan Carter a770e93ec9 Update README.md 2017-03-22 11:00:46 -07:00
Shan Carter dceed2ac71 Merge branch 'master' of https://github.com/distillpub/distill-template 2017-03-22 10:56:58 -07:00
Shan Carter ac37a19124 1.0.0 2017-03-22 10:56:41 -07:00
Shan Carter e622bd0caa Update README.md 2017-03-22 10:55:42 -07:00
Shan Carter cdb4263487 Update README.md 2017-03-22 10:55:32 -07:00
Shan Carter 9e14a84149 Update README.md 2017-03-22 10:54:38 -07:00