-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improved news styling refactor: Added Tailwind refactor: Dropped Gulp Replaces several gulp tasks with more stable npm scripts Updates metalsmith and related libraries with breaking changes Replaces sync-files package with cpr Moves to postcss-cli Removes gulpsmith in preference of using metalsmith directly Removes timed news feature rendered obsolete by metalsmith Switches to esbuild for scripts Switches to chokidar-cli for local dev environment Ditches sass syntax for modern css Upgrades to @metalsmith/collections, @metalsmith/excerpts, @metalsmith/drafts Renders metalsmith-collections-filter, metalsmith-collections-limit packages obsolete Swaps previous / next event props now they're corrected in @metalsmith/collections refactor: Recovered event listings with url collisions Split up the following pages that previously used the same slug: - `/web-maps` `/7-similarities-between-go-and-node` - `/react-native` `/react-native-2` - `/webgl` `/webgl-threejs` Previously the older event was overwritten, so this recovers some pages to appear in the Async archives once again refactor: Removed obsolete Lanyrd widget refactor: Removed obsolete email obfuscation script refactor: Removed obsolete data-[slides|video] detection This feature would retrieve an embed url for slides or videos using an unsupported (jekyll-flavoured?) markdown link syntax. It was only used for two talks' slides and the linked videos (from Vimeo) all 404. chore: Updated dependencies Fix Slack link/icon Fix wrapper/footer layout (stretch to fill screen height) Set initial viewport scale Fix image/video sizing (prevent overflow on small devices) Fix hero overlay on mobile Disallow bots crawling /wall Add news to main navigation Add missing javascript jungle image
- Loading branch information
Showing
336 changed files
with
6,965 additions
and
22,873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,6 @@ dist/ | |
|
||
# Editor specific files | ||
.vscode/ | ||
|
||
# Metalsmith | ||
.metalsmith/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14.17.1 | ||
lts/iron |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
MIT license | ||
*/ | ||
|
||
var Hubbub = (function() { | ||
Hubbub = (function() { | ||
|
||
"use strict"; | ||
|
||
|
Oops, something went wrong.