Skip to content

Commit

Permalink
Merge pull request #13 from planetarytechnology/doc-topics
Browse files Browse the repository at this point in the history
Doc topics
  • Loading branch information
ottiker authored May 9, 2017
2 parents c93cffb + d94d652 commit 6587250
Show file tree
Hide file tree
Showing 31 changed files with 184 additions and 398 deletions.
12 changes: 9 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ navigation:
- text: Team
url: /team
collections:
space:
digital:
output: true
water:
electricity:
output: true
heating:
output: true
power:
recycling:
output: true
structure:
output: true
water:
output: true
5 changes: 5 additions & 0 deletions _digital/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: doc_index
title: "Digital"
categories: docs digital
---
7 changes: 7 additions & 0 deletions _digital/sensory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Sensory"
categories: docs digital sensory
---

Use sensors to collect realtime data to improve, adjust and automat the system.
7 changes: 7 additions & 0 deletions _digital/settlement_manager.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Settlement Manager"
categories: docs digital app settlementmanager
---

The Settlement Manager is an open-source application to manage and controll the settlement infrastructure.
7 changes: 7 additions & 0 deletions _electricity/dezentralized_grid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Dezentralized Grid"
categories: docs electricity grid dezentralized
---

The electric grid scales with every producer or storage unit, that gets connected. Then the electricity will be distributed by demand.
5 changes: 5 additions & 0 deletions _electricity/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: doc_index
title: "Electricity"
categories: docs electricity
---
7 changes: 7 additions & 0 deletions _electricity/photovoltaic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Photovoltaic"
categories: docs electricity pv photovoltaic solar
---

Use solar panels to generate electricity.
7 changes: 7 additions & 0 deletions _electricity/storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Storage"
categories: docs electricity storage batteries
---

Use batteries to store electric energy. The stored energy will be used to feed the dezentralized grid.
7 changes: 7 additions & 0 deletions _heating/evacuated_tubes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Evacuated tubes"
categories: docs heating
---

Due to high efficiency of converting sun energy to heat, evacuated solar vacuum tubes are a good candiate for heating.
5 changes: 5 additions & 0 deletions _heating/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: doc_index
title: "Heating"
categories: docs heating
---
7 changes: 5 additions & 2 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
<div class="main-container">
<img class="sketch" src="/img/landing-sketch.png" alt="Planetary Technology">
<div class="content-container">
<h1 class="main-heading">SELF-SUSTAINABLE<br>ENVIRONMENT</h1>
<h2 class="main-heading">All you need for a..</h2><br>
<h1 class="main-heading fancy">
<span>Pla</span><span>net</span><span>ary</span> <span>Sett</span><span>lem</span><span>ent!</span>
</h1>
<p class="main-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam gravida est consequat ante imperdiet auctor. Vestibulum placerat.
*Currently our safty guarantee is only valid if placed on planet earth.
</p>
<div class="action-container">
<a href="{{site.github_url}}" class="button" target="_blank">View on Github</a>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2014-01-03-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: "Space"
title: "Test post"
date: 2014-01-03 22:48:35
categories: group projects space
categories: group projects test
---

This is the content.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2017-03-31-test-post.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: post
title: "Test"
title: "Test post"
date: 2017-03-31 18:03
categories: group projects test
---

This is test post.
This is a test post.

{% highlight js %}
var some_js = "code";
Expand Down
5 changes: 0 additions & 5 deletions _power/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions _power/schema.md

This file was deleted.

7 changes: 7 additions & 0 deletions _recycling/bio_gas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Bio Gas"
categories: docs recycling biogas gas organicwaste
---

A simple bio recator will produce enough gas for cooking.
7 changes: 7 additions & 0 deletions _recycling/compost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Compost"
categories: docs recycling compost
---

Organic waste will be converted to soil with composts. This includes human waste.
5 changes: 5 additions & 0 deletions _recycling/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: doc_index
title: "Recycling"
categories: docs recycling
---
55 changes: 54 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,57 @@ a {
.github-ribbon {
width: 100px;
}
}
}

/* JUST FOR FUN :) --------------------------------------------------------*/
$red: #ffd07f;
$green: #7af482;
$blue: #7fb6ff;
$yellow: #f4ce7a;

h1.fancy > span {
color:$blue;
animation:glow 6s infinite;
-webkit-animation:glow 6s infinite;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}

h1.fancy > span:nth-child(1){animation-delay:-0.5s;-webkit-animation-delay:-0.5s;}
h1.fancy > span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s;}
h1.fancy > span:nth-child(3){animation-delay:-1.5s;-webkit-animation-delay:-1.5s;}
h1.fancy > span:nth-child(4){animation-delay:-2s;-webkit-animation-delay:-2s;}
h1.fancy > span:nth-child(5){animation-delay:-2.5s;-webkit-animation-delay:-2.5s;}
h1.fancy > span:nth-child(6){animation-delay:-3s;-webkit-animation-delay:-3s;}

@-webkit-keyframes glow {
0% {
color:$blue;
}
25% {
color:$green;
}
50% {
color:$red;
}
75% {
color:$yellow;
}
}
@keyframes glow {
0% {
color:$blue;
}
25%{
color:$green;
}
50%{
color:$red;
}
75%{
color:$yellow;
}
}
7 changes: 0 additions & 7 deletions _space/base.md

This file was deleted.

7 changes: 0 additions & 7 deletions _space/elements.md

This file was deleted.

5 changes: 0 additions & 5 deletions _space/index.md

This file was deleted.

7 changes: 7 additions & 0 deletions _structure/cube.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Cube"
categories: docs structure cube
---

Simple metal cubes to build a structural foundation of a building.
5 changes: 5 additions & 0 deletions _structure/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: doc_index
title: "Structure"
categories: docs structure
---
7 changes: 7 additions & 0 deletions _structure/modular_grid_system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Modular Grid System"
categories: docs structure grid modular mgs
---

The specifications define simple system to build or change functional structures. Makes every component or module compatible with each other.
7 changes: 7 additions & 0 deletions _water/atmospheric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
title: "Atmospheric Water Generation"
categories: docs water atmosphere
---

Water needs are covered by condense the water from air.
4 changes: 1 addition & 3 deletions _water/filtration.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
layout: doc
title: "Filtration"
categories: docs water
categories: docs water filtration
---

Filtration!

# The 4 Levels of Filtration
## Textile FIlter
The textile filter is used to remove the big chuncks out of the water, so the rest of the system gets less load, and therefor has to be replaced less often.
Expand Down
83 changes: 1 addition & 82 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,85 +3,4 @@ layout: doc
title: "Documentation"
---

This note demonstrates some of what [Markdown][1] is capable of doing.

*Note: Feel free to play with this page. Unlike regular notes, this doesn't automatically save itself.*

## Basic formatting

Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.

Paragraphs must be separated by a blank line. Basic formatting of *italics* and **bold** is supported. This *can be **nested** like* so.

## Lists

### Ordered list

1. Item 1
2. A second item
3. Number 3
4.

*Note: the fourth item uses the Unicode character for [Roman numeral four][2].*

### Unordered list

* An item
* Another item
* Yet another item
* And there's more...

## Paragraph modifiers

### Code block

Code blocks are very useful for developers and other people who look at code or other things that are written in plain text. As you can see, it uses a fixed-width font.

You can also make `inline code` to add code into other things.

### Quote

> Here is a quote. What this is should be self explanatory. Quotes are automatically indented when they are used.
## Headings

There are six levels of headings. They correspond with the six levels of HTML headings. You've probably noticed them already in the page. Each level down uses one more hash character.

### Headings *can* also contain **formatting**

### They can even contain `inline code`

Of course, demonstrating what headings look like messes up the structure of the page.

I don't recommend using more than three or four levels of headings here, because, when you're smallest heading isn't too small, and you're largest heading isn't too big, and you want each size up to look noticeably larger and more important, there there are only so many sizes that you can use.

## URLs

URLs can be made in a handful of ways:

* A named link to [MarkItDown][3]. The easiest way to do these is to select what you want to make a link and hit `Ctrl+L`.
* Another named link to [MarkItDown](http://www.markitdown.net/)
* Sometimes you just want a URL like <http://www.markitdown.net/>.

## Horizontal rule

A horizontal rule is a line that goes across the middle of the page.

---

It's sometimes handy for breaking things up.

## Images

Markdown can also contain images. I'll need to add something here sometime.

## Finally

There's actually a lot more to Markdown than this. See the official [introduction][4] and [syntax][5] for more information. However, be aware that this is not using the official implementation, and this might work subtly differently in some of the little things.


[1]: http://daringfireball.net/projects/markdown/
[2]: http://www.fileformat.info/info/unicode/char/2163/index.htm
[3]: http://www.markitdown.net/
[4]: http://daringfireball.net/projects/markdown/basics
[5]: http://daringfireball.net/projects/markdown/syntax
TODO: What's this all about?
Loading

0 comments on commit 6587250

Please sign in to comment.