Kaushal Modi
|
cb2ed1de07
|
Allow removing front-matter keys using hugo_front_matter_key_replace
Simply set the "newkey" to "nil". See
https://ox-hugo.scripter.co/doc/replace-front-matter-keys/#removing-keys
|
8 years ago |
Kaushal Modi
|
99246ed764
|
Minor rewording in the manual
|
8 years ago |
Kaushal Modi
|
6bb23e48f7
|
Update doc and test site themes
|
8 years ago |
Kaushal Modi
|
a8f0ee25c8
|
Update TOC documentation
|
8 years ago |
Kaushal Modi
|
4a77747243
|
Minor refactoring
Prevent current-level-inner and relative-level calculation if local is
nil.
|
8 years ago |
Kaushal Modi
|
37e4f0f34f
|
Don't export unnecessary CSS classes
|
8 years ago |
Kaushal Modi
|
4ed632e934
|
Update the "#+toc: headlines N local" test
|
8 years ago |
Kaushal Modi
|
8e21f31e75
|
Update an example site domain
Ref: https://github.com/zzamboni/zzamboni.org/issues/2#issuecomment-411203805
|
8 years ago |
Kaushal Modi
|
03fe85af36
|
Fix exporting #+toc keyword with 'local'
Fixes https://github.com/kaushalmodi/ox-hugo/issues/183.
|
8 years ago |
Kaushal Modi
|
850c10d063
|
Update "#+begin_export html" test
|
8 years ago |
Kaushal Modi
|
c5bccd5b77
|
Add more detail to the Image Links test case
|
8 years ago |
Kaushal Modi
|
a2f83d9977
|
Update doc and test site themes
|
8 years ago |
StevenTammen
|
f611dd60c2
|
Update users.toml
|
8 years ago |
Puneeth Chaganti
|
94c57ebb61
|
users.toml: Remove an undeployed site
|
8 years ago |
Kaushal Modi
|
dc4e54c636
|
Fix a test
|
8 years ago |
Kaushal Modi
|
4db4e78b51
|
Make the Author documentation thorough
Ref: https://github.com/kaushalmodi/ox-hugo/issues/180,
https://github.com/kaushalmodi/ox-hugo/issues/178
|
8 years ago |
Kaushal Modi
|
40c7f33447
|
301 https://ox-hugo.netlify.com/* to https://ox-hugo.scripter.co/*
|
8 years ago |
Kaushal Modi
|
e36e557cb8
|
Minor formatting edits to the previous commit
|
8 years ago |
Alejandro Alcalde
|
f5ceeef456
|
Added author section, to document #178
|
8 years ago |
Kaushal Modi
|
081a4a977a
|
Add more example sites!
Thanks to @zmaas, @maciejkula, @petercheng00, @somssi, @palikar,
@stingh711 and @mclearc for sharing their Org site source in public.
(Let me know if I shouldn't have added your site here; I'll remove
it.)
|
8 years ago |
Kaushal Modi
|
bf76cc7e96
|
Document the csl meta-data
|
8 years ago |
Kaushal Modi
|
f2a65175e3
|
Move the location of test .bib files
|
8 years ago |
Kaushal Modi
|
f225884e26
|
Remove unnecessary file-truename step
The --bibliography file names are always relative to the directory
containing the Org file.
|
8 years ago |
Kaushal Modi
|
b7e04248bf
|
Fix error when using #+bibliography keyword instead of property
|
8 years ago |
Kaushal Modi
|
dd16904e31
|
Add test for complex lists for Pandoc output
Remove that caveat from manual -- Doesn't seem to apply much anymore as
the Pandoc output seems to work with Blackfriday in all these tests.
|
8 years ago |
Kaushal Modi
|
00a6794684
|
Fix fenced code blocks in Pandoc output
|
8 years ago |
Kaushal Modi
|
83858559ce
|
More citation tests
Fixes https://github.com/kaushalmodi/ox-hugo/issues/177.
|
8 years ago |
Kaushal Modi
|
03f7fa45f7
|
Support Pandoc link-citations meta-data; add test
Ref: https://github.com/kaushalmodi/ox-hugo/issues/177
|
8 years ago |
Kaushal Modi
|
c8770f4bdb
|
Disable Pandoc fenced divs, now allowing ox-hugo inserted HTML divs
This also drastically reduced the Pandoc output cleanup complication.
|
8 years ago |
Kaushal Modi
|
4e4e7d21d4
|
Use HTML class instead of id for "references"
|
8 years ago |
Kaushal Modi
|
5b9fdd5c88
|
Typo: Add missing not
|
8 years ago |
Kaushal Modi
|
eaaed01f6b
|
Make Pandoc output Markdown footnote style consistent with ox-hugo
|
8 years ago |
Kaushal Modi
|
19cf97ddaf
|
Fix typo in a test
|
8 years ago |
Kaushal Modi
|
38775bdb5d
|
Don't require ox-hugo-pandoc-cite unless Pandoc parsing is enabled
|
8 years ago |
Kaushal Modi
|
c972c313b6
|
Doc fix
|
8 years ago |
Kaushal Modi
|
b78ddba898
|
Restore Ox-hugo exported Markdown file if Pandoc output has no refs
|
8 years ago |
Kaushal Modi
|
bb6575b0e1
|
Show an alert message if Pandoc run buffer is not empty
|
8 years ago |
Kaushal Modi
|
6c94396a61
|
Don't run Pandoc at all if neither nocite nor citation keys present
|
8 years ago |
Kaushal Modi
|
b06185716e
|
Make Pandoc first output to a temp file; contents are copied later
|
8 years ago |
Kaushal Modi
|
cb2558b65a
|
Fix case where citations are enabled, but no citations exist
|
8 years ago |
Kaushal Modi
|
d17086302c
|
Add caveat about Pandoc Citations
|
8 years ago |
Kaushal Modi
|
40899b15ee
|
Update Pandoc Citations documentation
Fixes https://github.com/kaushalmodi/ox-hugo/issues/175.
|
8 years ago |
Kaushal Modi
|
e62cc259d2
|
Make Pandoc export to Blackfriday compatible Markdown table
Thanks to Daniel Stall from
https://groups.google.com/d/msg/pandoc-discuss/PvMKmgVeO3w/oqP6mKHoAgAJ
Add "-simple_tables+pipe_tables" to "-t markdown-citations".
|
8 years ago |
Kaushal Modi
|
393b20992b
|
Throw user-error if pandoc run fails
Also refactor the functions/vars in ox-hugo-pandoc-cite.el: ox-hugo ->
org-hugo.
|
8 years ago |
Kaushal Modi
|
7c2a51ff7f
|
Minor refactoring of tests
Inherit the common Pandoc citation meta data for the Citations TOML
and YAML tests.
|
8 years ago |
Kaushal Modi
|
3dcec7e27e
|
Don't force the final front-matter to YAML because of Pandoc
|
8 years ago |
Kaushal Modi
|
c6949a5d89
|
Add few comments to the citations test
Ref: https://github.com/kaushalmodi/ox-hugo/issues/175
|
8 years ago |
Kaushal Modi
|
3d590d0525
|
Print the full pandoc command in Messages
|
8 years ago |
Kaushal Modi
|
96d13b1b96
|
Convert the Pandoc inserted ":::" to more sensible div wrappers
|
8 years ago |
Kaushal Modi
|
db1025c8b0
|
Apparently the "--filter pandoc-citeproc" is redundant here
|
8 years ago |