Skip to content

CodeYourFuture/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

test

a test repo for testing random things

hugo new site org-{your-org-name}
cd org-{your-org-name}
  1. Initialise your new site as a hugo module, as only modules can import modules:
hugo mod init github.com/CodeYourFuture/curriculum/org-{your-org-name}

Then add the common theme and content modules as hugo modules to hugo.toml:

[module]
  [[module.imports]]
    path = \"github.com/CodeYourFuture/curriculum/common-theme\"
  [[module.imports]]
    path = 'github.com/CodeYourFuture/curriculum/common-content'
    [[module.imports.mounts]]
      source = /"en/"
      target = "content"

About

a test repo for testing random things

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published