Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-07-30Use the Afero source fs where relevantBjørn Erik Pedersen
2016-07-30Make LazyFileReader use the Afero source fsBjørn Erik Pedersen
2016-07-11Ignore emacs temp filesAlexandre Bourget
2016-06-26helpers: Remove ToReader funcsCameron Moore
2016-04-07source: Add missing GoDoc in FileBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-22source: Consolidate if conditionssrinivasreddy
2016-03-22Add support for symbolic links for content, layout, static, themeBjørn Erik Pedersen
2016-03-17source: Consolidate filepath.Split callssrinivasreddy
2016-03-14source: Remove unused codeBjørn Erik Pedersen
2016-01-26Read/reread individual source content filesSteve Francia
2016-01-06Update and refactor to ack Go AuthorsCameron Moore
2015-12-11Add 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-24Change the license to Apache 2.0Steve Francia
2015-08-22Use LazyFileReader for reading file contentsTatsushi Demachi
2015-08-22Add LazyFileReader type to source libraryTatsushi Demachi
2015-07-21source/File: Fix data racesBjørn Erik Pedersen
2015-06-03Add some tests for IgnoreFilesbep
2015-06-03Rename WatchIgnoreFiles to IgnoreFilesbep
2015-06-03Add configurable list to ignore files in server watchbep
2015-03-12source: add some test cases for Filebep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07source: apply some Golint rulesbep
2015-03-06Apply gofmt -sbep
2015-02-18Suppress errors for symbolic links witch point to a file.René Jochum
2014-12-10ERROR-log on symbolic linksbep
2014-12-09Fix various Windows-issuesbep
2014-11-18Fix broken convertbep
2014-11-14convert path 2 filepathJoel Scoble
2014-11-04Source files can provide content as String or Bytes or Readerspf13
2014-10-17Big refactor of how source files are used. Also added default destination ext...spf13
2014-04-27Don't process dotfilesChristoph Burgdorf
2014-03-05Also ignore Emacs lock & recovery files.Joe Kopena
2014-03-01Add test for ignoring ~$ filesAsk Bjørn Hansen
2014-03-01Ignore content files ending in ~Ask Bjørn Hansen
2013-12-28Avoid locking the files for an extended amount of time. Sublime TextEgon Elbre
2013-12-17Testcases for multilevel structure were wrongRuben
2013-12-17Fixes #141: Wrong section in multi level structureRuben
2013-10-08Fixing up source code formatting.Noah Campbell
2013-09-30Update filesystem.gowindch
2013-09-25source: Fix failing build on windowsNoah Campbell
2013-09-21Fix breaking test cases on unix platformNoah Campbell
2013-09-21Section is determined by the source, not the urlNoah Campbell
2013-09-12Normalize paths within hugoNoah Campbell
2013-09-05Introduce source.FilesystemNoah Campbell