215 Commits

Author SHA1 Message Date
spf13
537af8d20a Better mobile support on docs site 2013-10-26 02:28:25 -04:00
spf13
70de05211a Big visual overhaul of the docs. Docs now using indexes for all menu generation. 2013-10-26 02:18:14 -04:00
spf13
d1399eb1db Docs menu now powered by indexes.. converting some of the content to use this. 2013-10-25 18:42:46 -04:00
spf13
215d4e7381 Adding support for linkTitles 2013-10-25 18:37:53 -04:00
spf13
f4a7b9d663 Update homepage 2013-10-24 16:49:17 -07:00
spf13
a78591c366 Migrate docs to Bootstrap 3.0 2013-10-24 16:49:01 -07:00
spf13
7957e52fce Adding a quick start guide to hugo docs 2013-10-17 22:53:04 -04:00
spf13
2cd49a1946 New Homepage for Hugo 2013-10-17 22:52:28 -04:00
Noah Campbell
3951505440 Adding back the hugo homepage.
Deleted the page accidentially
2013-10-08 18:44:15 +02:00
Noah Campbell
a53aac32cd Refactor layout selection code
The render code path would use a fallback if there was an exception.
This change instead relies on explicit declaration of the layout to use
and includes a check to see if the layout indeed exists before
attempting to render it.
2013-10-08 18:44:15 +02:00
Noah Campbell
19948ac250 Add support for Relative Permalinks 2013-10-08 18:42:03 +02:00
spf13
65b66cc563 Updating usage documentation to new interface 2013-09-30 22:39:06 -04:00
Kyle Mahan
e10167c1af minor documentation cleanup.
- changed it's -> its where appropriate.
- added post/ parent directory above happy/ to the organization examples

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-09-29 19:50:25 -07:00
Noah Campbell
b1091b3781 Fix alias documentation.
Fixes #79
2013-09-13 16:06:39 -07:00
Noah Campbell
40695d03f1 Remove page module dependence on opening files
The site is responsible for reading files, page only operates on
buffers.
2013-09-04 19:36:06 -07:00
Daniel Alan Miller
b83fd65e78 Adding .Summary to page variables
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-08-29 10:08:03 -07:00
Ross Lawley
9a1cd4ca79 Add 404.html for gh-pages
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-08-23 16:38:35 -07:00
Steve Francia
e8445dd3ba Merge pull request #51 from cabello/patch-3
Remove extra quotes from meta data
2013-08-20 20:54:51 -07:00
Steve Francia
7a3e32134b Merge pull request #50 from cabello/patch-2
Check .Prev and .Next pointers before using it
2013-08-20 20:54:31 -07:00
Danilo Cabello
6893a90a68 Remove extra quotes from meta data 2013-08-20 13:52:51 -04:00
Danilo Cabello
2cfb41d2e6 Check .Prev and .Next pointers before using it 2013-08-20 12:13:27 -04:00
Danilo Cabello
88bd12cc99 Fix broken link to Index page 2013-08-20 11:56:55 -04:00
spf13
55df9f1bc9 Removing extra links on homepage 2013-08-17 21:54:39 -04:00
spf13
e1a85b8163 Adding "fork me on github" banner 2013-08-17 21:54:39 -04:00
spf13
66c87441bd Complete overhaul of the docs 2013-08-17 21:54:39 -04:00
VonC
406e60a204 Clarify uglyurls flag.
Mention more clearly that, for generating `/filename.html`, you need to
set the `uglyurls` flag to `true`.
2013-08-14 16:47:17 +02:00
spf13
f37e425e32 Started new release notes, added nitro step for aliases 2013-08-10 15:44:22 +01:00
spf13
824e4fa325 Adding support for aliases (redirects) 2013-08-10 15:35:34 +01:00
Ross Lawley
fa6b172f87 Add redirect to page parameters and redirects example 2013-08-09 21:57:22 +01:00
Steve Francia
694248ba56 Merge pull request #22 from nsabine/master
Added examples to indexes.md
2013-08-09 02:16:10 -07:00
Nick Sabine
a75577acac Added examples to indexes.md 2013-08-09 00:10:35 -04:00
Duncan Beevers
c8469dfba0 Added .Content variable to docs 2013-08-08 16:13:03 -07:00
Steve Francia
23f6512bcc Merge pull request #15 from hhatto/update-doc
update document for content directory
2013-08-06 08:05:18 -07:00
spf13
fa5cb9b12f Merge branch 'master' of github.com:spf13/hugo 2013-08-06 01:10:10 +02:00
spf13
05c0c22dba fixing badlink on homepage 2013-08-06 01:06:59 +02:00
Hideo Hattori
3db18bca9c update document for content directory 2013-08-06 03:14:40 +09:00
Gergely Imreh
9e12962e79 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.
2013-08-05 21:45:01 +08:00
spf13
70ee56a37c Fixing getting started link. 2013-08-05 11:12:39 +02:00
Steve Francia
42e31ca51c Merge pull request #11 from noahcampbell/master
Removing OSX files from repo.  Updating .gitignore to not track these files
v0.8
2013-08-03 07:29:16 -07:00
spf13
f0b72d0a34 Fixing link to contributor page on github 2013-08-03 03:33:39 -04:00
spf13
a21e99b85a Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
spf13
7527fc285e Including documentation on indexes 2013-08-03 03:29:49 -04:00
spf13
37eb9bae7a Moved static content to /static 2013-08-03 03:10:14 -04:00
Noah Campbell
d565e9d0dc Removing OSX files from repo. Updating .gitignore to not track these files. 2013-08-02 10:00:25 -07:00
Sebastian Müller
0bd3678668 Fix JSON syntax error in example configuration 2013-08-01 20:52:00 +02:00
spf13
ab34d90cd2 Improving installation instructions 2013-07-24 11:43:23 -04:00
spf13
1cf78a9abe Adding proper command line option parsing 2013-07-19 00:38:24 -07:00
spf13
af5e4d1a56 Default is now pretty urls (without .html)
Adding --uglyurls option to retain previous behavior
2013-07-19 00:10:42 -07:00
spf13
2853ee2ab1 Adding better source build instructions 2013-07-18 22:30:55 -07:00
spf13
3eb9e52726 GO -> Go 2013-07-15 17:44:51 -07:00