-
Notifications
You must be signed in to change notification settings - Fork 16
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 a converter that finds gist URLs and converts these to gist shortcodes for Hugo #39
Conversation
b66de0d
to
b2fbdb9
Compare
3127932
to
7f18f47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution.
@lawrencegripper did you mistakenly mark this as a |
No worries thanks for the tool, it's awesome.
I'm still testing it out on my blog that I'm migrating. I've hit a few other entries where I use Thanks for the 👀 - will be back shortly with updated version. |
🤞 this is good to go, it now handles gists that where added with new block editor and gists added with the old markdown syntax
|
These break the hugo serve and embedding.
@lawrencegripper there are a few linter issues before this can be merged in
Ref: https://github.com/ashishb/wp2hugo/actions/runs/10709341180/job/29693758685?pr=39 |
I hit an issue with I've used a similar approach to find I can split this one out into a different PR if you'd prefer |
Linting issues should be fixed now 🤞 |
Huge variance here
Yeah, that would be preferable. |
1. Run wp2hugo with PR ashishb/wp2hugo#39 2. Remove drafts with `grep --recursive 'draft: "true"' ./generated-2024-09-04-20-28-34 -l | xargs -n 1 rm` 3. Manually remove old pages 4. Add .gitignore
No description provided.