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

refactor!: move resume data to /content #25

Merged
merged 3 commits into from
Nov 4, 2023

Conversation

cjshearer
Copy link
Owner

No description provided.

This commit refactors the resume content in `_index.md` to use a custom
shortcode to render the main content of the resume. This isn't a true
refactor, as some minor spacing improvements between headings within the
main content of the resume have been made.

* build(deps): bump hugo to 0.120.3

This commit moves us from `hugo-bin-extended`, which hasn't had an
update to hugo in quite some time, to `hugo-bin`, which at the time of
writing has the latest hugo version. This update was needed to fix usage
of dynamic tailwind selectors containing characters like '&' and '>'
(see gohugoio/hugo#11372).

* fix: plain text URI display

This commit fixes plain text URI display, replacing the old approach of
parsing and reconstructing the URI with a regex replacement that removes
the `scheme ":" ["//" authority]` from the URI.
@cjshearer cjshearer force-pushed the refactor/move-resume-date-to-content branch from e7280f8 to 95b799b Compare November 4, 2023 22:26
@cjshearer cjshearer merged commit 2892968 into main Nov 4, 2023
2 checks passed
@cjshearer cjshearer deleted the refactor/move-resume-date-to-content branch November 4, 2023 23:42
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

1 participant