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
2016-04-09hugolib: Add option to disable rendering of 404 pagedigitalcraftsman
2016-04-08commands: Add helpful instuctions after "hugo new site"digitalcraftsman
2016-04-05Do not create robots.txt by defaultBjørn Erik Pedersen
2016-04-04Disable syntax guessing for PygmentsCodeFences by defaultPhilipp Oppermann
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-25commands: Apply Golint rulesdigitalcraftsman
2016-03-24commands: Apply Golint rules to hugo.goBjørn Erik Pedersen
2016-03-23parser: Spring code cleaningBjørn Erik Pedersen
2016-03-23commands: Fix remaining Golint warningBjørn Erik Pedersen
2016-03-23commands: Do not use named return vals in Jekyll importBjørn Erik Pedersen
2016-03-22source: Remove unnecessary else conditionsrinivasreddy
2016-03-22Add support for symbolic links for content, layout, static, themeBjørn Erik Pedersen
2016-03-21create: Refactor NewContent to be testableCameron Moore
2016-03-14commands: Remove unused codeBjørn Erik Pedersen
2016-03-12Ability to config layout and content dir via cliJohn Ku
2016-03-12Add emoji supportBjørn Erik Pedersen
2016-03-06Add json mime extension typeBjørn Erik Pedersen
2016-03-01Log fsync errorsBjørn Erik Pedersen
2016-02-27Use flagChanged in all placesBjørn Erik Pedersen
2016-02-27Do not try to find available port if set by userBjørn Erik Pedersen
2016-02-14Force full rebuild when site config changesBjørn Erik Pedersen
2016-02-14Export MainSite varHenrique Dias
2016-02-12Ignore temporary file "4913" created by VimAnthony Fok
2016-02-06Fix bash-completion for Hugo builder flags such as --themeAnthony Fok
2016-02-06Re-export HugoCmdBjørn Erik Pedersen
2016-02-06Order the hugo comand flag varsBjørn Erik Pedersen
2016-02-06Unexport the remaining vars in hugo commandBjørn Erik Pedersen
2016-02-06commands: Get BaseURL from viper in server modeCameron Moore
2016-02-05Add renderToMemory flagBjørn Erik Pedersen
2016-02-05Clean flagsBjørn Erik Pedersen
2016-01-30Fix a minor typo discovered by Lintian (Debian)Anthony Fok
2016-01-30Provide more detail on static sync when running with verboseSteve Francia
2016-01-30Do not call watchConfig() when not in watch modeAnthony Fok
2016-01-30Add flag --cleanDestinationDir=false to retain prior behaviorSteve Francia
2016-01-28Make the watch logger less chattyBjørn Erik Pedersen
2016-01-28Fix hugo benchmarkBjørn Erik Pedersen
2016-01-26Rewrite commentary on static event handlingSteve Francia
2016-01-26Permit directory removal during static syncSteve Francia
2016-01-26Ignore .DS_Store changes (thumbnail cache file on mac)Steve Francia
2016-01-26Handle self rename operations gracefullySteve Francia
2016-01-26Static file incremental sync improvementsSteve Francia
2016-01-26Handle remove & rename source operations incrementallySteve Francia
2016-01-26Read/reread individual source content filesSteve Francia
2016-01-26Separate handling content, data and template changesSteve Francia
2016-01-25Ignore temp files created by IntelliJ when savingSteve Francia
2016-01-12update server to match latest aferoSteve Francia
2016-01-06Add embeded template for robots.txtIvan Fraixedes
2016-01-04Allow renaming of sitemap.xmlGerben Castel
2016-01-04Copy static files changedFabiano Frizzo
2016-01-01Add themesDir option to configurationdigitalcraftsman