Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-scholar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caesr-pub
jekyll-scholar
Commits
88df06a2
Commit
88df06a2
authored
Apr 23, 2012
by
Sylvester Keil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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.
...
@@ -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
Let's say you have two bibliographies stored in
`_bibliography/books.bib`
and
`_bibliography/papers.bib`
; you can include the bibliographies on your site
`_bibliography/papers.bib`
; you can include the bibliographies on your site
by respectively calling
`{% bibliography books %}`
and
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
title: My References
...
@@ -117,7 +118,7 @@ by respectively calling `{% bibliography books %}` and
...
@@ -117,7 +118,7 @@ by respectively calling `{% bibliography books %}` and
If you want to reference books or papers from your bibliography in your blog
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
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
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:
following blog post:
---
---
...
...
lib/jekyll/scholar/version.rb
View file @
88df06a2
module
Jekyll
module
Jekyll
class
Scholar
class
Scholar
VERSION
=
'0.0.
2
'
.
freeze
VERSION
=
'0.0.
3
'
.
freeze
end
end
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