|
| 1 | +// See https://observablehq.com/framework/config for documentation. |
| 2 | +export default { |
| 3 | + // The app’s title; used in the sidebar and webpage titles. |
| 4 | + title: "Interactive Data Visualization (Fall 2025)", |
| 5 | + |
| 6 | + // The pages and sections in the sidebar. If you don’t specify this option, |
| 7 | + // all pages will be listed in alphabetical order. Listing pages explicitly |
| 8 | + // lets you organize them into sections and have unlisted pages. |
| 9 | + // pages: [ |
| 10 | + // { |
| 11 | + // name: "Lab 0: Getting Started", |
| 12 | + // pages: [ |
| 13 | + // {name: "Installations", path: "/lab_0/1_INSTALLATIONS"}, |
| 14 | + // {name: "Github Setup", path: "/lab_0/2_GIT_SETUP"} |
| 15 | + // ], |
| 16 | + // name: "Lab 1: Intro to Observable Framework", |
| 17 | + // pages: [ |
| 18 | + // {name: "Intro to Observable Framework", path: "/lab_1/1_INTRO_TO_OBSERVABLE_FRAMEWORK"} |
| 19 | + // ] |
| 20 | + // } |
| 21 | + // ], |
| 22 | + |
| 23 | + // Content to add to the head of the page, e.g. for a favicon: |
| 24 | + head: '<link rel="icon" href="observable.png" type="image/png" sizes="32x32">', |
| 25 | + |
| 26 | + // The path to the source root. |
| 27 | + root: "src", |
| 28 | + |
| 29 | + // Some additional configuration options and their defaults: |
| 30 | + // theme: "default", // try "light", "dark", "slate", etc. |
| 31 | + // header: "", // what to show in the header (HTML) |
| 32 | + // footer: "Built with Observable.", // what to show in the footer (HTML) |
| 33 | + // sidebar: true, // whether to show the sidebar |
| 34 | + // toc: true, // whether to show the table of contents |
| 35 | + // pager: true, // whether to show previous & next links in the footer |
| 36 | + // output: "dist", // path to the output root for build |
| 37 | + // search: true, // activate search |
| 38 | + // linkify: true, // convert URLs in Markdown to links |
| 39 | + // typographer: false, // smart quotes and other typographic improvements |
| 40 | + // preserveExtension: false, // drop .html from URLs |
| 41 | + // preserveIndex: false, // drop /index from URLs |
| 42 | +}; |
0 commit comments