Commit Graph

60 Commits (edd92eca6da13d3fce37c36157a2272e549725b4)

Author SHA1 Message Date
Keith Irwin edd92eca6d
Moved _dist to _site 2022-10-20 09:53:02 -06:00
Cloud9 GF4 www bb2e9bbdfd Added fonts
Moved assets to /assets
2021-11-21 09:47:23 -07:00
Cloud9 GF4 www 8228c6fa6d Fixed homepage, switched to md, added gf4.pem to static file passthrough copy 2021-11-20 17:09:16 -07:00
Cloud9 GF4 www 196d3a6bce Added join info, sorted index headers 2021-10-23 22:18:42 -06:00
Keith Irwin 9e0cdcc9b0
Added webmanifest 2021-06-21 18:01:11 -06:00
Keith Irwin 48c31439cb
Added (empty) secret message to homepage. 2021-06-20 11:43:16 -06:00
Keith Irwin 5e7987f977
Added fort and space images. 2021-06-18 19:42:56 -06:00
Keith Irwin be0ff77c7c
Removed some bloat 2021-06-17 21:02:45 -06:00
Keith Irwin 51a411a95b
Removed extraneous plugins 2021-06-17 20:47:09 -06:00
Keith Irwin 4b9c8534c8
Fixed ca.crt 2021-06-17 20:35:39 -06:00
Keith Irwin 110134b978
Serve ca.crt 2021-06-17 20:33:34 -06:00
Keith Irwin 60d6e78343
Initial setup and content 2021-06-17 17:02:30 -06:00
Keith Irwin 8e547e13bc
Replace '_site' with '_dist' 2021-06-17 15:42:29 -06:00
Keith Irwin b737bfceeb
Set correct directories 2021-06-17 15:33:58 -06:00
Zach Leatherman 85fd94918e Support spaces in tags in base blog. 2021-03-17 16:29:07 -05:00
Zach Leatherman 4792248aa7 Fixes #63. 2021-03-17 10:32:35 -05:00
Zach Leatherman 7e5a1f5ce7 Fixes #62. 2021-03-17 10:29:29 -05:00
Anders Kaseorg 7af708e8ac Serve 404 page with status code 404, not 200
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-12-21 22:17:53 -08:00
Zach Leatherman d28f834fbb Fixes #70 2020-10-16 13:06:30 -05:00
Zach Leatherman 75e71adb29 Get rid of the _11ty folder—we don’t need it. 2020-07-27 15:18:51 -05:00
Zach Leatherman d3ced37f50 Clean up the JSON code a bit (don’t need that extra filter) 2020-07-27 15:02:58 -05:00
Zach Leatherman 7be229d9d0
Merge pull request #48 from benjifs/jsonfeed
JSON Feed
2020-07-27 11:30:43 -05:00
Zach Leatherman ffef660e0e Update TLD 2020-07-17 09:36:28 -05:00
Benji Encalada Mora 12219c480f
use JSON.stringify for content 2020-01-20 01:26:45 -06:00
Zach Leatherman 877a60563c Nicer browsersync defaults. 2020-01-03 11:30:27 -06:00
Zach Leatherman cc52984dda
Merge pull request #34 from clottman/patch-3
Run browsersync in ghost mode by default
2020-01-02 21:02:20 -06:00
Zach Leatherman f870ecd50c Switches to use more obvious markup menu template for eleventy-navigation 2020-01-02 20:51:47 -06:00
Zach Leatherman 93e23c7885 Navigation plugin needs to work with pathprefix (update dep) 2019-11-11 16:22:08 -06:00
Zach Leatherman c9018fa45b Use `eleventy-navigation` plugin for navigation menu 2019-11-11 15:39:48 -06:00
Benji Encalada Mora 6b0b772b99
Add filter for HTML content 2019-10-30 13:25:58 -05:00
Cassey Lottman b6e0b85a87
run browsersync in ghost mode
The average user probably does not want every reader's scroll position synced to every other reader.
2019-06-18 10:22:58 -05:00
Zach Leatherman bbad06deae
Merge pull request #25 from nick-novak/master
xml date fix
2019-02-13 22:10:02 -06:00
Zach Leatherman e2be85925d Adds https://github.com/11ty/eleventy/issues/386 to default eleventy-base-blog config 2019-01-31 07:14:06 -06:00
Nick Novak 641d9b26e0 xml date fix 2019-01-18 11:25:36 -05:00
Zach Leatherman 496982355e Using deep data merge (post tag is inherited from posts/posts.json) and updates to use 0.7.0. 2019-01-10 22:20:14 -06:00
Zach Leatherman 2402ba4887 Refactored latest posts and with a correct sort. Uses dates on posts rather than file creation dates (unreliable). 2018-09-30 00:09:09 -05:00
Zach Leatherman 68f2715f82 Adds liquid templates to templateFormats 2018-09-29 23:22:27 -05:00
Mathias Bynens 81a2f8c135
Merge branch 'master' into last-x-posts 2018-09-29 10:49:44 -04:00
Mathias Bynens 096ff9f3de
Add sitemap.xml 2018-09-24 16:23:31 -04:00
Mathias Bynens 8b66ea9bea Add archives page
Blogs commonly only display the latest `n` blog posts on the home page, while showing the full list on a separate archive page. This change implements that.
2018-09-19 17:13:28 +02:00
Zach Leatherman ef7783222d Adds a /tags/ to list all valid tags 2018-08-29 08:46:06 -05:00
Mathias Bynens f17db1370c
Simplify collection filtering using `startsWith` 2018-08-17 14:11:32 +02:00
Zach Leatherman 4185f33c15 Adds markdown-it-anchor plugin 2018-06-18 09:00:00 -05:00
Zach Leatherman 1c573d0d6d Updates for 0.2.14 2018-02-17 12:36:26 -06:00
Zach Leatherman ac5c7edb44 Move all src JS into external plugins installed through NPM:
@11ty/eleventy-plugin-rss
@11ty/eleventy-plugin-syntaxhighlight
2018-01-28 21:27:41 -06:00
Zach Leatherman e8970adb25 Ugh, case sensitivity filename issue on Mac OS 2018-01-27 23:52:24 -06:00
Zach Leatherman dfe49017c8 Separate files for syntax highlighters 2018-01-27 23:50:07 -06:00
Zach Leatherman d7e2c4e525 Switch to debug for netlify deploy 2018-01-27 23:44:29 -06:00
Zach Leatherman dceec25c46 Try the plain highlighter 2018-01-27 23:31:42 -06:00
Zach Leatherman 3b9f9c111e superfluous callback 2018-01-27 23:21:32 -06:00