151 Commits (feat/miscdockergo)

Author SHA1 Message Date
Bjørn Erik Pedersen e10e51a008 parser: Fix handling of JSON front matter with escaped quotes 8 years ago
Bjørn Erik Pedersen 3183b9a29d parser: Fix handling of quoted brackets in JSON front matter 8 years ago
Bjørn Erik Pedersen 422057f607 create: Use archetype template as-is as a Go template 8 years ago
Bjørn Erik Pedersen 2c2ce33a39 parser: Add horizontal YAML tags to benchmark 8 years ago
Bjørn Erik Pedersen 0907a5c1c2 all: Temporarily revert to BurntSushi for TOML front matter handling 8 years ago
Bjørn Erik Pedersen 3d9c4f513b parser: Add BenchmarkFrontmatterTags 8 years ago
Albert Nigmatzianov d3cd68e656 parser: Improve TOML frontmatter parser performance 8 years ago
Bjørn Erik Pedersen d8923eb676 Update to new go-toml API 8 years ago
crasm ede452d34e parser: Accept JSON frontmatter without leading "{\n" 9 years ago
Cameron Moore f039e3be9e parser: Refactor frontmatter parser and add tests 9 years ago
Chase Adams 86e8dd62f0 all: Add org-mode support 9 years ago
bogem dec1706ae0 commands, hugolib, parser, tpl: Use errors.New instead of fmt.Errorf 9 years ago
bogem 4d1cb50003 parser: Use strings.Contains instead of strings.Index 9 years ago
bogem 798bf60c56 parser: Simplify err conditions 9 years ago
Bjørn Erik Pedersen 20c4311df4 Switch to a more up to date TOML library 9 years ago
Henrique Dias af34613f75 Update frontmatter.go 9 years ago
Henrique Dias 16b71bbbb4 Export "detectFrontMatter" to fix caddy-hugo 9 years ago
Mattias Wadman 5d50c46482 Chomp Unicode BOM if present 9 years ago
Bjørn Erik Pedersen b71f391cd7 parser: Remove unused vars 9 years ago
Bjørn Erik Pedersen c20dee9d7f parser: Make the constant vars ... constants 9 years ago
Bjørn Erik Pedersen bf76e74432 parser: Fix ALL_CAPS var names in test 9 years ago
Bjørn Erik Pedersen 1cb7ed6ac7 parser: Spring code cleaning 9 years ago
Bjørn Erik Pedersen 3a82ae7114 parser: Unexport some internals 10 years ago
Bjørn Erik Pedersen df3f2af0a8 parser: Remove unused code 10 years ago
Derek Perkins bac1ba4655 Fix spelling and go vet errors 10 years ago
Anthony Fok 8509727fe8 Add copyright header to that source files that don’t have one. 10 years ago
Bjørn Erik Pedersen e445c35d6a Fix copyright headers in source files 10 years ago
Steve Francia f045d7a611 Change the license to Apache 2.0 10 years ago
Sven Dowideit a1e32439fb Allow for any (short) line begining or ending with html comment 10 years ago
Icaro Seara e791835e6d Fix typo, "delemiters" -> "delimiters" 10 years ago
Tatsushi Demachi 98659bf3b8 Fix searching YAML/TOML delimiters in frontmatter 10 years ago
Jeff Hodges 8d28686edc Trim trailing spaces from YAML and TOML delimiters 10 years ago
bep a52e508d46 Update test logs for uniformity and consistency 10 years ago
Joel Scoble b4871787f0 add undraft command 11 years ago
Anthony Fok 67df33f500 Correct initialisms as suggested by golint 11 years ago
bep f85d1a7da2 parser: add some frontmatter test cases 11 years ago
bep 63ffb916d6 parser: apply some Golint rules 11 years ago
Anthony Fok a0c6dba305 Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 11 years ago
Tatsushi Demachi 78e9229c52 Fix "hugo new" EOF error with an archetype file without the final EOL 11 years ago
Andrew Gerrand 634d7b2638 switch to new location of goyaml 11 years ago
spf13 6b9d4a93da Adding new commands (new site [path], new theme [name]) 11 years ago
spf13 6d9a2d2497 adding a front matter format to lead rune method 11 years ago
spf13 cbd9506c29 moving front matter parsing (and creation) to parse package 11 years ago
Mike Keesey 2540d884d8 Fixing issues go vet reports. 12 years ago
Ask Bjørn Hansen 1dbed5ee06 Call the json delimiter 'json_lead' instead of 'java_lead' 12 years ago
spf13 8055838c70 Allowing empty files (ignored) so you can touch a new file while watching 12 years ago
Egon Elbre 1c60d5bf20 Don't shutdown hugo on an empty file. 12 years ago
spf13 18f2b82658 Switching to the rjson library which is more friendly to human generated json. 12 years ago
Noah Campbell 67b2abaf09 Add IsRenderable to Page 12 years ago
Noah Campbell d8e1834910 Fix parsing edge case of frontmatter 12 years ago