brevno-suite/hugo
2014-11-24 Dan Connollytypo: practical
2014-11-24 spf13fixed #656. Templates work properly when watching.
2014-11-20 spf13refactor handlers to use types instead of structs.
2014-11-20 spf13Move template library into it's own package (tpl)....
2014-11-19 spf13Added a new command `hugo list drafts` and `hugo list...
2014-11-18 bepUpdate shortcode doc for 0.13-DEV
2014-11-18 bepFix broken convert
2014-11-18 ls6Update shortcodes.md
2014-11-18 bepFix failing shortcode tests on Travis
2014-11-17 Kartik SinghalVarious fixes in RSS feed generation
2014-11-17 Danillo Souzafixing typo
2014-11-17 Chase AdamsFix template checking order in site.go
2014-11-17 bepShortcode rewrite, take 2
2014-11-17 spf13Removing dependency on go-html-transform (fixing the...
2014-11-14 Tatsushi DemachiFix `GroupBy` function issues
2014-11-14 bepReinsert deleted test
2014-11-14 Michael HendersonUpdate creating-a-new-theme.md
2014-11-14 Michael HendersonUpdate creating-a-new-theme.md
2014-11-14 Michael HendersonUpdate creating-a-new-theme.md
2014-11-14 Joel Scobleconverted helpers usage of path 2 filepath
2014-11-14 Joel Scobleconverted path 2 filepath
2014-11-14 Joel Scobleconverted path 2 filepath
2014-11-14 Joel Scobleconvert path 2 filepath
2014-11-14 Joel Scobleconverted path 2 filepath
2014-11-14 Joel Scoblechange path usage to filepath
2014-11-14 Joel Scobleadd support for fsync's noTime flag
2014-11-14 Joel Scobleupdate README.md with info on adding compile informatio...
2014-11-14 Ryan KimberFixed launchcode5.md description
2014-11-14 Ryan KimberAdded launchcode-tn.jpg to docs/static/img
2014-11-14 Ryan KimberCreate launchcode5.md
2014-11-13 bepMake Where template-method accept methodname as key
2014-11-13 bepParams map has string as key
2014-11-13 Brian PayneAdded better error message for poorly formed frontmatte...
2014-11-13 bepAdd Git directory deployment flow to tutorial
2014-11-13 Austin ZieglerFix a bug with taxonomy rendering.
2014-11-13 Austin ZieglerAllow partial without .html
2014-11-13 bepFix missing space before 'width'
2014-11-05 spf13Fixing some tests
2014-11-05 spf13Updating tests to use hugofs
2014-11-05 spf13rewriting guessSection to accurately reflect intent...
2014-11-05 Owen WallerFirst stab at correcting GuessSection tests
2014-11-05 Owen WallerFix: rewrite FileAndExt
2014-11-05 Owen WallerFix: remove the unnecessary dot in an extension
2014-11-05 Owen WallerUpdated TestReplaceExtensioni, TestFilename and TestFil...
2014-11-05 Owen WallerWriteToDisk and SafeWriteToDisk test cleaned up
2014-11-05 Owen WallerWriteToDisk and SafeWriteToDisk tests now pass
2014-11-05 Owen WallerFix: Test TestSafeWriteToDisk now works
2014-11-05 Owen WallerAdded the path modules test files
2014-11-05 Owen WallerAdded the url modules test files.
2014-11-04 Owen WallerAdded the general modules test files
2014-11-04 Owen WallerRemove the helpers_test.go file
2014-11-04 spf13Use page.Markup to determine which PageHandler to use...
2014-11-04 spf13Adding an html file handler
2014-11-04 spf13Adding a proper css file handler (with automatic minifi...
2014-11-04 spf13Updating tests to use new Targets & Writers and switch...
2014-11-04 spf13New targets & new renderers and write methods [WIP]
2014-11-04 spf13Cleanup file conversion handling
2014-11-04 spf13Better error messages for show_plan_test
2014-11-04 spf13Page Group functions now work even when an uppercase...
2014-11-04 spf13Setting to filesystems to the afero.fs interface so...
2014-11-04 spf13Source files can provide content as String or Bytes...
2014-11-04 spf13Adding ReaderTo and ToReader helper functions
2014-11-03 spf13Update menu test to work with revised source struct
2014-11-02 Austin ZieglerChange the type of .Site.Author from…
2014-11-02 Kartik SinghalFix #593 problem with `hugo -w`
2014-11-02 Austin ZieglerChange permalink validation and substitution.
2014-11-02 Austin ZieglerOutput a timestamp with hugo server --watch
2014-11-02 Mike DillonFix sourceLink for Hugo
2014-11-02 Michael HendersonCreate creating-a-new-theme.md
2014-11-02 Justin CallejaFix for issue 583
2014-11-02 Kartik SinghalFix broken link
2014-11-02 Kartik SinghalMinor doc corrections
2014-11-02 Tatsushi DemachiExtend template's mod and modBool functions to accept...
2014-11-02 Joel Scobleadded note about pygment example code and markdown...
2014-11-02 Joel Scoble540: add support for build information output to versio...
2014-11-02 bepFix redirect-loop for Hugo server
2014-11-02 Tatsushi DemachiAdd sort and grouping functions for publish date and...
2014-11-02 bepImplement HasMenuCurrent and IsMenuCurrent for Nodes
2014-11-02 Marcelo Glezerfixed server reporting Web Server is available at https...
2014-11-02 Joel Scobleupdate summary doc
2014-11-02 Joel Scoble#463 add summary.md page
2014-11-01 spf13Handler WIP
2014-11-01 spf13Migrating Hugo to Afero for filesystem calls.
2014-10-21 spf13Handlers WIP - Convert now working
2014-10-20 spf13Handlers WIP (builds)
2014-10-20 spf13Handlers WIP
2014-10-17 spf13Initial Handler Architecture WIP
2014-10-17 spf13Improved error message when config file not found.
2014-10-17 spf13Big refactor of how source files are used. Also added...
2014-10-15 bepSet Content-Type for livereload.js
2014-10-15 bepCopy content from archetype
2014-10-15 bepMake First accept any int
2014-10-15 Jian ZhouFix spf13/hugo#467. RSSLink now point to index.xml
2014-10-15 bepAdd nil-check to Intersect
2014-10-15 Will Stevensadded docs for 'intersect' and 'in' template functions
2014-10-15 Anthony FokMinor proofreading corrections to Hugo docs
2014-10-15 bepDocument manual breakpoint of .Summary
2014-10-15 Raphael Estradaadd 'width' parameter to 'figure' shortcode
2014-10-07 Mantashandle https prefixes in baseUrl
2014-10-07 Oscar BolmstenMinor fix to error message when copying static files
next