Commit graph

5 commits

Author SHA1 Message Date
Philipp Winter
2be19b1b6e Add support for net4people links.
We're going to use the `net4people_url` BibTeX key to link to a paper's
net4people discussion.  BibTeX parsers don't know about this key and
should therefore ignore it.
2024-05-25 08:48:25 -05:00
Philipp Winter
99074a5bee Update favicons.
The SVG icon didn't display properly on macOS.
2024-03-15 07:38:47 -05:00
Philipp Winter
f7393f4c83 Re-add the open access logo.
It somehow got lost in the last few commits.
2024-03-10 14:47:16 -05:00
Philipp Winter
bd046c6a76 Delete now-unused files. 2024-03-10 12:08:10 -05:00
Philipp Winter
1eeb1267b3 Add workflows to build and deploy.
This commit adds two GitHub workflows that build and deploy CensorBib.

The "build" workflow is run on every push and verifies the validity of
the .bib file -- as seen by our build tool and *not* by LaTeX!

The "deploy" workflow is run whenenver a branch is merged into master,
at which point CensorBib is automatically built and deployed via GitHub
pages.  This means has two advantages:

* First, I no longer need to manually build and deploy CensorBib, and
  can point the domain censorbib.nymity.ch to GitHub pages.

* Second, CensorBib will also be available under
  https://nullhypothesis.github.io/censorbib/
  which may be helpful to users for who my domain is blocked.
2024-03-10 12:08:10 -05:00