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
AgeCommit message (Expand)Author
2015-01-23Fix RelPermalink() and Urls in menus vs canonifyUrlsbep
2015-01-21Register rstHandler to restore experimental reST supportAnthony Fok
2015-01-20Minor polish in path/urlbep
2015-01-20Add more tests to general helperbep
2015-01-09Moved a test regarding a content.go function to a new test file content_test.go.Marek Stanley
2015-01-05Rename to plainIdAnchorsJacob Gillespie
2015-01-05Group both options under Blackfriday: documentIDAnchorJacob Gillespie
2015-01-05Add config options: disable footnote anchor prefix and header ID suffixJacob Gillespie
2014-12-26Wrap comments helpers package to fit 80-column widthAnthony Fok
2014-12-26Add configurable support for angled quotesbep
2014-12-19Commented helpers packageAhsanul Haque
2014-12-11Commenting helpers packageAhsanul Haque
2014-12-09Fix various Windows-issuesbep
2014-11-25Enable descriptive header IDs.Austin Ziegler
2014-11-18Shortcode rewrite, take 2bep
2014-11-14Reinsert deleted testbep
2014-11-14converted helpers usage of path 2 filepathJoel Scoble
2014-11-05Fixing some testsspf13
2014-11-05Updating tests to use hugofsspf13
2014-11-05rewriting guessSection to accurately reflect intent and usage. Update tests.spf13
2014-11-05First stab at correcting GuessSection testsOwen Waller
2014-11-05Fix: rewrite FileAndExtOwen Waller
2014-11-05Fix: remove the unnecessary dot in an extensionOwen Waller
2014-11-05Updated TestReplaceExtensioni, TestFilename and TestFileAndExtOwen Waller
2014-11-05WriteToDisk and SafeWriteToDisk test cleaned upOwen Waller
2014-11-05WriteToDisk and SafeWriteToDisk tests now passOwen Waller
2014-11-05Fix: Test TestSafeWriteToDisk now worksOwen Waller
2014-11-05Added the path modules test filesOwen Waller
2014-11-05Added the url modules test files.Owen Waller
2014-11-04Added the general modules test filesOwen Waller
2014-11-04Remove the helpers_test.go fileOwen Waller
2014-11-04Adding ReaderTo and ToReader helper functionsspf13
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-21Handlers WIP - Convert now workingspf13
2014-10-17Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-15Fix spf13/hugo#467. RSSLink now point to index.xmlJian Zhou
2014-09-12Enable soft livereload of CSS and imagesbep
2014-09-08Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.Jakub Turski
2014-08-25Fix #302. Links now have trailing slashes.spf13
2014-08-25Support subdir in baseurl.Nate Finch
2014-08-25preserve alias case while lowercasing taxonomyJoel Scoble
2014-05-19new site works in an empty directory nowspf13
2014-05-16Better handling of when the specified port is already in usespf13
2014-05-10Add pygmentsstyle and pygmentsuseclasses optionsLK4D4
2014-05-02Adding some new methods to helpers (GuessSection, MakeTitle & Filename)spf13
2014-05-01moving writeToDisk to helpers to make it more accessiblespf13
2014-04-27Little syntax mistakeLordFPL
2014-04-08strip trailing baseurl slash. Added a new template function "sanitizeurl" whi...spf13
2014-04-05Hugo config abstracted into a general purpose config library called "Viper".spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13