diff --git a/homepage/content/articles/0040-test-offen-today.md b/homepage/content/articles/0040-test-offen-today.md new file mode 100644 index 0000000..caebb77 --- /dev/null +++ b/homepage/content/articles/0040-test-offen-today.md @@ -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 + +
+Test Offen today +
+ +###### 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.3 + +##### 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"} diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index e02c145..335518a 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -48,22 +48,26 @@ 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'] } +DOCS_URL = 'https://docs.offen.dev' GITHUB_ORG = 'https://github.com/offen' CONTACT_EMAIL = 'hioffen@posteo.de' GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc' diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 07fdd82..8e27ab1 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -110,11 +110,7 @@ em { font-style: normal; } .em-mint { - background: linear-gradient(transparent 66%, #BBD9D3 66%); - font-style: normal; -} -.em-mint-bright { - background: linear-gradient(transparent 66%, #CEEBE5 66%); + background: linear-gradient(transparent 66%, #E5FDF8 66%); font-style: normal; } hr { diff --git a/homepage/theme/static/images/offen-blog-0040-test-offen-today.jpg b/homepage/theme/static/images/offen-blog-0040-test-offen-today.jpg new file mode 100644 index 0000000..11c06b5 Binary files /dev/null and b/homepage/theme/static/images/offen-blog-0040-test-offen-today.jpg differ diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index c41c55e..43ffbe1 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -61,7 +61,7 @@ GitHub
  • - Patreon + Docs
  • Get started @@ -83,10 +83,10 @@ {% if is_getstarted != 'true' %} {% block outro %}
    -
    +
    -
    -
    +
    +

    Participate

    @@ -96,7 +96,7 @@ Get involved
    {% if is_article != 'true' %} -
    +

    In the making

    @@ -106,7 +106,7 @@ Project status
    {% endif %} -
    +

    Ethical internet

    @@ -121,7 +121,7 @@
    {% endblock %} {% endif %} -
    +

    @@ -139,22 +139,25 @@ GPG Key

    - GitHub + Docs

    - Patreon + GitHub

    {% endif %}
    {% if is_getstarted != 'true' %} +

    + Patreon +

    LinkedIn

    Twitter

    -

    +

    Legal Notice

    {% endif %} diff --git a/homepage/theme/templates/getstarted.html b/homepage/theme/templates/getstarted.html index 1834e59..c4d2d6e 100644 --- a/homepage/theme/templates/getstarted.html +++ b/homepage/theme/templates/getstarted.html @@ -4,14 +4,19 @@ {% block content %}
    -
    -
    +
    +

    - Our alpha release + + Test Offen today +

    +

    + Our alpha release is ready for testing. Offen is free and always will be. +

    - Offen is in active development. Do something brave and test our latest alpha release today. It’s free and always will be. + Be aware that things can still contain issues and that the upgrade path may be broken with upcoming releases.

    @@ -28,23 +33,23 @@
    -
    -
    +
    +

    - - Get started now + + Kick things off

    - Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides help you kick off. + Running a website and need to collect usage statistics? Want to contribute as a developer? Our Docs will help you kick off.

    Details on how to
    run, use and develop Offen

    - Open guides + Open Docs
    diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 14567c2..2908f21 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -36,7 +36,7 @@

    - + Free & Open

    @@ -48,7 +48,7 @@

    - + Self hosted

    @@ -60,7 +60,7 @@

    - + Fair & Secure

    @@ -90,7 +90,7 @@
    -
    +

    Summary

    @@ -104,14 +104,19 @@ {% block outro %}
    -
    -
    +
    +

    - Our alpha release + + Test Offen today +

    +

    + Our alpha release is ready for testing. Offen is free and always will be. +

    - Offen is in active development. Do something brave and test our latest alpha release today. It’s free and always will be. + Be aware that things can still contain issues and that the upgrade path may be broken with upcoming releases.

    @@ -128,23 +133,23 @@
    -
    -
    +
    +

    - - Get started now + + Kick things off

    - Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides help you kick off. + Running a website and need to collect usage statistics? Want to contribute as a developer? Our Docs will help you kick off.

    Details on how to
    run, use and develop Offen

    - Open guides + Open Docs