Skip to content

rectcoordsystem/kaist-hacking.github.io

 
 

Repository files navigation

kaist-hacking.github.io

Setup environment

  1. Install hugo (https://gohugo.io/getting-started/installing/)

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r ./requirements.txt

Add a new publication

  1. Update assets/pubs/{conf, pub}.bib.
  2. Add ${paper}-abstract.md, ${paper}-slides.pdf, and ${paper}.pdf
  3. Then, run
$ ./bin/make_pub.py

Add a new person

Please add your profile in content/author.

Add news

Modify content/home/news.md.

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 51.2%
  • HTML 32.1%
  • JavaScript 6.9%
  • Jupyter Notebook 3.8%
  • TeX 3.5%
  • Python 1.4%
  • Other 1.1%