Skip to content

Commit

Permalink
Built site to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fioritto committed Jul 19, 2024
1 parent f2ef6ab commit 5f951d4
Show file tree
Hide file tree
Showing 13 changed files with 28,626 additions and 15 deletions.
26 changes: 14 additions & 12 deletions baker.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ const entrypoints = [
];

export default {
domain: 'http://baker-example-page-template-production.s3-website-us-east-1.amazonaws.com/',
output: 'docs',
domain: 'https://fioritto.github.io',
entrypoints: `scripts/${
entrypoints.length > 1 ? `{${entrypoints.join(',')}}` : entrypoints[0]
}.js`,
pathPrefix: process.env.BAKER_PATH_PREFIX || process.env.DELIVERY_BASE_PATH || '/',
// An example of how creating dynamic pages, as described in the README
// createPages(createPage, data) {
// const pageList = data.example;
// for (const d of pageList) {
// const template = 'year-detail.html';
// const url = `${d.year}`;
// const context = { obj: d };
// createPage(template, url, context);
// }
// },
pathPrefix:
process.env.BAKER_PATH_PREFIX || process.env.DELIVERY_BASE_PATH || '/',
// An example of how creating dynamic pages, as described in the README
// createPages(createPage, data) {
// const pageList = data.example;
// for (const d of pageList) {
// const template = 'year-detail.html';
// const url = `${d.year}`;
// const context = { obj: d };
// createPage(template, url, context);
// }
// },
};
Binary file added docs/assets/images/baker.352e3a2e.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5f951d4

Please sign in to comment.