Kaushal Modi
d6e22bf3c9
Revert "Just use the input f-or-b-name"
...
This reverts commit be4d99436d .
7 years ago
Kaushal Modi
182987ae6a
Revert "Code cleanup"
...
This reverts commit c29e98b1ee .
7 years ago
Kaushal Modi
c29e98b1ee
Code cleanup
7 years ago
Kaushal Modi
578fa8d5eb
Fix the case where there is whitespace before the special > in verse
...
Any whitespace before the special > char in verse block is now ignored
as expected.
Ref:
02f43722d2
7 years ago
Kaushal Modi
be4d99436d
Just use the input f-or-b-name
7 years ago
Kaushal Modi
c6c25f0475
Pass checkdoc
7 years ago
Kaushal Modi
e2c73850bd
Fix all compilation warnings
7 years ago
Folkert van der Beek
7942e14554
Split org-hugo-export-wim-to-md to multiple functions
7 years ago
Kaushal Modi
7d98174011
Update hugo-bare-min-theme again, for the test site
7 years ago
Kaushal Modi
0f417a94b4
Update Hugo theme components
7 years ago
Kaushal Modi
df527928fc
Cleanup: Remove dead links from Real World Examples
...
Thanks to https://github.com/wjdp/htmltest !
7 years ago
Kaushal Modi
0333b79e5c
Comment out a deleted repo; fix the nightly ox-hugo docs updates
7 years ago
Kaushal Modi
76d2175f77
Add a test for blockquotes in numbered lists
7 years ago
fvdbeek
5d2f56c094
Fix support for spaces in paths referencing to images ( #278 )
...
* Unhexify path to allow spaces (fixes #277 )
* Added image with space in filename
* Updated manual
* Updated test site
* Added image in static directory
* Added .md file
7 years ago
Kaushal Modi
0bb7b2501b
Just removing "dist:trusty" didn't work; try setting xenial directly
7 years ago
Kaushal Modi
aaad250819
Use the default OS on Travis, Xenial, which is newer than Trusty
...
From an email from Noam where I asked him for help with fixing Travis
failures:
> /tmp/emacs/bin/emacs: error while loading shared libraries: libgnutls.so.30: cannot open shared object file: No such file or directory
>
>
> Would you happen to know the sudden cause of this error?
Yes, recently Travis switched to using the "Xenial" (a more recent
Ubuntu) version by default. The old version "Trusty" links to
libgnutls.so.26, which meant that all the old binaries were failing
with "libgnutls.so.26: cannot open..." on newer VMs (e.g.,
https://travis-ci.org/magit/magit/builds/547307424 ). So I rebuilt them
on Xenial.
See also https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476
> For reference:
>
> - https://github.com/kaushalmodi/ox-hugo/blob/master/.travis.yml
If you remove the "dist: trusty" it should work again.
7 years ago
Kaushal Modi
98e6b69f96
Commit remaining portion of the test update done in previous commit
7 years ago
Kaushal Modi
73fd04fdec
Add a test showing the copying of image reference in link descr
...
Ref: https://github.com/kaushalmodi/ox-hugo/pull/276
7 years ago
Kaushal Modi
45cbd5eff3
Add a test for a source block following a list
7 years ago
Kaushal Modi
ad9eb05203
Do not insert newline/space between multibyte chars (e.g. Chinese)
...
https://emacs-china.org/t/ox-hugo-auto-fill-mode-markdown/9547/5
7 years ago
Kaushal Modi
a83cf75e59
Use latest build from emacs-26 branch
...
See https://github.com/npostavs/emacs-travis/releases
7 years ago
Kaushal Modi
bb9c72b103
Allow loading <video> and <audio> elements on doc and test sites
...
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/media-src
7 years ago
Kaushal Modi
25e6aea7ad
Add test that uses embedded HTML with <video> tag
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/275
7 years ago
Kaushal Modi
434cfff4c1
Use org-trim instead of string-trim in the issue #272 test
...
- string-trim is not available on all emacs versions
7 years ago
Kaushal Modi
206de0e82d
Revert "Don't export the tests added in previous commit during "make test""
...
This reverts commit 83e5f78eef .
7 years ago
Kaushal Modi
83e5f78eef
Don't export the tests added in previous commit during "make test"
7 years ago
Kaushal Modi
f8b6ab2619
Add test demoing the use of function call for Org keyword value
...
Thanks @xeijin for this idea!
Ref: https://github.com/kaushalmodi/ox-hugo/issues/272
7 years ago
Kaushal Modi
5be9bae6fe
Inherit the EXPORT_AUTHOR property too
7 years ago
Kaushal Modi
ba9db7318c
Consider .mp4 as an attachment extension
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/274 .
7 years ago
Kaushal Modi
ac3888b848
Fix doc site build
...
Failure: ERROR 2019/05/09 04:01:55 Failed to get JSON resource
"https://aminb.org/micro.json ": Failed to retrieve remote file: Not
Found
Seems like that site is no longer generated using Hugo.
7 years ago
Kaushal Modi
40c56b4656
Update existing tests for the change to org-hugo-slug in last commit
7 years ago
Kaushal Modi
2456ee887a
org-hugo-slug: Convert "+" chars in headings to " plus "
7 years ago
Kaushal Modi
ade6244950
Finally delete the long-deprecated ox-hugo-auto-export.el
...
See
https://ox-hugo.scripter.co/doc/deprecation-notices/#org-hugo-auto-export-feature-now-a-minor-mode .
7 years ago
Kaushal Modi
96562ccb97
Fix typo in previous commit
7 years ago
Kaushal Modi
773f65a663
Update docs on using `description` to gen `summary` for Hugo v0.55.0
...
References:
- https://gohugo.io/news/0.55.0-relnotes/
- 3a62d54745
- https://github.com/gohugoio/hugo/pull/5806
Fixes https://github.com/kaushalmodi/ox-hugo/issues/267 .
7 years ago
Kaushal Modi
1e0130af0a
Fix typo in docs
7 years ago
Kaushal Modi
35e4af4fc4
Fix for deprecations in Hugo v0.55.0 [doc site]
7 years ago
Kaushal Modi
5e2e52b898
Fix for deprecations on Hugo v0.55.0
7 years ago
Kaushal Modi
6bab5b86da
Pending cleanup after last commit
7 years ago
Kaushal Modi
86a6196a43
Make #+exclude_tags work
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/265
7 years ago
Kaushal Modi
57f0c8c91d
Change to reflect the url escaping change in Org mode upstream
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/264
7 years ago
Kaushal Modi
5e2066c7c6
Fix incorrect org_dir for two real world examples
7 years ago
Kaushal Modi
172d59ad90
Use site instead of .Site; don't attempt to use index on nil
7 years ago
Kaushal Modi
f0b9c316c3
Add more real world examples
...
Thank you @xianmin @dkensinger @justinbarclay @bebound @emilioj
@cdodev @lowkey2046 @inzkyk and @drdavis for sharing your site
sources.
7 years ago
Jethro Kuan
9faa9fc6d8
Add braindump.jethrokuan.com to real world users
7 years ago
Kaushal Modi
b31105a11e
Fix the escaping of \{ and \} for Blackfriday parsing to work
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/258 .
7 years ago
Georgy Komarov
38254687af
Add jubnzv.github.io to examples
7 years ago
Kaushal Modi
4b6dcc796d
Part 2 of previous commit
7 years ago
Kaushal Modi
db827e8fe8
Bump Pandoc version to 2.6
...
https://github.com/jgm/pandoc/releases/tag/2.6
7 years ago
Kaushal Modi
d43498221b
Comment out a debug statement introduced in e57f417664
7 years ago