mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
add article
This commit is contained in:
parent
17cfe1288d
commit
6952710915
40
homepage/content/articles/0040-test-offen-today.md
Normal file
40
homepage/content/articles/0040-test-offen-today.md
Normal file
@ -0,0 +1,40 @@
|
||||
title: Test our alpha release today | Offen
|
||||
description: Help us take a step forward. Download or deploy Offen today and give it a spin. Any feedback is appreciated.
|
||||
date: 2020-03-04
|
||||
slug: test-offen-today
|
||||
sitemap_priority: 0.7
|
||||
sm_image_url: /theme/images/offen-blog-0040-test-offen-today.jpg
|
||||
|
||||
<figure class="larger-image mb5">
|
||||
<img alt="Test Offen today" src="/theme/images/offen-blog-0040-test-offen-today.jpg"/>
|
||||
</figure>
|
||||
|
||||
###### 04 Mar 2020, Hendrik Niefeld
|
||||
# [Test Offen today](/blog/test-offen-today/)
|
||||
We’re excited to present our first version that is officially ready for testing.
|
||||
|
||||
---
|
||||
|
||||
After we released our initial Offen v0.1.0-alpha.1 in January this year, we've been busy working on a successor version for the last six weeks. Based on the initial feedback, we have made major adjustments in the front and backend area.
|
||||
|
||||
We believe with these updates Offen has reached a level of functionality and stability that is ready for public testing. Your feedback is helping us take a step forward on our way to developing *a viable alternative to established web analytic tools.*
|
||||
|
||||
Although we have dug very deep, things may still contain issues. Therefore, we recommend using Offen in a production environment only for the brave. Also be aware that the upgrade path may be broken with upcoming releases.
|
||||
|
||||
---
|
||||
|
||||
## Offen v0.1.0-alpha.?
|
||||
|
||||
##### Single binary file for Linux, Windows or MacOS
|
||||
[Download](https://get.offen.dev/){: data-button="black"}
|
||||
|
||||
##### Your own Offen instance
|
||||
[Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/offen/heroku/tree/master){: target="_blank" data-button-mb5="black"}
|
||||
|
||||
Download or deploy Offen today and give it a spin. *[Check our Docs](https://docs.offen.dev/){: target="_blank"} for detailed instructions.*
|
||||
|
||||
We appreciate any feedback. No matter if you have difficulties with the installation, find our UI hard to understand or catch anything unexpected. Please get in touch via [Twitter,](https://twitter.com/hioffen){: target="_blank"} [LinkedIn](https://www.linkedin.com/company/hioffen/){: target="_blank"} or [email.](mailto:hioffen@posteo.de){: target="_blank"}
|
||||
|
||||
We look forward to hearing from you. Happy testing!
|
||||
|
||||
[Give feedback](mailto:hioffen@posteo.de){: data-button="yellow"}
|
@ -48,20 +48,23 @@ PLUGIN_PATHS = ['./plugins']
|
||||
PLUGINS = ['decorate_content', 'assets']
|
||||
|
||||
DECORATE_CONTENT = {
|
||||
'[data-button]': ['dib', 'mv3', 'ph4', 'pv2', 'b--solid', 'bw2'],
|
||||
'[data-button]': ['w-100', 'w-auto-ns', 'tc', 'tl-ns', 'dib', 'mt3', 'ph4', 'pv2', 'b--solid', 'bw2'],
|
||||
'[data-button-mb5]': ['w-100', 'w-auto-ns', 'tc', 'tl-ns', 'dib', 'mt3', 'mb5', 'ph4', 'pv2', 'b--solid', 'bw2'],
|
||||
'[data-button="yellow"]': ['brd-cclr-mid-yellow', 'fnt-cclr-mid-yellow'],
|
||||
'[data-button="black"]': ['brd-cclr-mid-black', 'fnt-cclr-mid-black'],
|
||||
'[data-button-mb5="black"]': ['brd-cclr-mid-black', 'fnt-cclr-mid-black'],
|
||||
'a': ['link', 'b', 'dim'],
|
||||
'a:not([data-button])': ['gray'],
|
||||
'h1': ['f2', 'normal', 'lh-title', 'mt4', 'mb0', 'mb3', 'light-silver'],
|
||||
'h2': ['f25', 'normal', 'lh-title', 'mt4', 'mb0', 'mb3', 'light-silver'],
|
||||
'h3': ['f5', 'normal', 'mt4', 'mb0', 'mb3', 'fnt-cclr-mid-black'],
|
||||
'h4': ['f5', 'normal', 'mt4', 'mb0', 'mb3'],
|
||||
'h5': ['ma0'],
|
||||
'h6': ['f5', 'lh-solid', 'normal', 'ma0', 'mb3', 'light-silver'],
|
||||
'h1': ['f2', 'normal', 'lh-title', 'mt4', 'ma0', 'mb3', 'light-silver'],
|
||||
'h2': ['f25', 'normal', 'lh-title', 'mt4', 'ma0', 'mb3', 'light-silver'],
|
||||
'h3': ['f5', 'normal', 'mt4', 'ma0', 'mb3', 'fnt-cclr-mid-black'],
|
||||
'h4': ['f5', 'normal', 'mt4', 'ma0', 'mb3'],
|
||||
'h5': ['f5', 'b', 'mt4', 'ma0', 'mb1'], # text over button
|
||||
'h6': ['f5', 'lh-solid', 'normal', 'ma0', 'mb3', 'light-silver'], # date
|
||||
'p': ['ma0', 'pb3'],
|
||||
'blockquote': ['f5', 'i', 'ma0', 'ml4-ns', 'ml3'],
|
||||
'hr': ['mt5', 'mb3', 'b--black-05']
|
||||
'hr': ['mt5', 'mb3', 'b--black-05'],
|
||||
'[spacer-4]': ['ma0', 'mb4']
|
||||
}
|
||||
|
||||
GITHUB_ORG = 'https://github.com/offen'
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 576 KiB |
Loading…
Reference in New Issue
Block a user