chore: add blog section and twitter

This commit is contained in:
Pascal Schilp
2019-03-01 20:48:53 +01:00
committed by Thomas Allmer
parent b977cc8f82
commit b57cbdcf3f
4 changed files with 24 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ For more details please visit us at [open-wc.org](https://www.open-wc.org).
| [owc-dev-server](https://github.com/open-wc/open-wc/tree/master/packages/owc-dev-server) | [![owc-dev-server](https://img.shields.io/npm/v/owc-dev-server.svg)](https://www.npmjs.com/package/owc-dev-server) | Development server for modern web apps. |
## Contact
Feel free to create [a github issue](https://github.com/open-wc/open-wc/issues/new) for any feedback or questions you might have.
Feel free to reach out to us on [twitter](https://twitter.com/OpenWc) or create [a github issue](https://github.com/open-wc/open-wc/issues/new) for any feedback or questions you might have.
You can also find us on the Polymer slack in the [#open-wc](https://polymer.slack.com/messages/CE6D9DN05) channel.

View File

@@ -81,7 +81,7 @@ module.exports = {
'/publishing/': sidebar,
'/automating/': sidebar,
'/faq/': ['', 'rerender'],
'/about/': [['/about/', 'About'], '/about/contact', '/about/rationales'],
'/about/': [['/about/', 'About'], '/about/contact', '/about/rationales', '/about/blog'],
},
nav: [
{ text: 'Home', link: '/' },

21
docs/about/blog.md Normal file
View File

@@ -0,0 +1,21 @@
# Blog
## [Announcing Open Web Components](https://dev.to/thepassle/announcing-open-web-components-5h7)
by [open-wc](https://github.com/open-wc)
## [Cross Browser Testing your Stencil Web Component like a boss](https://medium.com/vincent-ogloblinsky/cross-browser-testing-your-stencil-web-component-like-a-boss-93c1b154bfd9)
by [Vincent Ogloblinsky](https://github.com/vogloblinsky)
## [npm Convos: open-wc](https://blog.npmjs.org/post/182917093835/npm-convos-open-wc?utm_campaign=newsletter20190228&utm_source=newsletter_mailer&utm_medium=email&utm_source=npm+Weekly&utm_campaign=72f3f1c998-npm_weekly_186_2019_02_26_08_58&utm_medium=email&utm_term=0_e17fe5d778-72f3f1c998-303236901)
by [npm](npmjs.com)
## [Not Another To Do App](https://medium.com/@westbrook/not-another-to-do-app-169c14bb7ef9)
by [Westbrook Johnson](https://github.com/westbrook)
## [Web Components: spoils of the browser wars](https://www.andrewzigler.com/blog/2019/02/28/web-components-spoils-of-the-browser-wars/)
by [Andrew Zigler](https://github.com/azigler)

View File

@@ -1,6 +1,6 @@
# Contact
Feel free to create [a github issue](https://github.com/open-wc/open-wc/issues/new) for any feedback or questions you might have.
Feel free to reach out to us on [twitter](https://twitter.com/OpenWc) or create [a github issue](https://github.com/open-wc/open-wc/issues/new) for any feedback or questions you might have.
You can also find us on the Polymer slack in the [#open-wc](https://polymer.slack.com/messages/CE6D9DN05) channel.