Age | Commit message (Expand) | Author |
2016-11-23 | hugolib, source, tpl: Fix docs | bogem |
2016-11-23 | helpers: Rename WalkRootTooShortError to ErrWalkRootTooShort | bogem |
2016-11-22 | commands, hugolib, source, target, tpl: Get rid of some fmt statements | bogem |
2016-11-15 | source, tpl: Fix staticcheck complaints | Albert Nigmatzianov |
2016-11-01 | Fix page names that contain dot | Prashant Karmakar |
2016-10-28 | Make it clear that Path is relative to content root | Bjørn Erik Pedersen |
2016-10-24 | all: Unify case of config variable names | Albert Nigmatzianov |
2016-09-11 | Replace some leftover os.Stat with hugofs.Source | Bjørn Erik Pedersen |
2016-09-06 | Multilingual TODO-fixes, take 1 | Bjørn Erik Pedersen |
2016-09-06 | Optimize the multilanguage build process | Bjørn Erik Pedersen |
2016-09-06 | Add multilingual support in Hugo | Alexandre Bourget |
2016-08-08 | source: Normalize file name to NFC | Kishin Yagami |
2016-07-30 | Use the Afero source fs where relevant | Bjørn Erik Pedersen |
2016-07-30 | Make LazyFileReader use the Afero source fs | Bjørn Erik Pedersen |
2016-07-11 | Ignore emacs temp files | Alexandre Bourget |
2016-06-25 | helpers: Remove ToReader funcs | Cameron Moore |
2016-04-07 | source: Add missing GoDoc in File | Bjørn Erik Pedersen |
2016-03-31 | Add readFile template func | Bjørn Erik Pedersen |
2016-03-22 | source: Consolidate if conditions | srinivasreddy |
2016-03-21 | Add support for symbolic links for content, layout, static, theme | Bjørn Erik Pedersen |
2016-03-17 | source: Consolidate filepath.Split calls | srinivasreddy |
2016-03-14 | source: Remove unused code | Bjørn Erik Pedersen |
2016-01-26 | Read/reread individual source content files | Steve Francia |
2016-01-05 | Update and refactor to ack Go Authors | Cameron Moore |
2015-12-10 | Add copyright header to that source files that don’t have one. | Anthony Fok |
2015-12-07 | Fix copyright headers in source files | Bjørn Erik Pedersen |
2015-11-23 | Change the license to Apache 2.0 | Steve Francia |
2015-08-22 | Use LazyFileReader for reading file contents | Tatsushi Demachi |
2015-08-22 | Add LazyFileReader type to source library | Tatsushi Demachi |
2015-07-21 | source/File: Fix data races | Bjørn Erik Pedersen |
2015-06-03 | Add some tests for IgnoreFiles | bep |
2015-06-03 | Rename WatchIgnoreFiles to IgnoreFiles | bep |
2015-06-03 | Add configurable list to ignore files in server watch | bep |
2015-03-12 | source: add some test cases for File | bep |
2015-03-11 | Correct initialisms as suggested by golint | Anthony Fok |
2015-03-07 | source: apply some Golint rules | bep |
2015-03-05 | Apply gofmt -s | bep |
2015-02-17 | Suppress errors for symbolic links witch point to a file. | René Jochum |
2014-12-10 | ERROR-log on symbolic links | bep |
2014-12-09 | Fix various Windows-issues | bep |
2014-11-18 | Fix broken convert | bep |
2014-11-13 | convert path 2 filepath | Joel Scoble |
2014-11-04 | Source files can provide content as String or Bytes or Reader | spf13 |
2014-10-16 | Big refactor of how source files are used. Also added default destination ext... | spf13 |
2014-04-26 | Don't process dotfiles | Christoph Burgdorf |
2014-03-04 | Also ignore Emacs lock & recovery files. | Joe Kopena |
2014-02-28 | Add test for ignoring ~$ files | Ask Bjørn Hansen |
2014-02-28 | Ignore content files ending in ~ | Ask Bjørn Hansen |
2013-12-28 | Avoid locking the files for an extended amount of time. Sublime Text | Egon Elbre |
2013-12-16 | Testcases for multilevel structure were wrong | Ruben |