Giter Club home page Giter Club logo

amplify's Issues

8s of doom

Wth?

<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>

Errors with jekyll-paginate

After I clone and bundle, I'm getting this message when I try to jekyll-serve:

Configuration file: /Users/mac/gits/jekyll/amplify/_config.yml
  Dependency Error: Yikes! It looks like you don't have jekyll-paginate or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- jekyll-paginate' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! 
jekyll 3.1.2 | Error:  jekyll-paginate

I notice the _config.xml file contains:

gem:
   - jekyll-paginate

Perhaps this is related to jekyll-paginate being deprecated in Jekyll v3:
https://talk.jekyllrb.com/t/announcement-retiring-jekyll-paginate/1004/18

My system status:

ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin15.3.0]
jekyll-3.1.2

invalid HTML <time> datetime format

Currently, in the post-meta in index.html the value of the datetime is set through {{ post.date | date_to_long_string }}. That leads to something like this: <time datetime="01 February 2017">

However, the HTML tag requires a datetime in ISO8601 format (YYYY-MM-DDThh:mm:ssTZD) - see W3C, e.g.: <time datetime="2017-02-01T08:00">

That could be solved by using {{ post.date | date_to_xmlschema }}. I'll open a PR.

unclean social media link appearance

Currently, the Twitter and Github icons beneath a post get underlined when hovering over with the cursor which gives a slightly unclean impression... see:
screen shot 2017-06-06 at 09 32 39

This can easily be fixed by moving the icon span-element outside the link. I'll open a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.