Skip to content

Commit e67721f

Browse files
committed
summary
1 parent 07cb8db commit e67721f

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

nbs/_quarto.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ format:
2121

2222
website:
2323
site-url: "https://answerdotai.github.io/fastlite/"
24-
twitter-card: true
24+
twitter-card:
25+
card-style: summary
26+
creator: "@jeremyphoward"
27+
site: "@jeremyphoward"
2528
open-graph: true
2629
repo-actions: [issue]
2730
navbar:

nbs/index.ipynb

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "raw",
4+
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"---\n",
7+
"# fastlite\n",
88
"\n",
9-
"image: \"images/diagram.png\"\n",
9+
"> A bit of extra usability for sqlite\n",
1010
"\n",
11-
"---"
12-
]
13-
},
14-
{
15-
"cell_type": "markdown",
16-
"metadata": {},
17-
"source": [
18-
"# fastlite"
11+
"- image: \"images/diagram.png\""
1912
]
2013
},
2114
{

0 commit comments

Comments
 (0)