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: distribute theme with hugo modules #34

Closed
cjshearer opened this issue Feb 8, 2024 · 0 comments · Fixed by #47
Closed

feat: distribute theme with hugo modules #34

cjshearer opened this issue Feb 8, 2024 · 0 comments · Fixed by #47
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cjshearer
Copy link
Owner

I need to learn more about hugo modules, their capabilities and limitations to understand how I can distribute this as a theme. My main concern is if tailwindcss will work with that method of distribution.

I'll also need to start versioning the theme, although I should have been doing that anyway

@cjshearer cjshearer added enhancement New feature or request help wanted Extra attention is needed labels Feb 8, 2024
cjshearer added a commit that referenced this issue Jun 22, 2024
This commit exposes the theme as a hugo module
that can be imported into other hugo websites. As
a part of this change, it moves the example of the
website to a standard `exampleSite`.

Another change that comes with this commit is the
transition of all linting and formatting
tools/checks away from node, towards tools that
are installed and used with nix. This is done
primarily because consumers of the theme will need
to download the same node dependencies as our repo
has, and I don't want there to be any extraneous
dependencies that are purely used for managing
this repository.

resolves #34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant