17 Commits

Author SHA1 Message Date
deme
92316d4680 [#781,blog][s]: /blog will now list files in content/docs when filetype is equal to 'blog' 2023-04-21 14:45:01 -03:00
deme
4d7a0f7e38 [#777,#745,docs,blog][l]: review /doc, add blogs, add examples blog posts 2023-04-20 15:44:16 -03:00
deme
342eabbb3d [#773,website][xs]: add gallery and community sections to the landing page 2023-04-19 20:17:11 -03:00
João Demenech
4c4f56f679
[merge]: Nicer landing page
## Changes

- Navbar updated
  - It's now similar to flowershow
- New sections on the homepage
  - Hero
  - Features
    - Free icons found at https://www.reshot.com/
- Dark mode enabled
- Tailwind 2 upgraded to Tailwind 3
  - Mainly so that copying code over would be easier
2023-04-18 13:41:25 -03:00
deme
57770900ce [#765,umami,analytics][xs]: insert tracking script 2023-04-18 09:34:45 -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
b756f83d73 [site][xs]: fix duplicate static path 2023-04-12 08:56:08 -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
Anuar Ustayev
0fa7612961 [setup][s]: move deploy tutorial under learn section. 2022-01-16 12:04:17 +06:00
virgoaugustine
d140ac4d49 [site]: Move scripts stuff into the site/public folder and integrate into site 2022-01-13 11:54:11 +00:00
Rufus Pollock
a631965088 [site/theme][s]: switch to simple logo with cyclone emoji and remove old portal.js logo as balloon was mispositioned (plus wasn't a great logo as not clear of meaning) 2021-11-08 20:19:04 +01:00
Rufus Pollock
4aac713387 [site,bugfix][xs]: correct import of Layout (layout => Layout) following 88fb3c63bd61ca829b6121cbd6597654fbe05640. 2021-07-28 23:41:41 +02:00
Rufus Pollock
22648a0528 [site,#572][s]: refactor existing site content into the content directory.
* Can get rid of existing pages as now our generic markdown / mdx loader at the root \[...slug\].js catches everything
* Convert gallery to a markdown file
2021-07-28 23:23:28 +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