Kaushal Modi
d31eb3199f
Use ` instead of " in Go templates to prevent escaping "
8 years ago
Kaushal Modi
65b9ba2e99
Enable EnforceHTML5 option for htmltest
...
Re-add a user example link.
8 years ago
Kaushal Modi
61bf2fe0e6
Comment out one more site so that the site build passes
8 years ago
Kaushal Modi
3de6e2e2fe
Update a link
8 years ago
Kaushal Modi
7b5de47604
Fix previous commit; make htmltest pass
8 years ago
Kaushal Modi
29a2e5dd69
Flip the previous commit; highlight the secure sites instead
8 years ago
Kaushal Modi
f8dff3fcbf
Highlight insecure sites ;-)
8 years ago
Kaushal Modi
058a101408
Ignore non-secure http domains in user examples
8 years ago
Kaushal Modi
806eca41cc
More link fixing!
...
Thanks to https://github.com/wjdp/htmltest .
8 years ago
Kaushal Modi
60f42a5021
Remove broken links; fix redirects
8 years ago
Kaushal Modi
0af60fc9f2
Use the new var reassignment operator (=) in Go templates
...
Now the minimum Hugo version needed to generate the doc site is 0.48.
8 years ago
Kaushal Modi
51589a42c2
Get the Last Updated times of Org dirs for the Examples page
8 years ago
Kaushal Modi
31156be9cc
Use "make -j1 test" instead of "make test"
8 years ago
Kaushal Modi
d460a150e4
Fix typo
8 years ago
Kaushal Modi
e9e63e370a
Add pandoc mention at few more places
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/195
8 years ago
Kaushal Modi
7185780b90
Add note about pandoc + pandoc-citeproc requirement for devel
...
Move common Org macros to doc-setupfile.org.
Ref: https://github.com/kaushalmodi/ox-hugo/issues/195
8 years ago
Kaushal Modi
fc02bd94c3
More real world examples!
...
Copying @ryancummings , @taipapamotohus , @grugrut , @junahan ,
@alexmurray , @vdemeester and @emacsomancer .
8 years ago
Takaaki ISHIKAWA
35b7e1ae3b
Add a new example site
8 years ago
Kaushal Modi
27c6951439
Fix typo in manual
8 years ago
Kaushal Modi
370d60df0c
Add check that pandoc-citeproc is installed too
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/191#issuecomment-414129378
8 years ago
Kaushal Modi
5cf5520578
Improve the auto-exporting documentation
8 years ago
Kaushal Modi
34343df502
Allow auto-export on save to be enabled using .dir-locals.el
...
Works for either flow: per-subtree or per-file
Fixes https://github.com/kaushalmodi/ox-hugo/issues/185 .
---
- Replace the File local variables with .dir-locals.el.
- Update documentation
8 years ago
Diego Zamboni
982dd08bd8
Updated cf-learn.info URL to https
...
I have migrated my https://cf-learn.info/ website to Netlify as well, and now it enforces SSL connections.
8 years ago
Kaushal Modi
f06f33fc57
Minor doc update
8 years ago
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
8e21f31e75
Update an example site domain
...
Ref: https://github.com/zzamboni/zzamboni.org/issues/2#issuecomment-411203805
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
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
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
03f7fa45f7
Support Pandoc link-citations meta-data; add test
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/177
8 years ago
Kaushal Modi
5b9fdd5c88
Typo: Add missing not
8 years ago
Kaushal Modi
6c94396a61
Don't run Pandoc at all if neither nocite nor citation keys present
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
e94c9d54b2
Don't use Pandoc inserted meta-data
...
Pandoc introduced its citations related meta-data like bibliography
and nocite which I did not prefer for few reasons:
1. It leaks full paths of the user's bibliography files in public.
2. Those meta-data fields are not needed by Hugo.
3. I like my style of YAML list fields better, it's more concise, and
consistent with the YAML front-matter of non-Pandoc-Citation posts.
8 years ago
Kaushal Modi
b111d2a95e
Rename: HUGO_PANDOC_CITEPROC -> HUGO_PANDOC_CITATIONS
8 years ago
Kaushal Modi
ad2f5d0dbb
Support BIBLIOGRAPHY and pandoc-citeproc
...
This is first commit of a series of commits to support
pandoc-citeproc.
New keywords/properties:
- HUGO_PANDOC_CITEPROC
- BIBLIOGRAPHY
Ref: https://github.com/kaushalmodi/ox-hugo/issues/175
8 years ago
Kaushal Modi
a1a2dbfbeb
Add note about org-footnote-section
8 years ago
Cole Lyman
ca690c468d
Added colelyman's site.
8 years ago
Kaushal Modi
c5ba89fbc8
Add clarification about TODO and DONE keywords to the ox-hugo manual
8 years ago