rybi
1a0dc0b936
Update urls.md
...
Corrected the --uglyUrls flag, wouldn't work if lowercase.
2014-09-18 13:06:02 -04:00
Alex Dunn
275e1c0d23
more examples and explanation of go templating
...
Emphasizing to people (like me) who aren't familiar with Go that just because something's not mentioned in the Hugo docs doesn't mean it's not possible
2014-09-11 17:22:08 -04:00
Daniel Fairhead
012a473e27
added "eq" function to docs.
2014-09-11 17:02:20 -04:00
Tim Dumol
b336abcf81
Fix typo in Archetypes documentation.
...
Archetype was spelled archtype in one of the headers.
2014-09-08 11:54:40 -04:00
Anthony Fok
5dd3eaabee
More proofreading and minor revisions to Hugo docs
...
Among the various changes, most instances of
{{ template "partials/FILE.html" . }}
were changed to
{{ partial "FILE.html" . }}
Also, in main.go, change "2013" to "2013-14".
2014-09-08 11:41:10 -04:00
spf13
05102f1b79
Fixing typo in ordering.md fixed #401
2014-09-02 17:09:56 -04:00
spf13
b4d3195f65
Adding V0.12 release notes
2014-09-01 10:00:45 -04:00
spf13
f36ed446cc
Adding a bunch of new quotes to the front page and switching to Owl Carousel
2014-09-01 10:00:06 -04:00
Anthony Fok
d202050684
Fix loading of Lato font in style.css for docs
...
The "@import url()" statement for loading Lato from Google Fonts
was ignored because "@import are not allowed after any valid statement
other than @charset and @import" according to the W3C CSS Validator.
Also remove the line for importing line-icons.css which no longer
exists.
2014-09-01 08:21:42 -04:00
Anthony Fok
a6022293af
Minor proofreading corrections to Hugo docs
2014-09-01 08:19:40 -04:00
Dato Simó
f142458c4b
Use typographic quote chars in the carousel quotes section
...
At big font sizes, quotes really become more beautiful with them.
2014-08-30 23:19:22 -04:00
Anthony Fok
c1b9e8d54b
quickstart.md: Put long options inside backticks
...
Also minor adjustment to blank lines.
2014-08-30 01:16:18 -04:00
spf13
93addfcbee
Adding documentation about 'where' and cleaning up docs around first.
2014-08-30 00:57:38 -04:00
spf13
0ce4ec1edb
Added more examples and cleaned up the GroupBy functionality documentation
2014-08-30 00:21:47 -04:00
spf13
bb02a14b1e
Adding a page listing the different methods available to Taxonomies.
2014-08-29 23:42:26 -04:00
spf13
ba8f652acc
More taxonomy examples in templates.
2014-08-29 23:41:53 -04:00
spf13
6f9f93f34b
Fixing the taxonomy example. Fixed #318 .
2014-08-29 23:39:55 -04:00
Jakub Turski
d3646aaac0
Be more specific about .Params content
...
I'm not sure whether this is *always* the case, but it's definitely have been my experience so far. :)
2014-08-28 13:04:00 -04:00
Jakub Turski
7de320920c
Shortcodes are content files specific.
...
This fixes spf13/hugo#440 .
2014-08-28 12:59:52 -04:00
Tatsushi Demachi
6f9db4a784
Add document about page grouping functions
2014-08-28 12:56:32 -04:00
spf13
828401cbe6
More press additions
2014-08-27 11:47:12 -04:00
spf13
4b71eb16e1
Compressed showcase thumbnails further
2014-08-26 14:37:34 -04:00
spf13
954498803d
Added ucsb to showcase
2014-08-26 14:37:12 -04:00
spf13
dcda66dfab
More Press
2014-08-26 14:36:38 -04:00
spf13
4a91b8c7fd
fixed #389 . Added alias for missing page.
2014-08-26 13:16:45 -04:00
spf13
987a82d043
small tweaks to the hover effect
2014-08-26 12:30:28 -04:00
spf13
8a44deac0f
Creating a showcase archetype to make for easier showcase additions
2014-08-26 12:27:43 -04:00
spf13
1c1615d794
Adding a bunch of new sites to the showcase
2014-08-26 12:27:25 -04:00
spf13
c9a6b2b93c
Adding a bunch of new press to the Press page.
2014-08-26 12:26:29 -04:00
spf13
733bff9035
Prettier link hover state
2014-08-25 15:52:43 -04:00
spf13
294222ac74
Fixing a broken link in the docs
2014-08-25 14:02:39 -04:00
Chase Adams
867683e473
Add link for learning more about static directory
2014-08-20 14:23:17 -04:00
spf13
946ad9c2c3
Making the links stand out more
2014-08-20 14:19:15 -04:00
spf13
f5157566ef
Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA
2014-08-20 14:10:36 -04:00
spf13
34a93fa1f3
Fixing the docs sidebar interactions
2014-08-20 13:13:51 -04:00
spf13
04d412ed16
Fixed showcase image paths
2014-08-20 11:17:38 -04:00
spf13
e31d460909
Bringing back the showcase
2014-08-19 21:47:38 -04:00
spf13
b047e2f880
Removing redundant bootstrap
2014-08-19 21:46:27 -04:00
spf13
864f91d90e
Changing the docs template partials to be able to be used to render a section
2014-08-19 21:28:37 -04:00
spf13
aae1ff3c92
Adding IsNode & IsPage functions to Page & Node
2014-08-19 21:27:13 -04:00
Franklin Wise
27c0ec3163
Added a note after the script adding potential issues per @franklinwise's feedback
2014-08-18 11:58:49 -04:00
Rahul Bansal
6e15f652bd
Added yaml menu example
...
Added yaml menu example, matching with existing toml example. Also added link to sitewide config page.
2014-08-18 11:30:00 -04:00
Rahul Bansal
5d8ac54f73
Config changes and Live Reload
...
I noticed that config file changes do not work with Live Reload feature. This may be "fixed" in future but for now adding a note might avoid confusion.
2014-08-18 11:28:42 -04:00
Roberto Dip
09115a9623
Fix #394 - Docs: add a missing link to the livereload page in the intro
2014-08-18 11:24:53 -04:00
Franklin Wise
e9b47da081
hugo builds no site if there are only drafts
...
if you run:
hugo
and all of your posts are drafts, no site gets build.
2014-08-18 11:21:45 -04:00
spf13
3e9fc47ad2
Adding more press
2014-08-10 00:17:36 -04:00
David Kebler
cbb29795c3
Docs-removed bullet and broken link for catagetories. Included category text in bullet for taxonomies
2014-08-09 23:31:28 -04:00
Roberto Dip
b3130b52f3
Fix #363 - Docs: make the fixed menu on the left scrollable
2014-08-09 23:21:33 -04:00
Nate Finch
1778f28c87
remove extraneous "Because"
2014-08-06 05:39:58 -04:00
Nate Finch
f556cb4414
update docs for permalinks with all fields
...
List all the fields and what they mean, based on hugolib/permalinks.go
2014-08-06 00:05:40 -04:00
Nate Finch
29c45dd690
make type-or-section more obvious
...
It took me a long time to realize that /layouts/TYPE or SECTION/LAYOUT.html was supposed to be a single URL and not two urls (/layouts/TYPE) or (SECTION/LAYOUT.html) ... putting in the hyphens I think makes it much more clear it's all one URL, and only the middle part is an either-or.
2014-08-06 00:05:05 -04:00
GraemeCaldwell
d8b78c3da2
Update press.md
2014-08-05 17:19:56 +01:00
spf13
8d3fa7ef49
Getting rid of bad scrollbar
2014-06-30 23:41:53 -04:00
Gina White
3eb480a62f
fix link to template primer
2014-06-30 15:20:03 -04:00
Maarten Everts
b76719744d
taxonomies -> Taxonomies
2014-06-30 15:19:28 -04:00
Rolando Pereira
836b1800f9
Fix minor typo in file docs/content/templates/overview.md
2014-06-30 15:18:46 -04:00
Gour
0e57e32f54
do not use angle brackets in hyperlink labels
2014-06-30 15:16:30 -04:00
Michael Whatcott
406233f052
Included instructions for omitting disqus comments on localhost.
2014-06-30 14:55:42 -04:00
jesper-mortensen
86c3de4be1
Fix #263 , document HTML comments & IE conditionals
2014-06-30 14:51:30 -04:00
spf13
b2b7ba4243
fixing typo in docs
2014-06-30 14:49:24 -04:00
spf13
c297d7451f
Adding 'partial' template function to add theme / local awareness to the partials directory.
2014-06-06 16:15:19 -04:00
Abe Pazos
7b7ce11787
Add empty line to correctly render a list
2014-06-03 15:09:53 -04:00
spf13
05875153bc
Converting front matter to YAML
2014-05-29 18:45:22 -04:00
spf13
a3d6e7c46f
Fix docs script and css references to refer to the correct location
2014-05-29 18:45:21 -04:00
spf13
012823a32a
Update menu documentation to be accurate
2014-05-29 18:45:21 -04:00
spf13
0c2544608c
Add future details to documentation
2014-05-29 01:02:43 -04:00
Dan Hersam
d65061dffb
Adding TechMadePlain to showcase
...
Thanks to Hugo I get to write all my posts in Markdown.
2014-05-28 17:58:31 -04:00
Rolando Pereira
79767f5617
Fix links to GitHub repo for spencerlyon2/hugo_gh_blog
...
Hello,
The `github_pages_blog.md` tutorial mentioned links to the git repository of "spencerlyon2/hugo_gh_blog" however it was linking to the page itself (i.e. http://spencerlyon2.github.io/hugo_gh_blog ).
This commit replace those links with links to https://github.com/spencerlyon2/hugo_gh_blog
2014-05-28 17:58:11 -04:00
spf13
1ba63f15c8
Make the header not jump around
2014-05-28 17:54:54 -04:00
spf13
2a44ca543b
More doc site improvements. Added documentation's new layout
2014-05-28 01:37:33 -04:00
spf13
a87f171bd4
Updating / Rewriting / Adding all of the documentation in preparation for the next release
2014-05-27 18:32:57 -04:00
spf13
df4bbcef30
Adding instant click library to docs so even more responsive navigation
2014-05-16 17:51:10 -04:00
spf13
be1ee22032
Proper integration of live reload with automatic injection
2014-05-16 17:49:27 -04:00
spf13
60ed5bda2b
Live reloading is working! Still need to incorporate cleanly.
2014-05-16 11:48:59 -04:00
spf13
b520f8852d
Switching docs highlighting to highlight.js .. Docs build super fast again!
2014-05-15 09:58:55 -04:00
spf13
b198cb26ba
Renaming indexes to taxonomies in docs
2014-05-15 09:57:36 -04:00
spf13
a4a1e39a51
Fixing issue when two menu items have the same name.
2014-05-14 18:08:11 -04:00
LK4D4
2194cc77de
Add pygmentsstyle and pygmentsuseclasses options
...
Fixes #204
Conflicts:
commands/hugo.go
2014-05-09 23:20:11 -04:00
Vincent Batoufflet
5df0cf7eca
Add Sitemap documentation content
2014-05-09 23:11:48 -04:00
Marc Liyanage
4e0208d448
Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271 .
2014-05-09 11:36:16 -04:00
Nathan LeClaire
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
spf13
ec4b152678
Fixing broken link. Fixed #278 .
2014-05-09 11:32:06 -04:00
spf13
9b192e6793
Adding more information about client side highlighting
2014-05-09 00:03:42 -04:00
Dave Cottlehuber
bc9f69e7c5
Add client-side syntax highlighting example
2014-05-08 23:45:33 -04:00
spf13
be3e5592dc
Adding an archetype file for the docs site
2014-05-02 01:06:40 -04:00
Ciaran Downey
5581e33a34
Update broken localhost link
2014-04-26 23:08:39 -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
11fe227b9e
Implementing new menu system in the docs site
2014-04-23 03:00:11 -04:00
spf13
be37c0b37a
Adding more articles to press page.
2014-04-08 21:41:01 -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
ojan
a6170154cf
add: yslow-rules showcase
2014-04-07 11:44:51 -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