Skip to content

Commit

Permalink
fix talk link talks page
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelweakly committed Nov 19, 2023
1 parent 5939d3f commit 3c62107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
16 changes: 2 additions & 14 deletions src/_meta/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,8 @@ const generateResumePDF = async ({ dir, runMode, outputMode } = {}) => {
};

const generateSlides = async ({ dir, runMode, outputMode } = {}) => {
// if (!isProd) return;

// const configFile = path.join(__dirname, "..", "..", "marp.config.mjs");
// const slidesFile = path.join(
// __dirname,
// "..",
// "..",
// dir.input,
// "_talks",
// "qcon-sf-2023",
// "slides.md",
// );
if (!isProd) return;

const outputFile = path.join(
__dirname,
"..",
Expand All @@ -164,8 +154,6 @@ const generateSlides = async ({ dir, runMode, outputMode } = {}) => {
cwd: path.join(__dirname, "..", ".."),
}).catch((e) => e);

console.log(output);

return output;
};

Expand Down
3 changes: 2 additions & 1 deletion src/talks/qcon-sf-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ abstract: |
In this talk, I'm going to be taking you through an approach that I've used, alongside some research, and show you how to build a playbook for creating high-impact platforms, inspired by my experiences in dramatically accelerating entire developer teams and organizations through the power of a platform that devs love.
event_site: https://qconsf.com
talk_page: https://qconsf.com/presentation/oct2023/understanding-platforms-what-they-are-why-they-work-when-use-them-how-build
slides: ./slides
eleventyComputed:
slides: "/talks/{{ page.fileSlug }}/slides"
---

0 comments on commit 3c62107

Please sign in to comment.