Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
caesr-pub
jekyll-scholar
Commits
88df06a2
Commit
88df06a2
authored
Apr 23, 2012
by
Sylvester Keil
Browse files
updated readme
0.0.3
parent
a1ad6904
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+3
-2
lib/jekyll/scholar/version.rb
lib/jekyll/scholar/version.rb
+1
-1
No files found.
README.md
View file @
88df06a2
...
...
@@ -92,7 +92,8 @@ also pass in a name to tell Jekyll-Scholar which bibliography it should render.
Let's say you have two bibliographies stored in
`_bibliography/books.bib`
and
`_bibliography/papers.bib`
; you can include the bibliographies on your site
by respectively calling
`{% bibliography books %}`
and
`{% bibliography papers %}`
. For example, if you have a file
`references.md`
:
`{% bibliography papers %}`
. For example, you could have a file
`references.md`
with several reference lists:
---
title: My References
...
...
@@ -117,7 +118,7 @@ by respectively calling `{% bibliography books %}` and
If you want to reference books or papers from your bibliography in your blog
posts, Jekyll-Scholar can help you, too. Simply use the
`cite`
tag with
the appropriate key of the item you want to cite and Jekyll-Scholar will
create a formatted citation reference for you. For quick example, take
create a formatted citation reference for you. For
a
quick example, take
following blog post:
---
...
...
lib/jekyll/scholar/version.rb
View file @
88df06a2
module
Jekyll
class
Scholar
VERSION
=
'0.0.
2
'
.
freeze
VERSION
=
'0.0.
3
'
.
freeze
end
end
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment