Skip to content

Commit

Permalink
Add a BibTeX database and conversion to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Feb 4, 2020
1 parent 0140b9d commit bbeaa00
Show file tree
Hide file tree
Showing 7 changed files with 3,312 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ logo_pixels: 34
color: "#30638e"

markdown: kramdown
exclude: [_site, LICENSE, README.md, vendor]
exclude: [_site, LICENSE, README.md, vendor, papers.bib, update.sh]
2 changes: 2 additions & 0 deletions _data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
links:
- title: Resources
url: resources
- title: Papers
url: papers.html
- title: Implementations
url: implementations
- title: CRDT Glossary
Expand Down
2 changes: 1 addition & 1 deletion _includes/editable.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<a href="{{ site.repo }}/edit/master/{{ page.path }}" target="_blank"><i class="fa fa-edit fa-fw"></i> Edit this page</a>
<a href="{{ site.repo }}/edit/master/{% if page.path == "papers.html" %}papers.bib{% else %}{{ page.path }}{% endif %}" target="_blank"><i class="fa fa-edit fa-fw"></i> Edit this page</a>
<a href="{{ site.repo }}/issues/new?body=Issue%20on%3a%20{{ site.repo }}/tree/master/{{ page.path }}" target="_blank"><i class="fab fa-github fa-fw"></i> Create issue</a>
Loading

0 comments on commit bbeaa00

Please sign in to comment.