Luke Holder
5cfb690e31
Fix docs error with json comma
2014-02-03 13:50:28 -05:00
Anton Ageev
72ba6d633d
Fix permalink bug in uglyurls mode (refs #187 ).
2014-02-02 00:56:01 -05:00
spf13
3e87d7a86e
Automatically increase the process ulimit to maximum available. fixes #168 .
2014-02-01 12:51:11 -05:00
spf13
ae9cc09b04
Adding the ability to check the system limit on open files (important for watching large sites)
2014-02-01 12:50:17 -05:00
Niels Widger
c1b9380dfd
Add back blackfriday extensions during Markdown conversion
...
Modified markdownRender and markdownRenderWithTOC in hugolib/page.go to
use the same flags and extensions as were previously used when we simply
called blackfriday.MarkdownCommon to convert Markdown to HTML. These
flags/extensions were dropped during the refactor that added the
`.TableOfContents` page variable, and caused features like Markdown
tables to no longer work.
Modified the expected output for TestTableOfContents in page_test.go,
apparently changing the flags/extensions caused an `—` to become
`–`.
2014-01-30 23:04:37 -05:00
Tibor Vass
6dd2e9a49a
gofmt all go code
2014-01-29 18:03:35 -05:00
Vincent Batoufflet
ff9f6e1b2a
Fix panic with HTTP serve initialization problems.
2014-01-28 23:44:43 -05:00
Vincent Batoufflet
0ce6f05f59
Add text transformation template functions.
2014-01-28 23:44:23 -05:00
spf13
2d7870dee8
Using table of contents within the documentation.
2014-01-28 23:29:05 -05:00
spf13
18b9948f1e
Using table of contents within the documentation.
2014-01-28 23:29:05 -05:00
spf13
1882ffabc6
Adding support for boolean params
2014-01-28 23:24:59 -05:00
spf13
1da3fd039a
Continue with TOC integration and page refactor. Updated a few tests to match new generated output.
2014-01-28 23:11:05 -05:00
spf13
f45c6bc38a
Moved TOC test into page_test. Some general page_test cleanup.
2014-01-28 23:09:24 -05:00
spf13
9666f33e2f
Don’t render short codes on summary twice
2014-01-27 17:32:36 -05:00
spf13
67bcea24b6
fixing 178.
2014-01-27 17:20:35 -05:00
spf13
f82c645b33
fixing 178.
2014-01-27 17:20:35 -05:00
spf13
d0825a211a
Big refactor of pages code. Changed TOC code to only parse when actually used
2014-01-27 17:20:20 -05:00
Niels Widger
f62e3e9940
Add new TableOfContents Page variable (Markdown only)
...
Added TableOfContents field to hugolib.Page struct. New function
getTableOfContents is used in convertMarkdown to set the TableOfContents
field.
Added new test file hugolib/page_toc_test.go with a simple test of the
new functionality.
Conflicts:
hugolib/page.go
2014-01-23 17:27:08 -05:00
spf13
575b6e6682
Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc)
2014-01-22 17:16:09 -05:00
spf13
4f1807c7a7
Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc)
2014-01-22 17:16:09 -05:00
spf13
9564e6e9d8
Adding support for some primitive template math functions
2014-01-22 17:06:23 -05:00
Andrew Codispoti
52053e3e90
add andrewcodispoti.com to hall-of-fame
2014-01-22 15:24:11 -05:00
Andrew Codispoti
0e013b5291
add andrewcodispoti.com to hall-of-fame
2014-01-22 15:24:11 -05:00
spf13
3851117c25
renaming MinRead to ReadingTime and adding to documentation.
2014-01-21 20:08:24 -05:00
spf13
1f017397b6
Updating page variable documentation (for templates).
2014-01-21 20:07:55 -05:00
spf13
50a7f97a62
Updating page variable documentation (for templates).
2014-01-21 20:07:55 -05:00
spf13
f0634ec059
fixed #171 . RSSlink is now RSSLink (and matches existing docs).
...
Added backwards compatibility accessor for existing templates.
2014-01-18 22:16:19 -05:00
spf13
ae15ff0968
Fixing test which erroneously checked values and order, rather than just values.
2014-01-18 21:26:34 -05:00
spf13
44186c6af1
Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality.
2014-01-18 21:18:54 -05:00
spf13
e0a3c84564
Adding github button to docs homepage
2014-01-18 11:05:50 -05:00
spf13
fa2e58fd4a
Have travis build with latest go.
2014-01-18 11:05:50 -05:00
spf13
cb04053385
RSS improvements, now limit to 15 items and provide accurate date. fixed #172
2014-01-18 11:05:50 -05:00
spf13
303be735fb
Adding github button to docs homepage
2014-01-18 11:05:50 -05:00
Steve Francia
c51d040e3d
Adding Werker status to readme
2014-01-15 11:06:41 -05:00
Steve Francia
845d09763a
Create wercker.yml
2014-01-15 11:02:24 -05:00
Brandon Philips
ac8674adcb
feat(docs/hall-of-fame): add ifup
...
Add me! Thanks for hugo, working great.
2014-01-13 10:06:32 -05:00
Brandon Philips
f8243624e4
feat(docs/hall-of-fame): add ifup
...
Add me! Thanks for hugo, working great.
2014-01-13 10:06:32 -05:00
Phil Pennock
8c64de6848
Add canonifyurls
config option.
...
Be able to inhibit AbsURL canonicalization of content, on a site
configuration basis. Advantages of being able to inhibit this include
making it easier to rendering on other hostnames, and being able to
include resources on http or https depending on how this page was
retrieved, avoiding mixed-mode client complaints without adding latency
for plain http.
2014-01-13 10:06:12 -05:00
Phil Pennock
438c219892
Add canonifyurls
config option.
...
Be able to inhibit AbsURL canonicalization of content, on a site
configuration basis. Advantages of being able to inhibit this include
making it easier to rendering on other hostnames, and being able to
include resources on http or https depending on how this page was
retrieved, avoiding mixed-mode client complaints without adding latency
for plain http.
2014-01-13 10:06:12 -05:00
spf13
e294d86841
Add highlighting of code in documentation and clean up a bunch of the docs.
2014-01-10 21:29:58 -05:00
spf13
2ff108fcb7
Add highlighting of code in documentation and clean up a bunch of the docs.
2014-01-10 21:29:58 -05:00
spf13
35f9f0046a
Rewriting some homepage text
2014-01-10 21:29:58 -05:00
spf13
13b5c10dd7
Rewriting some homepage text
2014-01-10 21:29:58 -05:00
spf13
c11f5d36dd
A bunch of style updates. Switching to bootstrap carousel.
2014-01-10 21:29:58 -05:00
spf13
74d7ae1f8f
A bunch of style updates. Switching to bootstrap carousel.
2014-01-10 21:29:58 -05:00
spf13
01da9a40e6
Report error, but don’t fatally stop if pygments has error. Return original string. (+1 squashed commit)
...
Squashed commits:
[849a7af] if highlighting doesn’t work, just return original string
2014-01-10 21:28:48 -05:00
spf13
0c065902ba
Removing Twitter js
2014-01-10 21:27:32 -05:00
spf13
3fd6c1a24e
Adding some embedded short codes (including code highlighting)
2014-01-10 21:27:32 -05:00
spf13
a21f2450ec
New Icon Font for Hugo
2014-01-10 21:27:32 -05:00
spf13
13b067b506
Adding support for embedded templates
2014-01-10 21:27:32 -05:00