diff --git a/mcc/src/components/product.js b/mcc/src/components/product.js
index 8f1acbe..4411815 100644
--- a/mcc/src/components/product.js
+++ b/mcc/src/components/product.js
@@ -16,4 +16,4 @@ function ComponentProject() {
const styles = StyleSheet.create({
});
-export default ComponentProject;
\ No newline at end of file
+export default ComponentProject;
diff --git a/mcc/src/screens/home.js b/mcc/src/screens/home.js
index 3df3b5d..8f31d55 100644
--- a/mcc/src/screens/home.js
+++ b/mcc/src/screens/home.js
@@ -1,4 +1,7 @@
import React, {StyleSheet} from 'react';
+import Repo from '../components/repo.js'
+import Stream from '../components/stream.js'
+import Sidebar from '../components/sidebar.js'
function ScreenHome() {
return (
@@ -21,4 +24,4 @@ function ScreenHome() {
const styles = StyleSheet.create({
});
-export default ScreenHome;
\ No newline at end of file
+export default ScreenHome;
diff --git a/mcc/src/website/index.html b/mcc/src/website/index.html
new file mode 100644
index 0000000..487d644
--- /dev/null
+++ b/mcc/src/website/index.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+ React Local
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mcc/src/website/p/astartup.toolkit/astartup.toolkit.js b/mcc/src/website/p/astartup.toolkit/astartup.toolkit.js
new file mode 100644
index 0000000..e69de29
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..48e341a
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,3 @@
+{
+ "lockfileVersion": 1
+}
diff --git a/readme.md b/readme.md
index 7097a3f..93d47f1 100644
--- a/readme.md
+++ b/readme.md
@@ -1,17 +1,15 @@
# [Astartup Toolkit](https://github.com/a-startup/astartup.toolkit)
-The Astartup Mission Control Center and web framework and Format for a Startup Syndication specification.
+The Astartup API and Mission Control Center browser extension and the Format for a Startup Syndication specification.
## Quick Links
* [Astartup Cookbook™](https://github.com/a-startup/astartup.cookbook) - An open-source book that teaches you to invent, launch, and run a modern startup with IDD and IMUL.
* [astartup.net™](https://astartup.net) - The A* Startup Network™ website is an online version of the Astartup Mission Control Center™.
-* [Kabuki Toolkit™](https://github.com/kabuki-starship/kabuki.toolkit) - A Modern Embedded-C++, Script2™, and IMUL™ toolkit and the I am You Language Specification.
-* [Kabuki Starship Cookbook™](https://github.com/kabuki-starship/kabuki.starship.cookbook) - An open-source book on how to make software and websites with the Kabuki Starship.
## Mission and Vision
-The mission of the Astartup Toolkit™ is to provide you with the tools your startup needs to innovate and compete in the international market. Our vision is to make your startup an A startup with Astartup Estuaries™.
+The mission of the Astartup Toolkit™ is to provide you with the tools your startup needs to innovate and compete in the international market. Our vision is to make your startup an A startup with the A* Startup™.
## License
diff --git a/website/.buildconfig b/website/.buildconfig
new file mode 100644
index 0000000..1661720
--- /dev/null
+++ b/website/.buildconfig
@@ -0,0 +1,10 @@
+[default]
+name=Default
+runtime=host
+config-opts=
+run-opts=
+prefix=/home/sujay/.cache/gnome-builder/install/devlopr-jekyll/host
+app-id=
+postbuild=
+prebuild=
+default=true
diff --git a/website/.gitignore b/website/.gitignore
new file mode 100644
index 0000000..74d60fe
--- /dev/null
+++ b/website/.gitignore
@@ -0,0 +1,6 @@
+*.gem
+.bundle
+.sass-cache
+_site
+Gemfile.lock
+devlopr.gemspec
diff --git a/website/404.md b/website/404.md
new file mode 100644
index 0000000..7bc4c45
--- /dev/null
+++ b/website/404.md
@@ -0,0 +1,7 @@
+---
+layout: page
+---
+
+ Page not found :(
+
+
The requested page could not be found.
\ No newline at end of file
diff --git a/website/FUNDING.yml b/website/FUNDING.yml
new file mode 100644
index 0000000..faa8f56
--- /dev/null
+++ b/website/FUNDING.yml
@@ -0,0 +1,9 @@
+# These are supported funding model platforms
+
+github: a-startup
+# patreon: Replace with a single Patreon username
+# open_collective: Replace with a single Open Collective username
+#ko_fi: sujaykundu
+# tidelift: Replace with a single Tidelift platform-name/package-name e.g., npm/babel
+# community_bridge: Replace with a single Community Bridge project-name e.g., cloud-foundry
+# custom: Replace with a single custom sponsorship URL
diff --git a/website/Gemfile b/website/Gemfile
new file mode 100644
index 0000000..a3dc0aa
--- /dev/null
+++ b/website/Gemfile
@@ -0,0 +1,7 @@
+source 'https://rubygems.org'
+# gem 'github-pages', group: :jekyll_plugins
+
+group :jekyll_plugins do
+ gem 'github-pages'
+ gem 'jekyll-algolia', '~> 1.0'
+ end
\ No newline at end of file
diff --git a/website/_config.yml b/website/_config.yml
new file mode 100644
index 0000000..57fa06f
--- /dev/null
+++ b/website/_config.yml
@@ -0,0 +1,163 @@
+title: Astartup
+subtitle: The Astartup Live-stream and IMUL Web-App.
+description: >- # this means to ignore newlines until "baseurl:"
+ I am You Language (IMUL) is the language of productivity invented for the Astartup to perform Issue-driven Development (IDD). The Astartup is a productivity, learning, and creativity revolution and you just landed at ground zero!
+
+url: "https://astartup.net" # the base hostname & protocol for your site, e.g. https://example.github.io
+baseurl: "" # the subpath of your site, e.g. /blog
+
+urls:
+ - text: Estuary
+ url: /estuary
+ - text: Discover
+ url: /discover
+ - text: Jobs
+ url : /jobs
+ - text: Resources
+ url : /resources
+
+
+# Edit these details
+
+author_logo: astartup.logo.png
+author: Astartup™
+author_bio: Astartup™ is powered by I am You Language™ (IMUL™), creativity, and the power of the pen!
+author_email: "kabuki@astartup.net"
+author_location: Eugene, Oregon USA
+author_website_url: "https://kabukistarship.com"
+
+author_project_details:
+ - project_thumbnail: astartup.cookbook.png
+ project_title: Astartup Cookbook
+ project_description: A open-source book on how to invent, launch, and run a modern startup with I am You Language (IMUL).
+ project_url: https://github.com/a-startup/astartup.cookbook
+ visibility: true
+ - project_thumbnail: kabuki.press.cookbook.png
+ project_title: KabukiPress Cookbook
+ project_description: A Platform to easily find and read programming books
+ project_url: https://github.com/kabuki-starship/kabuk.press.cookbook
+ visibility: true
+ - project_thumbnail: greentech.cookbook.png
+ project_title: Greentech Cookbook
+ project_description: A Platform to easily find and read programming books
+ project_url: https://github.com/oregon-cooler/oregoncooler.cookbook
+ visibility: true
+ - project_thumbnail: script2.png
+ project_title: Script2
+ project_description: A Modern Embedded-C++ unit test and IoT application nanoframework and the SCRIPT Specification.
+ project_url: https://github.com/kabuki-starship/script2
+ visibility: true
+ - project_thumbnail: kabuki.toolkit.png
+ project_title: Kabuki Toolkit
+ project_description: A Modern Embedded-C++, Script2, and IMUL toolkit for making intelligent connected software and art.
+ project_url: https://github.com/kabuki-starship/kabuki.toolkit
+ visibility: true
+ - project_thumbnail: kabuki.toolkit.tek.png
+ project_title: Kabuki Tek Toolkit
+ project_description: A Modern Embedded-C++ and Script2 firmware toolkit.
+ project_url: https://github.com/kabuki-starship/kabuki.toolkit.tek
+ visibility: true
+ - project_thumbnail: kabuki.press.png
+ project_title: KabukiPress
+ project_description: A Modern Embedded-C++, Script2, and IMUL web and document framework and server.
+ project_url: https://github.com/kabuki-starship/kabuki.press
+ visibility: true
+
+# social links
+twitter_username: astarstartup
+github_username: a-startup
+#facebook_username: astartup
+#linkedin_username: astartup
+#behance_username: astartup
+#instagram_username: engineer_cale
+#medium_username: astartup
+#telegram_username: astartup
+#dribbble_username: astartup
+#flickr_username: astartup
+
+#for comments using disqus
+disqus_shortname: astartup
+
+# wakatime username (coding activity)
+#wakatime_username: astartup
+
+# formspree (contact form)
+formspree_email: kabuki@astartup.net
+
+# syntax highlighter
+markdown: redcarpet
+highlighter: rouge
+permalink: pretty
+
+# google analytics
+google_analytics: UA-46783401-10
+
+# Choose what to show ( can be true or false)
+show_author_work_experiences: false
+show_author_education_details: false
+show_author_project_details: true
+
+# dont touch this unless required
+plugins:
+ - jekyll-paginate
+ - jekyll-gist
+ - jekyll-seo-tag
+ - jekyll-sitemap
+ - jekyll-feed
+ - jekyll-algolia
+# - jekyll-archives
+
+# algolia search
+algolia:
+ application_id: D9WA1YKTRQ
+ index_name: streams # You can replace that with whatever name you want
+ files_to_exclude: []
+ nodes_to_index: 'article'
+ search_only_api_key: 58ffdd7cd6c45ec1577a7fcd789b1b9a
+
+# pagination of posts
+paginate: 8
+per_page: 4
+paginate_path: "/estuary/page/:num/"
+
+# minify
+compress_html:
+ clippings: all
+ comments: [""]
+ endings: all
+ ignore:
+ envs: ['development']
+
+# Archives
+# jekyll-archives:
+# enabled:
+# - categories
+# layout: archive
+# permalinks:
+# category: '/category/:name/'
+
+
+collections:
+ - startups
+ - organizations
+ - projects
+
+# Exclude from processing.
+# The following items will not be processed, by default.
+# Any item listed under the `exclude:` key here will be automatically added to
+# the internal "default list".
+#
+# Excluded items can be processed by explicitly listing the directories or
+# their entries' file path in the `include:` list.
+#
+# exclude:
+# - .sass-cache/
+# - .jekyll-cache/
+# - gemfiles/
+# - Gemfile
+# - Gemfile.lock
+# - node_modules/
+# - vendor/bundle/
+# - vendor/cache/
+# - vendor/gems/
+# - vendor/ruby/
\ No newline at end of file
diff --git a/website/_includes/ads.html b/website/_includes/ads.html
new file mode 100644
index 0000000..bc36470
--- /dev/null
+++ b/website/_includes/ads.html
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/website/_includes/algolia_search.html b/website/_includes/algolia_search.html
new file mode 100644
index 0000000..75f0115
--- /dev/null
+++ b/website/_includes/algolia_search.html
@@ -0,0 +1,61 @@
+
+
\ No newline at end of file
diff --git a/website/_includes/author_skills.html b/website/_includes/author_skills.html
new file mode 100644
index 0000000..92271ed
--- /dev/null
+++ b/website/_includes/author_skills.html
@@ -0,0 +1,2 @@
+
Modern Embedded-C++, Script2, I am You Language (IMUL)
+
A-Star
\ No newline at end of file
diff --git a/website/_includes/contact_form.html b/website/_includes/contact_form.html
new file mode 100644
index 0000000..b0440a3
--- /dev/null
+++ b/website/_includes/contact_form.html
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/website/_includes/estuary_categories.html b/website/_includes/estuary_categories.html
new file mode 100644
index 0000000..ae99f0d
--- /dev/null
+++ b/website/_includes/estuary_categories.html
@@ -0,0 +1,8 @@
+{% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
+
+
+
+
\ No newline at end of file
diff --git a/website/_includes/estuary_post_breadcrumb.html b/website/_includes/estuary_post_breadcrumb.html
new file mode 100644
index 0000000..1ca730b
--- /dev/null
+++ b/website/_includes/estuary_post_breadcrumb.html
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/website/_includes/estuary_post_comments.html b/website/_includes/estuary_post_comments.html
new file mode 100644
index 0000000..a4a7091
--- /dev/null
+++ b/website/_includes/estuary_post_comments.html
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/website/_includes/estuary_sidebar.html b/website/_includes/estuary_sidebar.html
new file mode 100644
index 0000000..0262264
--- /dev/null
+++ b/website/_includes/estuary_sidebar.html
@@ -0,0 +1,16 @@
+
+
+
About
+
+
+
{{ site.author_bio }}
+ {%- include github_star_button.html -%}
+
+
+
+
Categories
+
+ {%- include estuary_categories.html -%}
+
+
+
\ No newline at end of file
diff --git a/website/_includes/estuary_tags.html b/website/_includes/estuary_tags.html
new file mode 100644
index 0000000..3acd8d0
--- /dev/null
+++ b/website/_includes/estuary_tags.html
@@ -0,0 +1,8 @@
+{% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
+
+
+
\ No newline at end of file
diff --git a/website/_includes/product.html b/website/_includes/product.html
new file mode 100644
index 0000000..7e3ccf0
--- /dev/null
+++ b/website/_includes/product.html
@@ -0,0 +1,8 @@
+
+
+
+
{{ product.name }}
+
{{ product.content | remove: '
' | remove: '
' }}
+ {% include product_definition.html %}
+
+
\ No newline at end of file
diff --git a/website/_includes/product_definition.html b/website/_includes/product_definition.html
new file mode 100644
index 0000000..7221660
--- /dev/null
+++ b/website/_includes/product_definition.html
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/website/_includes/project-widget.html b/website/_includes/project-widget.html
new file mode 100644
index 0000000..e69de29
diff --git a/website/_includes/qr-login.html b/website/_includes/qr-login.html
new file mode 100644
index 0000000..116a3fa
--- /dev/null
+++ b/website/_includes/qr-login.html
@@ -0,0 +1,10 @@
+
+
Login
+
+
+
+
+
+
Download the Astartup app to start using I am You Language and the power of the pen!
+
+
\ No newline at end of file
diff --git a/website/_includes/repo.html b/website/_includes/repo.html
new file mode 100644
index 0000000..ba3dc03
--- /dev/null
+++ b/website/_includes/repo.html
@@ -0,0 +1,21 @@
+
\ No newline at end of file
diff --git a/website/_includes/sidebar.html b/website/_includes/sidebar.html
new file mode 100644
index 0000000..3dae23b
--- /dev/null
+++ b/website/_includes/sidebar.html
@@ -0,0 +1,19 @@
+
+ {%- include github_follow_button.html -%}
+ {%- include twitter_follow_button.html -%}
+
\ No newline at end of file
diff --git a/website/_includes/stream.html b/website/_includes/stream.html
new file mode 100644
index 0000000..af8cabd
--- /dev/null
+++ b/website/_includes/stream.html
@@ -0,0 +1,18 @@
+
Hello, world! Welcome to the Astartup Live-stream. There is a super cool app I am You Language (IMUL) scanner,
+ productivity, learning, and creativity app in the works that I will release soon. We have a really cool channel
+ lined up with lots of educational videos for startups, engineers, inventors, game developers, designers, students,
+ and just about anyone who can write and use a computer.
+
+
+
\ No newline at end of file
diff --git a/website/_includes/twitter_follow_button.html b/website/_includes/twitter_follow_button.html
new file mode 100644
index 0000000..8fad7b5
--- /dev/null
+++ b/website/_includes/twitter_follow_button.html
@@ -0,0 +1,3 @@
+Follow @{{site.twitter_username}}
+
\ No newline at end of file
diff --git a/website/_layouts/careers.html b/website/_layouts/careers.html
new file mode 100644
index 0000000..6c521fb
--- /dev/null
+++ b/website/_layouts/careers.html
@@ -0,0 +1,8 @@
+---
+layout: default
+---
+
+
\ No newline at end of file
diff --git a/website/contact.md b/website/contact.md
new file mode 100644
index 0000000..190ed34
--- /dev/null
+++ b/website/contact.md
@@ -0,0 +1,6 @@
+---
+title: Contact
+menus: header
+layout: contact
+permalink: /contact
+---
\ No newline at end of file
diff --git a/website/discover.md b/website/discover.md
new file mode 100644
index 0000000..a82cb43
--- /dev/null
+++ b/website/discover.md
@@ -0,0 +1,6 @@
+---
+title: discover
+menus: header
+layout: discover
+permalink: /discover
+---
\ No newline at end of file
diff --git a/website/docs/bug_report_template.md b/website/docs/bug_report_template.md
new file mode 100644
index 0000000..d38c9ee
--- /dev/null
+++ b/website/docs/bug_report_template.md
@@ -0,0 +1,13 @@
+# Bug Report
+
+## Problem
+
+
+
+## Solution
+
+
+
+## Hierarchy
+
+* Flat
diff --git a/website/docs/code_of_conduct.md b/website/docs/code_of_conduct.md
new file mode 100644
index 0000000..e273801
--- /dev/null
+++ b/website/docs/code_of_conduct.md
@@ -0,0 +1,7 @@
+# Code of Conduct
+
+The Code of Conduct (CoC) for this projects are linked to external sources that include the [Contributor Covenant CoC](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html) and the [Kabuki Toolkit™ Cookbook](https://github.com/kabuki-starship/kabuki.toolkit.cookbook). You are required to read and agree to the following documents in order to contribute to this repository:
+
+* [Change Control Procedure](https://github.com/kabuki-starship/kabuki.toolkit.cookbook/idd/change_management/change_control_proceedure.md)
+* [Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html)
+* [Secure Coding Standards](https://github.com/kabuki-starship/kabuki.toolkit.cookbook/security/readme.md)
diff --git a/website/docs/contributing.md b/website/docs/contributing.md
new file mode 100644
index 0000000..1ef15ae
--- /dev/null
+++ b/website/docs/contributing.md
@@ -0,0 +1,42 @@
+# Contributing Guide
+
+**1.** Ensure the bug was not already reported by by reading the [Issues](https://github.com/abc_org/xyz_project/issues).
+
+**2.** Open `/docs/BUG_REPORT_TEMPLATE.md` and copy it's contents to the clipboard.
+
+**3.** Create an issue, paste the template into the Issue body and fill it out.
+
+## Feature Requests
+
+**1.** Same as the instructions for submitting a bug report except with using `/docs/FEATURE_REQUEST.md`.
+
+### Completing Issues
+
+**1.** Clone the repo and create a branch for the IssueNuber:
+
+```Console
+git clone https://github.com/abc_org/xyz_project.git
+cd Script2™
+git checkout -b Issue123
+```
+
+**2.** Complete the issue with passing unit tests and submit the completed issue:
+
+```Console
+git add --all
+git commit -m "module_id.Add feature XYZ. #123"
+git push origin Issue123
+```
+
+**3.** Create a Pull Requesting using the `/docs/PULL_REQUEST_TEMPLATE.md`
+
+**4.** Get others to inspect your changes and merge the branch to the master.
+
+**5.** Merge the branch, complete another ticket, and delete the old branch.
+
+```Console
+git checkout -b Issue125
+git add --all
+git commit "module_id:Fix feature ABC. #125"
+git branch -d Issue123
+```
diff --git a/website/docs/feature_request_template.md b/website/docs/feature_request_template.md
new file mode 100644
index 0000000..ef41bfb
--- /dev/null
+++ b/website/docs/feature_request_template.md
@@ -0,0 +1,13 @@
+# Feature Request
+
+## Problem
+
+
+
+## Solution
+
+
+
+## Hierarchy
+
+* Flat
diff --git a/website/docs/issue_template.md b/website/docs/issue_template.md
new file mode 100644
index 0000000..685d3b6
--- /dev/null
+++ b/website/docs/issue_template.md
@@ -0,0 +1,13 @@
+#
+
+## Problem
+
+
+
+## Solution
+
+
+
+## Hierarchy
+
+* Flat
diff --git a/website/docs/pull_request_template.md b/website/docs/pull_request_template.md
new file mode 100644
index 0000000..52f0066
--- /dev/null
+++ b/website/docs/pull_request_template.md
@@ -0,0 +1,3 @@
+# Result
+
+
diff --git a/website/docs/readme.md b/website/docs/readme.md
new file mode 100644
index 0000000..2a81804
--- /dev/null
+++ b/website/docs/readme.md
@@ -0,0 +1,13 @@
+# Docs
+
+This folder contains miscellaneous documentation. Please consult the root repo [readme.md](../readme.md) file for instructions to get started.
+
+## Documents
+
+* [bug_report_template.md](./bug_report_template.md)
+* [code_of_conduct.md](./code_of_conduct.md)
+* [contributing.md](./contributing.md)
+* [feature_request_template.md](./feature_request_template.md)
+* [issue_template.md](./issue_template.md)
+* [pull_request_template.md](./pull_request_template.md)
+* [roadmap.md](./roadmap.md)
diff --git a/website/docs/roadmap.md b/website/docs/roadmap.md
new file mode 100644
index 0000000..f7a5161
--- /dev/null
+++ b/website/docs/roadmap.md
@@ -0,0 +1,3 @@
+# Project Roadmap
+
+Please see the main project repository [readme.md](../readme.md#Project-Roadmap) for the project roadmap.
diff --git a/website/estuary.html b/website/estuary.html
new file mode 100644
index 0000000..b5cf456
--- /dev/null
+++ b/website/estuary.html
@@ -0,0 +1,15 @@
+---
+layout: estuary
+---
+
Astartup Live-stream
+
+
Welcome to lab! My name is Cale McCollough, and I am your host of the Astartup and I am You Language (IMUL)
+ revolution. On this channel you will learn how to make Software, Hardware, Firmware, Greentech, and Art, and how to
+ launch and run a modern high-tech startup with IMUL and the Astartup Cookbook.
+
+
There are three YouTube channels: Astartup, Kabuki Starship, and my person YouTube channel where you can watch me
+ work on the Kabuki Starship Cookbooks.
+
+
Astartup YouTube Live-stream
+
+
The Astartup YouTube channel is where we post official Astartup tutorial videos.