Skip to content

Commit

Permalink
developing next on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dancingfrog committed Sep 20, 2024
1 parent ffbd117 commit b6b1063
Show file tree
Hide file tree
Showing 11 changed files with 192 additions and 104 deletions.
Empty file modified .github/workflows/next.js.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/quarto.yml
100755 → 100644
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ next-env.d.ts

/.quarto/
/_site/
/public/
*.bak
*.html
6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project:
type: website
pre-render:
- "cp -r public/* _site/"
# post-render:
# - "cp -r public/* _site/"
render:
- "*.qmd"
- "!*.md"
- "*.qmd"

website:
title: "Real~Currents"
Expand Down
Empty file modified app/data/dem_01.tif
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion content/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ format:
variant: +yaml_metadata_block
---

This site is about signs and symbols in motion; a showcase of experiments in Information Experience Design (IxD). It's purpose is to recognize and explore our need to turn what often appears to be a tsunami or avalanche of data (waves) into familiar and intuitive patterns (currents) which have direction, velocity and stability (or meta-stability).
This site is about signs and symbols in motion; a showcase of experiments in [Information Experience Design (IxD)](https://scholarlykitchen.sspnet.org/2022/02/03/information-experience-design-holistic-humanistic-solutions-for-scholarly-products/){.external target="_blank"}. It's purpose is to recognize and explore our need to turn what often appears to be a tsunami or avalanche of data (waves) into familiar and intuitive patterns (currents) which have direction, velocity and stability (or meta-stability).

In terms of information and insight (wisdom):

Expand Down
21 changes: 12 additions & 9 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
title: "Real~Currents"
title: Real~Currents
subtitles:
- "IxD:"
- "Web:"
- "Viz:"
- 'IxD:'
- 'Web:'
- 'Viz:'
format:
gfm:
variant: +yaml_metadata_block
---


This site is about signs and symbols in motion; a showcase of
experiments in Information Experience Design (IxD). It’s purpose is to
recognize and explore our need to turn what often appears to be a
tsunami or avalanche of data (waves) into familiar and intuitive
patterns (currents) which have direction, velocity and stability (or
meta-stability).
experiments in <a
href="https://scholarlykitchen.sspnet.org/2022/02/03/information-experience-design-holistic-humanistic-solutions-for-scholarly-products/"
class="external" target="_blank">Information Experience Design (IxD)</a>.
It’s purpose is to recognize and explore our need to turn what often
appears to be a tsunami or avalanche of data (waves) into familiar and
intuitive patterns (currents) which have direction, velocity and
stability (or meta-stability).

In terms of information and insight (wisdom):

Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
"output": "export", // <=== enables static exports
"output": "standalone", // "export", // <=== enables static exports
"reactStrictMode": true
};

Expand Down
Loading

0 comments on commit b6b1063

Please sign in to comment.