shithub: hugo

RSS feed

d5518c09 – spf13 <[email protected]> authored on 2013/08/10 11:35
Adding support for aliases (redirects)

45ce6e2b – spf13 <[email protected]> authored on 2013/08/10 10:08
Merge branch 'redirect' of https://github.com/rozza/hugo into rozza-redirect

733c0207 – spf13 <[email protected]> authored on 2013/08/09 22:07
Merge branch 'master' of github.com:spf13/hugo

e2a28114 – Ross Lawley <[email protected]> authored on 2013/08/09 17:35
Add redirect to page parameters and redirects example

2bf24877 – Steve Francia <[email protected]> authored on 2013/08/09 14:01
Merge pull request #25 from noahcampbell/master

2bbecc7b – Noah Campbell <[email protected]> authored on 2013/08/07 13:34
Better reporting when the template is missing.

309db474 – Noah Campbell <[email protected]> authored on 2013/08/07 13:21
Nitro timer is encapsulated.

e26b43f6 – Noah Campbell <[email protected]> authored on 2013/08/06 19:04
Adding more test cases

e67db666 – Noah Campbell <[email protected]> authored on 2013/08/06 12:29
Adding benchmark for parsing pages using unicode.

085ce15f – Noah Campbell <[email protected]> authored on 2013/08/05 03:53
Adding ability to read from io.Reader

274d324c – Noah Campbell <[email protected]> authored on 2013/08/04 15:02
Introduce unit testing for page.go

fa55cd98 – Noah Campbell <[email protected]> authored on 2013/08/03 06:14
Remove unreachable code path.

0595f27e – Noah Campbell <[email protected]> authored on 2013/08/03 06:52
Using a composite literal to create a page.

19538a1b – Noah Campbell <[email protected]> authored on 2013/08/03 06:51
Support pages without folders

fc5e92cc – Noah Campbell <[email protected]> authored on 2013/08/02 12:48
Provide better error handling

4f17ad69 – Steve Francia <[email protected]> authored on 2013/08/08 22:16
Merge pull request #22 from nsabine/master

7a13434d – Steve Francia <[email protected]> authored on 2013/08/08 22:15
Merge pull request #21 from duncanbeevers/master

a8b3e153 – Nick Sabine <[email protected]> authored on 2013/08/08 20:10
Added examples to indexes.md

04a0dbbf – Duncan Beevers <[email protected]> authored on 2013/08/08 12:13
Added .Content variable to docs

6a5e4b36 – Steve Francia <[email protected]> authored on 2013/08/08 11:52
Merge pull request #20 from VonC/version

49b8ac5f – VonC <[email protected]> authored on 2013/08/08 18:18
Make sure hugo --version prints the version and does *nothing* else.

a870f4d9 – spf13 <[email protected]> authored on 2013/08/08 08:30
Fixing missing trailing slash in baseUrl

780e2f31 – Nick Sabine <[email protected]> authored on 2013/08/07 10:23
Populated page Site metadata. Enables accessing Indexes from Page template.

d89c7ec7 – Steve Francia <[email protected]> authored on 2013/08/07 10:05
Merge pull request #19 from nsabine/master

42de9bd8 – Steve Francia <[email protected]> authored on 2013/08/06 04:05
Merge pull request #15 from hhatto/update-doc

78afe8d3 – Hideo Hattori <[email protected]> authored on 2013/08/05 23:14
update document for content directory

0e57fcc9 – spf13 <[email protected]> authored on 2013/08/05 21:10
Merge branch 'master' of github.com:spf13/hugo

783f0d61 – spf13 <[email protected]> authored on 2013/08/05 21:06
fixing badlink on homepage

6789b6c5 – spf13 <[email protected]> authored on 2013/08/05 21:05
removing erroneous debugging output

de9f9ae1 – spf13 <[email protected]> authored on 2013/08/05 07:12
Fixing getting started link.

c5715e98 – Steve Francia <[email protected]> authored on 2013/08/05 03:13
Merge pull request #12 from imrehg/docfix

f31ec3c2 – Gergely Imreh <[email protected]> authored on 2013/08/05 17:45
Fix example in docs that wouldn't work in practice

57b206ca – Steve Francia <[email protected]> authored on 2013/08/03 03:29
Merge pull request #11 from noahcampbell/master

f6e590e5 – spf13 <[email protected]> authored on 2013/08/02 23:33
Fixing link to contributor page on github

6a1a038c – spf13 <[email protected]> authored on 2013/08/02 23:31
Shrinking the readme to just the basics to avoid dupe with doc site

6efbd93a – spf13 <[email protected]> authored on 2013/08/02 23:30
Updating a bunch of the docs

def5f101 – spf13 <[email protected]> authored on 2013/08/02 23:29
Including documentation on indexes

dff86cb2 – spf13 <[email protected]> authored on 2013/08/02 23:29
Renaming indexes template to indexes.html

21a7b725 – spf13 <[email protected]> authored on 2013/08/02 23:10
Moved static content to /static

52c089ff – spf13 <[email protected]> authored on 2013/08/02 23:09
Added support for indexes of indexes & ordered indexes

ddad1e04 – spf13 <[email protected]> authored on 2013/08/02 12:30
adding previous next capabilities

66610a65 – Noah Campbell <[email protected]> authored on 2013/08/02 06:00
Removing OSX files from repo. Updating .gitignore to not track these files.

d36d7fba – Steve Francia <[email protected]> authored on 2013/08/01 18:04
Merge pull request #8 from SebastianM/doc-json-fix

47783c1f – Steve Francia <[email protected]> authored on 2013/08/01 18:00
Merge pull request #10 from noahcampbell/master

4efdb909 – Sebastian Müller <[email protected]> authored on 2013/08/01 16:52
Fix JSON syntax error in example configuration

3e539c71 – Noah Campbell <[email protected]> authored on 2013/08/01 07:55
Adding error message when no content pages exists.

03e804ff – Noah Campbell <[email protected]> authored on 2013/07/30 12:27
Updating the .gitignore for windows and vim users.

c9a09418 – Noah Campbell <[email protected]> authored on 2013/08/01 09:27
Fixed section labels causing panic on windows.

61258858 – spf13 <[email protected]> authored on 2013/07/29 21:26
copying static content to destination

736677a2 – spf13 <[email protected]> authored on 2013/07/26 14:10
Using MkdirAll instead of my own logic

7ab28c56 – spf13 <[email protected]> authored on 2013/07/26 14:06
Adding support for destination dir, split out static

92c31bbe – spf13 <[email protected]> authored on 2013/07/26 05:51
permalink now respects pretty urls

d5f55430 – spf13 <[email protected]> authored on 2013/07/26 05:28
create content at any level of nesting

e08d14ad – spf13 <[email protected]> authored on 2013/07/26 05:27
fixing issue with some urls missing '/'

b7bbc28c – spf13 <[email protected]> authored on 2013/07/26 05:25
fixing bug with server not finding right path

c560a753 – spf13 <[email protected]> authored on 2013/07/26 05:24
adding more verbose output to server functionality

b2385f06 – spf13 <[email protected]> authored on 2013/07/26 05:22
create missing directories recurisvely

dd9a7e64 – spf13 <[email protected]> authored on 2013/07/24 07:47
Fixing headers in readme

16b1f284 – spf13 <[email protected]> authored on 2013/07/24 07:43
Improving installation instructions

f2e4c9d7 – spf13 <[email protected]> authored on 2013/07/24 07:27
Merge branch 'master' of github.com:spf13/hugo

3ad3f2f0 – spf13 <[email protected]> authored on 2013/07/24 07:27
Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into brandonblack-doc-fix

580bb9bb – Brandon Black <[email protected]> authored on 2013/07/22 06:32
minor: adding some more instructions for building from source

2dde27f0 – Steve Francia <[email protected]> authored on 2013/07/20 20:51
Update README.md

627cf265 – spf13 <[email protected]> authored on 2013/07/18 20:38
Adding proper command line option parsing

8fae5f0d – spf13 <[email protected]> authored on 2013/07/18 20:10
Default is now pretty urls (without .html)

dcd8ff71 – spf13 <[email protected]> authored on 2013/07/18 18:27
Adding better source build instructions

f1990049 – spf13 <[email protected]> authored on 2013/07/15 13:44
GO -> Go

8d50dd91 – spf13 <[email protected]> authored on 2013/07/11 19:29
fixing typo in config readme

c24112ce – spf13 <[email protected]> authored on 2013/07/11 19:26
Render shortcodes before index and section rss feeds

649560fc – spf13 <[email protected]> authored on 2013/07/11 18:55
proper BaseUrl handling (if has trailing slash or not)

7a521ad1 – spf13 <[email protected]> authored on 2013/07/11 18:31
Fixing some RSS issues

b7b6f054 – spf13 <[email protected]> authored on 2013/07/11 18:16
Accidentally left in debugging code

75a2e6d4 – spf13 <[email protected]> authored on 2013/07/11 18:04
Now support for config files as yaml, json or toml

d9b5f9cd – spf13 <[email protected]> authored on 2013/07/10 13:58
fixing incorrect import path

f857f4ca – spf13 <[email protected]> authored on 2013/07/10 13:57
adding helper to create absolute url

d4caa8ee – spf13 <[email protected]> authored on 2013/07/10 05:21
Adding total time to generated stats.

51e30985 – spf13 <[email protected]> authored on 2013/07/09 20:14
Writing relative links to absolute so they work in feeds

e76c3feb – spf13 <[email protected]> authored on 2013/07/09 15:04
Fix bug with JSON front matter parsing.

a6914e9c – spf13 <[email protected]> authored on 2013/07/09 14:53
Better error handling for parsing front matter

8403dba3 – Steve Francia <[email protected]> authored on 2013/07/09 04:34
Merge pull request #3 from tychoish/rst-fix

4951ff99 – tycho garen <[email protected]> authored on 2013/07/09 04:16
rst: fixing rst output processing

aee48725 – spf13 <[email protected]> authored on 2013/07/08 18:27
Adding version number to command line options

d2a6267a – spf13 <[email protected]> authored on 2013/07/08 18:23
Adding support for TOML, updating documentation

3c80cd32 – spf13 <[email protected]> authored on 2013/07/08 13:57
YAML support similar to jekyll (start and end with '---')

94e57774 – Steve Francia <[email protected]> authored on 2013/07/08 08:59
Merge pull request #2 from tychoish/yaml-rst-support

d0ff3126 – tycho garen <[email protected]> authored on 2013/07/07 07:59
minor: correcting example

f851c416 – tycho garen <[email protected]> authored on 2013/07/07 06:01
fix: changing terminal yaml line, generalizing forematter splitting

b024454e – tycho garen <[email protected]> authored on 2013/07/06 20:49
fixes: returning json parsing, error messages, yaml header offsets

67f4da30 – tycho garen <[email protected]> authored on 2013/07/06 19:52
revert: adding json support

6c42d3d4 – tycho garen <[email protected]> authored on 2013/07/06 18:58
fix: parsing of yaml forematter

431fa0e2 – tycho garen <[email protected]> authored on 2013/07/06 18:31
changing to suport yaml rather than json and adding optional restructuredtext support

a7f5f97b – tycho garen <[email protected]> authored on 2013/07/06 15:36
sanity: move from json to yaml

4d2fbfc7 – Steve Francia <[email protected]> authored on 2013/07/06 15:08
Merge pull request #1 from tychoish/add-gitignore

8aff6cc3 – tycho garen <[email protected]> authored on 2013/07/06 15:36
gitignore: sanity

f8755771 – spf13 <[email protected]> authored on 2013/07/05 08:03
rendering shortcodes earlier for better performance

77d142ba – Steve Francia <[email protected]> authored on 2013/07/04 20:37
fixing typos

1aa125cf – Steve Francia <[email protected]> authored on 2013/07/04 20:37
fixing two typos

0d63bf00 – Steve Francia <[email protected]> authored on 2013/07/04 20:35
better install instructions and fixing usage typo

3ec920ac – spf13 <[email protected]> authored on 2013/07/04 09:03
adding better install directions

d1162555 – spf13 <[email protected]> authored on 2013/07/04 07:34
updating readme

Next