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

Conversation

414n
Copy link

@414n 414n commented Jul 15, 2020

Closes #442

kakawait and others added 30 commits July 3, 2019 17:57
…-url

Remove stupid previous cover Image fix
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]>
…/lodash-4.17.14

Bump lodash from 4.17.11 to 4.17.14
```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
highlighting  add missing class without language- prefix
Upgrade index.html to support changes from 0.57
* 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
Correct 2 link constructions
Use `transform: translate3d` as much as possible instead of `width` for better performance (really visibile on slow device like phone)
Regression from hugo 0.71

fixes kakawait#429
If the first gallery item that gets used as a thumbnail is a page resource, now it gets correctly loaded.
@414n
Copy link
Author

414n commented Jul 16, 2020

The current diffs also change the absURL filter to relURL for more portability.
We can however discuss if this is appropriate or not.

@414n
Copy link
Author

414n commented Jul 19, 2020

By the look of it, this has also some "overlapping" with #333.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants