Skip to content
View antife-yinyue's full-sized avatar
🔞
🔞
Block or Report

Block or report antife-yinyue

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rails_emoji rails_emoji Public

    Emoji for Ruby on Rails

    Ruby 76 19

  2. base.sass base.sass Public

    Awesome Extensions For Sass

    CSS 57 6

  3. jekyll-cli jekyll-cli Public

    CLI for Jekyll by NodeJS

    JavaScript 45 2

  4. railstyle-router railstyle-router Public

    Rails-like routing for Express 3.x

    JavaScript 13 2

  5. HexColors.swift HexColors.swift Public

    Define UIColor with hex color string.

    Swift 4

  6. Pagination for Jekyll site Pagination for Jekyll site
    1
    {% if paginator.total_pages > 1 %}
    2
    <!-- Pagination -->
    3
    <div class="pagination">
    4
      {% if paginator.previous_page %}
    5
        <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>