481 Commits

Author SHA1 Message Date
David Baumgold
ca80b7602b Merge pull request #140 from lektor/niijv-patch-2
Update documentation for "inherits"
2017-02-20 21:01:50 -05:00
Elias Zeitfogel
e33cd70270 Fix typo 2017-02-20 10:52:10 +01:00
Elias Zeitfogel
791714dd3e Update documentation for "inherits"
Update docs to reflect that option "inherits" also inherits the model option settings from the given model, not just the fields.
2017-02-20 10:21:50 +01:00
David Baumgold
f64d5008f6 Merge pull request #139 from kiddick/master
Fix typo in add command
2017-01-16 17:36:09 -05:00
kiddick
9f466b6122 Fix typo in add command 2017-01-16 18:24:17 +03:00
Amin Mesbah
02cfe61968 Fix typo
'They' ---> 'The'
2017-01-04 12:34:13 -08:00
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
Alex Khomchenko
0603a3de14 add yandex-metrica plugin 2016-12-19 11:53:11 +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
Raphael Pierzina
498569cee4 Add name and version fields to package.json in webpack guide 2016-12-09 15:24:10 +00:00
Ha Junsoo
78073ae5e4 Update contents.lr 2016-11-28 17:19:46 +09:00
Dr. Tarique Sani
67c5dc346e Added documentname and description to the list 2016-11-21 10:43:26 +05:30
Dr. Tarique Sani
6414ed8f2c Added documentation for quality parameter
Added documentation for quality parameter for thumbnail()
2016-11-21 10:36:27 +05:30
David Baumgold
a92cc8caf6 Merge pull request #122 from ajdavis/rm-emptysquare
Remove emptysqua.re from showcase
2016-11-20 17:59:51 -05: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
Kenji Wellman
d04389edfa Add yargies.com to showcase 2016-11-10 15:28:00 -05:00
Kenji Wellman
4e60c6af5a Add lektor-nofollow plugin 2016-11-04 10:39:01 -04:00
Enguerran
1f6b8faa62 Update documentation to fit to #240
In #240 we talk about adding .git at the end of the target

example

    [servers.ghpages]
    target = ghpages+https://enguerran/Agence-Tous-Risques.git

And the documentation seems not to be updated since. Here is the fix.
2016-10-28 14:49:28 +02:00
A. Jesse Jiryu Davis
51c00b93ca Remove emptysqua.re from showcase 2016-10-18 22:26:40 -04:00
Eswar Malla
d11a8bd023 add eswarm.in to showcase 2016-10-17 17:06:30 +05:30
Stuart Laughlin
502f36bcdb Allows Lektor to be installed without prompt by setting env var. 2016-10-11 12:07:16 -05: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
go-bears
70ad6069cb added Rules of Engagment text, adapted from Pallets project 2016-07-24 12:51:29 -07:00
Armin Ronacher
0f37f76bbe Mention dropbox 2016-07-23 21:41:25 +02: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
Armin Ronacher
c8eb4ac2b5 Merge pull request #103 from pjvandehaar/patch-1
Reduce awkwardness
2016-07-08 14:00:23 +05:00
go-bears
35f95d887a updated installation
added code to install python dependencies for Ubuntu
2016-07-01 16:29:23 -07:00
Peter VandeHaar
30e048628e Reduce awkwardness 2016-07-01 16:26:54 -04:00
Eduard Bopp
e3d829d312 Fix typo "net" → "next" 2016-06-28 11:51:19 +02:00
David Baumgold
a98b2fe9f9 Document Python 3 support
Now that Lektor supports Python 3, we need to document this support.
This change is perhaps a bit extreme: it replaces all explicit
references to Python 2.7 with explicit references to Python 3.5.
However, it's a good start, and it can and should be reviewed before
being merged.
2016-06-02 21:55:55 -07:00
David Baumgold
e0b64fc350 Update Travis deployment docs 2016-06-02 21:31:23 -07:00
David Baumgold
3ce12545ec Add davidbaumgold.com to showcase 2016-06-02 16:49:44 -07:00
Elias Zeitfogel
c15c79f9be Merge pull request #96 from Priestch/master
typo fix in pad api documentation
2016-06-02 22:22:19 +02:00
Joel Garza
12db51573a Fix URL for download button
On the website when rate limiting is applied and link for latest version of lektor.app
cannot be retrieved, the fallback URL was Download/ and it should be Downloads/
2016-06-02 12:55:36 -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
Elias Zeitfogel
42c94875ad Merge pull request #91 from bameda/master
Add 'Taiga.io Support' to Showcase
2016-05-08 20:12:41 +02:00
Vyacheslav Matyukhin
cbf33d5a42 typo fix in flow block models documentation 2016-05-03 17:00:36 +03:00
David Barragán Merino
7583e5f073 Add 'Taiga.io Support' to Showcase 2016-04-28 22:39:22 +02:00