106 Commits (1a2b8d9be4c4ccf8fddcff4561221603230e65b1)

Author SHA1 Message Date
Kaushal Modi 1a2b8d9be4 Remove HUGO_STATIC_IMAGE; Make attachment rewrite trigger correctly 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 a486141e4e Improve date-time parsing 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 d04e96c396 Clarify differences in Org between file and subtree export flows 9 years ago
Kaushal Modi fc15f0ca8e Support setting the date in front-matter using the CLOSED property 9 years ago
Kaushal Modi 8eae65207b Add screenshot showing the one-Org-file-per-post flow too 9 years ago
Kaushal Modi e9aa837b03 Add screenshot example .org and .md files 9 years ago
Kaushal Modi 69a6001b00 Add ability to auto-set the lastmod field in front-matter 9 years ago
Kaushal Modi 3a1b67a2c9 Debug publishdate, lastmod and .GitInfo.AuthorDate in example-site 9 years ago
Kaushal Modi 828165b97d Auto-calculate post weights if HUGO_WEIGHT is set to auto 9 years ago
Kaushal Modi 0fb646a0ec Fix typo: "hugo weight" -> "hugo menu" 9 years ago
Kaushal Modi 28187b3878 Make auto weight-calculation work when HUGO_MENU is used as keyword 9 years ago
Kaushal Modi 569a3f6f6b Make the ">" char removal conservative; only the first > is removed 9 years ago
Kaushal Modi aaf691948e Allow Verse blocks to create indented text (useful for emphasis) 9 years ago
Kaushal Modi f791191c34 Add support for multi-line footnote definitions 9 years ago
Kaushal Modi 19cbbc817b Add a test for marking multiple lines in bold (any emphasis) 9 years ago
Kaushal Modi 9d32c853ff Support spaces in Hugo tags and categories 9 years ago
Kaushal Modi 13d3d2b069 If user prefers hyphens in tags, now use 3 "_" to convert to 1 "_" 9 years ago
Kaushal Modi 0b775c7b10 Refactor: *-prefer-hyphen-in-tags -> *-enable-special-tags 9 years ago
Kaushal Modi cfedc2e6ac Export Org TODO keywords in headings 9 years ago
Kaushal Modi f0becd6527 Preserve leading whitespace in Org Babel Result block exports 9 years ago
Kaushal Modi 7707958959 Remove tests/ dir; not needed; Add TAGS keyword test to example-site 9 years ago
Kaushal Modi 6ed0af34f3 Add support for "sluggiflying" non-English characters 9 years ago
Kaushal Modi 6f40cf9ab1 Implement generic solution for https://github.com/kaushalmodi/ox-hugo/issues/60 9 years ago
Kaushal Modi 6ea888165c Update one of the left out single file tests 9 years ago
Kaushal Modi 4b974574f5 Test case explaining the rationale behind previous commit 9 years ago
Kaushal Modi ed9b62d27f Re-implementation of the hack in previous commit 9 years ago
Kaushal Modi 53ed14a8c9 Little hack to get around https://github.com/russross/blackfriday/issues/239 9 years ago
Kaushal Modi 029950616f Prefer using hyphens in Org tags derived Hugo tags/categories 9 years ago
Kaushal Modi 77ddd60a38 Fix example: '-' is not a valid tag character, use '_' instead 9 years ago
Kaushal Modi d9da3b2605 Fix: No need to put empty tags list in front matter 9 years ago
Kaushal Modi d53b557b8e Allow posts to not have dates 9 years ago
Kaushal Modi 05a7d9bcad Support specifying Blackfriday options and extensions 9 years ago
Kaushal Modi 6d3376fccb Don't include code tags in Org headlines when creating slug 9 years ago
Kaushal Modi 280c1999f2 Add test case for checklists 9 years ago
Kaushal Modi 44cd8902be Add tests for lists in code blocks and code blocks in lists 9 years ago
Kaushal Modi e4aa8d4221 Support the forcing of ordered list numbers 9 years ago
Kaushal Modi 02b59d94f3 Optimize comment insertion between consecutive lists, blockquotes 9 years ago
Kaushal Modi c37cb9c0c6 Support consecutive quote blocks 9 years ago
Kaushal Modi 05aecf73d3 Support verses 9 years ago
Kaushal Modi 68597d2583 Add example for consecutive quotes 9 years ago
Kaushal Modi e7d0fc7b85 Support consecutive plain lists 9 years ago
Kaushal Modi 62efc8e0b3 Support the "\[..\]" and "$$..$$" Org LaTeX fragment syntax too 9 years ago
Kaushal Modi 8da68a6676 Support exporting latex equation fragments 9 years ago
Kaushal Modi 5b966adc50 Update README with details on Org to Markdown markup translation 9 years ago
Kaushal Modi c0b44fdd12 Use Org code markup ~foo~ to generate <kbd> wrapped text 9 years ago
Kaushal Modi 5fc47a0b5e Fix HUGO_CODE_FENCE parsing, part 2 9 years ago
Kaushal Modi 2e8536245d Fix parsing of HUGO_CODE_FENCE option; Add tests 9 years ago