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
ae15ff0968
Fixing test which erroneously checked values and order, rather than just values.
2014-01-18 21:26:34 -05:00
44186c6af1
Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality.
2014-01-18 21:18:54 -05:00
fa2e58fd4a
Have travis build with latest go.
2014-01-18 11:05:50 -05:00
cb04053385
RSS improvements, now limit to 15 items and provide accurate date. fixed #172
2014-01-18 11:05:50 -05:00
303be735fb
Adding github button to docs homepage
2014-01-18 11:05:50 -05:00
c51d040e3d
Adding Werker status to readme
2014-01-15 11:06:41 -05:00
845d09763a
Create wercker.yml
2014-01-15 11:02:24 -05:00
f8243624e4
feat(docs/hall-of-fame): add ifup
...
Add me! Thanks for hugo, working great.
2014-01-13 10:06:32 -05:00
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
2ff108fcb7
Add highlighting of code in documentation and clean up a bunch of the docs.
2014-01-10 21:29:58 -05:00
13b5c10dd7
Rewriting some homepage text
2014-01-10 21:29:58 -05:00
74d7ae1f8f
A bunch of style updates. Switching to bootstrap carousel.
2014-01-10 21:29:58 -05:00
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
3fd6c1a24e
Adding some embedded short codes (including code highlighting)
2014-01-10 21:27:32 -05:00
13b067b506
Adding support for embedded templates
2014-01-10 21:27:32 -05:00
f78e2cb854
Removing Twitter js
2014-01-10 21:27:32 -05:00
a70acd110e
New Icon Font for Hugo
2014-01-10 21:27:32 -05:00
247db151fa
Adding some analytics
2014-01-03 12:58:09 -05:00
b82baa285b
Adding chimeraarts.org to hall-of-fame
...
I've added the website for the makerspace I founded into the hall of fame list as an example of what you can do with Hugo.
It's a work in progress (like everything) but should show people another example of using Hugo in the real world.
Hugo has made it much easier to update our website content without needing to use bloated or expensive tools.
Thanks!
2013-12-31 22:45:47 -05:00
5550c4148e
Added append-port flag
2013-12-28 22:01:36 -05:00
e5aa08ff0c
If baseurl is set then print that on the command line, else leave as default of localhost
...
Conflicts:
commands/server.go
2013-12-28 14:02:10 -05:00
8b84156f87
Example of a multilingual site.
2013-12-28 13:48:15 -05:00
8055838c70
Allowing empty files (ignored) so you can touch a new file while watching
2013-12-28 13:47:34 -05:00
1c60d5bf20
Don't shutdown hugo on an empty file.
2013-12-28 13:47:21 -05:00
8d80f9b39e
Added batching behavior for page building.
...
Quite often file watcher gets many changes and each change triggered a
build. One build per second should be sufficient. Also added tracking for
new folders.
2013-12-28 13:46:52 -05:00
1979f7d9c7
Avoid locking the files for an extended amount of time. Sublime Text
...
doesn't like this and shows an error when modifying a file in rapid
succession.
2013-12-28 13:46:09 -05:00
e46148f948
Fix static file change detection on Windows.
...
Fixed windows uses different filepath separator. The filepath.ToSlash
shouldn't be used, because it can cause errors in filepath suffix and prefix
testing since "c:\a" isn't a prefix of "c:/a/b/c".
2013-12-28 13:45:38 -05:00
065928fcf0
Adding page sorting by weight function (the default)
2013-12-28 12:56:12 -05:00
34ac562ce4
Added documentation on ordering indexes, content and content within indexes
2013-12-20 18:11:49 -05:00
70745e8cb5
Complete refactor of indexes, move (and rewrite) page sorting to page.go, add tests
2013-12-20 09:10:05 -05:00
6aa3e51228
Added PageSorter and PagesByDate
2013-12-16 17:55:37 -05:00
c7083a5d36
Section in example was wrong for happiness.md
2013-12-16 17:43:53 -05:00
950d9f55a5
Testcases for multilevel structure were wrong
2013-12-16 17:43:53 -05:00
de670ced86
Fixes #141 : Wrong section in multi level structure
2013-12-16 17:40:33 -05:00
6da23f7449
Gofmt
...
Command: `gofmt -l -s -w .`
2013-12-16 17:40:10 -05:00
1abc2f0b86
properly use non-localhost BaseUrl in server command
2013-12-16 17:39:59 -05:00
a10519643d
Adding better contribution guidelines from the read me to the contribution page.
2013-12-10 22:34:13 -05:00
dd574628a0
Adding community section to the documentation
2013-12-10 22:34:13 -05:00
ceb708052a
Adding selected tweets to the homepage
2013-12-10 22:34:13 -05:00
f09505a657
Adding example short codes to the documentation
2013-12-10 22:34:13 -05:00
6410965b97
Add go fmt to contribution guidelines
...
Also fixed up formatting.
2013-12-07 20:51:34 -08:00
357ab956ea
Add Contribution Guidelines
...
Fixes #122
2013-12-07 20:48:17 -08:00
0e04b9a029
Moving processing short codes to the page
2013-12-06 23:57:24 -05:00
d0ef3d43bd
better handling of detecting markup format
2013-12-06 23:56:51 -05:00
f432b187a0
render shortcodes prior to converting to html
2013-12-06 23:32:00 -05:00
a45de56db1
adding support for shortcodes with opening and closing tags
2013-12-06 23:14:54 -05:00
db29f57cc4
Adding (source code) Highlight template helper
2013-12-05 09:43:49 -05:00
fa29e94edb
Adding Pygments helper
2013-12-05 09:42:29 -05:00
44d57fdc0c
Reorganize helpers
2013-12-05 09:29:41 -05:00