Kaushal Modi
414ad5edc3
Make "make doc" build GitHub docs too
9 years ago
Kaushal Modi
8025ae5557
Add requirements.txt so that Netlify installs Pygments
9 years ago
Kaushal Modi
436090078a
Tweak the doc and test site footers
9 years ago
Kaushal Modi
2951ae3317
Publish documentation using Hugo
...
Get rid of the Github Wiki
9 years ago
Kaushal Modi
ba9e8365f6
Prevent error if input to org-hugo--quote-string is an empty string
9 years ago
Kaushal Modi
8a433e9681
"Example" Site -> "Test" Site
9 years ago
Kaushal Modi
b09e0625a6
Update .PHONY in Makefile
9 years ago
Kaushal Modi
aec8458fc5
Few more example-site bare_min theme tweaks
9 years ago
Kaushal Modi
0e820c02e9
Tweak GitInfo debug info in example-site
9 years ago
Kaushal Modi
d7bcaf6a83
Minor improvements to the example site
9 years ago
Kaushal Modi
9f062aeeb4
Add Meta Features section in README
9 years ago
Kaushal Modi
5ec15d4376
Add link to Hugo published Demo site!
9 years ago
Kaushal Modi
1cfb3875db
Add travis test status badge
9 years ago
Kaushal Modi
59f00039bd
After a lot of attempts.. finally #travisci
...
* .travis.yml
- Set the time-zone to America/New_York so that the time stamps (with
zone) match with those in the reference md files.
* Makefile
- Do a detailed diff between files.. don't use -q/--brief
- Switch to org-plus-contrib as (package-installed-p 'org) will always
eval to non-nil.
9 years ago
Kaushal Modi
8dc454b448
Fourth attempt to get travis working.. Travis does not like cp a{b,c}
9 years ago
Kaushal Modi
ca7a04b6fa
Third attempt to get travis working.. comment out hugo version chk
9 years ago
Kaushal Modi
4c2c91cd8f
Second attempt to get travis working
9 years ago
Kaushal Modi
489165c8a5
First attempt to get travis working
9 years ago
Kaushal Modi
70c2257800
Super-optimize the Makefile.. make it more "Makefilish"
9 years ago
Kaushal Modi
a96c375a8b
Documentation: example-site/ -> test/example-site/
9 years ago
Kaushal Modi
af9cf7da1f
Refactoring for example-site move + Improve Makefile
9 years ago
Kaushal Modi
ca8be95e57
Move example-site into test/; Move Makefile to root
9 years ago
Kaushal Modi
0faa273dc4
Make "make test" using the local ox-hugo version, duh
9 years ago
Kaushal Modi
ecd3ad5635
Document "make test"
9 years ago
Kaushal Modi
fa50ff0faf
Add first draft of command-line testing
...
- cd to the example-site dir
- make test
Helps https://github.com/kaushalmodi/ox-hugo/issues/13
9 years ago
Kaushal Modi
46df446177
Update example outputs
9 years ago
Kaushal Modi
85de994c38
Comment out the experimental kbd macro #org-master
9 years ago
Kaushal Modi
2e31ff0335
Respect :preserve-breaks when deciding to delete trailing ws
9 years ago
Kaushal Modi
879e08010f
Delete trailing whitespace by default in the generated Markdown
...
Add new variable org-hugo-delete-trailing-ws
Related to https://github.com/kaushalmodi/ox-hugo/issues/72
9 years ago
Kaushal Modi
94d30523f8
Fix incorrect use of preserve-breaks option
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/72
Added a new option called HUGO_PRESERVE_FILLING that does what I
actually wanted preserve-breaks to do. This option is enabled by
default, but can be changed using org-hugo-preserve-filling option.
9 years ago
Kaushal Modi
7febe63147
Improve org-hugo-debug-info
9 years ago
Kaushal Modi
70a534b112
Add svg to org-hugo-external-file-extensions-allowed-for-copying
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/73
9 years ago
Kaushal Modi
9693b26e9c
Clarify doc-string
9 years ago
Kaushal Modi
7c9d699429
Minor Wiki tweak
9 years ago
Kaushal Modi
4620759e27
Refine the external file link handling
...
Add org-hugo-external-file-extensions-allowed-for-copying,
org-hugo-default-static-subdirectory-for-externals.
Copy external files to Hugo static only if they are newer or don't
exist in the destination dir.
9 years ago
Kaushal Modi
1a2b8d9be4
Remove HUGO_STATIC_IMAGE; Make attachment rewrite trigger correctly
...
Earlier, the images/ directory was given too much prominence... all
users might not have just an "images/" dir in the "static/" dir. A
user could have multiple dirs inside their static/ dir.. but earlier
the rewrite only used to happen to static/<HUGO_STATIC_IMAGE>. That
did not look right.
This commit fixes that.
Now ox-hugo tries to be smarter in figuring out where to copy the
outside-Hugo-static-dir files to.
9 years ago
Kaushal Modi
48ae0ba6ae
Tweak the TOC.. don't link all Changelog items
...
The TOC and noexport_1 tags added to ox-hugo-manual.org are special to
the toc-org package.
9 years ago
Kaushal Modi
134bad8983
Add TOC to README
...
Thanks to toc-org package
9 years ago
Kaushal Modi
4ed4661480
Update version to 0.1.3
9 years ago
Kaushal Modi
0f0c19f084
Use org-hugo--plist-get-true-p instead of plist-get for boolean keys
9 years ago
Kaushal Modi
61b5cbe392
Refactor: org-hugo--plist-value-true-p -> org-hugo--plist-get-true-p
...
The order of the arguments in this function are also swapped to match
that of plist-get.
Now org-hugo--plist-get-true-p can be used to replace plist-get when
getting values of *only* boolean keys.
- Use org-hugo--plist-get-true-p instead of org-string-nw-p to get the
value of :hugo-auto-set-lastmod key
9 years ago
Kaushal Modi
a486141e4e
Improve date-time parsing
...
@punchagan
9 years ago
Kaushal Modi
3e61b0b288
Update post title to fix duplicate menu identifier error
9 years ago
Kaushal Modi
45401675b0
Minor typo and consistency fixes in docs; Add GPLv3 badge
9 years ago
Kaushal Modi
bf38a10024
README tweaks
9 years ago
Kaushal Modi
2848d4b93b
Add Changelog; bump version
9 years ago
Kaushal Modi
5aa24aba04
Update manual and Wiki
9 years ago
Kaushal Modi
52994849a6
Update org-hugo-debug-info
9 years ago
Kaushal Modi
d04e96c396
Clarify differences in Org between file and subtree export flows
...
Also fix the writing-hugo-blog-in-org-file-export.org.. we cannot have
auto-weight calculation in file export flow (compared to subtree
export flow).
9 years ago
Kaushal Modi
899939cdc4
Reset the subtree export specific global vars during file exports
...
Also minor refactoring.. tag-list -> tags-list
9 years ago