Commit Graph
586 Commits
Author SHA1 Message Date
Joel Scobleandspf13 ad62f8a5a4 #463 add summary.md page 2014-11-01 22:27:47 -04:00
spf13 15eca973bb Big refactor of how source files are used. Also added default destination extension option. 2014-10-16 20:20:09 -04:00
Will Stevensandspf13 e2b91316a5 added docs for 'intersect' and 'in' template functions 2014-10-15 12:30:10 -04:00
Anthony Fokandspf13 60092aa377 Minor proofreading corrections to Hugo docs
- Add backticks and commas where necessary
- Remove some trailing whitespace
- Add front matter example in TOML
- Fix typo in one of the tags in Showcase
- Add 多说 (Duoshuo) as an alternative to Disqus
- Use internal links (i.e. without gohugo.io) where possible
- Use a colon to set off an example
- Change "it's" to "its" where appropriate
- Use typographical (i.e. curly) apostrophe on the front page
  where appropriate
- Capitalize "Github" as "GitHub"
2014-10-15 12:18:20 -04:00
bepandspf13 81781d6751 Document manual breakpoint of .Summary
The use of <!--more--> to set the breakpoint for the generated page summary is mentioned in a release note, but not in the doc itself.

Very useful - and it leaves the formatting in place.
2014-10-15 12:15:59 -04:00
Austin Zieglerandspf13 30e288626c Configure footnote rendering.
- The config file can provide FootnoteAnchorPrefix, which will be used
  by blackfriday when rendering to HTML. A value of `q:` has the effect
  of making the anchor for a footnote `[^footie]` be `fn:q:footie`. The
  default is `""`.

- The config file can provide FootnoteReturnLinkContents, which will be
  used by blackfriday when rendering to HTML. A value of `^` has the
  effect of making the return link be `^` instead of `[return]`.
2014-10-07 16:43:33 -04:00
Jorin Vogelandspf13 09a4c3282a Mention .Params and .Page variables in shortcode docs. Also highlight variables. 2014-10-02 13:53:36 -04:00
Aurelius Prochazkaandspf13 ab67500e75 Removed text from code block. 2014-10-02 13:45:47 -04:00
Kartik Singhalandspf13 ced9343584 Switch to new hompage 2014-10-02 13:39:59 -04:00
Austin Zieglerandspf13 6d61f7c022 Make taxonomy documentation match the example. 2014-09-24 14:56:53 -04:00
Kartik Singhalandspf13 2b6a82db4f Make highlight.js example clearer
Provide the missing step to actually use the library. Should be helpful for a newbie.
2014-09-24 14:56:44 -04:00
spf13 155148a2b5 Making the install on the homepage a bit more clear 2014-09-22 22:08:08 -04:00
Alex Dunnandspf13 523a97ed54 instructions for Homebrew installation
updated installation page of documentation, and changed "Download" button on index.html to scroll to bottom where multiple installation options are featured

getting the scrolldown to work required removing the fixed positioning on #action and on the footer
2014-09-22 21:51:19 -04:00
spf13 bd4d038ab1 Adding a community link to the homepage 2014-09-19 08:32:25 -04:00
spf13 538bd1ae0f switching website to gohugo.io & adding links to discuss 2014-09-18 21:22:04 -04:00
rybiandspf13 d4cd2bb656 Update urls.md
Corrected the --uglyUrls flag, wouldn't work if lowercase.
2014-09-18 13:06:02 -04:00
Alex Dunnandspf13 6ed9848a24 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 Fairheadandspf13 0b2b2909f4 added "eq" function to docs. 2014-09-11 17:02:20 -04:00
Tim Dumolandspf13 aa03482eb5 Fix typo in Archetypes documentation.
Archetype was spelled archtype in one of the headers.
2014-09-08 11:54:40 -04:00
Anthony Fokandspf13 80b8ca4c9f 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 1d7ecd5ebb Fixing typo in ordering.md fixed #401 2014-09-02 17:09:56 -04:00
spf13 54fc0c69b5 Adding V0.12 release notes 2014-09-01 10:00:45 -04:00
spf13 9ea4c4f2ca Adding a bunch of new quotes to the front page and switching to Owl Carousel 2014-09-01 10:00:06 -04:00
Anthony Fokandspf13 9631884971 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 Fokandspf13 4069d9c6fc Minor proofreading corrections to Hugo docs 2014-09-01 08:19:40 -04:00
Dato Simóandspf13 1bc38e9361 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 Fokandspf13 770b1f68e3 quickstart.md: Put long options inside backticks
Also minor adjustment to blank lines.
2014-08-30 01:16:18 -04:00
spf13 6d15050341 Adding documentation about 'where' and cleaning up docs around first. 2014-08-30 00:57:38 -04:00
spf13 bb4d67345d Added more examples and cleaned up the GroupBy functionality documentation 2014-08-30 00:21:47 -04:00
spf13 925390ca6f Adding a page listing the different methods available to Taxonomies. 2014-08-29 23:42:26 -04:00
spf13 b0653ac4e1 More taxonomy examples in templates. 2014-08-29 23:41:53 -04:00
spf13 f22a1127f3 Fixing the taxonomy example. Fixed #318. 2014-08-29 23:39:55 -04:00
Jakub Turskiandspf13 e9150d0032 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 Turskiandspf13 e1ca9c7649 Shortcodes are content files specific.
This fixes spf13/hugo#440.
2014-08-28 12:59:52 -04:00
Tatsushi Demachiandspf13 abee890ca0 Add document about page grouping functions 2014-08-28 12:56:32 -04:00
spf13 8b9fc6f480 More press additions 2014-08-27 11:47:12 -04:00
spf13 814f25a9b2 Compressed showcase thumbnails further 2014-08-26 14:37:34 -04:00
spf13 d3f95f06e5 Added ucsb to showcase 2014-08-26 14:37:12 -04:00
spf13 7a190e5051 More Press 2014-08-26 14:36:38 -04:00
spf13 795410e18b fixed #389 . Added alias for missing page. 2014-08-26 13:16:45 -04:00
spf13 4468f79233 small tweaks to the hover effect 2014-08-26 12:30:28 -04:00
spf13 88f3533d79 Creating a showcase archetype to make for easier showcase additions 2014-08-26 12:27:43 -04:00
spf13 3eac82b168 Adding a bunch of new sites to the showcase 2014-08-26 12:27:25 -04:00
spf13 fb3a9bc169 Adding a bunch of new press to the Press page. 2014-08-26 12:26:29 -04:00
spf13 a1b83fa4a8 Prettier link hover state 2014-08-25 15:52:43 -04:00
spf13 860974274c Fixing a broken link in the docs 2014-08-25 14:02:39 -04:00
Chase Adamsandspf13 66e9e4e231 Add link for learning more about static directory 2014-08-20 14:23:17 -04:00
spf13 9da16559aa Making the links stand out more 2014-08-20 14:19:15 -04:00
spf13 7d2979aba7 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 fc8eb5cf8f Fixing the docs sidebar interactions 2014-08-20 13:13:51 -04:00