-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
give unique title and description to redirect pages #101
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
Deploying with Cloudflare Pages
|
WaylonWalker
added a commit
that referenced
this pull request
Oct 4, 2022
* Bump version: 0.4.0 → 0.4.0.01 * reduce prekinds * Bump version: 0.4.0.01 → 0.4.0.b0 * Bump version: 0.4.0.b0 → 0.4.0.b1 * remove bump2version automatic bumping on main * PEP 517 build (#59) switched to pip 517 build * fix static-version issue (#61) * fix static-version issue * match version on pypi * fix dynamic versioning (#62) * bump __about__ * fix static-version issue * fix undefined version (#63) * Bump version: 0.4.0.b1 → 0.5.0.dev0 * explicitly define hatch index user * Bump version: 0.5.0.dev0 → 0.5.0.dev1 * enable jinja-extensions (#60) * enable jinja-extensions * add docs * fix/test lint (#65) * update isort config * update changelog * Bump version: 0.5.0.dev1 → 0.5.0.dev2 * fix post img overflow (#66) * Bump version: 0.5.0.dev2 → 0.5.0.dev3 * update changelog * Bump version: 0.5.0.dev3 → 0.5.0.dev4 * configurable template (#70) * configurable template * changelog * Bump version: 0.5.0.dev4 → 0.5.0.dev5 * fix: add python slugify for slugs (#69) closes #33 * update isort config (#74) * update isort config * alias test-lint * fix/isort config (#75) * update isort config * alias test-lint * allow sluggify to be configurable * fix tests * update changelog * Bump version: 0.5.0.dev5 → 0.5.0.dev6 * init redirect template (#76) * init redirect template * working example * instant redirect when supported * wip docs * update docs * fix syntax error * correctly create admonition * docstring * create redirects test * add pytest-tmp-files dependency * test coverage config * fully test redirects * run on all branches * remove trailing whitespace * add docstrings * include features section * Rebase and cleanup from FutureWarning * update changelog * revert to v0.5.0dev5 * update isort config * add hatch run test:cov script * fix flake8 invalid escape sequence * Bump version: 0.5.0.dev6 → 0.5.0.dev7 * remove unused entrypoint clif (#81) * Bump version: 0.5.0.dev7 → 0.5.0.dev8 * fix: /slugs can cause output to point to the root filesystem (#84) * Bump version: 0.5.0.dev8 → 0.5.0.dev9 * feature create slugify-migration script (#82) * feature create slugify-migration script * update changelog * fix redirect from root * redirects should be part of the default set of hooks * implement routed slugify * test redirects * update isort config * update changelog * Bump version: 0.5.0.dev9 → 0.5.0.dev10 * Configurable post head (#85) * wip * take care of string list types * wip tests * docs * add toml to known_third_party * docs * Bump version: 0.5.0.dev10 → 0.5.0.dev11 * only release when markata is changed * update changelog * migrate redirects * allow template variable in head config (#88) * allow template variable in head config * this is toml * show example of template variable in head * format * format * Bump version: 0.5.0.dev11 → 0.5.0.dev12 * expose __version__ to templates (#89) * expose __version__ to templates * changelog * handle default missing head * jinja_md ignore post_template * remove commented config * update changelog * update changelog * ignore posts missing an html attribute (#92) * ignore posts missing an html attribute * update changelog * merge config_overrides from articles into render methods of plugins - HOLD (#91) * merge config_overrides from articles into render methods of plugins * fix syntax error * make it work * reset logging config * remove print statements * remove commented code * fix up config_overrides example * format with black * Bump version: 0.5.0.dev12 → 0.5.0.dev13 * fix only look at post, not post.metadata, not everything implements metadata * Bump version: 0.5.0.dev13 → 0.5.0.dev14 * create ipython extension (#79) * create ipython extension * update changelog * also map markata to the instance * update changelog * Bump version: 0.5.0.dev14 → 0.5.0.dev15 * create new cli (#93) * create new cli * link the plugins * changelog update * format with black * fix: images wrapped in a link overflow outside the body (#96) * fix: images wrapped in a link overflow outside the body * update changelog * create project-gallery (#95) * feat:service-worker plugin (#94) * feat:service-worker plugin * docs * need to allow precache to be applied to feed * format with black * use latest version of hatch-actio * update docs * update changelog * remove broken script * Bump version: 0.5.0.dev15 → 0.5.0.dev16 * fix/relative icon should be absolute (#97) * feat:service-worker plugin * docs * need to allow precache to be applied to feed * format with black * use latest version of hatch-actio * update docs * update changelog * remove broken script * fix: icon link should be absolute not relative * update changelog * add pr link * add version * Bump version: 0.5.0.dev16 → 0.5.0.dev17 * fix: auto_descriptions were not created before running jinja_md (#100) * fix: auto_descriptions were not created before running jinja_md * changelog * Bump version: 0.5.0.dev17 → 0.5.0.dev18 * give unique title and description to redirect pages (#101) * give unique title and description to redirect pages * update changelog * Bump version: 0.5.0.dev18 → 0.5.0.dev19 * update readme (#102) Co-authored-by: autobump <autobump@markata.dev> Co-authored-by: autobump <autobump@users.noreply.github.com> Co-authored-by: Meet Rajesh Gor <40317114+Mr-Destructive@users.noreply.github.com>
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.