20 Commits

Author SHA1 Message Date
deme
1482f437cd [#777,#745,docs,blog][s]: update README 2023-04-20 16:00:22 -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
deme
dce8b97a76 [#773,navbar][xs]: remove GitHub link from nav links, comment out DL and Excel Viewer 2023-04-19 09:48:30 -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
David Gasquez
e122b7fa97
Fix examples link 2023-03-09 11:25:38 +00:00
Rufus Pollock
99c5e358a1 [site/content/data-literate/demo][s]: fix bug in vega fancy line chart which was due to missing data (did not copy over from original data-literate repo). 2022-02-21 12:21:38 +01:00
Anuar Ustayev
b3ad015066 [learn][xs]: set a structure for next steps. 2022-01-17 12:42:34 +06:00
Anuar Ustayev
f344630aa5 [learn][s]: complete 'getting started' section with 'edit the page' instructions - refs #562. 2022-01-17 12:34:39 +06:00
Anuar Ustayev
0fa7612961 [setup][s]: move deploy tutorial under learn section. 2022-01-16 12:04:17 +06:00
Anuar Ustayev
4758e92409
Merge pull request #627 from datopian/feature/site/guide-for-single-dataset-page
Guide to build a single dataset page with Portal.js
2022-01-16 11:08:09 +06:00
Anuar Ustayev
afddf84614
Update site/content/learn/ckan.md
Co-authored-by: Virgo <virgoaugustine@gmail.com>
2022-01-16 11:07:35 +06:00
virgoaugustine
848a35f80e [site/learn/single-dataset][l]: Guide for building a single f10s dataset portal 2022-01-15 11:17:35 +00:00
Anuar Ustayev
3509f5ec29 [site/learn/ckan][l]: guide for using portal.js as a frontend of CKAN. 2022-01-15 11:24:59 +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
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