Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add page resources support #443

Draft
wants to merge 32 commits into
base: develop
Choose a base branch
from

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    e5961f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Merge pull request kakawait#359 from kakawait/bugfix/cover-image-with…

    …-url
    
    Remove stupid previous cover Image fix
    kakawait committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    b2a014f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b66bab View commit details
    Browse the repository at this point in the history
  3. Bump lodash from 4.17.11 to 4.17.14

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.11...4.17.14)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kakawait committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ff0ad1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request kakawait#360 from kakawait/dependabot/npm_and_yarn…

    …/lodash-4.17.14
    
    Bump lodash from 4.17.11 to 4.17.14
    kakawait committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c83ee0b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Add missing class without language- prefix

    ```html
    <figure class="language-js ..." ...>
    ````
    
    must become
    
    ```html
    <figure class="language-js js ..." ...>
    ```
    
    In addition fix padding to get the same pixel alignment for gutter and sourcecode
    kakawait committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    c49c113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da7380 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kakawait#361 from kakawait/bugfix/highlighting

    highlighting  add missing class without language- prefix
    kakawait committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    413e781 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    kakawait committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    e2a6367 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    63d08e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kakawait#373 from kakawait/bugfix/hugo-0.57

    Upgrade index.html to support changes from 0.57
    kakawait committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    ea0c031 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Merge branch 'master' into develop

    * master:
      Fix wrong mini requirement
      🔖 version 0.4.7-BETA
      Upgrade index.html to support changes from 0.57
      update generator theme version
      🔖 version 0.4.6-BETA
    kakawait committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e69eb64 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Correct 2 link constructions

    xenlo committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    1de4252 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    2d04cb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request kakawait#391 from xenlo/master

    Correct 2 link constructions
    kakawait committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    49cd431 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Revert kakawait#293

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    a484469 View commit details
    Browse the repository at this point in the history
  2. Revamp sidebar translation

    Use `transform: translate3d` as much as possible instead of `width` for better performance (really visibile on slow device like phone)
    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6f2e6eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02ca89c View commit details
    Browse the repository at this point in the history
  4. Build prod

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6ab3c57 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kakawait#364 from kakawait/revamp-sidebar-swipping

    Revamp sidebar translation
    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    568a3a2 View commit details
    Browse the repository at this point in the history
  6. Agonyus showcase

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    ccd2058 View commit details
    Browse the repository at this point in the history
  7. BALLOON a.k.a. Fu-sen.

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    3cd93f4 View commit details
    Browse the repository at this point in the history
  8. Namshik Kim's blog

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    79a79c6 View commit details
    Browse the repository at this point in the history
  9. Razvan Avramescu's blog

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    69802f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cbb4e0 View commit details
    Browse the repository at this point in the history
  11. Rename post to posts

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6c5c935 View commit details
    Browse the repository at this point in the history
  12. Merge pull request kakawait#409 from kakawait/migrate-post-to-posts

    Migrate post to posts
    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7d37efe View commit details
    Browse the repository at this point in the history
  13. Fix post to posts migration

    kakawait committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    43667f5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Fix and syntax

    Regression from hugo 0.71
    
    fixes kakawait#429
    kakawait committed May 29, 2020
    Configuration menu
    Copy the full SHA
    4243bcf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. MOD: initial page resources support

    Alan committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c437c05 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. MOD: support thumbnail from gallery too

    If the first gallery item that gets used as a thumbnail is a page resource, now it gets correctly loaded.
    Alan committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1e1a7d8 View commit details
    Browse the repository at this point in the history
  2. MOD: add support in wide-image shortcode

    Alan committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4439c4b View commit details
    Browse the repository at this point in the history