Skip to content

The hugo source code for the ResearchSchool website.

License

Notifications You must be signed in to change notification settings

researchschool/hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo source code for the ResearchSchool website

Deployment

  1. Make the site pretty and work locally.
    hugo server
    # or:
    hugo server -t <THEME>
    
  2. Delete the public folder.
    rm -rf public
    
  3. Make a "public" submodule.
    git submodule add -b master [email protected]:researchschool/researchschool.github.io.git public
    
  4. Build the website with the deploy.sh script.
    ./deploy.sh <MESSAGE>
    

About

The hugo source code for the ResearchSchool website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages