Skip to content

Commit

Permalink
adding XML feed and UI links
Browse files Browse the repository at this point in the history
  • Loading branch information
philhawksworth committed Feb 14, 2019
1 parent 29269df commit f7af7f2
Show file tree
Hide file tree
Showing 9 changed files with 1,677 additions and 1,118 deletions.
3 changes: 3 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { DateTime } = require("luxon");
const CleanCSS = require("clean-css");
const pluginRss = require("@11ty/eleventy-plugin-rss");

module.exports = function(config) {
config.addCollection("conferences", function(collection) {
Expand Down Expand Up @@ -36,6 +37,8 @@ module.exports = function(config) {
return new CleanCSS({}).minify(code).styles;
});

config.addPlugin(pluginRss);

config.addPassthroughCopy("site/script");
config.addPassthroughCopy("apple-touch-icon.png");
config.addPassthroughCopy("favicon.ico");
Expand Down
682 changes: 512 additions & 170 deletions dist/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit f7af7f2

Please sign in to comment.