Hugo Duncan [Tue, 20 Aug 2013 13:40:33 +0000 (09:40 -0400)]
Return any error reported by RenderHomePage
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
Ross Lawley [Wed, 21 Aug 2013 09:37:14 +0000 (10:37 +0100)]
Wordpress summaries
Allow full control of summaries which can be rendered as html rather
than text. Using a `<!--more-->` html comment in your markdown / rst
you can indiciate where the summary should end and have the summary
converted to html.
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
Conflicts:
hugolib/page_test.go
Ross Lawley [Wed, 21 Aug 2013 16:21:53 +0000 (17:21 +0100)]
Add 404.html for gh-pages
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
Noah Campbell [Fri, 23 Aug 2013 21:47:03 +0000 (14:47 -0700)]
RenderThing test cases
Provide unit test support RenderThing.
One observation is that creating the site.Tmpl variable is a one time
event. site.Tmpl doesn't like additional templates with the same name.
This means that updating a template while in --watch mode requires
throwing away the entire Site object and creating a new one. Not that
this is a bad idea, but it is something I discovered while working on
these unit tests.
Noah Campbell [Fri, 23 Aug 2013 21:40:02 +0000 (14:40 -0700)]
Test cases for ignoreDotFile
Meant to commit this earlier, but it's a basic unit test.
Noah Campbell [Fri, 23 Aug 2013 21:44:43 +0000 (14:44 -0700)]
Update .gitignore to ignore *.swo files
For the fellow vim user.
Noah Campbell [Tue, 20 Aug 2013 23:56:18 +0000 (16:56 -0700)]
Fix benchmark so the buffer is read each time.
The bytes.Buffer was exhausted after the first read. Creating a new
reader each invocation catpures the correctly timing.
Noah Campbell [Wed, 14 Aug 2013 22:22:57 +0000 (15:22 -0700)]
Removing GetSection
Using GetXXX is not idiomatic to Go. Also added a bunch of unit testing
around this method.
Noah Campbell [Fri, 23 Aug 2013 20:51:59 +0000 (13:51 -0700)]
Skip "dot" files in layout
As a vim user, .filename.swp files pop up. This change prevents hugo
from reading those files.
Steve Francia [Wed, 21 Aug 2013 03:56:33 +0000 (20:56 -0700)]
Merge pull request #53 from hugoduncan/feature/print-error-on-invalid-index
Print error if index value in a page is wrong type
Steve Francia [Wed, 21 Aug 2013 03:55:56 +0000 (20:55 -0700)]
Merge pull request #52 from rozza/StaticSync
Static changes shouldn't be destructive to existing files
Steve Francia [Wed, 21 Aug 2013 03:54:51 +0000 (20:54 -0700)]
Merge pull request #51 from cabello/patch-3
Remove extra quotes from meta data
Steve Francia [Wed, 21 Aug 2013 03:54:31 +0000 (20:54 -0700)]
Merge pull request #50 from cabello/patch-2
Check .Prev and .Next pointers before using it
Steve Francia [Wed, 21 Aug 2013 03:54:06 +0000 (20:54 -0700)]
Merge pull request #49 from cabello/patch-1
Fix broken link to Index page
Hugo Duncan [Tue, 20 Aug 2013 20:39:26 +0000 (16:39 -0400)]
Print error if index value in a page is wrong type
This was causing a panic with no information displayed about the
page causing the error.
Ross Lawley [Tue, 20 Aug 2013 19:32:32 +0000 (20:32 +0100)]
Static changes shouldn't be destructive to existing files
Currently changing css deletes all the site published html when it copies.
Refs #46
Danilo Cabello [Tue, 20 Aug 2013 17:52:51 +0000 (13:52 -0400)]
Remove extra quotes from meta data
Danilo Cabello [Tue, 20 Aug 2013 16:13:27 +0000 (12:13 -0400)]
Check .Prev and .Next pointers before using it
Danilo Cabello [Tue, 20 Aug 2013 15:56:55 +0000 (11:56 -0400)]
Fix broken link to Index page
Steve Francia [Mon, 19 Aug 2013 12:32:36 +0000 (05:32 -0700)]
Merge pull request #46 from rawfalafel/sync_static
Sync files that have changed in the static directory
rawfalafel [Mon, 19 Aug 2013 05:17:37 +0000 (01:17 -0400)]
Watch StaticDir and sync to PublishDir on change
New behavior adds a special case for file changes inside the static directory to fsync PublishDir
Steve Francia [Sun, 18 Aug 2013 04:04:51 +0000 (21:04 -0700)]
Merge pull request #44 from cactus/avoid-redirect-with-slugs
avoid possible redirects with non-ugly slug urls
Steve Francia [Sun, 18 Aug 2013 04:04:14 +0000 (21:04 -0700)]
Merge pull request #43 from hugoduncan/feature/allow-xhtml-aliases
Enable aliases from .xhtml paths
Steve Francia [Sun, 18 Aug 2013 03:59:07 +0000 (20:59 -0700)]
Merge pull request #41 from rozza/skipStatic
Skip Static directory if its in your content directory
spf13 [Sun, 18 Aug 2013 03:53:35 +0000 (23:53 -0400)]
Merge branch 'noahcampbell-index_reporting'
Noah Campbell [Tue, 13 Aug 2013 21:58:50 +0000 (14:58 -0700)]
Formatting cleanup
Noah Campbell [Tue, 13 Aug 2013 21:47:14 +0000 (14:47 -0700)]
Removing the use of slash
An oversight on my behalf. The FromSlash method is used when writing
out the public file name. There is one place where the slashes are
required which is setting the output file. I replaced those instances
with filepath.Join which should do the right thing depending on the OS.
Noah Campbell [Tue, 13 Aug 2013 17:46:05 +0000 (10:46 -0700)]
Detect missed index from front matter
Noah Campbell [Tue, 13 Aug 2013 17:44:40 +0000 (10:44 -0700)]
Return errors when rendering
spf13 [Sun, 18 Aug 2013 01:49:17 +0000 (21:49 -0400)]
Removing extra links on homepage
spf13 [Sat, 17 Aug 2013 12:40:18 +0000 (08:40 -0400)]
Adding "fork me on github" banner
spf13 [Sat, 17 Aug 2013 12:34:25 +0000 (08:34 -0400)]
Complete overhaul of the docs
Steve Francia [Sat, 17 Aug 2013 13:35:31 +0000 (06:35 -0700)]
Merge pull request #40 from VonC/clarify_uglyurls_flag
Clarify uglyurls flag.
elij [Fri, 16 Aug 2013 20:14:20 +0000 (13:14 -0700)]
avoid handling a redirect from slug to slug/
because the url lacks a trailing /, many webservers will issue a
redirect to the canonical url with trailing slash for directory index
w/index.htm(l).
Append a slash to avoid this.
Hugo Duncan [Fri, 16 Aug 2013 04:29:46 +0000 (00:29 -0400)]
Enable aliases from .xhtml paths
When redirecting an alias from a .xhtml path, served with default content type,
a redirect only works if the html element has a xmlns attribute. This adds the
attribute when the alias path ends in .xhtml
Ross Lawley [Thu, 15 Aug 2013 18:58:34 +0000 (19:58 +0100)]
Skip Static directory if its in your content directory
Allows organisation where all source files are in one directory:
```
`config.yaml`:
contentdir: "source"
staticdir: "source/static"
...
.
└── source
├── post
| ├── firstpost.md // <- http://site.com/post/firstpost.html
| └── secondpost.md // <- http://site.com/post/secondpost.html
└── static
└── css
└── site.css // <- http://site.com/css/site.css
```
VonC [Wed, 14 Aug 2013 08:53:41 +0000 (10:53 +0200)]
Clarify uglyurls flag.
Mention more clearly that, for generating `/filename.html`, you need to
set the `uglyurls` flag to `true`.
spf13 [Wed, 14 Aug 2013 14:19:59 +0000 (10:19 -0400)]
Merge branch 'master' of github.com:spf13/hugo
spf13 [Wed, 14 Aug 2013 12:57:14 +0000 (08:57 -0400)]
Further work on path/section stuff. Tests passing now.
Steve Francia [Wed, 14 Aug 2013 03:03:18 +0000 (20:03 -0700)]
Merge pull request #38 from noahcampbell/workflow_dotfile
Workflow dotfile
spf13 [Tue, 13 Aug 2013 23:39:24 +0000 (19:39 -0400)]
Now support for nested paths. Better section detection.
spf13 [Tue, 13 Aug 2013 14:47:58 +0000 (10:47 -0400)]
Merge branch 'master' of github.com:spf13/hugo
Steve Francia [Tue, 13 Aug 2013 14:44:43 +0000 (07:44 -0700)]
Merge pull request #37 from noahcampbell/master
Test GetParam and the various incarnations of frontmatter.
Steve Francia [Tue, 13 Aug 2013 14:44:00 +0000 (07:44 -0700)]
Merge pull request #31 from cactus/issue-31
sanitizeRegex chopping dots
spf13 [Tue, 13 Aug 2013 13:23:43 +0000 (09:23 -0400)]
Adding support for a default content type template
default template found at layouts/_default/single.html
spf13 [Tue, 13 Aug 2013 12:43:42 +0000 (08:43 -0400)]
Adding support for recent content.
Noah Campbell [Mon, 12 Aug 2013 23:10:38 +0000 (16:10 -0700)]
Ignore dotfiles in content directory
This supports my personal workflow of using vim which places a temporary file in the same directory as the file I'm editing.
Noah Campbell [Tue, 13 Aug 2013 03:38:37 +0000 (20:38 -0700)]
gofmt pass
Clean up test files.
Noah Campbell [Tue, 13 Aug 2013 00:14:54 +0000 (17:14 -0700)]
Test GetParam and the various incarnations of frontmatter.
elij [Tue, 13 Aug 2013 02:55:52 +0000 (19:55 -0700)]
move "dot" in regex to avoid it being part of a range
Steve Francia [Tue, 13 Aug 2013 02:42:44 +0000 (19:42 -0700)]
Merge pull request #32 from cactus/issue-32
indexes rss.xml has wrong permalinks with ugly urls off
elij [Tue, 13 Aug 2013 02:02:43 +0000 (19:02 -0700)]
fix sanitizeRegex to not strip "dots"
sanitizeRegex was stripping dots in permalinks when generating
RenderIndexes (noted during feed/rss generation).
permalink was being set to `.../indexxml` instead of `.../index.xml`.
Adding "dot" to the regex whitelist fixed the issue.
elij [Tue, 13 Aug 2013 02:01:23 +0000 (19:01 -0700)]
fix bad tab/space due to paste
elij [Tue, 13 Aug 2013 01:51:01 +0000 (18:51 -0700)]
fix wrong renderlist feed permalink
when not using ugly urls, the feed permalink does not end up in the
expected location, and instead always behaves as if using ugly urls.
this fixes that behavior and inserts the feed xml file into the
directory as index.xml.
fixes #32
Steve Francia [Mon, 12 Aug 2013 22:36:06 +0000 (15:36 -0700)]
Merge pull request #36 from noahcampbell/master
Use / for template names regardless of platform.
Noah Campbell [Mon, 12 Aug 2013 20:57:47 +0000 (13:57 -0700)]
Use / for template names regardless of platform.
The path seperator was causing templates to not be loaded on windows.
Now all template names use / internally.
Steve Francia [Mon, 12 Aug 2013 21:43:56 +0000 (14:43 -0700)]
Merge pull request #35 from noahcampbell/master
Address the time parsing issue.
Noah Campbell [Mon, 12 Aug 2013 21:13:31 +0000 (14:13 -0700)]
Support for non-standard formats.
Forgot to include existing formats. Integration tests include new
format.
Noah Campbell [Mon, 12 Aug 2013 16:41:41 +0000 (09:41 -0700)]
Move timezone tests to integration test.
Interacting with timezones will result in checks against the filesystem.
This access, by definition, is an integration test. Creating a
*integration_test.go file will signify this change.
When interacting with Travis-ci.org, the ubuntu boxes plus go 1.1 do not
seem to support shortcode timezones, think PST. In this case, the tests
are skipped. This is not ideal, but the IRC #go-nuts channel has
indicated timezone support is still lacking. We should advise users of
hugo that timezone support may be an issue and report any odd behavior.
The workaround is to use numeric timezones (-08:00 for PST, etc.)
Noah Campbell [Mon, 12 Aug 2013 04:03:04 +0000 (21:03 -0700)]
Add additional details to date test cases.
Noah Campbell [Mon, 12 Aug 2013 03:34:54 +0000 (20:34 -0700)]
Provide better support for various date formats.
Fixes #30 as long as the date is well formatted.
VonC [Mon, 12 Aug 2013 12:31:24 +0000 (14:31 +0200)]
Avoid error if no content.
The homepage should still be generated.
This is useful especially in the beginning, where you start just with
the homepage.
Steve Francia [Sun, 11 Aug 2013 14:23:08 +0000 (07:23 -0700)]
Merge pull request #26 from noahcampbell/master
Add support for continuous testing.
spf13 [Sat, 10 Aug 2013 14:44:22 +0000 (15:44 +0100)]
Started new release notes, added nitro step for aliases
spf13 [Sat, 10 Aug 2013 14:41:10 +0000 (15:41 +0100)]
Adding correct canonical link to alias pages
spf13 [Sat, 10 Aug 2013 14:35:34 +0000 (15:35 +0100)]
Adding support for aliases (redirects)
spf13 [Sat, 10 Aug 2013 13:08:38 +0000 (14:08 +0100)]
Merge branch 'redirect' of https://github.com/rozza/hugo into rozza-redirect
Conflicts:
hugolib/page.go
Noah Campbell [Sat, 10 Aug 2013 01:24:42 +0000 (18:24 -0700)]
Add support for continuous testing.
Using travis-ci.org
spf13 [Sat, 10 Aug 2013 01:07:35 +0000 (02:07 +0100)]
Merge branch 'master' of github.com:spf13/hugo
Conflicts:
hugolib/site.go
Steve Francia [Sat, 10 Aug 2013 01:01:51 +0000 (18:01 -0700)]
Merge pull request #25 from noahcampbell/master
Internal API changes and introduce testing.
Noah Campbell [Thu, 8 Aug 2013 00:34:17 +0000 (17:34 -0700)]
Better reporting when the template is missing.
Noah Campbell [Thu, 8 Aug 2013 00:21:22 +0000 (17:21 -0700)]
Nitro timer is encapsulated.
Remove the need for NewSite by relying on appropriate defaults. Renamed
site.c to site.Config to allow Sites to be created outside the package.
Noah Campbell [Wed, 7 Aug 2013 06:04:49 +0000 (23:04 -0700)]
Adding more test cases
Noah Campbell [Tue, 6 Aug 2013 23:29:49 +0000 (16:29 -0700)]
Adding benchmark for parsing pages using unicode.
The resulting comparsion is not equal because NewPage reads the file each time where ReadFrom just reads a buffer in memory.
Noah Campbell [Mon, 5 Aug 2013 14:53:58 +0000 (07:53 -0700)]
Adding ability to read from io.Reader
This allows for testing without relying on the file system. Parsing algorithm to not read the entire file into memory.
Noah Campbell [Mon, 5 Aug 2013 02:02:15 +0000 (19:02 -0700)]
Introduce unit testing for page.go
Noah Campbell [Sat, 3 Aug 2013 17:14:24 +0000 (10:14 -0700)]
Remove unreachable code path.
Noah Campbell [Sat, 3 Aug 2013 17:52:40 +0000 (10:52 -0700)]
Using a composite literal to create a page.
Wonder why the need for composite structs. Not sure if my go knowledge is lacking or if this is cruft from other programming language doctrine.
Noah Campbell [Sat, 3 Aug 2013 17:51:21 +0000 (10:51 -0700)]
Support pages without folders
Noah Campbell [Fri, 2 Aug 2013 23:48:09 +0000 (16:48 -0700)]
Provide better error handling
Change the method signatures to follow the check ok pattern.
Ross Lawley [Fri, 9 Aug 2013 20:35:23 +0000 (21:35 +0100)]
Add redirect to page parameters and redirects example
Steve Francia [Fri, 9 Aug 2013 09:16:10 +0000 (02:16 -0700)]
Merge pull request #22 from nsabine/master
Added examples to indexes.md
Steve Francia [Fri, 9 Aug 2013 09:15:50 +0000 (02:15 -0700)]
Merge pull request #21 from duncanbeevers/master
Added .Content variable to docs
Nick Sabine [Fri, 9 Aug 2013 04:10:35 +0000 (00:10 -0400)]
Added examples to indexes.md
Duncan Beevers [Thu, 8 Aug 2013 23:13:03 +0000 (16:13 -0700)]
Added .Content variable to docs
Steve Francia [Thu, 8 Aug 2013 22:52:50 +0000 (15:52 -0700)]
Merge pull request #20 from VonC/version
Make sure hugo --version prints the version and does *nothing* else.
VonC [Thu, 8 Aug 2013 20:18:37 +0000 (22:18 +0200)]
Make sure hugo --version prints the version and does *nothing* else.
Any program, when asks to print their version, only prints that, and then
stops.
hugo checks the config (and prints a warning message if not found), and
proceeds to generate the site!
Yet, the user just wanted to check the version.
This patch makes sure hugo stops after printing the version.
spf13 [Thu, 8 Aug 2013 11:30:01 +0000 (12:30 +0100)]
Fixing missing trailing slash in baseUrl
Steve Francia [Wed, 7 Aug 2013 21:05:07 +0000 (14:05 -0700)]
Merge pull request #19 from nsabine/master
Populated page Site metadata. Enables accessing Indexes from Page template.
Nick Sabine [Wed, 7 Aug 2013 18:23:24 +0000 (14:23 -0400)]
Populated page Site metadata. Enables accessing Indexes from Page template.
Steve Francia [Tue, 6 Aug 2013 15:05:18 +0000 (08:05 -0700)]
Merge pull request #15 from hhatto/update-doc
update document for content directory
spf13 [Mon, 5 Aug 2013 23:10:10 +0000 (01:10 +0200)]
Merge branch 'master' of github.com:spf13/hugo
spf13 [Mon, 5 Aug 2013 23:06:59 +0000 (01:06 +0200)]
fixing badlink on homepage
spf13 [Mon, 5 Aug 2013 23:05:50 +0000 (01:05 +0200)]
removing erroneous debugging output
Hideo Hattori [Mon, 5 Aug 2013 18:14:40 +0000 (03:14 +0900)]
update document for content directory
Steve Francia [Mon, 5 Aug 2013 14:13:42 +0000 (07:13 -0700)]
Merge pull request #12 from imrehg/docfix
Fix example in docs that wouldn't work in practice
Gergely Imreh [Mon, 5 Aug 2013 13:45:01 +0000 (21:45 +0800)]
Fix example in docs that wouldn't work in practice
The pflag package used in hugo has to use the "=" sign
for double dash options such as --source. Thus the original
example `--source ~/mysite` is already incorrect. Adding
the = sign though woul not fix things in this case, since
`--source=~/mysite` does not get resolved to /home/username/mysite,
but looks for the ./~/mysite directory within the current directory.
To resolve this, either the directory name has to be changed in
the docs not to use the "~" sign, or have to change to use the
single dash version of the command line flag. The latter seems
to be more in line with the rest of the example.
Leaving `--watch` as a double dash option to minimize the change,
though it could be either way, since the follow up example uses
the single dash version of both.
spf13 [Mon, 5 Aug 2013 09:12:39 +0000 (11:12 +0200)]
Fixing getting started link.
Steve Francia [Sat, 3 Aug 2013 14:29:16 +0000 (07:29 -0700)]
Merge pull request #11 from noahcampbell/master
Removing OSX files from repo. Updating .gitignore to not track these files
spf13 [Sat, 3 Aug 2013 07:33:39 +0000 (03:33 -0400)]
Fixing link to contributor page on github