79 Commits (1a2b8d9be4c4ccf8fddcff4561221603230e65b1)

Author SHA1 Message Date
Kaushal Modi 1a2b8d9be4 Remove HUGO_STATIC_IMAGE; Make attachment rewrite trigger correctly 9 years ago
Kaushal Modi a486141e4e Improve date-time parsing 9 years ago
Kaushal Modi fc15f0ca8e Support setting the date in front-matter using the CLOSED property 9 years ago
Kaushal Modi 828165b97d Auto-calculate post weights if HUGO_WEIGHT is set to auto 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 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 4b974574f5 Test case explaining the rationale behind 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 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 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
Kaushal Modi 1ec3cb989d Add example of links to headings in the same post 9 years ago
Kaushal Modi f82f2c956e Fix: Do not escape underscores in title in front matter 9 years ago
Kaushal Modi e7695cad94 Parse Org tags starting with "@" as Hugo categories 9 years ago
Kaushal Modi b5ef2987d5 Add example of setting Hugo custom front matter over multiple lines 9 years ago
Kaushal Modi 8c97677065 Support adding custom front matter key/value pairs 9 years ago
Kaushal Modi 8db504837c Fix description parsing for front matter 9 years ago
Puneeth Chaganti c7bcd23a55 Escape any double quote already in value when wrapping it in quotes 9 years ago
Kaushal Modi 669056d978 Disable special string insertion by Org; Title sanitization 9 years ago
Kaushal Modi fe39046bd6 Disable smart quotes by default; Fixes https://github.com/kaushalmodi/ox-hugo/issues/45 9 years ago
Kaushal Modi 57ca5ba8a5 Use _italics_ instead of *italics* 9 years ago
Kaushal Modi b130e2b791 Don't escape underscores in Emoji codes like 🙌 9 years ago
Kaushal Modi 6f50a85c96 Fix the case where the same footnote is referenced multiple times 9 years ago
Kaushal Modi 6f1a239177 Add footnote support 9 years ago
Kaushal Modi 8a0182f5bc Support summary splitter 9 years ago
Kaushal Modi 99ec1b1bbe Subtree export function now fits the standard Org export interface 9 years ago
Kaushal Modi 711c26b488 Set the menu weight and identifier automatically 9 years ago