Skip to content

Commit

Permalink
Merge pull request #16 from a-startup/Issue15
Browse files Browse the repository at this point in the history
Change.Revert.To Jekyll site. #15
  • Loading branch information
RogueForge1 authored Dec 5, 2019
2 parents 79c1363 + 3f5ac25 commit 9a785ee
Show file tree
Hide file tree
Showing 115 changed files with 3,078 additions and 14 deletions.
8 changes: 4 additions & 4 deletions mcc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions mcc/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"manifest_version": 2,
"short_name": "Astartup",
"name": "Astartup",
"description": "Mission Control Center browser extension for the A* Startup Network and Astartup Live-stream.",
"description": "Astartup Mission Control Center browser extension.",
"version": "0.0.1",
"background": {
"scripts": [
Expand Down
2 changes: 1 addition & 1 deletion mcc/src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {Component} from 'react';
import logo from './logo.svg';
import Logo from './logo.svg';
import './App.css';
import Header from "./components/header";

Expand Down
2 changes: 1 addition & 1 deletion mcc/src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function ComponentHeader() {
</h1>
<div class="oversight-nav" style="vertical-align: bottom;">
<ul>
<li><a href="https://github.com/a-startup/livestream"><i class="fab fa-github"></i></a></li>
<li><a href="https://github.com/a-startup"><i class="fab fa-github"></i></a></li>
<li><a href="">Description</a></li>
<li><a href="">Mission and Vision</a></li>
<li><a href="">Status</a></li>
Expand Down
2 changes: 1 addition & 1 deletion mcc/src/components/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ function ComponentProject() {
const styles = StyleSheet.create({
});

export default ComponentProject;
export default ComponentProject;
5 changes: 4 additions & 1 deletion mcc/src/screens/home.js
Original file line number Diff line number Diff line change
@@ -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 (
Expand All @@ -21,4 +24,4 @@ function ScreenHome() {
const styles = StyleSheet.create({
});

export default ScreenHome;
export default ScreenHome;
56 changes: 56 additions & 0 deletions mcc/src/website/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>React Local</title>
<script type="application/javascript" src="https://unpkg.com/[email protected]/umd/react.production.min.js"></script>
<script type="application/javascript" src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
<script type="application/javascript" src="https://unpkg.com/[email protected]/babel.js"></script>
<script type="application/javascript" src="../screens/home/astartup.toolkit.js"></script>
</head>

<body>
<div id="root"></div>

<script type="text/babel">
// Obtain the root
const rootElement = document.getElementById('root')
// Create a ES6 class component
class ShoppingList extends React.Component {
// Use the render function to return JSX component
render() {
return (
<div className="shopping-list">
<h1>Shopping List for {this.props.name}</h1>
<ul>
<li>Instagram</li>
<li>WhatsApp</li>
<li>Oculus</li>
</ul>
</div>
);
}
}
// Create a function to wrap up your component
function App(){
return(
<div>
<ShoppingList name="@luispagarcia on Dev.to!"/>
</div>
)
}


// Use the ReactDOM.render to show your component on the browser
ReactDOM.render(
<App />,
rootElement
)
</script>

</body>

</html>
Empty file.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 10 additions & 0 deletions website/.buildconfig
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.gem
.bundle
.sass-cache
_site
Gemfile.lock
devlopr.gemspec
7 changes: 7 additions & 0 deletions website/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
---
<p>
<strong>Page not found :(</strong>
</p>
<p>The requested page could not be found.</p>
9 changes: 9 additions & 0 deletions website/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions website/Gemfile
Original file line number Diff line number Diff line change
@@ -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
163 changes: 163 additions & 0 deletions website/_config.yml
Original file line number Diff line number Diff line change
@@ -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: "[email protected]"
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: [email protected]

# 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/
8 changes: 8 additions & 0 deletions website/_includes/ads.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- Google Adsense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7259836434848202",
enable_page_level_ads: true
});
</script>
Loading

0 comments on commit 9a785ee

Please sign in to comment.