generated from google/eleventy-high-performance-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 sitemap.xml
Add code snippet with 2 consecutive new lines
Use <time> where applicable
Add archives page
…rather than file creation dates (unreliable).
…ubdirs Update tags.njk to use subdir paths for the "all tags" page
…nd updates to use 0.7.0.
readme update to include how to host using local webserver for develo…
xml date fix
* 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 dark/light mode switch
…io into post-journey
First post - my journey
* added resources post * final version * fix typo
* initial commit * formatting fixes * almost there * final version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.