Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jekyll-pandoc-multiple-formats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edsl
jekyll-pandoc-multiple-formats
Commits
73f7e504
Unverified
Commit
73f7e504
authored
7 years ago
by
fauno
Browse files
Options
Downloads
Patches
Plain Diff
now it's a method
parent
c2cdba16
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/jekyll-pandoc-multiple-formats/config.rb
+4
-0
4 additions, 0 deletions
lib/jekyll-pandoc-multiple-formats/config.rb
lib/jekyll-pandoc-multiple-formats/generator.rb
+1
-1
1 addition, 1 deletion
lib/jekyll-pandoc-multiple-formats/generator.rb
with
5 additions
and
1 deletion
lib/jekyll-pandoc-multiple-formats/config.rb
+
4
−
0
View file @
73f7e504
...
...
@@ -34,6 +34,10 @@ module JekyllPandocMultipleFormats
@config
[
'binder'
]
end
def
full_file?
@config
[
'full_file'
]
end
# TODO magic
def
outputs
@config
[
'outputs'
]
...
...
This diff is collapsed.
Click to expand it.
lib/jekyll-pandoc-multiple-formats/generator.rb
+
1
−
1
View file @
73f7e504
...
...
@@ -50,7 +50,7 @@ class PandocGenerator < Generator
@pandoc_files
<<
pandoc_file
end
if
@config
[
'
full_file
'
]
if
@config
.
full_file
?
# For parts to make sense, we order articles by date and then by
# category, so each category is ordered by date.
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment