1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

537 Commits

Author SHA1 Message Date
4e0208d448 Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271. 2014-05-09 11:36:16 -04:00
c38d694f56 Change some typography in the docs.
Two issues are addressed with this commit:

1. Some <pre> tags were inheriting the "Serif" font on Linux, causing
"code"-ish stuff to appear with proportional-width font instead of
monospaced-width font.
2. Font stack with "Helvetica Neue" ... has been changed to default to
sans-serif instead of "Serif", this produces a more consistent and
friendlier look on Windows in particular.
2014-05-09 11:33:22 -04:00
ec4b152678 Fixing broken link. Fixed #278. 2014-05-09 11:32:06 -04:00
9b192e6793 Adding more information about client side highlighting 2014-05-09 00:03:42 -04:00
bc9f69e7c5 Add client-side syntax highlighting example 2014-05-08 23:45:33 -04:00
6b9d4a93da Adding new commands (new site [path], new theme [name]) 2014-05-08 18:30:58 -04:00
be3e5592dc Adding an archetype file for the docs site 2014-05-02 01:06:40 -04:00
28ffb92b36 Adding the new command and the create package 2014-05-02 01:06:01 -04:00
08c30b6e44 Using new helpers in page.go 2014-05-02 01:04:48 -04:00
bff1f1e689 Adding some new methods to helpers (GuessSection, MakeTitle & Filename) 2014-05-02 01:04:14 -04:00
ef2ad4d91f More feedback where errors happen during metadata conversion 2014-05-02 01:02:49 -04:00
6d9a2d2497 adding a front matter format to lead rune method 2014-05-02 01:01:44 -04:00
fb7d45e613 permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
3395e1cb92 Adding a command that enables converting site to a different metadata format.
Doing this revealed some bugs in the encoding functionality in some of the underlying libraries.
Please backup before using.
2014-05-01 13:23:32 -04:00
859a78e1bd Providing the ability to save (write) a content's source file. 2014-05-01 13:21:37 -04:00
1302ef9f63 Making site page initialization a bit more granular and accessible 2014-05-01 13:20:58 -04:00
cbd9506c29 moving front matter parsing (and creation) to parse package 2014-05-01 13:20:09 -04:00
58f8b43fee moving writeToDisk to helpers to make it more accessible 2014-05-01 13:13:11 -04:00
f271faea06 Don't process dotfiles
This commit makes it so that not only files
but also folders which start with a dot
are ignored.

Fixes #239
2014-04-26 23:17:54 -06:00
5581e33a34 Update broken localhost link 2014-04-26 23:08:39 -06:00
96b6ae81eb Adding example blog 2014-04-26 23:05:41 -06:00
b52e946381 Little syntax mistake 2014-04-26 23:03:20 -06:00
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
bdf7cd9f9d Creating site menu configuration and have the docs site use it 2014-04-24 16:11:08 -06:00
ac82fe32af Making active parent in nav reflect when child is active page in docs 2014-04-24 10:34:50 -06:00
ef87dffb2f Fix accidentally removed line from menu template. 2014-04-24 10:28:11 -06:00
4f813c09ea Fixing some bugs introduced in prior few commits. Tests now pass. 2014-04-24 10:18:47 -06:00
11fe227b9e Implementing new menu system in the docs site 2014-04-23 03:00:11 -04:00
9ecf58e29b new menus system including active link & nesting 2014-04-23 02:59:19 -04:00
69c1944f1f Add handling of deeply nested front matter 2014-04-23 02:55:43 -04:00
4a8de8ea46 Add Disqus support out of the box. Move template/bundle into hugolib. 2014-04-23 02:53:12 -04:00
41adafbc3e Updated to work with the latest viper 2014-04-10 14:24:18 -04:00
8afff8c7c4 Preliminary Theme Support 2014-04-10 08:10:12 -04:00
c0a046cbfb Added internal rss.xml template and config option to turn off rss creation 2014-04-09 17:45:34 -04:00
bb9bcdcf30 Add more information to the siteInfo (and configuration options) for better RSS generation. 2014-04-09 17:15:52 -04:00
93bcddebb3 Renamed Indexes to Taxonomies. Old template and config parameters still work. 2014-04-09 17:15:04 -04:00
aae6fa0b6b Fix test to not fail when order is different, but slice contents are the same. 2014-04-08 21:57:25 -04:00
be37c0b37a Adding more articles to press page. 2014-04-08 21:41:01 -04:00
bd022534bc Adding Params to node for easy template access of page.params without throwing errors. 2014-04-08 21:40:38 -04:00
c8269d6dbc Making node.Keywords the correct length 2014-04-08 21:40:03 -04:00
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
d1c500c124 Adding Press page to hugo docs 2014-04-07 23:47:21 -04:00
af1acfbce7 writing indexes under more configuration conditions 2014-04-07 23:29:35 -04:00
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
a6170154cf add: yslow-rules showcase 2014-04-07 11:44:51 -04:00
9a83f7a01b Fixing all tests to pass with new Viper Config 2014-04-07 11:44:51 -04:00
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
a01056b98a typos in mathjax.md
Fix some typos.
2014-03-31 14:31:39 -04:00
a7ca39ccd7 ENH: added tutorial for hosting a blog on github pages 2014-03-31 14:26:58 -04:00
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