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

merge main to post-etl #6

Merged
merged 342 commits into from
Jun 4, 2022
Merged

merge main to post-etl #6

merged 342 commits into from
Jun 4, 2022

Conversation

MonikaJassova
Copy link
Owner

No description provided.

mathiasbynens and others added 30 commits September 19, 2018 17:13
Blogs commonly only display the latest `n` blog posts on the home page, while showing the full list on a separate archive page. This change implements that.
This demonstrates the issue that 11ty/eleventy-plugin-syntaxhighlight#5 fixes, and could serve as kind of a regression test for the fix. :)
Add code snippet with 2 consecutive new lines
…rather than file creation dates (unreliable).
…ubdirs

Update tags.njk to use subdir paths for the "all tags" page
readme update to include how to host using local webserver for develo…
ZoltanVeres and others added 28 commits October 15, 2021 08:43
* drafting posts init. commit

* Draft post test

* Revert removing tests during build

* Working solution which supports permalink: false, added test for draft posts set on the future

* Got rid of permalink:false, replaced w. draft:true, deleted 7th post, fixed test to refer to the correct files

* Fixed title for sixthpost, implemented dev mode detection

* Prettier formatting for posts.11tydata.js

* skip tests, on eleventy serve

* prettier formatting for draft tests

* clean posts/* files after build, added build-ci to avoid cleaning step on ci

* DRY change for the build command

* Added scheduled front matter section of all md files, use scheduled on filtering posts, when scheduled is not present in the md file, it is considered published
* Use CSP header instead of meta tag

* Replace custom headers with csp headers

* Comment the use of middleware in BS configuration

* Copy _headers to _site using sync mode

* Update CSP description

Replaced the reference to the base template as we now use the csp headers

* Add csp policy for pages not found

* Update plugin name

* Ensure backward compatible with older browsers.

* Restore previous policy

* Add a strong csp policy for pages not found

* Add test for CSP header
…NG source images (#121)

- Removes the race condition where memory cached images may keep their blurred images in the background which shine through with transparent foreground images.
- Fallback to PNG instead of JPEG if the input image is a PNG. Keeps AVIF and WEBP lossy compression as they do support transparency.

Fixes #120
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.2 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@8.4.2...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* added resources post

* final version

* fix typo
* initial commit

* formatting fixes

* almost there

* final version
@MonikaJassova MonikaJassova merged commit 775c23f into post-etl Jun 4, 2022
MonikaJassova pushed a commit that referenced this pull request Jun 4, 2022
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.