Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Open-Mate
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fhomate.club)](https://homate.club/)

# Open-Mate [![Mastodon Follow](https://img.shields.io/mastodon/follow/115457697026812609?style=social)](https://mastodon.social/@homate)

The best mate-lemonade on campus!
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
homate.club
17 changes: 17 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- This page is the main landing page of "HOMatE.club". -->

# Hey 👋

Welcome to the official "HOMatE.club" documentation: A local implementation of [Open-Mate](https://github.com/leandroebner/Open-Mate/), an open source mate-lemonade recipe, providing a DIY alternative to commercially available mate-drinks.

## About

HOMatE.club is an attempt and project to create, test, share and iterate an open source recipe for mate-flavoured beverages like the well-known mate-lemonade. The drink is available to the public at our local makerspace "[House Of Makers and Engineers](https://home.rwu.de)".

## Status

Check the current stock of HOMatE.club at our makerspace [here](status). This page displays helpful information on whether you can stop by to enjoy a drink and helps you estimate when the next batch of drinks will be finished. All changes are tracked in a local Git repository and are visible in the appended history.

## Roadmap

While the growing quantities of caffeine help me to stay productive, this project is still an early stage of work in progress and subject to major changes and updates.
5 changes: 5 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
theme: jekyll-theme-minimal
logo: /assets/logo.svg
title: HOMatE.club
description: The best mate-lemonade on campus!
show_downloads: false
56 changes: 56 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
{% include head-custom.html %}
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>

{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>

{% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
{% endif %}

{% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %}

{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
{% endif %}
</header>
<section>

{{ content }}

</section>
<footer>
{% if site.github.is_project_page %}
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
{% endif %}
<p><small>Created with 🧡 &mdash; {% github_edit_link "Improve this page" %}</small></p>
Comment thread
leandroebner marked this conversation as resolved.
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
</body>
</html>
8 changes: 8 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
---

@import "jekyll-theme-minimal";

.gist .gist-meta {
display: none;
}
325 changes: 325 additions & 0 deletions docs/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/status/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- This page will display the current availability of "HOMatE.club" lemonade in our local makerspace. -->

# Status

{% gist 334a2b820d256ba60b36c6761d803661 %}
Comment thread
leandroebner marked this conversation as resolved.
17 changes: 17 additions & 0 deletions docs/status/syntax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- This page will list the current utilized log syntax and stores all previous versions in form of a comment. -->

Syntax Version 1.0.0

```
## <MAIN TITLE TEXT> $
DD.MM.YYYY HHhMMm | <ADDITIONAL ATTRIBUTES>

<br>

## History

<br>

> #### <MAIN TITLE TEXT> $
> DD.MM.YYYY HHhMMm | <ADDITIONAL ATTRIBUTES>
```