Commit Graph

1129 Commits

Author SHA1 Message Date
Ben Balter aa2fb685d9 I am the King of Copy 2014-04-14 22:46:21 -04:00
Parker Moore 77bb678a3d Add some documentation 2014-04-14 22:46:21 -04:00
Jeff Kolesky 09da544145 Adds reference to jekyll-page-collections plugin 2014-04-07 15:00:09 -07:00
XhmikosR e15fb54cc6 Slightly improve favicon.ico.
Trim the whitespace so that the tube looks bigger while maintaining the aspect ratio.
2014-04-06 09:17:14 +03:00
Parker Moore c0358cb7b4 Remove duplicate entry in list of third-party plugins (#2206) 2014-04-04 19:17:23 -04:00
Parker Moore 6bd07501e8 Merge branch 'frontmatter-defaults' of git://github.com/maul-esel/jekyll into maul-esel-frontmatter-defaults
* 'frontmatter-defaults' of git://github.com/maul-esel/jekyll:
  move self.type to convertible
  oops, fix minor indentation quirk
  document frontmatter defaults precedence
  adjust frontmatter defaults precedence handling
  change cucumber feature to test for precedence too
  fix frontmatter defaults for custom paths
  more robust cucumber features
  fix slash handling for paths
  move cucumber features to own file
  fix minor docs quirk
  improve path checking, now using Pathname instead of regex
  Add site documentation for the new feature
  add inline code docs
  improve validation code
  fix for Ruby 1.8
  Add basic cucumber features for frontmatter defaults
  Retrieve frontmatter defaults when retrieved internally
  make frontmatter defaults available to liquid
  add a class `FrontmatterDefaults` for handling of frontmatter defaults
  Add a method to retrieve type to post, page and draft

Conflicts:
	lib/jekyll.rb
	lib/jekyll/convertible.rb
	lib/jekyll/core_ext.rb
	lib/jekyll/page.rb
	lib/jekyll/post.rb
2014-04-04 15:32:27 -04:00
XhmikosR 56f895db09 Add meta generator property in the HTML files. 2014-04-02 21:35:05 +03:00
XhmikosR e9a7eff13f Improve feed.xml.
* add `generator` property
* add image property
* use `xml_escape` instead of `![CDATA]`
* use `date_to_rfc822` instead of the date format string (thanks @troyswanson!)
* fix self reference url
* switch to `isPermaLink` for the `guid`
2014-04-02 21:33:40 +03:00
Parker Moore d579840870 Merge pull request #1824 from lachy-xe/master 2014-04-02 14:08:21 -04:00
Parker Moore 293d675523 Merge pull request #2185 from XhmikosR/docs-fonts 2014-04-02 14:02:44 -04:00
Parker Moore 1304f5ad6a Merge pull request #2193 from XhmikosR/docs-favicon 2014-04-02 14:00:38 -04:00
Parker Moore ad86d063e4 Merge pull request #2177 from jekyll/help 2014-04-02 13:59:37 -04:00
Parker Moore f68e4eeb72 Restore 'Documentation' ~> 'Docs' because long words are fun. 2014-04-02 13:58:55 -04:00
Parker Moore f3e80267da With 5 items in the main navigation, limit the width to 20% rather than 25%. 2014-04-02 13:55:29 -04:00
Parker Moore e2d95975f6 Redirect all the people to the help repo. 2014-04-01 18:30:36 -04:00
Parker Moore 8158c81377 Merge pull request #2191 from pilosus/site 2014-04-01 17:30:46 -04:00
XhmikosR eea8ed330b Switch to using an ico file.
Works in all browsers plus it includes a 32x32 icon alongside with the 16x16 one.
2014-04-01 21:26:19 +03:00
pilosus 8f9f804b58 Less code than in commit c3b327dbe7
Thank you @budparr and @parkr
2014-04-01 17:45:02 +02:00
Parker Moore e20491759d Update dat history format so it's right whoopsies. 2014-04-01 11:07:45 -04:00
pilosus c3b327dbe7 For the case when more than one category specified in the news item, make sure category names formatted nicely with comma delimiter like this: category1, category2. Instead of categor1category2. 2014-04-01 16:04:51 +02:00
XhmikosR 33acbec9ee docs: remove unused images. 2014-03-31 20:48:52 +03:00
XhmikosR ba2bd08d10 Clean up fonts used.
* remove the unused ones
* switch to using `700` for `bold` consistently
* use `400` for normal font weight
2014-03-31 20:44:45 +03:00
Parker Moore 116f41d162 Shorten 'Overview' to 'Home' 2014-03-31 13:36:10 -04:00
Parker Moore 10669e80b3 Merge pull request #2131 from XhmikosR/html5shiv 2014-03-30 02:18:57 -04:00
Parker Moore fa769b5ac6 Link to Docs should always be 'Docs'. Props @cobyism 2014-03-28 14:15:28 -04:00
Parker Moore 30ae727e6e Fix path sanitization example in post. Props @gregose 2014-03-28 12:52:56 -04:00
Parker Moore e627799623 Update dat history in da site. 2014-03-28 02:31:52 -04:00
Parker Moore 626cb9aa95 Add 1.5.1 release post. 2014-03-28 02:30:59 -04:00
Parker Moore 4017325981 Add links to our lovely new Help repo 2014-03-27 19:14:11 -04:00
XhmikosR 4aec01e3ba Add respond.js so that media queries work in older IE too. 2014-03-27 07:45:44 +02:00
XhmikosR 0fb737516a Remove modernizr and use html5shiv.js directly. 2014-03-27 07:45:44 +02:00
Parker Moore 57049b8e78 Update fixed version of history in site. [ci skip] 2014-03-26 14:03:57 -04:00
Parker Moore 6706ce9ee7 Merge pull request #2130 from XhmikosR/html-cleanup 2014-03-26 11:33:46 -04:00
Parker Moore efe5b5c824 Update site/docs/history.md 2014-03-25 16:58:42 -04:00
Parker Moore b5b4ebfb88 Hehe. [ci skip] 2014-03-24 21:42:01 -04:00
Parker Moore fe5de64fb2 Add dat blog post. 2014-03-24 21:41:54 -04:00
XhmikosR d227fa6302 Specify image dimensions in the HTML. 2014-03-24 00:31:28 +02:00
XhmikosR 11f609c3a6 Remove the unused `site.url`. 2014-03-24 00:31:28 +02:00
XhmikosR 0d70d97eeb Remove empty classes. 2014-03-24 00:31:07 +02:00
XhmikosR 76e89dae32 Use the protocol relative URL for Google fonts. 2014-03-24 00:31:07 +02:00
XhmikosR f0ed1c37a4 Remove unused Google font. 2014-03-24 00:31:07 +02:00
XhmikosR dcb8192c29 Use double quotes consistently. 2014-03-24 00:31:07 +02:00
XhmikosR 314d1be443 Add missing alt text. 2014-03-24 00:30:39 +02:00
XhmikosR 2c87f82ca7 Remove default type for CSS and JS files. 2014-03-24 00:30:38 +02:00
XhmikosR 19f6eab14e Remove unneeded end tags. 2014-03-24 00:30:38 +02:00
Matt Rogers 2f93fcd8a5 Merge pull request #2163 from hildred/doc-safe 2014-03-21 12:07:45 -05:00
Ben Hildred a9adb22fed better document safe mode 2014-03-21 08:42:19 -06:00
Lincoln Mullen 5f2d37a6d0 Add jekyll_figure plugin 2014-03-19 22:26:15 -04:00
PatrickC8t df8458275d Added Jekyll-Ordinal plugin to list of third-party plugins.
Closes #2150.

Signed-off-by: Parker Moore <parkrmoore@gmail.com>
2014-03-17 17:43:38 -04:00
Parker Moore a23da65c4f Merge pull request #2129 from XhmikosR/modernizr 2014-03-16 13:30:01 -04:00
Parker Moore aa7e9594e8 Merge pull request #2126 from XhmikosR/normalize.css 2014-03-13 10:39:18 -04:00
XhmikosR 46e79c1f9f Losslessly compress images.
Before: 89,5 KB (91.747 bytes)
After:  87,4 KB (89.573 bytes)
2014-03-12 09:23:30 +02:00
XhmikosR 765020f4d7 Update modernizr to v2.7.1. 2014-03-12 09:01:33 +02:00
XhmikosR d8b30f8169 Update normalize.css to v3.0.0. 2014-03-12 08:35:37 +02:00
XhmikosR 553338636b Trim trailing spaces and convert tabs to spaces. 2014-03-11 07:44:01 +02:00
Parker Moore 76ad86667b Point migration docs link to the actual docs
... not to a confusingly-similar docs page.
Ref: https://twitter.com/Thedeadlybutter/status/439862381964181504
2014-03-01 17:20:25 -05:00
Erik Dungan b93a5ed509 Update plugins.md
Added my plugin to the list.
2014-02-27 12:39:02 -08:00
Parker Moore 6973a33519 Merge pull request #2102 from ZDroid/mkdown 2014-02-27 08:33:50 -05:00
Parker Moore 6ea5df34fc Update Site history based on History.markdown 2014-02-27 08:32:37 -05:00
Zlatan Vasović 495ba2510b Update configuration docs for MD extensions
Per `.mkdown` extension addition in my older pull request.
2014-02-27 13:42:55 +01:00
Parker Moore f24a3c67ed site.static_files is only available in the latest development version of Jekyll.
Ref: #2075
2014-02-25 10:57:34 -05:00
Parker Moore 2988bb6a32 Update contributing docs to describe process for submitting PR to add plugin to list.
Fixes #2093. /cc @mattr-
2014-02-24 17:05:51 -05:00
Ben Baker-Smith 6a52f77656 add Jekyll Pages Directory plugin to plugins docs 2014-02-24 15:39:35 -06:00
Parker Moore e58748bcf7 Build fragment into a better fragment.
Per @mattr-'s comment in #2094:
https://github.com/jekyll/jekyll/pull/2094#discussion_r10011008
2014-02-24 16:22:43 -05:00
Tobias Brunner 63b76c0ad1 add lyche gallery tag plugin link 2014-02-24 22:13:51 +01:00
Parker Moore 8282424532 Merge pull request #2067 from troyswanson/assets-can-be-better 2014-02-23 20:13:56 -05:00
Parker Moore d737ede7f0 Merge pull request #2078 from ZDroid/rm-layout-none
Remove redundant `layout: none`
2014-02-23 19:42:07 -05:00
Noah Slater c36a759de9 Add whitespace 2014-02-20 22:08:02 +01:00
Matt Rogers 95afec6977 Tweak wording about assets 2014-02-20 09:36:54 -06:00
Parker Moore 019b0537f6 Added docs for installing from master. 2014-02-19 23:24:12 -05:00
Parker Moore 768a47dcfb Be a bit more vague about when features are available in pre-releases. 2014-02-19 23:18:59 -05:00
Parker Moore f5c76e2253 Shorten header for example of each note type. Props @cobyism 2014-02-19 23:18:59 -05:00
Parker Moore a0017b5c72 Add verbiage around installing pre-releases of jekyll. 2014-02-19 23:18:59 -05:00
Parker Moore aa801efce9 Make the unreleased note type icon dark. Props @cobyism 2014-02-19 23:18:59 -05:00
Troy Swanson e491afe294 Make the icon for the unreleased note brighter 2014-02-19 23:18:59 -05:00
Parker Moore b051936ff4 Add "unreleased" note to /docs/configuration about kramdown as the new default 2014-02-19 23:18:59 -05:00
Parker Moore 5423f02c3c Add "unreleased" note to docs/assets/ 2014-02-19 23:18:59 -05:00
Parker Moore d203554e84 Add "unreleased" type note 2014-02-19 23:18:59 -05:00
Matt Rogers b6c42adc53 Merge pull request #2074 from jekyll/default-to-utf8 2014-02-19 17:09:08 -06:00
Zlatan Vasović 6ca67bfbf4 `layout` defaults to `none` (`nil`) 2014-02-19 22:08:23 +01:00
Mark Prins b82a93872b 1+1+1=three
counting `path`, `modified_time` and `extname` gives 3
2014-02-19 20:39:11 +01:00
Parker Moore 88b66858ff Update docs to include extname for static file object in liquid. [ci skip] 2014-02-19 14:15:03 -05:00
Parker Moore d96e62c50f Add docs for site.static_files 2014-02-19 13:35:21 -05:00
Parker Moore 407b9b577b Update configuration docs to indicate that utf-8 is now the default
Docs for #2031, /cc #2029.
2014-02-19 11:14:09 -05:00
Francis b0b8bebe6c [configuration.md] Correct typo
Typo: 'use'
Proposed Correction: 'uses the'
---
In English, 'use' is the verb form for plural subjects, where as 'uses' is the verb form for a singular subject. For this case, the subject, 'default value', is singular.
2014-02-19 12:22:46 +01:00
Troy Swanson 0c7a26f68b Add clarification about output path of asset files 2014-02-17 22:39:07 -06:00
Markus Roth c47751148c Remove executable bits of non executable files. 2014-02-17 01:41:12 +01:00
Parker Moore 7b1321d002 Update link to rack-jekyll
Ports change from #2047 to master.
2014-02-14 15:53:50 -05:00
Parker Moore dd3018ce02 Merge pull request #1988 from jekyll/maruku-to-kramdown 2014-02-08 17:07:54 -05:00
Parker Moore 22f2001ff5 Set default markdown converter to Kramdown
- Update default markdown converter in docs for configuration
- Update tests so they are in line with Kramdown output
- Add deprecation message to when config is built
2014-02-08 13:17:46 -05:00
Parker Moore 41401ef126 Merge pull request #2015 from aheckler/master 2014-02-08 00:34:01 -05:00
Parker Moore 00ac5ff3d4 Merge pull request #2016 from Jashank/destination-warning 2014-02-08 00:33:12 -05:00
Jashank Jeremy 67a54547ed Clarifying wording of the destination directory warning.
At some point, it should also be clarified whether "folder" or
"directory" is the correct way to refer to that concept.
2014-02-05 10:38:16 +11:00
Adam Heckler 5dc7a6c7be Updated instructions for NearlyFreeSpeech 2014-02-04 18:35:06 -05:00
Jashank Jeremy 95a2c74f12 Document site cleanup behaviour.
As per #2014, document the fact that the destination directory is
'cleaned up', such that "obsolete" files (files which do not have a
known input Page, Post or StaticFile) are deleted, when a site is
rebuilt.

Resolves #2014.
[ci skip]
2014-02-05 10:30:49 +11:00
Anatol Broder ed12ad930a Fix wrong semantic 2014-02-04 21:37:20 +01:00
Parker Moore e940afdf00 Add vim-jekyll to list of Editor plugins 2014-01-31 00:27:18 -05:00
Parker Moore 901fd31a30 Merge pull request #2001 from 23maverick23/sublime-jekyll 2014-01-30 21:24:29 -08:00
Ryan Morrissey 645baf3353 Added new “Editors” section to `_plugins` for “sublime-jekyll”. 2014-01-29 23:09:42 -05:00
Parker Moore 0c6d798dc6 Merge pull request #1999 from 23maverick23/jekyll-font-awesome 2014-01-28 20:39:49 -08:00
Ryan Morrissey a02123bee4 Quickly and easily add Font Awesome icons to your posts. 2014-01-28 22:32:12 -05:00
Ryan Morrissey 2d6bd741d0 Adding jekyll-humanize plugin to site documentation. 2014-01-28 22:23:34 -05:00
Parker Moore 774bf96c61 Merge master into sass 2014-01-24 12:17:35 -05:00
Parker Moore a82f0d4e6e Merge pull request #1962 from jglovier/patch-1 2014-01-21 20:05:10 -08:00
Parker Moore be95eb5a44 Merge pull request #1970 from minddust/missing_post_docs 2014-01-19 20:18:04 -08:00
4ensicLog f05da3db03 Update structure.md
This is my first attempted edit, so forgive any mistakes in decorum or process. I tried to make improvements on word choice which I think will be much clearer to people who are new to Jekyll and how the post filenames work.
2014-01-19 19:51:51 -06:00
Stephan Groß 90fe9ec055 Add missing next and previous docs 2014-01-19 13:49:52 +01:00
Joel Glovier ded6350c80 small tweak to clarify last sentence 2014-01-16 13:24:54 -05:00
Joel Glovier 09a5d66b3e Update post.md with additional info about excerpt
Adds a paragraph noting that use of the liquid `| strip_html` flag is possible and useful for meta tag purposes.
2014-01-16 13:18:52 -05:00
Parker Moore 6aa2fc0094 Merge pull request #1953 from troyswanson/dataify-docs 2014-01-15 23:39:37 -08:00
Troy Swanson 7f3b35191c Make doc menus more reusable 2014-01-14 21:48:08 -06:00
Parker Moore edc9ffcb65 Add 1.4.3 release post by @BenBalter for master branch. 2014-01-13 22:26:38 -08:00
Parker Moore 2966606b1a Add docs about the 'new' restriction on excludes. 2014-01-13 00:17:12 -08:00
Parker Moore 6b92126fd8 Add docs for Sass conversion. 2014-01-12 21:30:30 -08:00
Rob Muhlestein b053a1edf1 Add note in Posts docs about stripping <p> tags from excerpt.
Fixes #1926. Merges #1933.
2014-01-12 13:52:32 -08:00
Matt Rogers f3e9eb92a9 Update the documentation for the new exclude behavior 2014-01-11 15:05:45 -06:00
Matt Rogers d96165e3c4 Merge pull request #1916 from jekyll/gitignore-excludes 2014-01-11 10:37:31 -08:00
Matthew Scharley 20a6bdf5ec Add jekyll-compass to the list of plugins 2014-01-08 13:38:33 +11:00
Parker Moore 4ef9f9e6d2 Merge pull request #1883 from pathawks/master 2014-01-06 20:51:20 -08:00
Parker Moore 42fc5e9ee7 Excludes should be relative to the site source 2014-01-05 10:45:42 -08:00
Troy Swanson c7e5c3f8d8 Add a note about character sets 2014-01-02 14:53:03 -06:00
Pat Hawks 64b42d0431 Move `user-select` CSS to more specific selector 2014-01-01 16:34:57 -06:00
Parker Moore c00c8c208c Merge pull request #1889 from penibelst/site-link-license 2013-12-31 18:51:56 -08:00
Parker Moore c437d8ec38 Merge pull request #1896 from georgeanderson/master 2013-12-31 18:49:25 -08:00
Nick Schonning 10235aeb66 Fix Tom Preston-Werner blog source link 2013-12-31 14:03:46 -05:00
George Anderson cb80a849e4 Added paginate default to nil
I found this missing property in the default configuration description.
2013-12-31 14:41:06 -02:00
Anatol Broder d11b6d7ffd Change literal to HTML entity 2013-12-31 13:40:25 +01:00
Matt Rogers 012387396a Merge pull request #1859 from robin850/rouge 2013-12-30 22:45:07 -06:00
Anatol Broder f59895425e Don’t break things 2013-12-29 23:58:01 +01:00
Anatol Broder 3489b43cb8 Thank you, Tom 2013-12-29 23:57:12 +01:00
Anatol Broder 95fdc2c2c5 Remove the team 2013-12-29 23:52:24 +01:00
Anatol Broder 5cb38dc4d7 Fix typo. Change license link 2013-12-29 10:26:49 +01:00
Anatol Broder 60541437e3 Revert "Add license page"
This reverts commit 8e9437199c.
2013-12-29 10:24:13 +01:00
Anatol Broder 8e9437199c Add license page 2013-12-29 01:10:31 +01:00
Anatol Broder ee8d509d39 Change footer 2013-12-29 00:49:48 +01:00
Pat Hawks f3a422852e Clean up Quick-start Instructions
Now lines can be copy-pasted as is into a terminal
2013-12-27 22:40:02 -06:00
Pat Hawks 9833880709 Prevent users from selecting non-helpful code 2013-12-27 22:37:16 -06:00
Parker Moore 1a3a607fcf Merge pull request #1831 from jekyll/default-maruku-fenced-code-blocks 2013-12-25 22:14:23 -08:00
Parker Moore 6e8f31f406 Merge pull request #1841 from jens-na/include-variable-liquid-filters 2013-12-25 22:11:33 -08:00
Parker Moore 5c4831af49 Merge pull request #1872 from jekyll/gjtorikian-steal-envygeeks-custom-markdown-processors 2013-12-25 22:05:31 -08:00
Parker Moore 58ae137945 Fix quick site bugs. 2013-12-26 01:02:13 -05:00
Parker Moore 88612bf7ce Add docs for custom markdown processors. 2013-12-26 00:52:20 -05:00
Philip Poots 5491da9511 Add closing <code> tag.
Earlier PR omitted </code>. Thanks to @ivantsepp for spotting.
2013-12-24 09:42:47 +00:00
Robin Dupret 3ca2cb0119 Fix various typos and improve the doc 2013-12-23 13:03:29 +01:00
Philip Poots e17f997e75 Clarify how to access `site`
I was unable to access the config at `context.registers.config`. Everything seems to point towards the `site` variable being accessed via `context.registers[:site]`.
2013-12-22 23:01:13 +00:00
Robin Dupret 0831d2b0f8 Add support for the Rouge syntax highlighter
By setting the `highlighter` setting to `rouge` you can now easily
highlight your code with it instead of relying on Pygments. However,
Jekyll doesn't depend on Rouge explicitly, you will need to install it
or add it to your Gemfile.

The documentation has been updated accordingly.
2013-12-22 18:45:40 +01:00
Eric Dobson c79f170687 Fix typo in docs. 2013-12-19 14:39:23 -07:00
Jens Nazarenus 412fe8b8de edited documentation for include tag 2013-12-19 18:29:40 +01:00
Parker Moore f6e7e5cc76 Add link to 'a regression' in 1.4.2 release post 2013-12-16 20:30:06 -05:00
Parker Moore 8690edcae4 Add 1.4.2 release post 2013-12-16 20:26:52 -05:00
Parker Moore 1ebce26881 Default Maruku fenced_code_blocks to ON.
Extends https://github.com/jekyll/jekyll/pull/1799
2013-12-15 16:08:21 -05:00
Lachlan Holden 62bda6076b Added a link to the list of all tz database time zones 2013-12-14 15:04:31 +10:30
Parker Moore 53721dce03 Merge pull request #1818 from jekyll/windows-docs 2013-12-11 15:26:15 -08:00
Parker Moore c295060f69 Use Markdown, silly 2013-12-11 18:25:02 -05:00
Parker Moore 6195192bcf mojombo/jekyll ~> jekyll/jekyll 2013-12-11 17:44:33 -05:00
Parker Moore 1b8e6facd3 Add note about deployment on OpenShift using @developercorey's Jekyll cartridge. 2013-12-11 16:05:35 -05:00
Parker Moore a1efc105d2 Merge pull request #1803 from penibelst/site-unminify-css 2013-12-10 14:49:17 -08:00
Anatol Broder 1033b4c1e7 Add comments and site.GH_ENV 2013-12-10 22:30:59 +01:00
Anatol Broder b91ab3b334 Fix repo 2013-12-10 22:01:06 +01:00
Anatol Broder 59eaeed6e7 Fix version 2013-12-10 22:00:27 +01:00
Anatol Broder 288d2a8c6b Unminify css 2013-12-10 21:13:19 +01:00
Matt Rogers 8ebd5852cd Updates for the 1.4.1 release
The 1.4.1 release is on the v1-stable branch
2013-12-09 20:49:15 -06:00
Doug Johnston ea244e507c Fix a broken link on the troubleshooting.md page 2013-12-09 15:04:48 -05:00
Eric Mill caefd7b85f move input GFM option down to the bottom, not in the defaults 2013-12-08 22:59:15 -05:00
Eric Mill 3fe261f91c Mention the 'input' option to use a GFM parser in the kramdown options documentation. 2013-12-08 20:13:52 -05:00
Parker Moore 6c23751a4a Upgrade to normalize.css v2.1.3 2013-12-08 01:00:55 -05:00
Anatol Broder d089923271 Move CSS files to includes. 2013-12-08 01:00:40 -05:00
Parker Moore c20c09d2a4 1.4.0 release post fixes 2013-12-07 19:34:52 -05:00
Parker Moore 315fb0cf20 Use YYYY-MM-DD in History file :) 2013-12-07 19:31:48 -05:00
Matt Rogers 84722ded3e Update the site for the 1.4.0 release
Add a release announcement and update the History file
2013-12-07 17:59:05 -06:00
maul.esel f1869cda98 Merge branch 'master' into frontmatter-defaults 2013-12-05 19:29:57 +01:00
Anatol Broder eab027d03a Fix favicon’s type 2013-12-04 23:06:08 +01:00
Yi Zeng 9fa0f2ab26 fix wrong case for a word 2013-11-27 20:19:25 +13:00
Matt Rogers 91a4c5611e Prep for the 1.3.1 release 2013-11-26 20:27:27 -06:00
Matt Rogers 9e9abcb516 Merge pull request #1448 from penibelst/replace-yoursite
Replace yoursite.com by example.com
2013-11-22 20:59:27 -08:00
Matt Rogers 249642733b Merge pull request #1718 from thomasdao/master
Add docs for post_url when posts are in subdirectory
2013-11-22 18:31:09 -08:00
andrewhavens 8944cdf544 Update link to example Rakefile to point to specific commit.
The link was pointing to the latest version of the file which had been changed and no longer provided the intended example.
2013-11-20 21:45:05 -08:00
Parker Moore cbee41330e Remove all the docs for migrations and link to http://import.jekyllrb.com 2013-11-18 18:56:38 -05:00
David Silva Smith cbdadc83a1 Add block of code which should be added to Gemfile for Windows listen compatibility.
Closes https://github.com/mojombo/jekyll/pull/1720
2013-11-18 15:20:44 -05:00
Parker Moore 752a862c67 Add note about auto-regeneration 2013-11-18 15:17:50 -05:00
Aigars Dzerviniks e974370cf1 Add additional information about encoding issues on Windows 2013-11-18 15:12:21 -05:00
Parker Moore 12fcdd9bfa Some beginning collection for Windows users.
Leaving the office so it's a bit unkempt.
2013-11-18 15:12:21 -05:00
Parker Moore 435d0bc4ab Empty file for windows docs. 2013-11-18 15:12:21 -05:00
thomasdao 386ea77e28 For issue #1714: Add documentation for post_url when posts are in subdirectory 2013-11-12 13:29:38 +08:00
Anatol Broder 4abd93567f Example FTW 2013-11-11 18:52:37 +01:00
Anatol Broder 839f231027 Replace yoursite.com by example.com 2013-11-11 18:43:08 +01:00
Abhi Yerra 4e38d4858c Link to an org-mode converter for Jekyll 2013-11-08 13:09:40 -08:00
Parker Moore 7cf41bbbf9 Merge pull request #1707 from localheinz/patch-1
Fix link to previous section
2013-11-08 11:33:34 -08:00
Yihang Ho eeecbdc82a Add Emoji for Jekyll to plugin list. 2013-11-08 17:36:07 +08:00
Andreas Möller 1defcad9a3 Fix link to previous section
There's no `assets` section. Linking to `pagination` instead.
2013-11-08 08:40:19 +01:00
Parker Moore a35cb5ff53 Merge pull request #1670 from samrayner/add-asset-path-tag-to-docs
Add Asset Path Tag to plugin list in docs
2013-11-04 20:20:57 -08:00
Parker Moore 898b1372aa Merge pull request #1695 from santtu/patch-1
Updated docs to match reality, where drafts are dated based on file modi...
2013-11-04 20:15:53 -08:00
Parker Moore ba30f012d6 Merge pull request #1693 from shigeya/website-update-shigeya-plugins
Plugin description updates for Monthly/Category archive generator
2013-11-04 20:14:37 -08:00
Parker Moore 5d672782fb Update jekyllrb.com site history. 2013-11-04 21:07:51 -05:00
Parker Moore 2087fb87b2 Fix link to /docs/datafiles/ in 1.3.0 release post. 2013-11-04 14:43:27 -05:00
Parker Moore a49a0ec2ac Minor fixes to v1.3.0 release post. 2013-11-04 14:39:56 -05:00
Santeri Paavolainen b5437a49fb Updated docs to match reality, where drafts are dated based on file modification time
See 8e7b6bf5ff/lib/jekyll/draft.rb (L28) -- source uses `File.mtime` on the draft file, not `Time.now` as the doc says.
2013-11-04 19:10:25 +02:00
Shigeya Suzuki 8987db896e Plugin description updates for Monthly/Category archive generator 2013-11-04 12:46:18 +09:00
Matt Rogers cc0c82f9d2 Prep for the 1.3.0 release 2013-11-03 21:46:02 -06:00
Katy DeCorah 6c12955912 updated end to endfor 2013-11-03 10:27:47 -05:00
Yi Zeng 9fbcc5795b add missing section info to the drafts post, in order to make navigation links (Back, Next) work 2013-10-30 22:16:01 +13:00
Sam Rayner 1f0c139f35 Add Asset Path Tag to plugin list in docs
Requested by @mattr-
https://github.com/mojombo/jekyll/issues/881#issuecomment-27276509
2013-10-29 09:33:55 +00:00
Matt Rogers 9f63ddb4db Prepare for a 1.3.0.rc release 2013-10-28 20:26:36 -05:00
Matt Rogers 9ce042c54f Merge pull request #1663 from penibelst/emphasize-date-filters
Change day example to emphasize the leading zero
2013-10-26 20:10:19 -07:00
Anatol Broder d14553cf75 Change day example to a one-digit 2013-10-27 01:28:58 +02:00
GSI2013 5bdb9eb041 documented 'jekyll_date_chart', 'jekyll_image_encode' and 'jekyll_quick_man' in the plugins list 2013-10-26 17:48:51 -02:00
Matt Rogers f697d12027 Merge pull request #1651 from liufengyun/jsonify
support jsonify filter
2013-10-23 20:50:14 -07:00
Matt Rogers 2d7a4c69ec Merge pull request #1656 from mojombo/plugin-gems-docs
Add docs for new 'gems' option.
2013-10-23 20:35:56 -07:00
Parker Moore 811b14412f Add docs for new 'gems' option. 2013-10-23 10:48:23 -04:00
Matt Rogers 23ad7fa4bd Merge pull request #1557 from mojombo/require-gems-plugins
Add `gems` for better plugin management
2013-10-23 07:39:43 -07:00
liufengyun f971aebfb1 support jsonify filter 2013-10-22 23:52:22 +08:00
David Paschich c017174dad Fix grammar in usage.md 2013-10-16 07:47:18 -07:00
maul.esel 96a37ac1ab document frontmatter defaults precedence 2013-10-15 14:25:47 +02:00
maul.esel 20ea0c8d56 Merge branch 'master' into frontmatter-defaults 2013-10-14 19:44:06 +02:00
albertogg 65df20ac10 Fix typos. 2013-10-10 21:21:37 -04:30
albertogg ac6f09752d requieres. 2013-10-10 16:35:04 -04:30
albertogg 222aad55e4 Show the complete name and no abbreviation. 2013-10-10 16:15:01 -04:30
albertogg c38f295f63 Fix typos. 2013-10-10 16:09:20 -04:30
albertogg c169ad26cd jekyll-import warning note of missing deps.
The jekyll-import gem, opted to leave out importer-specific runtime dependencies. I'm adding a warning note for the user to be aware of this and manually install the ones they need based on the importer they are using.
2013-10-10 13:48:17 -04:30
Parker Moore 310688297b I guess we'll wait until v2.0 to switch to absolute permalinks. 2013-10-04 15:03:05 -04:00
Matt Rogers fef96d95e1 Merge pull request #1495 from maul-esel/variable-include
Variable {% include %}
2013-10-04 05:42:27 -07:00
Matt Rogers 3a72906795 Merge pull request #1592 from fxn/master
another pass on the documentation of generators
2013-10-02 21:01:38 -07:00
maul.esel 2a92ad77cc Document variables in include tag 2013-10-01 22:31:16 +02:00
Xavier Noria 4e2217986f another pass on the documentation of generators
This commit refines the docs contributed in f074bb6.
2013-10-01 20:16:37 +02:00
Matt Swanson 3b6b56c220 Rebase on upstream/master; rename file to work with docs_ul includes file 2013-10-01 10:34:29 -04:00
Matt Swanson eca642bf6f Fix typo in data docs; update section pagination for migrations to correctly point back to data 2013-10-01 10:26:51 -04:00
Matt Swanson f864b69019 Add docs for new Data Files feature 2013-10-01 10:26:51 -04:00
liufengyun 760cbc7f91 Autoload yaml files under _data directory
The jekyll engine will autoload all yaml files(ends with .yml or .yaml)
under _data. If there's a file members.yml under the directory, then user
can access contents of the file through site.members.
2013-10-01 11:23:33 +08:00
Xavier Noria f074bb6ae6 adds more information to the documentation of generators 2013-09-30 23:04:29 +02:00
Parker Moore 26803c28db Remove gist URL in pagination docs. 2013-09-27 15:11:59 -04:00
张君君 dd6d0b42fe Update pagination example 2013-09-26 00:11:06 +08:00
Shigeya Suzuki a93b1a26eb Documentation update for the encoding configuration 2013-09-19 12:22:50 +09:00
MURAOKA Taro f4c2383d3c write document for config.encoding 2013-09-19 12:21:25 +09:00
Parker Moore 5f6af4c215 Add note about installing Xcode on the Mac in the Installation docs.
Xcode command-line tools (clang and ruby headers) are required for installing some of Jekyll's dependencies which create native extensions.

Closes #1561.
2013-09-18 13:51:56 -04:00
Matt Rogers 0b40bd033b Merge pull request #1553 from penibelst/change-link-liquid
Change links to Liquid documentation
2013-09-16 18:38:13 -07:00
maul.esel 1cb67932f6 fix minor docs quirk 2013-09-16 15:46:15 +02:00
David Ensinger ed92d1c4c2 Add link to Jekyll Suggested Tweet liquid tag to list of Tags plugins. 2013-09-15 18:56:18 -04:00
Parker Moore ab4fb89043 Fix params on JekyllImport::WordPress.process so it's using hash 2013-09-15 23:13:02 +02:00
Parker Moore 30bce38ef2 Fix JekyllImport::WordPress instructions on docs site to use hash as parameter.
See comment by @grobmeier on 97cb3f1336
2013-09-15 23:11:22 +02:00
Anatol Broder d761338c2c Change links to Liquid documentation 2013-09-15 07:44:49 +02:00
Parker Moore be9c0dcc7e Update docs/history.md for v1.2.1 2013-09-14 20:57:10 -04:00
Parker Moore f169e37c81 Add release post. 2013-09-14 20:56:42 -04:00
Parker Moore 97cb3f1336 Update JekyllImport::WordPress instructions on docs site.
Closes #1548.
2013-09-14 20:16:26 -04:00
Parker Moore 5355fcf02d Update Contributing page in the docs to match the new CONTRIBUTING.markdown. #1537. 2013-09-14 20:09:26 -04:00
Parker Moore 3fde4f796c Merge pull request #1516 from penibelst/fix-post-title
Fix 1.2.0 release post title
2013-09-12 07:37:04 -07:00
Parker Moore 3e936e8b75 Update site/docs/history.md as per #1512. 2013-09-11 19:15:47 -04:00
maul.esel 8060cb60a2 Add site documentation for the new feature 2013-09-11 18:39:59 +02:00
Parker Moore f7bccfd08f Whoops, spelled 'detach' incorrectly.
https://twitter.com/strangerpixel/status/376257545968824320
2013-09-09 11:16:24 -04:00
Anatol Broder 50236be19c Fix 1.2.0 release post title 2013-09-07 23:06:51 +02:00
Parker Moore 73789f20e1 Update history and History.markdown so it is consistent with previous release headers. 2013-09-07 01:59:48 -04:00
Parker Moore b741e65f99 Fix problem link to /docs/history/ in v1.2.0 release post. 2013-09-07 01:55:07 -04:00
Parker Moore d9f73cad9d Fix merge conflict. 2013-09-07 00:12:15 -04:00
Parker Moore d48f339a1f Fix link to History page from Release v1.2.0 notes post. 2013-09-07 00:10:33 -04:00
Matt Rogers 5a47609c65 Merge pull request #1507 from penibelst/add-site-menu
Make navigation menus reusable
2013-09-06 20:57:34 -07:00
Matt Rogers 04e1f1087f Merge pull request #1511 from mojombo/fix-validation-errors
Fix W3C Validation Errors On jekyllrb.com
2013-09-06 20:31:08 -07:00
Parker Moore e555910f45 Move .post .post-content to a <div> to maybe fix weird validation issue. #1508. 2013-09-06 23:05:24 -04:00
Parker Moore bc0b541e77 Add alt tag to post author <img> tag in site. #1508. 2013-09-06 23:01:44 -04:00
Parker Moore 2eb2a15bd3 Move news/releases/index.md to news/releases/index.html to prevent unnecessary <p> tags. #1508. 2013-09-06 23:00:36 -04:00
Parker Moore cb521b7f9a Move news/index.md to news/index.html to prevent unnecessary <p> tags. #1508. 2013-09-06 22:59:43 -04:00
Parker Moore 3b2ae1d9c3 Fix validation error on home page. #1508. 2013-09-06 22:58:14 -04:00
Matt Rogers 24f0debeae Change 'version `--drafts`' to 'version of `--drafts`' 2013-09-06 21:48:35 -05:00
Parker Moore 64ea8831b1 Add Jekyll v1.2.0 release post. 2013-09-06 22:22:59 -04:00
Anatol Broder eb29209c24 Expand URL 2013-09-06 20:40:00 +02:00
Anatol Broder 102d83f78d Make navigation menus reusable 2013-09-06 02:00:23 +02:00
Anatol Broder 3f7dcaa2ec Make navigation menu reusable 2013-09-06 01:59:22 +02:00
Parker Moore ba7fea63cd Merge pull request #1506 from dafi/patch-1
Added link to TOC Generator Filter Plugin
2013-09-05 14:43:58 -07:00
Davide Ficano d122bfd5ab Added link to TOC Generator Filter Plugin 2013-09-05 11:54:30 +02:00
Jens Bissinger 1b63aff279 XML-escape blog post title in feed.xml 2013-09-04 19:21:23 +02:00
Anatol Broder bfe93729dd Add Good Include to plugin list 2013-09-02 09:04:21 +02:00
Parker Moore 245e9fdb7b Merge pull request #1488 from troyswanson/iso8601
Clarify that date_to_xmlschema returns an ISO 8601 string
2013-09-01 10:35:44 -07:00
Troy Swanson afda7c273f Clarify that date_to_xmlschama returns an ISO 8601 string
References #1435
2013-09-01 12:05:18 -05:00
Nick Quinlan bec508261d added jekyll-pageless-redirects to plugin list 2013-09-01 07:50:41 -07:00
Parker Moore 6475cce179 Merge pull request #1463 from penibelst/add-site-repository
Add site.repository for the URL on Github. Close #1456
2013-08-30 15:38:35 -07:00
Parker Moore bed2978255 Fix docs/templates.md private gist example.
Duplicate of #1477 because we develop on the master branch.
2013-08-30 18:32:37 -04:00
Michael Parker cccfe1be78 Clarify that --config flag can take multiple files 2013-08-29 16:27:47 -07:00
Anatol Broder 0ab2b4207a Add site.repository for the URL on Github. Close #1456 2013-08-28 09:23:11 +02:00
Anatol Broder ff6cfc6bf8 Add trailing slash to post URL
Related to #1411
2013-08-28 08:36:41 +02:00
Matt Rogers 4fa4ad2232 Merge pull request #1443 from ddavison/detachment
Detachment
2013-08-24 20:16:42 -07:00
Parker Moore 319a09ae61 Merge pull request #1430 from penibelst/site-speed
Update normalize.css to v2.1.2 and minify
2013-08-23 09:06:32 -07:00
Parker Moore 06bf97d332 Fix TypeError on Generation
After several page build fails, this seems to have fixed up the following error:

lib/jekyll/excerpt.rb:108:in `partition': type mismatch: NilClass given (TypeError)
2013-08-23 01:39:54 -04:00
ddavison aedac6060b adding new -B flag for -background- 2013-08-23 01:19:41 -04:00
ddavison 8463e62d92 adding note about running detached 2013-08-22 13:45:06 +00:00
Anatol Broder aadf992616 Add code tags 2013-08-22 08:32:56 +02:00
ddavison 8efcca9ddc adding documentation on using detach 2013-08-21 21:10:42 +00:00
Benjamin Esham 1177cb6f54 Add "pluralize" and "reading_time" filters to docs 2013-08-20 20:57:15 -04:00
Anatol Broder 854db4a7f8 Update normalize.css to v2.1.2 and minify 2013-08-18 14:23:06 +02:00
Matt Rogers 894ae74619 Merge pull request #1418 from nfagerlund/docs_redcarpet
Docs: Explain what goes into the redcarpet: extensions: array
2013-08-13 17:34:43 -07:00
Anatol Broder 00285411eb Update curly apostrophes 2013-08-13 22:56:04 +02:00
Nick Fagerlund 6f22c83249 Docs: Explain what goes into the redcarpet: extensions: array
- Document the two secret-sauce extensions that Jekyll adds, which don't seem to
  be mentioned elsewhere.
- Link to the Redcarpet documentation for other extensions.
- Mention the three or so most common extensions.
- Mention that Redcarpet 2.2.2 lacks several extensions that were added later.
2013-08-13 13:50:56 -07:00
Anatol Broder 9e0e6a721c Correct section links 2013-08-12 19:11:04 +02:00
Anatol Broder d7b5c40901 Correct internal links 2013-08-11 15:09:23 +02:00
Parker Moore bc3dccf0e5 Merge pull request #1386 from mojombo/disable-excerpts
Disable automatically-generated excerpts with option
2013-08-08 02:39:06 -07:00
Parker Moore f17f799221 It's WordPress - capital P, dang it.
WordPress, like GitHub, is a camel-cased name that deserves to be
written properly. Props to @jeremyvisser for pointing this out.

Closes #1384
2013-08-06 18:44:20 +02:00
Parker Moore a73b17d08c Docs about disabling excerpts. 2013-08-06 18:24:47 +02:00
Parker Moore 3af0e2ea4c bugs in the site 2013-08-06 18:08:58 +02:00
Parker Moore 5817d5a372 We don't need excerpts in jekyllrb.com 2013-08-06 18:08:22 +02:00
André Arko fdf14d3911 Escape tag literal 2013-08-04 12:30:06 -07:00
André Arko 73d03e5b54 Add postfiles plugin
Add my postfiles plugin to the list of plugins.
2013-08-04 01:21:17 -07:00
Matthias Vogelgesang 0b9199bba5 Add jekyll-ditaa to plugins list 2013-08-02 16:57:11 +02:00
Matt Rogers 7bc98cba24 Merge pull request #1354 from agelber/add-jekyll-rss-to-plugins
Added jekyll-rss plugin to docs
2013-07-25 11:52:18 -07:00
Assaf Gelber 2c960bf4ed Added the word 'feed' :| 2013-07-25 21:50:19 +03:00
Parker Moore ee9939b101 Merge pull request #1346 from penibelst/patch-1
Use different quote types for HTML and Liquid
2013-07-25 11:19:43 -07:00
Matt Rogers a88493007c @parkr releases 1.1.2 and I'll release 1.1.4
Wonder twin powers, activate!
2013-07-25 12:48:01 -05:00
Assaf Gelber 67186e6318 Added jekyll-rss plugin to docs 2013-07-25 20:28:45 +03:00
Ben Balter f2481cf6c0 s/you are may/you may/ 2013-07-25 09:44:28 -04:00
Ben Balter 7d4a442cbf get the version # right 2013-07-25 09:37:57 -04:00
Ben Balter 2b56f0dd7c 💄 2013-07-25 09:36:47 -04:00
Ben Balter a1afe8918d Write blog posts for humans
* Polish blog-post language for a less-technical crowd
* Emphasize that it's not a core issue
* Emphasize that it doesn't affect sites without plugins
* Break into paragraphs for easier skimability
* Explain that it affects users with access to templates, not just plugin authors
2013-07-25 09:33:45 -04:00
Parker Moore 0db5dcf832 Release 1.1.2 2013-07-25 09:15:34 +02:00
Parker Moore fe10f21d8d Release 1.1.1 2013-07-24 22:42:03 +02:00
Robin Mehner d0d9a1b482 page.title is the title of the page, not the post 2013-07-24 19:01:21 +02:00
Anatol Broder df1a4100a1 Use different quote types for HTML and Liquid 2013-07-24 08:21:42 +02:00
Anatol Broder d717ec7f3d Add master branch feed 2013-07-23 19:21:06 +02:00
Parker Moore f4d6ffeaac Include an HTML file in Templates docs so as not to confuse - we don't automatically markdownify/textilize includes. Fixes #1303. 2013-07-21 00:12:31 +02:00
Parker Moore 234f35a025 Update Quick-Start page to include reminder that all requirements must be installed for Jekyll to work. Fixes #1327. 2013-07-21 00:07:25 +02:00
Parker Moore b505eb04b3 Merge pull request #1318 from johnkhughes/master
Update Extras page in the docs
2013-07-20 14:56:27 -07:00
Rob Wierzbowski 5c9aa19123 Add generator-jekyllrb and grunt-jekyll to plugins page 2013-07-19 11:13:26 -04:00
Matt Rogers 08aef455be Merge pull request #1310 from robwierzbowski/organize-plugins
Organize plugins into categories.
2013-07-16 20:48:51 -07:00
Anatol Broder 7d18d2843b Add description for drafts folder. Fix #1319 2013-07-17 01:11:00 +02:00
John Hughes 2e8c4359a1 Change syntax highlighting to YAML on Extras page 2013-07-16 21:06:30 +01:00
John Hughes aae84c4180 Add brackets around sudo on Extras page 2013-07-16 21:01:01 +01:00
John Hughes 52b3afdb71 Update Extras page in the docs to include Kramdown to fix #1313 2013-07-16 20:30:22 +01:00
Parker Moore 37dc759410 Pages are not alphabetical.
f25fe1c86f (commitcomment-3644377)
2013-07-16 18:04:56 +02:00
Rob Wierzbowski afb1561c83 Escape/remove single '_' and '*'s that maruku chokes on. 2013-07-16 10:50:47 -04:00
Rob Wierzbowski b8b9e79899 Organize plugins into categories, clean up copy. 2013-07-16 10:50:47 -04:00
Parker Moore 5f12373f1a Merge branch 'master' of github.com:mojombo/jekyll
* 'master' of github.com:mojombo/jekyll:
  Add Jekyll Image Tag to the plugins list
2013-07-16 11:24:30 +02:00
Parker Moore 1f6839baca Update history page in the docs to include #1304. 2013-07-16 11:24:14 +02:00
Rob Wierzbowski d402427b81 Add Jekyll Image Tag to the plugins list 2013-07-14 18:58:45 -04:00
Parker Moore 11142992ae Woopsie. 2013-07-14 20:14:26 +02:00
Parker Moore e5b2b9b4cd @mojombo asked us to use Releases on GitHub. Link to it in our release notes. 2013-07-14 20:12:04 +02:00
Parker Moore 05e843c34b Make 'docs' and 'include' code. 2013-07-14 19:58:18 +02:00
Parker Moore 07406baabe Update history files. 2013-07-14 19:57:09 +02:00
Parker Moore d572e588e8 Release 1.1.0 2013-07-14 19:52:44 +02:00
Parker Moore 4ce89ac96d Merge pull request #1201 from zachgersh/all_kramdown
Supporting more kramdown options.
2013-07-14 08:45:05 -07:00
Damian Lettie 7521414d11 Add optional time zone when specifying page.date. 2013-07-14 18:17:09 +10:00
zachgersh b0fbfdb87d Added a configuration warning to our docs for the two kramdown options we don't support. 2013-07-14 00:32:48 -05:00
Parker Moore ef0384a662 Merge pull request #1289 from mojombo/drafts-docs
Documentation for drafts
2013-07-11 02:56:45 -07:00
Matt Rogers a5b6522ee2 Make the text around generating the site more clear
Thanks to @jpiasetz for the suggestion!
2013-07-10 23:34:48 -05:00
Parker Moore d10007182d Be (mostly) anal-retentive about line columns. 🌽 😛 2013-07-11 00:14:38 +02:00
jannypie d6bc3d00af Update troubleshooting.md for Mac OSX native gem install issue 2013-07-10 17:10:29 -04:00
Donald Perry 530ad08210 Update the S3 deployment documentation
This is just #1294 on the appropriate branch.
2013-07-10 13:16:56 -05:00
Matt Swensen 73f942cf7d Adding details to GitHub Pages deployment docs regarding relative URLs.
Fixes #1291.
2013-07-10 13:54:02 +02:00
Parker Moore 9fe42fe09c Add _drafts to site structure page 2013-07-09 23:55:37 +02:00
Parker Moore 61a9988ef3 link to really crappy docs page 2013-07-09 23:55:27 +02:00
Parker Moore 3bc912c3c2 Really crappy docs page for drafts 2013-07-09 23:55:18 +02:00
Parker Moore 08f6f3c2ed Merge pull request #1204 from maul-esel/include-params2
Support parameters for liquid include tags.
2013-07-09 14:14:40 -07:00
Parker Moore dca7158037 Merge pull request #1286 from cobyism/news-responsivityness
News responsivityness
2013-07-08 13:14:31 -07:00
Matt Rogers 66c2ceeda3 Merge pull request #1093 from mojombo/blog-posts
News: Blog Posts on jekyllrb.com
2013-07-08 12:00:48 -07:00
Coby Chapple a6c0fa9b6d don’t indent lists so much on narrow screens 2013-07-08 20:00:21 +01:00
Coby Chapple 57994ef4c9 ensure overview nav has horizontal padding on mobiles 2013-07-08 19:48:47 +01:00
Coby Chapple a4eee86fdb don’t center blog post titles on mobiles 2013-07-08 19:41:26 +01:00
Coby Chapple 3061720501 extend menu word hiding to include portrait tablets 2013-07-08 19:41:15 +01:00
Coby Chapple e6de4b3f21 fix negative right margin on release label 2013-07-08 19:40:50 +01:00
Coby Chapple d5742cf383 category label -> red 2013-07-08 19:06:36 +01:00
Coby Chapple 731c7b18aa resolve conflicts in _posts files from mojombo/blog-posts 2013-07-08 17:53:34 +01:00
Coby Chapple 08d9f4e8e9 💀 2013-07-08 16:46:46 +01:00
Coby Chapple c800e57075 sneakily join up articles if there’s more than one being shown 2013-07-08 16:45:26 +01:00
Coby Chapple 65a3195a5d category label -> blue 2013-07-08 16:44:44 +01:00
Coby Chapple f4580fb40c tart up the post meta info a little bit 2013-07-08 16:36:07 +01:00
Coby Chapple 1a7bbcaafc reuse existing article and aside styles, reducing nested markup 2013-07-08 15:52:44 +01:00
Coby Chapple 5ff0f12628 permalink 2013-07-08 15:21:16 +01:00
Coby Chapple 74d90626b3 reorganize categories and right sidebar for more clarity 2013-07-08 14:56:44 +01:00
Coby Chapple cf25da9431 kill the above-container heading 2013-07-08 14:28:03 +01:00
Parker Moore be91ee3df2 Update Wordpressdotcom migrator example to match jekyll-import initial beta2. Fixes #1281. 2013-07-08 14:58:20 +02:00
Rob Wierzbowski c172f0b72e Adds Jekyll Picture Tag to the Plugins page 2013-07-07 18:33:18 -04:00
Parker Moore b6c86579f3 Add feed and link to feed in header. Props @benbalter 2013-07-06 18:05:27 +02:00
Parker Moore 6950809900 Remove "-dot-"'s from release posts. Props @benbalter. 2013-07-06 17:19:59 +02:00
Parker Moore 5737a50782 Don't offer more before you've given any. props @benbalter 2013-07-06 17:13:20 +02:00
Parker Moore 6b82942156 s/works/work/ props @benbalter 2013-07-06 17:10:57 +02:00
Parker Moore 91427c16ec Update links to history page in blog posts. 2013-07-06 14:58:46 +02:00
Parker Moore 78d169ce05 Add post about Jekyll v1.0.3 2013-07-06 14:58:35 +02:00
Parker Moore caa2482014 Don't center the posts on mobile 2013-07-06 14:36:11 +02:00
Parker Moore d8cf817b85 Add news_item layout for each post 2013-07-06 14:36:02 +02:00
Parker Moore ca6f3614a4 Each mobile nav item should only be 25% wide. 2013-07-06 14:35:54 +02:00
Parker Moore 27c915b908 CSS for news aside. 2013-07-06 14:35:42 +02:00
Parker Moore 01a04c8467 Tweaks to News design 2013-07-06 14:35:24 +02:00
Parker Moore 0f9d205d05 Camelcasing is so 2005. 2013-07-06 14:34:49 +02:00
Parker Moore c853de4800 Cleaned up post details markup 2013-07-06 14:34:34 +02:00
Parker Moore 74ee8c3bf3 Some very, very minor work on the posts. 2013-07-06 13:47:27 +02:00
Parker Moore f0f36466b5 Linkify @benbalter's mention in Jekyll 1.0.0 release post. 2013-07-06 13:47:27 +02:00
Parker Moore 43117b9d0f Beginnings of something beautiful 2013-07-06 13:47:27 +02:00
Parker Moore 02d6d77964 Index file for news 2013-07-06 13:47:27 +02:00
Parker Moore f150ae209e Posts! YAY! 2013-07-06 13:47:27 +02:00
Parker Moore 4687b1f010 news includes 2013-07-06 13:47:27 +02:00
Parker Moore 49ca6d4484 Styles for news 2013-07-06 13:47:27 +02:00
Parker Moore 411911977b Call it "news" 2013-07-06 13:47:27 +02:00
Parker Moore cd3e95beac Fix site title to use HTML entities 2013-07-06 13:47:26 +02:00
Parker Moore 699ae71f67 Add blog to list of primary nav items 2013-07-06 13:47:26 +02:00
Parker Moore eae825cd75 Site permalink based on a blog 2013-07-06 13:47:26 +02:00
Parker Moore f1941f89d4 Merge changes on docs/plugins/ page. 2013-07-05 16:03:38 +02:00
Jens Krause 9a73d35104 Adding jekyll-swfobject to plugins.md 2013-07-05 11:56:10 +02:00
Parker Moore 6eeb2e3f7e Added hyphen to 'Timeago' in third-party plugins list. 2013-07-03 11:48:13 +02:00
markets efcfa4ec84 Add jekyll-timeago to plugins list 2013-07-02 21:13:31 +02:00
Parker Moore 9509201670 Add note that gist tag supports private gists. Fixes #1248. 2013-06-30 15:55:36 +02:00
Parker Moore 99bffd112b Add Youku and Tudou Embed link on Plugins page in site/. Fixes #1250. 2013-06-30 15:52:04 +02:00
tomsugden f25fe1c86f Add site.pages to Variables page in Docs. Fixes #1251 2013-06-30 15:45:30 +02:00
Matt Rogers 90962a5acc Update the QuickStart guide for the default engine change
As of Jekyll 1.1, we'll be using Redcarpet as the default for all new
sites.
2013-06-27 12:52:04 -05:00
Parker Moore bfdcdeebf1 Fix coolaj86 link to migrate from Blogger to Jekyll. Modifies #1242. 2013-06-26 18:33:42 +02:00
Florent Guilleux d305226abb Update URL of article about Blogger migration 2013-06-26 11:04:09 -05:00
Matt Rogers 7f9ccf1e48 Merge pull request #1192 from zachgersh/update_contrib
Updated contributing documentation as per parkr.
2013-06-24 14:50:59 -07:00
Parker Moore 5fdf2d87b2 Merge pull request #1228 from zachgersh/plugin_updates
Updates to the plugin's page on jekyll.rb
2013-06-23 06:03:15 -07:00
Parker Moore 6391f87462 Merge pull request #1227 from zachgersh/doc_update
Removed the link that is now not working to "Maintain your blog with git"
2013-06-22 03:50:23 -07:00
Nicolás Reynolds f5eed58954 Add jekyll-pandoc-multiple-formats to plugins list 2013-06-18 15:48:39 -03:00
zachgersh b40cfb623e Another plugin linking to personal site instead of github. 2013-06-18 08:43:57 -07:00
zachgersh 1cb9de26e5 Jammit gist no longer exists. 2013-06-18 08:39:33 -07:00
zachgersh fb2703fb3c Changed a plugin link to github as README is there. 2013-06-18 08:37:48 -07:00
zachgersh 11e10700a5 Really not a plugin but a walkthrough with one small part about creating a plugin. 2013-06-18 08:33:01 -07:00
zachgersh 5c82835cfd Plugin 404s on Github. 2013-06-18 08:31:37 -07:00
zachgersh c0c92a2e82 Damn you spacing on my lines. 2013-06-18 08:17:57 -07:00
zachgersh 2b8dc2bb35 Removed the link that is now not working. 2013-06-18 08:02:54 -07:00
zachgersh 6e0bb5e0ba Final changes for M & P. 2013-06-17 21:36:08 -07:00
zachgersh ec1644dfd2 Slight formatting changes to make everyone happy. 2013-06-17 21:26:01 -07:00
zachgersh 86b0537008 Slight rewording of the english to make it sound better. 2013-06-17 21:26:01 -07:00
zachgersh 5ada13fb45 Updated contributing documentation as per parkr. 2013-06-17 21:26:01 -07:00
Aleksey V. Zapparov 5593a2d72c Adds jekyll-assets plugin link 2013-06-17 21:14:00 +03:00
Matt Rogers 0ee385f217 Remove plugins that have been obsoleted by changes in the core 2013-06-17 09:30:47 -05:00
Zach Leatherman 4a88bf2249 Add ReadInXMinutes plugin 2013-06-17 09:03:53 -05:00
Jarrod Birch 9f1e1d4b4e Edited the two contributing pages to ensure that they point readers towards site/docs for the docs rather than site/_posts (which doesn't exist) 2013-06-15 12:21:53 +01:00
Matt Rogers 9a8c5aa19d Merge pull request #1208 from mojombo/imageoptim
Run site/img through ImageOptim
2013-06-13 05:23:10 -07:00
John Papandriopoulos 12fe8ed00a Added Jade Converter to docs/plugins 2013-06-13 04:07:58 -07:00
Nick Quaranto ab351fb073 Run site/img through ImageOptim 2013-06-12 17:25:20 -04:00
Parker Moore 4c750da1be Add freenode verification file to jekyllrb.com. 2013-06-12 21:45:52 +02:00
maul.esel 1b20a185ca fix liquid syntax in the docs 2013-06-12 18:14:03 +02:00
maul.esel fad210100b document include tag parameters 2013-06-11 16:08:47 +02:00
Parker Moore 62a2390470 Merge branch 'master' of github.com:mojombo/jekyll
* 'master' of github.com:mojombo/jekyll:
  Update history to reflect merge of #1191
  Update history to reflect merge of #1151
  Moving Quick-start guide to own section
  Remove extra parentheses and swapped regex back
  Combined two features into one
2013-06-09 18:09:31 +02:00
Parker Moore 9b668be281 Update ProTip on Installation page in docs to point to all the info about Pygments and the 'highlight' tag. Fixes #1196. 2013-06-09 18:08:55 +02:00
Matt Rogers da691b579f Merge pull request #1191 from leggetter/master
Moving Quick-start guide to own section
2013-06-08 10:49:32 -07:00
Parker Moore c4cf167ff1 Add documentation about paginate_path to "Templates" page in the docs. Closes #1129. 2013-06-08 17:46:58 +02:00
Parker Moore bc3d4f9e33 Merge pull request #1175 from we-also-do-cookies/update_markuru_link_to_docs
Updated link to the official Maruku repo as stated on Maruku homepage
2013-06-08 08:33:58 -07:00
Parker Moore c294d65730 Python is a dependency of Pygments. Closes #1182. 2013-06-08 17:32:08 +02:00
Parker Moore 96051568fb Restructured docs a bit to accomodate new 'History' page. 2013-06-08 17:20:27 +02:00
Parker Moore f8bb36c1cd Include instructions to upgrade to the latest version of Jekyll on 'Upgrading' page. Fixes #1194 2013-06-08 17:19:14 +02:00
Phil Leggetter 990d13cb17 Moving Quick-start guide to own section
As a new user to jekyll I wanted to get up and running as quickly as possible.

The first thing I did was jump to the docs (missing the example on the homepage - my bad) and look for the quick start guide. Since I couldn't find one I went for the 'Basic Usage' section. I ended up muddling around for about 10 minutes until I hit the home page again to see the simple - and very easy - example of how to get started.

So, in this pull request I've moved the Quick-start Guide out to it's own section so that users who really are impatient (like me) can clearly look for and jump to the quick start guide, follow the super-easy steps, and be up and running in a matter of minutes.

Interested to hear if this is thought of as being a good idea.
2013-06-07 11:54:01 +01:00
Nicolas Alpi e1b9363297 Updated link to the official Markuru repo as stated on Markuru homepage 2013-06-04 16:10:12 +01:00
m 4efaaa8232 Add a Pro Tip to docs about front matter variables being optional 2013-06-03 11:07:35 -05:00
Parker Moore 27cf7aad83 Merge pull request #1065 from zachgersh/changelist_page
Added changelist to site as /docs/history/
2013-06-02 05:29:14 -07:00
Parker Moore b3908d5bf7 Move note about drafts on Upgrading page a bit higher. 2013-06-01 16:07:14 +02:00
Parker Moore d9784fa55c Capitalize all words in titles on Upgrading page in documentation. 2013-06-01 16:06:21 +02:00
Parker Moore d2d6d3a1d6 Merge branch 'master' of git://github.com/beeeswax/jekyll into beeeswax-master
* 'master' of git://github.com/beeeswax/jekyll:
  Add note to upgrading docs on new config file options.
2013-06-01 16:01:42 +02:00
Josh Branchaud 19ec56c494 The command-line flags for Jekyll for the source directory and the destination directory are now specified in the docs for the deployment methods.
Fixes #1157.
2013-05-29 12:01:16 +02:00
zachgersh db1eb14cb2 Added correct permalink and made sure back/next links were working properly. 2013-05-28 22:34:53 -07:00
zachgersh 75ced04c8d Added latest rev of history. 2013-05-28 22:14:03 -07:00
zachgersh 19572d9a81 Removed history dir and updated Rakefile to write to history.md. 2013-05-28 22:02:35 -07:00
zachgersh 20eda0e89f Merge branch 'master' into changelist_page 2013-05-28 21:54:49 -07:00
Nathan Youngman 2cfc70735d Qualify .go class for Pygments, fixes #1153 2013-05-26 19:51:05 -06:00
m e9902292d3 Add note to upgrading docs on new config file options. 2013-05-25 00:53:15 -05:00
redwallhp 0e8e2fd3ca Added JekyllGalleryTag to plugins.md 2013-05-23 19:28:07 -04:00
Mikael Konutgan 008a094e95 Document Jekyll's date_to_rfc822 and uri_escape filters on the site 2013-05-23 20:15:24 +02:00
Parker Moore afc5cf098a Fix syntax errors in Drupal migration docs. 2013-05-23 00:00:40 +02:00
Parker Moore 9aca84c55b Updated the docs for migrators so they're at least a bit more helpful. 2013-05-22 23:43:10 +02:00
Parker Moore 19461bc186 Install jekyll-import with the --pre flag for now. 2013-05-21 15:36:29 +02:00
Parker Moore d36f4dfea9 Merge pull request #1123 from mainerror/docs_overflow_auto
Documentation highlight boxes shouldn't show scrollbars if not necessary. Fixes #1122.
2013-05-18 05:07:27 -07:00
Octavian Damiean d9fd0fd7ad Fix for issue #1122. 2013-05-18 01:12:17 +02:00
Parker Moore 3e7b0bbe47 Pygments does not need to be installed. Fixes #1099 #1119 2013-05-17 20:44:29 +02:00
Tuomas Kareinen fb28c0292b Add link to jekyll-minibundle in the doc's plugins list 2013-05-15 22:00:07 +03:00
Parker Moore 7b22502c94 Quick patch for migration docs. 2013-05-15 13:58:08 +02:00
Paul Oppenheim 98f8ee31e3 doc fix: migrations - wordpressdotcom command
The new paths are what just worked for me. Was frustrating figuring it out, figured I'd share.
2013-05-15 03:32:17 -07:00
Parker Moore ed80f6b017 Merge branch 'add_contentblocks' of git://github.com/rustygeldmacher/jekyll into rustygeldmacher-add_contentblocks
* 'add_contentblocks' of git://github.com/rustygeldmacher/jekyll:
  Added jekyll-contentblocks to the plugins list
2013-05-14 21:00:00 +02:00
Parker Moore 7611b936b1 The --watch has two dashes. Prevent MaRuKu blending them into an emdash. 2013-05-14 20:58:28 +02:00
Parker Moore 8793048add The CLI command isn't capitalized :) 2013-05-14 20:29:14 +02:00
Parker Moore 3f21f87ccf Make MaRuKu bend to our will. 2013-05-14 20:27:17 +02:00
Parker Moore a85f7c1cf2 Merge pull request #1089 from zachgersh/cobyism_style
Adds margin to code highlights. Tweaks colorscheme of notes.
2013-05-14 10:57:18 -07:00
zachgersh fed4f516bf Simplified based on cobyism suggestion. 2013-05-14 08:25:54 -07:00
zachgersh f2d7cdea89 Fixed shading on notes, made it less apparent. 2013-05-13 23:31:05 -07:00
David Briggs 47e1a449e1 fix upgrade docs 2013-05-14 00:12:48 -04:00
Parker Moore d99b4324e7 When talking about post excerpts, be singular about it. 2013-05-12 23:19:38 +02:00
Parker Moore 6aaf631fcf Fix some language problems, props @maul-esel 2013-05-12 23:18:25 +02:00
Parker Moore f1c5579c5b Add docs for post excerpt #1072 2013-05-12 17:54:15 +02:00
zachgersh 4a3826aee6 Needed to be issues and not issue in the url. Regenerated file. 2013-05-12 08:36:15 -07:00
zachgersh 94b5f22cfa Merge branch 'master' into changelist_page 2013-05-12 08:20:03 -07:00
Parker Moore 208becee86 Add docs for gist tag. 2013-05-12 16:20:05 +02:00
Parker Moore f56090be3f Updated language for relative_permalinks 2013-05-12 16:05:18 +02:00
Parker Moore 61faef46cc Add documentation about relative_permalinks. #1081 2013-05-12 14:07:30 +02:00
zachgersh d2fabfcf15 Programatically create github issue links via rake task. 2013-05-11 23:27:06 -07:00
zachgersh 16954daa19 Updated rakefile to support new directory and parsing structure. 2013-05-11 21:16:50 -07:00
zachgersh 9ac69e3091 Moved changelist to /history directory. 2013-05-11 20:31:53 -07:00
zachgersh 59b3f095fa Merge branch 'master' into changelist_page 2013-05-11 20:08:11 -07:00
Parker Moore 665e8d15f7 Turn off relative permalinks on Jekyll docs. 2013-05-12 01:43:36 +02:00
maul.esel ef06f19a9e remove docs on installing pygments
This is no longer needed as stated by @parkr in #1021,
as jekyll now comes bundled with pygments.rb.

Fixes #1021.
2013-05-11 16:52:39 +02:00
zachgersh 81bbafefea Reverted my upgrading.md to fix merge conflict. 2013-05-10 20:01:34 -07:00
Parker Moore d675ef6662 Fixed some things on the site. 2013-05-10 23:28:42 +02:00
Parker Moore fdceb50595 Can't use post_url to ask for the url's of the docs anymore. 2013-05-10 23:09:12 +02:00
Parker Moore fe921190c7 Moving /docs to /docs/home 2013-05-10 23:05:59 +02:00
Parker Moore 9530e56176 Fix links to /docs/ in the site. 2013-05-10 22:57:51 +02:00
Parker Moore 23087b9c3f Add permalink to docs/upgrading/ 2013-05-10 22:55:27 +02:00
Parker Moore d8070ec6be Make Upgrading docs page a Page. 2013-05-10 22:55:01 +02:00
Parker Moore 628f8280d0 Merge benbalter:docs-pages #985 2013-05-10 22:11:36 +02:00
zachgersh 59f2a41ced Changed liquid link of the homepage. 2013-05-10 09:15:56 -07:00
zachgersh 29c165ef4c Changed the liquid link in posts. 2013-05-10 09:13:18 -07:00
zachgersh 7a2a9d36a7 Corrected additional liquid link on the Welcome page. 2013-05-10 08:59:56 -07:00
zachgersh 07d87b2cc0 Changed link to liquid, was going to a dead link and it really bothered me. 2013-05-10 08:53:47 -07:00
Rusty Geldmacher 1646c223c4 Added jekyll-contentblocks to the plugins list 2013-05-09 10:09:12 -04:00
zachgersh 0712916d7d Manually fixed formatting for now. 2013-05-09 00:04:53 -07:00
zachgersh 2c5807faad Rake task added to move History into site and update its formatting. 2013-05-08 23:59:59 -07:00
zachgersh eb5a8a6358 Cleaned up the formatting of changelist page and removed HEAD section. 2013-05-08 22:06:16 -07:00
zachgersh cfc6d7797d Created new changelist page. It currently looks bad. 2013-05-08 21:31:57 -07:00
Chris Jones 25cb387953 Changed https to http in the GitHub Pages link. fixes #1051. 2013-05-07 23:53:17 +02:00
Pascal Borreli d34991ce3d Removed useless measure in css 2013-05-06 16:10:29 +01:00
Pascal Borreli 221c525057 Fixed duplicate attribute in css 2013-05-06 16:09:26 +01:00
Pascal Borreli b61f81c64d Removed duplicate css entry 2013-05-06 16:08:36 +01:00
Pascal Borreli eacf7e948b Fixed typos 2013-05-06 16:07:45 +01:00
Pascal Borreli e4e73bddb3 Fixed select closing tag 2013-05-06 15:57:43 +01:00
Nikkau f4f2932cb8 Removing manual install of Pip and Distribute
Brew automatically install Pip and Distribute.

https://github.com/mxcl/homebrew/blob/master/Library/Formula/python.rb#L245-247
2013-05-06 16:19:47 +03:00
Olov Lassus 7a65f2d268 Updated URL for Markdown references plugin (moved from Gist to a GitHub project) 2013-05-06 11:53:52 +03:00
David Briggs a5a6be1b1b fix unescaped liquid tag, fixes #1019 2013-05-06 10:51:08 +02:00
Parker Moore 24d694e6a0 We now have native drafts, wahoo 2013-05-05 23:42:08 +02:00
Parker Moore 0619265e5b Update Upgrading docs. #965 2013-05-05 23:39:42 +02:00
Parker Moore 04837f7c78 Merge pull request #965 from benbalter/upgrading-docs
Add docs to help users upgrade from < 1.0, fixes #877
2013-05-05 14:10:44 -07:00
Parker Moore ce999f12fc Merge pull request #992 from maul-esel/consistent-page.url
add leading slash to page.url and post.url
2013-05-05 13:56:15 -07:00
Coby Chapple e419029b93 update github logo in footer 2013-05-02 21:56:45 +01:00
Coby Chapple eaaba892a2 derp 2013-05-02 21:56:35 +01:00
Coby Chapple f0fc262812 tweak some of the code blocks on the troubleshooting page to work better on mobiles 2013-05-02 21:46:43 +01:00
Coby Chapple cdcb92bb38 make these clone instructions behave as blocks 2013-05-02 21:43:22 +01:00
Coby Chapple 6cc77dfeee this code block was sticking way out, usage detailed on gist anyway 2013-05-02 21:38:24 +01:00
Coby Chapple 72d4e1f65b oops, pagination page got left out 2013-05-02 21:34:47 +01:00
Coby Chapple 04bbca5871 use <th> instead of <td> for table headers on variable page 2013-05-02 21:32:41 +01:00
Coby Chapple 6f2f296578 more padding for extra quick-start command line 2013-05-02 21:32:07 +01:00
Coby Chapple 6a57d5248b merge in changes from latest master
conflicts:
- site/_posts/2012-07-01-permalinks.md
- site/css/style.css
- site/index.html
2013-05-02 21:16:47 +01:00
Coby Chapple e0640d6687 side scrolling wrappers for remaining tables 2013-05-02 21:08:18 +01:00
Coby Chapple 0d80d10ebf wrappers for permalinks page 2013-05-02 14:17:16 +01:00
Coby Chapple c6ce15e435 notes, warnings etc should break out rightwards too, come to think of it 2013-05-02 14:16:19 +01:00
Coby Chapple 8446f47247 wrapper classes for frontmatter page 2013-05-02 14:05:44 +01:00
Coby Chapple 951cb11d48 padding should be even when table fits without overflow 2013-05-02 13:52:21 +01:00
Coby Chapple fb642bb97f break side scrolling tables out of the grid/parent containers 🤘 2013-05-02 13:51:26 +01:00
Coby Chapple f924a04733 scroll tables sideways on mobiles 2013-05-02 13:50:46 +01:00
Parker Moore 48fe514c54 Updating Configuration page in docs with the defaults 2013-04-30 16:08:21 +02:00
maul.esel 9582a7cc84 note leading slash in the docs 2013-04-20 13:34:54 +02:00
Matt Rogers 47f8fb5091 Don't end an independent thought with a preposition. 2013-04-19 22:56:19 -05:00
Matt Rogers b05afb022f Use 'the' instead of 'a' 2013-04-19 22:51:18 -05:00
Matt Rogers 7d59df92b3 Use 'from' instead of 'at' 2013-04-19 22:50:45 -05:00
Matt Rogers 94449c4088 Tell people to update the site not the wiki.
We want to kill the wiki with fire.
2013-04-18 23:17:09 -05:00
Matt Rogers 7d3dcc0116 Fix the link to the Homebrew wiki 2013-04-18 23:17:09 -05:00
Matt Rogers 898d9d13a8 Remove the word 'also' when describing Typo migrations.
The use of the 'also' is out of place here. We're only talking about one thing.
2013-04-18 23:17:08 -05:00
Matt Rogers 35a59ab766 Use 'newer' instead of 'future'
When talking about versions of Drupal greater than 6.1, use the word newer to
indicate that those versions have already been released. The word future implies
that those versions haven't been released yet.
2013-04-18 23:17:08 -05:00
Matt Rogers 205e65d017 Be explicit about what we require when migrating systems
We require access to the database from the old system and we're generating posts
for Jekyll.
2013-04-18 23:17:08 -05:00
Matt Rogers 96fa05ac3d Make the text clearer for the layout option 2013-04-18 23:17:08 -05:00
Matt Rogers a8361315ed Add a missing 'the'
We're serving the website. There can be only one.
2013-04-18 23:17:08 -05:00
Matt Rogers f5a4d36efc Add a missing comma
We have three or more terms with a single conjunction. According to Strunk and
White, we need a comma.
2013-04-18 23:17:08 -05:00
Matt Rogers c06bb76610 Fix a verb tense mismatch 2013-04-18 23:17:08 -05:00
Matt Rogers ef6ae8c073 Add a word that was missing 2013-04-18 23:17:08 -05:00
Matt Rogers 2e65658920 Fix up some verbiage that didn't jive quite right. 2013-04-18 23:17:08 -05:00
Matt Rogers 8d7be33dfb Wrap at 80 columns 2013-04-18 23:16:53 -05:00
Benjamin J. Balter e1f04968e8 Use pages for documentation, not posts, fixes #980. 2013-04-18 10:10:59 -04:00
Benjamin J. Balter 3bf38ad0d3 significant rewrite of baseurl section for clarity, props mattr- 2013-04-15 16:25:40 -04:00
Benjamin J. Balter db31c1a453 s/mardown/markdown/ part deux 2013-04-15 16:16:27 -04:00
Benjamin J. Balter 4063e47fb9 s/--server/serve/ part deux 2013-04-15 16:15:38 -04:00
Benjamin J. Balter 766ef9e3da s/mardown/markdown, props @mattr 2013-04-15 16:13:46 -04:00
Benjamin J. Balter 7a0b6da5ed s/along side/alongside/ h/t @mattr 2013-04-15 16:13:22 -04:00
Benjamin J. Balter 6b624fb699 upper case P dangit 2013-04-15 16:12:54 -04:00
Benjamin J. Balter 075e14aaad moar hard word wrapping 2013-04-15 16:12:13 -04:00