5003f7f7af
Docs menu now powered by indexes.. converting some of the content to use this.
2013-10-25 18:42:46 -04:00
d20b41a2cf
Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable.
2013-10-25 18:40:55 -04:00
9388f23606
Adding support for linkTitles
2013-10-25 18:37:53 -04:00
b580a25d1f
Better error handling when rendering error found when in watch mode
...
In watch mode it should continue to watch for changes, in any other mode it should exit with a -1 error code so can check for success when scripting
2013-10-25 18:03:14 -04:00
764abd2067
Update homepage
2013-10-24 16:49:17 -07:00
dde965a5cd
Migrate docs to Bootstrap 3.0
2013-10-24 16:49:01 -07:00
cd71eb7389
Watching doesn't built site 2x on write (ignores rename events). Also ignores temporary files written by editors.
2013-10-24 16:45:24 -07:00
a5606b06ca
Adding support for ordering content in indexes by other than date (weighted indexes)
2013-10-24 15:24:47 -07:00
471fb1ff69
Adding support for date field in front matter as date (as TOML provides)
2013-10-24 15:18:57 -07:00
f3c816eabd
Adding support for more front matter types (int, float & date)
2013-10-24 14:31:04 -07:00
3558e3d6f0
Add support for weighted pages
...
Now pages can be sorted by other than date
2013-10-18 11:01:31 -04:00
90090175f8
Adding preliminary support for weighted indexes (for ordering by other than date)
2013-10-17 23:57:25 -04:00
678ddef46a
Adding a quick start guide to hugo docs
2013-10-17 22:53:04 -04:00
4d333e81ee
New Homepage for Hugo
2013-10-17 22:52:28 -04:00
4263094d75
Adding support for MinRead. Closed #106
2013-10-15 09:32:21 -04:00
be5ace1588
Wordcount restored. fixed #92
2013-10-15 09:15:52 -04:00
e58d8fe791
fixed #95 , fixed #93
2013-10-09 23:38:51 -04:00
f5fda80486
simplified buildSite & better error handling around it
2013-10-09 19:14:26 -04:00
0318f7c149
Clean up server & build site logic. Fixed #94
2013-10-09 18:53:46 -04:00
e6ace71fec
server command now builds prior to serving
2013-10-09 18:24:40 -04:00
4993152dda
Permalink to include multiple directories levels
2013-10-08 18:44:15 +02:00
6e1268f45b
Test case for permalink functionality
2013-10-08 18:44:15 +02:00
895638433e
Adding back the hugo homepage.
...
Deleted the page accidentially
2013-10-08 18:44:15 +02:00
9500ec1b6b
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
197aacb647
Add support for Relative Permalinks
2013-10-08 18:42:03 +02:00
06da609138
Refactor Permalink to private function
...
This will allow for reuse of this particular function.
2013-10-08 18:42:03 +02:00
6fa6f69a4a
Change transformer order
2013-10-08 18:42:03 +02:00
d712d6f331
Moving transformation on a per-page level
2013-10-08 18:42:03 +02:00
9032a228b0
Better handle missing layouts
...
Panic is too extreme. Instead the library will write out a message in
verbose mode.
2013-10-08 18:42:02 +02:00
54a2790fce
Use io.Pipe for chaning render tasks.
...
Also clean up logic for finding layouts.
2013-10-08 18:42:02 +02:00
689cda1740
Code cleanup
2013-10-08 18:40:41 +02:00
19cb6c7819
Move writing next to rendering
...
All render(Thing) calls have a WritePublic call directly after it. This
refactor creates one function that makes the specific call sequence.
2013-10-08 18:40:40 +02:00
2176d2c197
Reducing scope of RenderThing*
2013-10-08 18:37:50 +02:00
ff8b52758d
Move in memory target into target module.
2013-10-08 18:37:50 +02:00
80009b427f
Change the order of Apply to be more Unixy
...
Typically the destination is on the left and the src is on the right.
2013-10-08 18:37:50 +02:00
94a3184ad0
Fixing up source code formatting.
2013-10-08 18:37:50 +02:00
5a66fa3954
Chain transformers and test cases
...
Transformers can now be chained together, working on the output of the
previous run.
2013-10-08 18:37:50 +02:00
eb117eb904
Move AbsURL into seperate file
2013-10-08 18:37:49 +02:00
f0211b84a1
Rename Transform to AbsURL
2013-10-08 18:37:49 +02:00
03d1a57fea
Set the name of the Nav attribute to select
2013-10-08 18:37:49 +02:00
5e14af957a
Proper handling of 404 page return value
2013-10-07 09:24:13 -04:00
7468292c4e
Fixing bug where RSS for site was rendered in wrong location
2013-10-07 09:23:42 -04:00
d829e05036
Fixing bug where only the first index list was created.
2013-10-07 09:07:14 -04:00
2aaf92b515
Summary can now contain short codes when using <!--more--> to define end of summary.
2013-10-04 16:07:24 -04:00
be7ba0e98f
server defaults to localhost unless overridden by command line flags
2013-10-04 16:03:13 -04:00
266f583a8c
Restoring former snippet behavior & adding test to ensure future behavior
2013-10-04 12:28:28 -04:00
dcfcbac589
Enabling Nitro ('--stepAnalysis') again. Fix #58
2013-10-03 09:44:45 -04:00
18f2b82658
Switching to the rjson library which is more friendly to human generated json.
2013-10-01 22:45:24 -04:00
48e1068e3e
fixed #85
2013-09-30 22:40:15 -04:00
8efb90ebd5
Updating usage documentation to new interface
2013-09-30 22:39:06 -04:00