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

feat: universalize #64

Merged
merged 15 commits into from
Nov 2, 2024
Merged

feat: universalize #64

merged 15 commits into from
Nov 2, 2024

Conversation

cjshearer
Copy link
Owner

This is yet another PR with way too much stuff in it.

The ultimate goal to make this a general hugo theme that supports arbitrary content, upon which I
happen to build a resume and blog. I still need to add a list template for handling the latter, but
I'm carving this off now to get some other work done.

The site is now composed of a list of head partials, a menu used for the header and footer,
between which the content of a page is rendered. Most of these elements are, or will be configurable
or overridable from hugo.toml.

Along the way, I removed tailwindcss, as I don't have a component heavy website layout and the
dependency adds more complexity than value.

I have also removed some of the components from the main css and moved them into something specific
for my site (see exampleSite/assets/custom.css).

This is yet another commit with way too much stuff
in it.

The ultimate goal to make this a general hugo
theme that supports arbitrary content, upon which
I happen to build a resume and blog. I still need
to add a list template for handling the latter,
but I'm carving this off now to get some other
work done.

The site is now composed of a list of `head`
partials, a menu used for the header and footer,
between which the content of a page is rendered.
Most of these elements are, or will be
configurable or overridable from `hugo.toml`.

Along the way, I removed tailwindcss, as I don't
have a component heavy website layout and the
dependency adds more complexity than value.

I have also removed some of the components from
the main css and moved them into something
specific for my site (see
`exampleSite/assets/custom.css`).
@cjshearer cjshearer merged commit db24191 into main Nov 2, 2024
2 checks passed
@cjshearer cjshearer deleted the feat/remove-tailwind branch November 2, 2024 17:24
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.

1 participant