Skip to content

cgenglab/cgenglab.github.io

 
 

Repository files navigation

We use Wowchemy template (https://github.com/wowchemy/starter-hugo-research-group) for our website.

Look at the document at (https://wowchemy.com/docs/)

Set up environment

look at netlify.tomlto find the version of hugo.

Install hugo_extended, not hugo of the version from Hugo's GitHub.

https://github.com/gohugoio/hugo/releases

Install go-lang

Quick Preview

$ hugo server

Then, look at http://localhost:1313

Updating Publication

To add publication, make a new folder under content/en/publication and put a markdown document index.md.

Updating Members

To add members, make new folders under content/en/authors and content/jp/authorsand put markdown a document _index.md in each folder.

Upload the Webpage

Upload the webpage by pushing to the github remote repository

$ git add .
$ git commit -m "explain about the update here"
$ git push

Notes

  • Please don't put a large file in the repository (e.g., PDF and video of the paper). It will significantly slow the git down. Also GitHub doesn't allow large files in the repository (Don't use "Git Large File").

About

lab's webpage (ver. 2 under construction)

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages

  • HTML 91.5%
  • SCSS 8.5%