Skip to content

maxthiessen/maxthiessen.github.io

 
 

Repository files navigation

Hints for my Website

This is supposed to be a very lightweight thing. Static site generation at its minimum, basically hand written html with generated bibliography.

Requirements and build

This site was built using

To install bibtexparser, use pip

pip install bibtexparser

Template for bibtex

@article{ln,
publicationtype = {nonarchival},
  pdf = {},
  poster = {},
  slides = {},
  video = {},
  code = {},
  reviews = {},
  venuetype = {},
  venueurl = {},
  author       = {},
  title        = {},
  year = {},
  journal = {},
  volume = {}, 
  comment = {},
}
@inproceedings{ln,
publicationtype = {nonarchival},
  pdf = {},
  poster = {},
  slides = {},
  video = {},
  code = {},
  reviews = {},
  venuetype = {},
  venueurl = {},
  author       = {},
  title        = {},
  year = {},
  booktitle = {}, 
  comment = {},
}

About

my minimialistic personal website (taken from my colleague https://github.com/pwelke/pwelke.github.io)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 62.5%
  • HTML 26.3%
  • Python 6.7%
  • CSS 4.5%