Kaushal Modi
cde5cfb980
Update hugo-debugprint submodule
8 years ago
Kaushal Modi
bc70df5527
Update hugo-bare-min-theme for Hugo 0.42
...
Add hugo-search-fuse-js submodule
8 years ago
Kaushal Modi
6325a377d2
Update hugo-bare-min-theme for Hugo 0.42
8 years ago
Kaushal Modi
bbba8fc073
Add example of author>authors front-matter replacement
...
Ref: https://github.com/MunifTanjim/minimo/issues/142
8 years ago
Kaushal Modi
c504e21c62
Leave the front-matter values that would be bigints as strings
8 years ago
Kaushal Modi
49ac57709c
Support links to CUSTOM_ID's of Org files
...
This commit adds more support to cross-linking of Org files, though
only for the per-file export flow.
Now a link like [[./foo.org::#bar]] will export to {{< relref
"foo#bar" >}}.
8 years ago
Kaushal Modi
bf68e6b175
More details/summary tests
8 years ago
Kaushal Modi
c860032e8e
Update an inline HTML -- Special Block test based on prev commit
8 years ago
Kaushal Modi
3896f2940b
Move the details Special Block parsing to ox-blackfriday
...
Change the open drawer attr_html syntax from "open" to ":open t" to
fit with general Org attr_html syntax.
Always insert a newline before/after the string wrapped by inline HTML
elements.
8 years ago
Kaushal Modi
b23348cd84
Update documentation and tests about details/summary
...
Related to
2bc4448841
Discussion on Org mailing list on why this change was made:
http://lists.gnu.org/r/emacs-orgmode/2018-05/msg00456.html
Thanks to Aaron Ecay for nudging to do the Right Thing(TM) and not use
the hackish "---" summary divider approach.
8 years ago
Kaushal Modi
2bc4448841
Use "summary" Org Special Block instead of the "---" string
8 years ago
Kaushal Modi
ce8985b711
Test multi-paragraph summaries
8 years ago
Kaushal Modi
2b13d18e16
Add support for <details> disclosure widget
8 years ago
Kaushal Modi
3a9a676e17
Add a test case for paragraphs in lists
8 years ago
Kaushal Modi
4fbcb88143
Make the nested lists test more interesting
8 years ago
Kaushal Modi
422a80ce94
Add test for an ordered list following an ordered list
8 years ago
Kaushal Modi
17560ce15b
Add test for "replace double-underscores with space in Org TODO kwd"
...
Feature was added in
https://github.com/kaushalmodi/ox-hugo/commit/7691f0453b .
8 years ago
Kaushal Modi
f87c82a0d5
Update tests
8 years ago
Kaushal Modi
c2a636c2c8
Add headless bundle source link in the headless bundle test
8 years ago
Kaushal Modi
5c15470e61
Add test for code blocks in list using highlight shortcode
...
- https://github.com/kaushalmodi/ox-hugo/issues/161
- https://github.com/gohugoio/hugo/issues/4717
8 years ago
Kaushal Modi
58a4aef012
Add an example showing how to wrap Org headings in HTML tags
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/160
8 years ago
Kaushal Modi
5accde7f69
Fix typo in test
...
"file:https:" is not valid Org link! It has to be either "file:" or
"https:".
Minor update to test site theme.
8 years ago
Kaushal Modi
dff9b47584
Replace external domain image links with local #test site
...
Fix the CSP blocks
8 years ago
Kaushal Modi
cf05d9f568
Add hashes for Privacy Badger injected scripts #csp
...
Privacy Badger version 2018.04.23:
- 'sha256-kNsowQfHpWMrbQG7AtSzSuMQg2t/YKwmDWdqeKfm4BI='
- 'sha256-afSIEhWGAPlY458Q4YkhPLVnsVEBh/u5YNlpg6od8TU='
- https://github.com/EFForg/privacybadger/issues/1793#issuecomment-385520982
- 29fc983ac7/netlify.toml (L174-199)
8 years ago
Kaushal Modi
31267fe39c
Update doc and test site themes
8 years ago
Kaushal Modi
b538c9a452
More CSP-compliance #test site
8 years ago
Kaushal Modi
f0dd0e2cbe
Support image copying for the homepage branch bundle case
...
This is the case when both `HUGO_SECTION` and `HUGO_BUNDLE` are `/`.
Fixes https://github.com/kaushalmodi/ox-hugo/issues/155 .
8 years ago
Kaushal Modi
974d8cd2c4
Update test and doc site themes
8 years ago
Kaushal Modi
615e2d5d85
Add forced line break examples to multi-line descriptions
8 years ago
Kaushal Modi
7390d220ea
Fix typo in previous test update
...
Also update the test site theme again.
8 years ago
Kaushal Modi
b90d8254c9
Update "#+begin_export html" test
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/154
Also update the doc and test site themes.
8 years ago
Kaushal Modi
0dcd2e76a7
Add tags to summary splitter test
8 years ago
Kaushal Modi
f380d681c8
Add Real World Examples!
...
@punchagan @lambdaloop @shimmy1996 @isaaczhou @zzamboni @dmolina
@shanesssveller @edkolev @vinurs @xianmin @jwiegley
See https://ox-hugo.scripter.co/doc/examples/ .
8 years ago
Kaushal Modi
428afda667
Escape backslashes in front-matter
...
- Handle single-line and multi-line front-matter values for both TOML
and YAML.
8 years ago
Kaushal Modi
f49af5a420
Add monospace markup to description special block tests
8 years ago
Kaushal Modi
a806ce53d2
Add mathjax tag and description fm to equation tests
8 years ago
Kaushal Modi
68e74bb416
Update test site theme
8 years ago
Kaushal Modi
593082988c
Fix the case where a fm key value is an elisp symbol
...
Example:
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :random '((foo . bar))
8 years ago
Kaushal Modi
fe5b77f9ad
Refactor few tests in Org
...
- doesn't change the exported Markdown
8 years ago
Kaushal Modi
c5f834a447
Fix version str like "6.17.00" being incorrectly detected as floats
...
Also update the test site theme
8 years ago
Kaushal Modi
8d2ccf4ffd
Update a test case for a Blackfriday bug
...
https://github.com/russross/blackfriday/issues/239
8 years ago
Kaushal Modi
2a762a453a
HTML validation and consistency edits: Ending HTML tags in spcl blks
...
Now, the ending </tag> or </div> inserted as part of special block
exports will have an empty newline before that closing tag.
8 years ago
Kaushal Modi
21a479f5ad
Support mailto: in links
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/149 .
8 years ago
Kaushal Modi
316e702c42
Add a test case for Page Bundle export using file-based flow
8 years ago
Kaushal Modi
edf9c71fa3
Support Org center block
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/148 .
8 years ago
Kaushal Modi
480aa31fe1
Now "\\" at end of line forces a line break
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/147 .
8 years ago
Kaushal Modi
c48f0d513e
Update Headless Bundle test; also update test site theme
8 years ago
Kaushal Modi
d64c1dc5a9
Move test site specific file from theme to site layouts dir
8 years ago
Kaushal Modi
c05349dac5
Update doc and test site themes
8 years ago
Kaushal Modi
1fdc84ea3b
Create index.json in the "search" layout # doc, test sites
...
With this, there is no need to tweak Outputs in site config.
8 years ago