summaryrefslogtreecommitdiffstats
path: root/parser
AgeCommit message (Expand)Author
2017-07-08parser: Final (!) fix for issue with escaped JSON front matterBjørn Erik Pedersen
2017-07-08parser: Fix issue with escaped JSON front matterBjørn Erik Pedersen
2017-07-03parser: Fix handling of JSON front matter with escaped quotesBjørn Erik Pedersen
2017-06-19parser: Fix handling of quoted brackets in JSON front matterBjørn Erik Pedersen
2017-06-18create: Use archetype template as-is as a Go templateBjørn Erik Pedersen
2017-06-03parser: Add horizontal YAML tags to benchmarkBjørn Erik Pedersen
2017-06-03all: Temporarily revert to BurntSushi for TOML front matter handlingBjørn Erik Pedersen
2017-06-03parser: Add BenchmarkFrontmatterTagsBjørn Erik Pedersen
2017-03-20parser: Improve TOML frontmatter parser performanceAlbert Nigmatzianov
2017-03-15Update to new go-toml APIBjørn Erik Pedersen
2017-03-13parser: Accept JSON frontmatter without leading "{\n"crasm
2017-03-11parser: Refactor frontmatter parser and add testsCameron Moore
2017-02-21all: Add org-mode supportChase Adams
2016-11-22commands, hugolib, parser, tpl: Use errors.New instead of fmt.Errorfbogem
2016-09-11parser: Use strings.Contains instead of strings.Indexbogem
2016-09-11parser: Simplify err conditionsbogem
2016-08-20Switch to a more up to date TOML libraryBjørn Erik Pedersen
2016-07-13Update frontmatter.goHenrique Dias
2016-04-26Export "detectFrontMatter" to fix caddy-hugoHenrique Dias
2016-04-14Chomp Unicode BOM if presentMattias Wadman
2016-03-24parser: Remove unused varsBjørn Erik Pedersen
2016-03-23parser: Make the constant vars ... constantsBjørn Erik Pedersen
2016-03-23parser: Fix ALL_CAPS var names in testBjørn Erik Pedersen
2016-03-23parser: Spring code cleaningBjørn Erik Pedersen
2016-03-14parser: Unexport some internalsBjørn Erik Pedersen
2016-03-14parser: Remove unused codeBjørn Erik Pedersen
2016-02-13Fix spelling and go vet errorsDerek Perkins
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2015-09-25Allow for any (short) line begining or ending with html commentSven Dowideit
2015-08-19Fix typo, "delemiters" -> "delimiters"Icaro Seara
2015-08-03Fix searching YAML/TOML delimiters in frontmatterTatsushi Demachi
2015-08-02Trim trailing spaces from YAML and TOML delimitersJeff Hodges
2015-05-08Update test logs for uniformity and consistencybep
2015-05-08add undraft commandJoel Scoble
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-10parser: add some frontmatter test casesbep
2015-03-07parser: apply some Golint rulesbep
2015-01-24Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2Anthony Fok
2015-01-10Fix "hugo new" EOF error with an archetype file without the final EOLTatsushi Demachi
2014-08-18switch to new location of goyamlAndrew Gerrand
2014-05-08Adding new commands (new site [path], new theme [name])spf13
2014-05-02adding a front matter format to lead rune methodspf13
2014-05-01moving front matter parsing (and creation) to parse packagespf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-02-18Call the json delimiter 'json_lead' instead of 'java_lead'Ask Bjørn Hansen
2013-12-28Allowing empty files (ignored) so you can touch a new file while watchingspf13
2013-12-28Don't shutdown hugo on an empty file.Egon Elbre
2013-10-01Switching to the rjson library which is more friendly to human generated json.spf13