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-21Cache the page's rendering context flagsbep
2015-01-21Make ref and relref respect plainIdAnchorsbep
2015-01-21Fix string comparison for .Truncated page variableAnthony Fok
2015-01-05Add in-section Next/Prev content pointersDave Johnston
2015-01-05Add ERROR logging on invalid date and publishdatebep
2014-12-26Add configurable support for angled quotesbep
2014-12-19Added AuthorList, Author, AuthorSocial, SiteSocial, Image and Video structsDerek Perkins
2014-12-19Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-12-11Revert "Make Urls in menus respect CanonifyUrls"bep
2014-12-10Make Urls in menus respect CanonifyUrlsbep
2014-12-09Fix various Windows-issuesbep
2014-11-20refactor handlers to use types instead of structs.spf13
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13
2014-11-18Shortcode rewrite, take 2bep
2014-11-14converted path 2 filepathJoel Scoble
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-21Handlers WIPspf13
2014-10-17Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-08Use md5 against the file path for uniqueness.Austin Ziegler
2014-10-08Make each generated page’s footnotes unique.Austin Ziegler
2014-10-08Configure footnote rendering.Austin Ziegler
2014-09-12fix tags not being in lowercase, #491Joel Scoble
2014-09-08fix zero dateNate Finch
2014-09-08add Name to File, which is the filename minus the extensionNate Finch
2014-08-30Enable header id blackfriday extensionDave Johnston
2014-08-20support for futre/draft summary info outputJoel Scoble
2014-08-20Adding IsNode & IsPage functions to Page & Nodespf13
2014-06-30switch back to master blackfriday; enable footnotesAndrew Jones
2014-06-07Centralizing the template execution logic in one placespf13
2014-06-04Adding proper error message when view is not found.. fixing #303spf13
2014-06-04fixed #303. Adding theme support to viewsspf13
2014-06-03Support embedding <script> tags in markdown pagesJake Mitchell
2014-05-29Add handling for publishDates (which will be ignored if in the future). Fixed...spf13
2014-05-15Fixing issue when two menu items have the same name.spf13
2014-05-12Add a blank line after the front matter when writing back a page.Dato Simó
2014-05-10Add Sitemaps config values handlingVincent Batoufflet
2014-05-02Using new helpers in page.gospf13
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-05-01Providing the ability to save (write) a content's source file.spf13
2014-05-01Making site page initialization a bit more granular and accessiblespf13
2014-05-01moving front matter parsing (and creation) to parse packagespf13
2014-04-25Creating site menu configuration and have the docs site use itspf13
2014-04-23new menus system including active link & nestingspf13
2014-04-23Add handling of deeply nested front matterspf13
2014-04-23Add Disqus support out of the box. Move template/bundle into hugolib.spf13
2014-04-09Making node.Keywords the correct lengthspf13
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
2014-03-01Make error message when encountering unrecognized file extensions more helpfulAsk Bjørn Hansen