Skip to content

Commit 60a769d

Browse files
committed
Revised starter page and config
1 parent 62501a9 commit 60a769d

2 files changed

Lines changed: 23 additions & 7 deletions

File tree

observablehq.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ export default {
2222
// },
2323
// { name: "Contributing", path: "/contributing", pager: false }
2424
// ],
25+
footer: `By Observable, Inc. with contributions from <a href="https://www.tilix.ai">Tilix</a>`,
26+
2527
};

playpen/index.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
# Observable Framework++
1+
---
2+
hypothesis: true
3+
keywords: carpe diem
4+
---
25

3-
A fork by Tilix
6+
# Observable Framework++
47

5-
<div class="note">
6-
The best dashboards are built with code.
7-
Create fast, beautiful data apps, dashboards, and reports from the command line. Write Markdown, JavaScript, SQL, Python, R… and any language you like. Free and open-source.
8+
<div class="tip" label="A fork by Tilix">
9+
The best dashboards are built with code. Observable Framework helps in creating fast, beautiful data apps, dashboards, and reports. Write Markdown, JavaScript, SQL, Python, R… and any language you like. It is free, open-source and ready to fork.
810
</div>
911

10-
**Observable Framework** is an [open-source](https://github.com/observablehq/framework) static site generator for data apps, dashboards, reports, and more. Framework includes a preview server for local development, and a command-line interface for automating builds & deploys.
12+
[Observable Framework](https://github.com/observablehq/framework) is an open-source static site generator for data apps, dashboards, reports, and more. Framework includes a preview server for local development, and a command-line interface for automating builds & deploys.
13+
14+
Framework includes thoughtfully-designed themes, grids, and libraries to help you build displays of data that look great on any device, including Observable Plot, D3, Mosaic, Vega-Lite, Graphviz, Mermaid, Leaflet, KaTeX, and myriad more. And for working with data in the client, there’s DuckDB, Arquero, SQLite, and more, too.
15+
16+
[Tilix](https://www.tilix.ai) is adding [Hypothesis](https://web.hypothes.is) integration and has several other ideas in the pipeline.
17+
18+
```js
19+
1 + 2
20+
```
21+
22+
```js
23+
display(frontmatter.keywords);
24+
```
1125

12-
Framework includes thoughtfully-designed [themes](./themes), [grids](./markdown#grids), and [libraries](./imports) to help you build displays of data that look great on any device, including [Observable Plot](./lib/plot), [D3](./lib/d3), [Mosaic](./lib/mosaic), [Vega-Lite](./lib/vega-lite), [Graphviz](./lib/dot), [Mermaid](./lib/mermaid), [Leaflet](./lib/leaflet), [KaTeX](./lib/tex), and myriad more. And for working with data in the client, there’s [DuckDB](./lib/duckdb), [Arquero](./lib/arquero), [SQLite](./lib/sqlite), and more, too.
26+
${frontmatter.keywords}

0 commit comments

Comments
 (0)