William McGann
96b6ae81eb
Adding example blog
2014-04-26 23:05:41 -06:00
LordFPL
b52e946381
Little syntax mistake
2014-04-26 23:03:20 -06:00
tummychow
2e954d8551
Fix permalinks to subdomains
...
If you don't have access to the root domain of your site (eg a GitHub project
page) and you try to generate custom permalinks, they must begin with a slash.
Go's URL resolution library sees the leading slash and thinks "this URL starts
at the root", just like a filesystem - so it discards your subdomain and maps
all custom permalinks from the root of your site. Fine if you control the root
domain, not so useful if you don't.
Removing the check for a leading slash fixes this problem. You can now specify
custom permalinks that do not start with a slash, and they will map safely
regardless of what subdomain you upload the generated site under.
Tests have been updated for this commit so that they continue to function.
2014-04-26 23:01:28 -06:00
spf13
bdf7cd9f9d
Creating site menu configuration and have the docs site use it
2014-04-24 16:11:08 -06:00
spf13
ac82fe32af
Making active parent in nav reflect when child is active page in docs
2014-04-24 10:34:50 -06:00
spf13
ef87dffb2f
Fix accidentally removed line from menu template.
2014-04-24 10:28:11 -06:00
spf13
4f813c09ea
Fixing some bugs introduced in prior few commits. Tests now pass.
2014-04-24 10:18:47 -06:00
spf13
11fe227b9e
Implementing new menu system in the docs site
2014-04-23 03:00:11 -04:00
spf13
9ecf58e29b
new menus system including active link & nesting
2014-04-23 02:59:19 -04:00
spf13
69c1944f1f
Add handling of deeply nested front matter
2014-04-23 02:55:43 -04:00
spf13
4a8de8ea46
Add Disqus support out of the box. Move template/bundle into hugolib.
2014-04-23 02:53:12 -04:00
spf13
41adafbc3e
Updated to work with the latest viper
2014-04-10 14:24:18 -04:00
spf13
8afff8c7c4
Preliminary Theme Support
2014-04-10 08:10:12 -04:00
spf13
c0a046cbfb
Added internal rss.xml template and config option to turn off rss creation
2014-04-09 17:45:34 -04:00
spf13
bb9bcdcf30
Add more information to the siteInfo (and configuration options) for better RSS generation.
2014-04-09 17:15:52 -04:00
spf13
93bcddebb3
Renamed Indexes to Taxonomies. Old template and config parameters still work.
2014-04-09 17:15:04 -04:00
spf13
aae6fa0b6b
Fix test to not fail when order is different, but slice contents are the same.
2014-04-08 21:57:25 -04:00
spf13
be37c0b37a
Adding more articles to press page.
2014-04-08 21:41:01 -04:00
spf13
bd022534bc
Adding Params to node for easy template access of page.params without throwing errors.
2014-04-08 21:40:38 -04:00
spf13
c8269d6dbc
Making node.Keywords the correct length
2014-04-08 21:40:03 -04:00
Michael D. Johas Teener
4161d542ce
Misc doc fixes
...
* Pygments links and requirements for installation.
* Fix to link to additional template functions in release notes for
v0.10
2014-04-08 11:30:11 -04:00
spf13
d1c500c124
Adding Press page to hugo docs
2014-04-07 23:47:21 -04:00
spf13
af1acfbce7
writing indexes under more configuration conditions
2014-04-07 23:29:35 -04:00
spf13
ad34be9d77
strip trailing baseurl slash. Added a new template function "sanitizeurl" which ensures no double slashes. Fixed #221
2014-04-07 22:02:08 -04:00
ojan
a6170154cf
add: yslow-rules showcase
2014-04-07 11:44:51 -04:00
spf13
9a83f7a01b
Fixing all tests to pass with new Viper Config
2014-04-07 11:44:51 -04:00
spf13
62dd1d45c1
Hugo config abstracted into a general purpose config library called "Viper".
...
Hugo casting now in own library called "cast"
2014-04-05 01:40:33 -04:00
Stephen Eglen
a01056b98a
typos in mathjax.md
...
Fix some typos.
2014-03-31 14:31:39 -04:00
Spencer Lyon
a7ca39ccd7
ENH: added tutorial for hosting a blog on github pages
2014-03-31 14:26:58 -04:00
Zach Chadwick
2e4158b0b4
added appliance.cloudshark.org to showcase
...
also cleaned up thumbnail view to not show source link if unavailable
2014-03-31 13:35:15 -04:00
spf13
e50b9d8ac1
Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137
2014-03-31 13:23:34 -04:00
Spencer Lyon
2fa3761ec9
DOC: added tutorial for using MathJax with Hugo
2014-03-24 15:11:54 -04:00
Nate Finch
c02a02070f
change golang to go
2014-03-24 14:34:41 -04:00
Tim Heaney
5ee0a3b9a1
Typo: s/executible/executable/
2014-03-24 14:33:16 -04:00
spf13
895fe536fd
Adding a few more logos and powered by/made by images.
2014-03-24 14:32:38 -04:00
spf13
f733e70e80
Adding apple touch & favicon meta links
2014-03-24 14:32:03 -04:00
spf13
51b078a703
Homepage update. New Logo. Minor site updates.
2014-03-20 21:51:14 -04:00
spf13
6205a16b6e
Fixes #227 by properly scoping the variables within the go routine.
2014-03-13 20:34:47 +01:00
Alexandre Normand
85c04ca2f3
Add Tutorial With Steps to Migrate from Jekyll.
2014-03-13 12:23:33 +01:00
spf13
7135d897a2
Optimizing thumbnail & preview images
2014-03-13 12:07:22 +01:00
Alexandre Normand
17fdf7d604
Add www.heyitsalex.net to Community Showcase.
2014-03-13 12:02:14 +01:00
GuoJing
1b3525d638
fix typo of readme
2014-03-13 12:01:00 +01:00
Alex Dunn
38131837ba
clearer pseudo command in quickstart doc
...
- previously it was ambiguous between the actual Step 1 and the "step 1" of the steps *within* Step 2 ("Clone into the hugo repository")
- also fixed a typo I guess
2014-03-13 11:59:36 +01:00
Ruben
d5c58b457f
Order ByTitle and ByLinkTitle added
...
Added documentation for new order possibilities
2014-03-13 11:39:19 +01:00
Ruben
eec0e512f9
Add sort pages by Title and by LinkTitle
...
Sorting can now be done on Title and on LinkTitle
2014-03-13 11:39:13 +01:00
spf13
3dfb475136
Parallelizing the largest build processes (templates, pages, indexes). Seeing 300%+ improvement of total build time.
2014-03-05 23:48:42 -05:00
Joe Kopena
d84f707da1
Also ignore Emacs lock & recovery files.
2014-03-04 22:07:40 -05:00
spf13
3a0ab5a3dd
Bumping version to v0.11-dev
2014-03-04 22:03:31 -05:00
spf13
0447c7598b
Adding the right date for the release of 0.10
2014-03-01 12:16:36 -05:00
spf13
0a775650b5
bumping version for 0.10
2014-03-01 11:55:05 -05:00