diff --git a/config.yaml b/config.yaml index c7a2de4..4325f8c 100644 --- a/config.yaml +++ b/config.yaml @@ -55,13 +55,17 @@ languages: Identifier: "roadmap" URL: "/roadmap/" - Name: "Download" - Weight: 6 + Weight: 7 Identifier: "download" URL: "/download/" - Name: "Getting Started" - Weight: 7 + Weight: 8 Identifier: "gettingstarted" URL: "/getting-started/" + - Name: "Showcase" + Weight: 6 + Identifier: "showcase" + URL: "/showcase/" fr: LanguageName: "Français" ContentDir: content/fr diff --git a/content/en/blog/Editorial_-_A_Brief_Essay_on_Lexical_Ambiguity_by_G._Irwin_old.md b/content/en/blog/Editorial_-_A_Brief_Essay_on_Lexical_Ambiguity_by_G._Irwin_old.md index 4f99290..b74c338 100644 --- a/content/en/blog/Editorial_-_A_Brief_Essay_on_Lexical_Ambiguity_by_G._Irwin_old.md +++ b/content/en/blog/Editorial_-_A_Brief_Essay_on_Lexical_Ambiguity_by_G._Irwin_old.md @@ -2,7 +2,7 @@ date: 2019-11-20T20:01:17-05:00 title: Editorial - A Brief Essay on Lexical Ambiguity by G. Irwin author: Gregg Irwin -category: opinion +category: Opinion tags: - lexicon - ambiguity diff --git a/content/en/showcase/_index.md b/content/en/showcase/_index.md new file mode 100644 index 0000000..97b8466 --- /dev/null +++ b/content/en/showcase/_index.md @@ -0,0 +1,46 @@ +--- +title: Showcase +subtitle: | + Examples of the breadth and depth of Red, and its wide applicability. Each application is complete, with no external dependencies. +--- + +{{< rawhtml >}} + +
+
+ Diagrammar + diagrammar +
+
+ Cave-In + cave-in +
+
+ libRed + libRed +
+
+ Fast Mandelbrot + red-codex +
+
+ Ballots + ballots +
+
+ TruTiles + trutiles +
+
+ +{{< /rawhtml >}} + +## Explore more + +- The __red/code__ repository (demos and scripts) can be found [here](https://github.com/red/code) + +- See scripts from the community [here](https://github.com/red/community). + +- The Red crypto wallet lives [here](https://github.com/red/wallet). + +- Check out these Reducers for more projects, and some great code: [Boleslav](https://gitlab.com/rebolek), [Boris](https://gitlab.com/hiiamboris), [Francois](https://github.com/ldci), [Toomas](https://github.com/toomasv/) \ No newline at end of file diff --git a/layouts/section/showcase.html b/layouts/section/showcase.html new file mode 100644 index 0000000..d8e7b04 --- /dev/null +++ b/layouts/section/showcase.html @@ -0,0 +1,11 @@ +{{ define "main" }} + +
+ {{ partial "page-title" (dict "title" .Title "subtitle" .Params.subtitle)}} {{ with .Content }} +
+ {{ . }} +
+ {{ end }} +
+ +{{ end }} \ No newline at end of file diff --git a/static/images/showcase/ballots2.gif b/static/images/showcase/ballots2.gif new file mode 100644 index 0000000..8e01059 Binary files /dev/null and b/static/images/showcase/ballots2.gif differ diff --git a/static/images/showcase/cave-in.gif b/static/images/showcase/cave-in.gif new file mode 100644 index 0000000..080cd16 Binary files /dev/null and b/static/images/showcase/cave-in.gif differ diff --git a/static/images/showcase/cave2.gif b/static/images/showcase/cave2.gif new file mode 100644 index 0000000..c2a3fcf Binary files /dev/null and b/static/images/showcase/cave2.gif differ diff --git a/static/images/showcase/diagrammar2.png b/static/images/showcase/diagrammar2.png new file mode 100644 index 0000000..7fbe63e Binary files /dev/null and b/static/images/showcase/diagrammar2.png differ diff --git a/static/images/showcase/fast-mandel.gif b/static/images/showcase/fast-mandel.gif new file mode 100644 index 0000000..cb52169 Binary files /dev/null and b/static/images/showcase/fast-mandel.gif differ diff --git a/static/images/showcase/pong.gif b/static/images/showcase/pong.gif new file mode 100644 index 0000000..201965e Binary files /dev/null and b/static/images/showcase/pong.gif differ diff --git a/static/images/showcase/trutiles.gif b/static/images/showcase/trutiles.gif new file mode 100644 index 0000000..0f4ab63 Binary files /dev/null and b/static/images/showcase/trutiles.gif differ