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
1661884157
Add Ken Grime's ox-hugo generated site
...
See https://www.kengrimes.com/ox-hugo-tutorial/ for his excellent and
detailed writeup on ox-hugo.
8 years ago
Kaushal Modi
22622b3b3c
Update description special block example
8 years ago
Kaushal Modi
f9a8513cca
Add more real world examples
...
Thank you @ldenman and @amca01 for sharing the site Org source.
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
15a6df059f
Github ignores #+begin_note block completely; so reorg prev commit
8 years ago
Kaushal Modi
8f2b42ca05
Move the "Real World Examples" link
8 years ago
Kaushal Modi
3d91d3377e
Don't run "make doc" on Travis
...
Travis does not like getJSON command in Hugo, and fails.
Netlify/Travis: 1/0
8 years ago
Kaushal Modi
0b1450f46c
Add search and sorting to the examples table
...
Thanks to datatables.net:
https://datatables.net/examples/basic_init/table_sorting.html
8 years ago
Kaushal Modi
305e535df0
Add one more real world example
8 years ago
Kaushal Modi
0dcd2e76a7
Add tags to summary splitter test
8 years ago
Kaushal Modi
23a8b006f5
Update GitHub README
8 years ago
Kaushal Modi
3a671caadb
See if setting sudo: true fixes the getJSON issue on Travis
...
I don't see this issue on Netlify where I build the doc site, but
Travis fails with this:
Hugo Static Site Generator v0.39-DEV-0E8B3CBC:CHROMA-17C7658 linux/amd64 BuildDate: 2018-04-09T08:16:00-0400
Building sites …
ERROR 2018/04/09 18:39:14 Failed to get json resource https://api.github.com/repos/kaushalmodi/ox-hugo/branches/master with error message Failed to retrieve remote file: Forbidden
ERROR 2018/04/09 18:39:14 Error while rendering "page" in "doc/": template: /home/travis/build/kaushalmodi/ox-hugo/doc/layouts/_default/examples.html:16:37: executing "main" at <getJSON (printf "htt...>: error calling getJSON: Failed to retrieve remote file: Forbidden
make[1]: *** [hugo] Error 255
8 years ago
Kaushal Modi
1cece0289f
Add a note about the "Last Updated" dates in the previous commit
8 years ago
Kaushal Modi
56da5eec09
Use Hugo getJSON to get last committed dates for Examples
8 years ago
Kaushal Modi
c483894c4e
Add one more real world example
8 years ago
Kaushal Modi
74e565b633
Add one more real world example
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
a9ec706604
Refactor org-hugo--quote-string
...
This commit shouldn't change any functionality in
org-hugo--quote-string.. at least for the use-cases that I can think
of. So the tests at least still pass.
If you ended up reading this commit message trying to figure out an
issue with front-matter quoting, open an issue!
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
ab0ccf2e8e
Inherit the HUGO_SERIES property
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
2269e75548
Document the Org capture template fn for Page Bundle posts
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
8c792bd2c4
Allow HUGO_LAYOUT property to get inherited too
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
Kaushal Modi
dd4c4e575a
Highlight the active menu item # doc site
8 years ago
Kaushal Modi
e74577c8cf
Add external link arrows for test site and issues page
8 years ago
Kaushal Modi
485aea3caf
Update doc and test site themes
8 years ago
Kaushal Modi
609cf10db7
Fix RSS feeds for doc and test sites
8 years ago
Kaushal Modi
a772c38fd1
Display Tags/Categories only if non-null # doc, test site search
8 years ago
Kaushal Modi
e9c1525466
Fix search url for doc site
8 years ago
Kaushal Modi
73b84fccfd
Add Search to test site
8 years ago
Kaushal Modi
15d5ef2ddc
Add Search to doc site
8 years ago