17 Commits

Author SHA1 Message Date
deme
342eabbb3d [#773,website][xs]: add gallery and community sections to the landing page 2023-04-19 20:17:11 -03:00
deme
2dbfbbd552 [#773,website][xs]: make toc theme consistent with the general theme 2023-04-19 11:04:18 -03:00
deme
ac70edc8dd [#773,website][xs]: fix code highlight contrast 2023-04-19 10:57:49 -03:00
deme
8c8674c4ef [#773,website][m]: mdx pages now use a lighter color on dark mode, increased the contrast on the navbar links, fixed # headings color 2023-04-19 10:43:12 -03:00
deme
e26ee8ea1e [#773,website][xs]: fix datopian logo in dark mode 2023-04-19 10:01:09 -03:00
deme
6e53942125 [#771,signup][xs]: remove name field 2023-04-19 08:52:53 -03:00
deme
0d835cca32 [#771,signup form][l]: sign up form implemented 2023-04-18 17:30:55 -03:00
deme
43cc641d1d [#754,landing page][s]: fix build errors 2023-04-18 08:27:46 -03:00
deme
b3293625a4 [#754,landing page][xl]: added hero section and feature section, enabled dark mode, updated navbar, enabled toc 2023-04-17 18:54:10 -03:00
deme
fb86ab4804 [site][xl]: move site folder to root 2023-04-11 11:24:01 -03:00
Luccas Mateus de Medeiros Gomes
fda6c4b827 [monorepo][lg] - start of monorepo 2023-04-10 22:22:34 -03:00
virgoaugustine
6a14c34f98 [site/components/Nav.js]: Add github star button with count to navbar 2022-01-12 12:42:33 +00:00
Rufus Pollock
10ea882f00 [site/theme][xs]: move prose from Layout onto DataLiterate component as we don't want automatically on all pages. 2021-11-08 20:17:00 +01:00
Rufus Pollock
2a5c05fbf8 [site,#572][xs]: remove components/prose.js as no longer used. 2021-07-28 23:36:34 +02:00
Rufus Pollock
88fb3c63bd [site,bugfix,#572][xs]: rename layout.js to Layout.js (thought i had in commit 2 ago but apparently not!). 2021-07-28 23:35:12 +02:00
Rufus Pollock
8c3b1bccd3 [site,#572][l]: merge in data literate material.
* Nav bar and layout
* Main catch all route that loads material from content
* Data Literate: demo plus all associated components
  * content/data-literate/demo.mdx
  * components/* (pretty much all are related to demo)
  * lib/markdown.js, lib/mdxUtils.js
  * api/proxy.js to proxy remote urls (to handle CORs)
  * content/data-literate.md (DL home page - old data literate home page converted to markdown)
* excel-viewer.js: excel viewer demo from data literate
* package.json / yarn.lock
  * Nav: @headlessui/react @heroicons/react/outline @heroicons/react
  * CSV support for table: papaparse
  * Excel support for tables etc: xlsx
  * Vega: react-vega vega vega-lite
  * MDX: next-mdx-remote (yarn rm @next/mdx)
2021-07-28 23:16:42 +02:00
Rufus Pollock
b81cf992de [refactor][xs]: rename docs directory to site reflecting fact this is the full website. 2021-07-28 09:27:17 +02:00