Skip to content

GuyMograbi/mograblog

Repository files navigation

mograblog

Gitter Build Status

http://www.mograblog.com/

Mograblog

References

Add counter

Good Resources

Tips to improve

Posts Ideas

  • Webpack The Missing Guide - this post was published somewhere, no it's not there... so I can publish it.
  • People/Threads I recommend to follow for javascript
  • How to setup protractor
  • How to setup visual tests with gemini testing
  • How to setup your gitlab tests
  • A dockerfile for ui testing

Roadmap

  • Mobile friendly

    • Text too small to read
    • Mobile viewport not set
    • Links too close together
  • consider other layouts - https://babeljs.io/docs/plugins/preset-react/

  • compile only modified files

  • create 'future posts' section

  • use webpack to pack js for mograblog. remove task to copy bower_components in this case..

  • make facebook share easier:

    ```
    <meta property="og:url"                content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" />
    <meta property="og:type"               content="article" />
    <meta property="og:title"              content="When Great Minds Don’t Think Alike" />
    <meta property="og:description"        content="How much does culture influence creative thinking?" />
    <meta property="og:image"              content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" />
     ```