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
Kaushal Modi
e6e58a6e7e
Revert workaround done in 30f1e1e735
...
Now that this bug is fixed in Org 9.2.
See:
- https://lists.gnu.org/r/emacs-orgmode/2019-01/msg00052.html
- 34e5dcfb06
Fixes https://github.com/kaushalmodi/ox-hugo/issues/252 .
7 years ago
Kaushal Modi
798df62efb
Update hugo-search-fuse-js
7 years ago
Kaushal Modi
cbd8f8375a
Move location of a test SVG file
7 years ago
Kaushal Modi
6731776300
Support em-dash, en-dash, etc. in inlined SVG captions
7 years ago
Kaushal Modi
527e53df50
Support captions for inlined SVGs
7 years ago
Kaushal Modi
e57f417664
Support inlining SVGs
...
Introduce a new HTML attribute:
#+attr_html: :inlined t
Fixes https://github.com/kaushalmodi/ox-hugo/issues/253 .
7 years ago
Kaushal Modi
57f9d4368f
Makefile: Add more vchecks as appropriate
7 years ago
Kaushal Modi
14ecc116c5
Minor: Remove duplicate tags from few tests
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/252
7 years ago
Kaushal Modi
47d8dd1ac4
Apply the org-todo span tag to TODO headings demoted to lists too
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/250
7 years ago
Kaushal Modi
43557daaea
Fix: Don't drop the char after -- or --- in post titles
7 years ago
Kaushal Modi
87b3dcdefd
Fix: Effective heading level needs to be calc for non-zero loffset
...
.. which defaults to 1.
7 years ago
Kaushal Modi
59bbff9460
Prevent getJSON calls when running hugo server
...
.. to prevent rate limiting from GitHub API.
7 years ago
Kaushal Modi
7a6fad8e70
Add deprecation notice about `ox-hugo-auto-export`
...
Also:
- Add the deprecation notice link to the warning.
- Remove relics of `ox-hugo-auto-export` mentions.
7 years ago
Kaushal Modi
e3dac33bf0
Add Requirements section in Meta
7 years ago
Kaushal Modi
16bbc1b0d0
Update GitHub docs
7 years ago
Kaushal Modi
4a768c2f8b
Fix (error (void-function org-hugo-auto-export-mode)) during make
7 years ago
Kaushal Modi
112a79deb3
Make the file name match the minor mode name
7 years ago
Kaushal Modi
c4eeed542f
Show warning when user requires the old ox-hugo-auto-export.el
7 years ago
Kaushal Modi
66d632be20
Use the correct approach for enabling auto-fill-mode
...
auto-fill-mode is not a traditional minor mode. And even if it were a
minor mode, the Emacs manual explicitly suggests to NOT use (mode
. MODENAME) convention for enabling minor modes.
7 years ago
Evgeni Kolev
9c8af09ee5
Use `real-this-command` to determine if Org Capture is in progress
7 years ago
Kaushal Modi
64a34812a0
Refactoring to use org-hugo-auto-export-mode elsewhere in the repo
7 years ago
Evgeni Kolev
984ba8d8a9
Update docs about auto exporting via the minor mode
7 years ago
Kaushal Modi
43dd925902
Update the .dir-locals.el files to use org-hugo-auto-export-mode
7 years ago
Evgeni Kolev
ba944c685e
Initial version of minor mode for auto exporting
7 years ago
Evgeni Kolev
88af4945da
Revive the old ox-hugo-auto-export.el for now
7 years ago
Evgeni Kolev
0a5af8a103
Rename ox-hugo-auto-export.el -> ox-hugo-auto-export-mode.el
7 years ago
Kaushal Modi
8caa6757df
Make 'make clean' safer
...
Do rm -rf only of subdirs through find command.
7 years ago
Kaushal Modi
4f4fabbec7
Revert back to trusty dist as the emacs binary is built on that
...
.. and it relies on the libgnutls library (and probably more) from that
OS version.
Also:
- Remove sudo: true; not needed
7 years ago
Kaushal Modi
7c010db1b7
Update dist; use minimal/sh language image
7 years ago
Kaushal Modi
bb1d7b95ac
Do not cache getJSON retrieved data for the doc site
7 years ago
Kaushal Modi
48e28a2720
Looks like I cannot extract emacs binary to any arbitrary location
7 years ago
Kaushal Modi
5beb62f259
Create OX_HUGO_TMP_DIR if it doesn't already exist
7 years ago
Kaushal Modi
1e7fcde990
Update PATH for Travis so that Pandoc bins are found during test
7 years ago
Kaushal Modi
4bea80df00
Make the dir of emacs binary extraction consistent with other bins
7 years ago
Kaushal Modi
5fa6ab8474
The env var USER is undefined on Netlify; so define it to something
7 years ago