Commit Graph

166 Commits

Author SHA1 Message Date
Gabe Koscky
656b32fe68 Fix wording 2016-12-31 00:10:35 -05:00
David Baumgold
1d9e5b1b66 Merge pull request #127 from kuc2477/patch-1
Add an warning for using the CNAME parameter
2016-12-21 12:12:24 -05:00
Elias Zeitfogel
a9e58e4022 Update contents.lr 2016-12-19 16:10:15 +01:00
David Baumgold
f5dd02511c Merge pull request #135 from elJorno/patch-2
Fixed a mistake in code snippet
2016-12-17 08:41:59 -05:00
elJorno
a6ec88851d Fixed a small typo 2016-12-16 19:44:55 +01:00
elJorno
9abc4475d5 Fixed a mistake in code snippet
Fixed a mistake in the Fully Automatic Navigation example
2016-12-16 19:29:13 +01:00
elJorno
5827521025 Update contents.lr
Fixed a small typo
2016-12-15 15:53:33 +01:00
Ha Junsoo
78073ae5e4 Update contents.lr 2016-11-28 17:19:46 +09:00
Ha Junsoo
fb9964a182 Add an warning for using the CNAME parameter
See https://github.com/lektor/lektor/issues/322#issuecomment-260652270
2016-11-16 16:22:13 +09:00
William Vincent
3093309f7a iFrame embed not work, switch to link
Difficult to embed an iFrame in Markdown without various hacks. Propose
to just change to link for now.
2016-09-20 10:27:23 -04:00
William Vincent
ae9025399d Fix grammatical typos
A few small things...
2016-09-17 15:55:35 -04:00
David Baumgold
e9b6210dd6 Merge pull request #107 from anrie/master
Clarify docs on flowblocks templates
2016-07-22 15:47:30 -04:00
andreas
688a1e3830 Clarify docs on flow blocks templates 2016-07-22 21:38:33 +02:00
David Baumgold
c9419a2d0f Merge pull request #102 from aepsil0n/typo
Fix typo "net" → "next"
2016-07-22 12:04:03 -04:00
David Baumgold
10296444df Close <li> tags
Because valid HTML is better than invalid HTML
2016-07-22 11:47:12 -04:00
David Baumgold
39a2d9029b Add quotations marks around HTML attribute
So that mistune can parse it correctly. Fixes #106
2016-07-22 11:06:50 -04:00
Armin Ronacher
b6bb8ca700 Merge pull request #95 from humrochagf/patch-1
Add lektor-creative-commons plugin to plugin list
2016-07-08 14:01:02 +05:00
go-bears
35f95d887a updated installation
added code to install python dependencies for Ubuntu
2016-07-01 16:29:23 -07:00
Eduard Bopp
e3d829d312 Fix typo "net" → "next" 2016-06-28 11:51:19 +02:00
David Baumgold
e0b64fc350 Update Travis deployment docs 2016-06-02 21:31:23 -07:00
priestch
390c83b79c typo fix in pad api documentation 2016-05-31 21:12:37 +08:00
Humberto Rocha
0d3bb25617 Add lektor-creative-commons plugin to plugin list 2016-05-29 18:19:22 -03:00
Vyacheslav Matyukhin
cbf33d5a42 typo fix in flow block models documentation 2016-05-03 17:00:36 +03:00
Armin Ronacher
faa21f8ac0 Merge pull request #88 from Vesuvium/patch-1
Added link to lektor-htmlmin
2016-04-11 15:08:10 +02:00
Armin Ronacher
39a4baa6a8 Merge pull request #89 from bameda/patch-1
Fix a typo
2016-04-11 15:07:55 +02:00
Armin Ronacher
8bb2606192 Added documentation for hidden/pagination.items 2016-04-10 22:13:43 +02:00
Armin Ronacher
d1ed5b1973 Added link to demo project 2016-04-05 22:04:11 +02:00
Armin Ronacher
a91f11c6d6 Added GitLab pages 2016-04-05 22:03:40 +02:00
David Barragán Merino
99c777e7bc Fix a typo 2016-04-03 20:24:31 +02:00
Jacopo
e9ef4bdea6 Added link to lektor-htmlmin 2016-04-02 19:14:21 +02:00
odeckmyn
fa348506e4 Added lektor-i18n plugin 2016-03-30 15:38:14 +02:00
Armin Ronacher
6190bb6061 Merge pull request #85 from a2csuga/master
Fix manual deployment command for S3
2016-03-28 10:48:15 +02:00
Atsushi Suga
f04d14dee2 Fix manual deployment command for S3
Slash and asterisk (/*) must be required to specify source path
otherwise uploading cache directory itself.
2016-03-25 00:50:41 +09:00
Anand Pandikunta
a68fe53c73 Add lektor-tags plugin to list. 2016-03-23 08:19:47 +05:30
Armin Ronacher
78784cd34f Added missing version info for datetime. This fixes #82 2016-03-17 17:29:26 +01:00
Armin Ronacher
4ed3604b21 Merge pull request #81 from jacobpewitt/patch-1
Fixed a typo in the example
2016-03-17 17:26:45 +01:00
Armin Ronacher
c2850b17ba Added documentation for cropping 2016-03-10 12:27:44 +01:00
Armin Ronacher
46194503c6 Added get-alts 2016-03-10 12:23:37 +01:00
Jacob Pewitt
dc43b9a912 Fixed a typo in the example
It said type = text instead of type = html
2016-03-04 16:45:38 -05:00
Vas Sudanagunta
252fb8ba9d fix typos 2016-03-04 00:20:43 -05:00
Elias Zeitfogel
d5ccf07318 Merge pull request #75 from vassudanagunta/master
Clearer and more succinct explanation of slugs.
2016-03-03 21:05:41 +01:00
Matt Maybeno
f5aa2b69ea Change sftp example to ftps example
Changing the example to use ftps reflects the explanation in the
documentation as well as what is actually used in publisher.py.

Related to https://github.com/lektor/lektor/issues/50
2016-02-24 08:40:55 -08:00
Vas Sudanagunta
3b301f8fcb Clearer and more succinct explanation of slugs. 2016-02-17 00:07:17 -08:00
Gunbei
a28217c251 Fix typos, misspellings, duplicate words 2016-02-12 00:08:53 +01:00
Jesús Gómez
5d5238ed54 Minor typo fixed 2016-02-07 22:54:39 -04:30
A. Jesse Jiryu Davis
00b85759d9 Update the "Adding Field Type" howto.
Closes #48.
2016-02-07 07:00:14 -05:00
Elias Zeitfogel
4f08dc14d2 Merge pull request #67 from ajdavis/patch-7
typo in "filter"
2016-02-03 22:51:38 +01:00
A. Jesse Jiryu Davis
0a3ea7e567 typo in "filter" 2016-02-03 16:07:50 -05:00
A. Jesse Jiryu Davis
08a3b46ac3 Typo in "plugins/howto" 2016-02-03 15:58:33 -05:00
Elias Zeitfogel
428b27c957 Merge pull request #64 from ajdavis/patch-4
Fix link from query to expression page.
2016-02-02 09:28:23 +01:00