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..dcc98f0 --- /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.? + +##### 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..0029623 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -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' 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