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

Commits on Jun 22, 2024

  1. feat: add theme as hugo module

    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 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8b94a3c View commit details
    Browse the repository at this point in the history