We use Wowchemy template (https://github.com/wowchemy/starter-hugo-research-group) for our website.
Look at the document at (https://wowchemy.com/docs/)
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
$ hugo serverThen, look at http://localhost:1313
To add publication, make a new folder under content/en/publication and put a markdown document index.md.
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 by pushing to the github remote repository
$ git add .
$ git commit -m "explain about the update here"
$ git push- 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").