shithub: hugo

RSS feed

4e4ea958 – Alex Dunn <dunn.alex@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/22 12:58
instructions for Homebrew installation

26e44506 – spf13 <steve.francia@gmail.com> authored on 2014/09/22 05:45
adding memstat option to server

5d565c34 – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/19 21:33
Extend template's basic math functions to accept float, uint and string values

d5308e6f – spf13 <steve.francia@gmail.com> authored on 2014/09/19 04:32
Adding a community link to the homepage

bf980bc1 – spf13 <steve.francia@gmail.com> authored on 2014/09/18 17:22
switching website to gohugo.io & adding links to discuss

1a0dc0b9 – rybi <rybakovcom@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/17 17:59
Update urls.md

b590de69 – Nate Finch <nate.finch@gmail.com> authored on 2014/09/14 03:23
limit the number of goroutines used in taxonomy rendering to gomaxprocs*4

49045b1c – Nate Finch <nate.finch@gmail.com> authored on 2014/09/14 03:01
limit the number of goroutines we use for page rendering to gomaxprocs*4

cf3e748b – Nate Finch <nate.finch@gmail.com> authored on 2014/09/10 18:06
remove unused field

a72ca38c – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/10 18:34
make the value of the BuildDrafts flag available to templates.This can be useful for if you only want to show some specific information on your local machine and/or when showing drafts.

71423743 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/10 11:33
Sort by title if dates are the same

275e1c0d – Alex Dunn <dunn.alex@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/10 05:42
more examples and explanation of go templating

becd4fe3 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/09 12:57
refactor handling of amber to AddTemplateFile as the TODO note stated. Used switch statement to make it easier to add other template support

4e9b0408 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/09 11:58
fix tags not being in lowercase, #491

012a473e – Daniel Fairhead <daniel.fairhead@om.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/09 10:26
added "eq" function to docs.

df489b47 – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/10 08:21
Enable soft livereload of CSS and images

0099b5a3 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/09 01:59
Change all uses of sort.Sort to sort.Stable.Using sort.Stable ensures that even if the sort keys are the same, the order of the sort will not randomly change. Using the old sort.Sort, if you had pages with no date, the lists of those pages would randomly reorder every time you regenerate the list, causing spurious changes to the output. Now they'll always get ordered in the same way.

d9964451 – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/06 06:38
More error messages at syncing static contents

acf9561a – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/06 04:03
fix zero date

b336abcf – Tim Dumol <tim@timdumol.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/06 06:51
Fix typo in Archetypes documentation.

2ca615c5 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/05 02:57
Add Node.Site.Pages to all nodes and ensure all pages from the site exist in the list before processing shortcodes.

b97c6c70 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/04 09:56
add Name to File, which is the filename minus the extension

16845791 – Jakub Turski <yacoob@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/03 16:05
Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.

5dd3eaab – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/02 18:12
More proofreading and minor revisions to Hugo docs

ac78d252 – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/02 14:10
A small fix and update to the multilingual example

4bb5e326 – spf13 <steve.francia@gmail.com> authored on 2014/09/05 05:29
Taxonomies can now be provided as a single string value if there is only one in frontmatter (tag = "val" vs tag = ["val"])

1b7f18e3 – spf13 <steve.francia@gmail.com> authored on 2014/09/03 07:30
Making partials context optional for compatibility with template.

7b3df238 – spf13 <steve.francia@gmail.com> authored on 2014/09/03 07:28
Bumping Version to 0.13-DEV

efc98a3b – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/02 09:05
Update example blog to Hugo v0.12 conventions

05102f1b – spf13 <steve.francia@gmail.com> authored on 2014/09/02 13:09
Fixing typo in ordering.md fixed #401

13631289 – spf13 <steve.francia@gmail.com> authored on 2014/09/01 06:05
Bumping Version

b4d3195f – spf13 <steve.francia@gmail.com> authored on 2014/09/01 06:00
Adding V0.12 release notes

f36ed446 – spf13 <steve.francia@gmail.com> authored on 2014/09/01 06:00
Adding a bunch of new quotes to the front page and switching to Owl Carousel

d2020506 – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/30 23:43
Fix loading of Lato font in style.css for docs

a6022293 – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/31 01:08
Minor proofreading corrections to Hugo docs

f142458c – Dato Simó <dato@net.com.org.es> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/30 22:53
Use typographic quote chars in the carousel quotes section

13a317b9 – Dave Johnston <johnsto@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/30 04:25
Enable header id blackfriday extension

c1b9e8d5 – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/29 13:38
quickstart.md: Put long options inside backticks

242d6b4e – spf13 <steve.francia@gmail.com> authored on 2014/08/29 21:15
Adjusting the number of go routines to build the pages in to 4*GOMAXPROCS (from 2) for faster rendering.

47c91a4c – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/29 09:40
Fix CreatePages

93addfcb – spf13 <steve.francia@gmail.com> authored on 2014/08/29 20:57
Adding documentation about 'where' and cleaning up docs around first.

0ce4ec1e – spf13 <steve.francia@gmail.com> authored on 2014/08/29 20:20
Added more examples and cleaned up the GroupBy functionality documentation

7e19fa40 – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:51
Making direction optional (and setting defaults) for GroupBy Pages functionality.

b15eb889 – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:50
Adding .Reverse() to PagesGroup

41b28462 – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:48
Switch .Data to .Pages in the PageGroup functionality for increased consistency.

70dc370c – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:44
Making the term "Term" more consistent with Taxonomy usage.

01caaeba – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:43
Making the Pages Sorting methods available within a taxonomy term.

bb02a14b – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:42
Adding a page listing the different methods available to Taxonomies.

ba8f652a – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:41
More taxonomy examples in templates.

6f9f93f3 – spf13 <steve.francia@gmail.com> authored on 2014/08/29 19:39
Fixing the taxonomy example. Fixed #318.

d3646aaa – Jakub Turski <yacoob@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/26 21:34
Be more specific about .Params content

7de32092 – Jakub Turski <yacoob@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/27 06:36
Shortcodes are content files specific.

6f9db4a7 – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/27 18:50
Add document about page grouping functions

53b7d5b8 – spf13 <steve.francia@gmail.com> authored on 2014/08/28 08:48
Inner Shortcodes now treated as markdown. fixed #185

828401cb – spf13 <steve.francia@gmail.com> authored on 2014/08/27 07:47
More press additions

4b71eb16 – spf13 <steve.francia@gmail.com> authored on 2014/08/26 10:37
Compressed showcase thumbnails further

95449880 – spf13 <steve.francia@gmail.com> authored on 2014/08/26 10:37
Added ucsb to showcase

dcda66df – spf13 <steve.francia@gmail.com> authored on 2014/08/26 10:36
More Press

4a91b8c7 – spf13 <steve.francia@gmail.com> authored on 2014/08/26 09:16
fixed #389 . Added alias for missing page.

987a82d0 – spf13 <steve.francia@gmail.com> authored on 2014/08/26 08:30
small tweaks to the hover effect

8a44deac – spf13 <steve.francia@gmail.com> authored on 2014/08/26 08:27
Creating a showcase archetype to make for easier showcase additions

1c1615d7 – spf13 <steve.francia@gmail.com> authored on 2014/08/26 08:27
Adding a bunch of new sites to the showcase

c9a6b2b9 – spf13 <steve.francia@gmail.com> authored on 2014/08/26 08:26
Adding a bunch of new press to the Press page.

733bff90 – spf13 <steve.francia@gmail.com> authored on 2014/08/25 11:52
Prettier link hover state

1143a8fa – spf13 <steve.francia@gmail.com> authored on 2014/08/25 11:18
Bumping Travis to test Go 1.2 & tip (1.3)

294222ac – spf13 <steve.francia@gmail.com> authored on 2014/08/25 10:02
Fixing a broken link in the docs

4281cbfa – spf13 <steve.francia@gmail.com> authored on 2014/08/25 09:49
LiveReloadDisabled works with Watching properly. Fixed #335.

1b5f59b0 – spf13 <steve.francia@gmail.com> authored on 2014/08/25 09:13
go fmt site.go

30af267b – spf13 <steve.francia@gmail.com> authored on 2014/08/25 08:11
Fix #302. Links now have trailing slashes.

a31edb33 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/22 03:59
Support subdir in baseurl.

4b979b17 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/23 12:12
added functionality to check the error message returned from Cobra, if any. for uage message text. If its present, the usage message gets truncated and the resulting message is returned to be used for the rest of the error message. If the resulting error is blank, no error message is printed

4c735a78 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/21 14:01
preserve alias case while lowercasing taxonomy

348e123c – Chase Adams <chase@realchaseadams.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/20 15:57
Update 404 to be compiled to .html instead of directory

50a8c507 – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/20 18:12
Add page grouping functions

867683e4 – Chase Adams <realchaseadams@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/20 01:51
Add link for learning more about static directory

c750a95e – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/20 06:09
support for futre/draft summary info output

946ad9c2 – spf13 <steve.francia@gmail.com> authored on 2014/08/20 10:19
Making the links stand out more

f5157566 – spf13 <steve.francia@gmail.com> authored on 2014/08/20 10:10
Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA

34a93fa1 – spf13 <steve.francia@gmail.com> authored on 2014/08/20 09:13
Fixing the docs sidebar interactions

04d412ed – spf13 <steve.francia@gmail.com> authored on 2014/08/20 07:17
Fixed showcase image paths

cece27fa – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/18 15:52
fix issue 411, /path/to/site/archetypes : is a directory error

e31d4609 – spf13 <steve.francia@gmail.com> authored on 2014/08/19 17:47
Bringing back the showcase

b047e2f8 – spf13 <steve.francia@gmail.com> authored on 2014/08/19 17:46
Removing redundant bootstrap

864f91d9 – spf13 <steve.francia@gmail.com> authored on 2014/08/19 17:28
Changing the docs template partials to be able to be used to render a section

aae1ff3c – spf13 <steve.francia@gmail.com> authored on 2014/08/19 17:27
Adding IsNode & IsPage functions to Page & Node

b10dea29 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/17 18:02
added evaluation for toml for metadataformat date handling

27c0ec31 – Franklin Wise <franklin@krave-n.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/10 09:49
Added a note after the script adding potential issues per @franklinwise's feedback

5ae28327 – Franklin Wise <franklin@krave-n.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/10 05:58
errors not propagating

634d7b26 – Andrew Gerrand <adg@golang.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/18 07:36
switch to new location of goyaml

002a5b67 – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/16 09:12
Add 'where' template function

6e15f652 – Rahul Bansal <rahul.bansal@rtcamp.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/15 20:32
Added yaml menu example

5d8ac54f – Rahul Bansal <rahul.bansal@rtcamp.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/15 20:09
Config changes and Live Reload

09115a96 – Roberto Dip <dip.jesusr@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/14 19:22
Fix #394 - Docs: add a missing link to the livereload page in the intro

e9b47da0 – Franklin Wise <franklin@krave-n.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/10 05:09
hugo builds no site if there are only drafts

3e9fc47a – spf13 <steve.francia@gmail.com> authored on 2014/08/09 20:17
Adding more press

cbb29795 – David Kebler <d@kebler.net> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/09 06:03
Docs-removed bullet and broken link for catagetories. Included category text in bullet for taxonomies

b3130b52 – Roberto Dip <dip.jesusr@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/09 16:40
Fix #363 - Docs: make the fixed menu on the left scrollable

1778f28c – Nate Finch <nate.finch@gmail.com> authored on 2014/08/06 01:39
remove extraneous "Because"

f556cb44 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/02 03:16
update docs for permalinks with all fields

29c45dd6 – Nate Finch <nate.finch@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/08/03 02:53
make type-or-section more obvious

Next