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: add theme as hugo module #47

Merged
merged 1 commit into from
Jun 22, 2024
Merged

feat: add theme as hugo module #47

merged 1 commit into from
Jun 22, 2024

Conversation

cjshearer
Copy link
Owner

@cjshearer cjshearer commented 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

@cjshearer cjshearer force-pushed the feat/add-hugo-module branch 2 times, most recently from f9eb337 to 45a77df Compare June 22, 2024 19:54
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
@cjshearer cjshearer merged commit d5aff7e into main Jun 22, 2024
2 checks passed
@cjshearer cjshearer deleted the feat/add-hugo-module branch June 22, 2024 20:59
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.

feat: distribute theme with hugo modules
1 participant