Joseph Nix
2e2923a7ac
Merge pull request #170 from Jossnaz/image-doc
...
/content/docs/templates/imageops added way to access single images an…
2017-12-21 15:41:47 -06:00
Linus Törngren
b8da574e12
Fixed query in single page example.
2017-12-19 10:03:20 +01:00
lukas
baaa63cafd
/content/docs/templates/imageops added way to access single images and cross content folder image access
2017-12-13 08:59:40 -05:00
Евгений
a434eb5333
Update install.sh
...
Fix to avoid "TypeError: the JSON object must be str, not 'bytes'" error while installing.
Traceback:
curl -sf https://www.getlektor.com/install.sh | sudo sh
Welcome to Lektor
This script will install Lektor on your computer.
Installing at:
bin: /usr/local/bin
app: /usr/local/lib/lektor
Continue? [Yn] y
Traceback (most recent call last):
File "<stdin>", line 142, in <module>
File "<stdin>", line 130, in main
File "/usr/lib/python3.5/json/__init__.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/usr/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
2017-11-19 12:19:49 +03:00
Barnaby Shearer
aee2266687
Add `lektor-make` to the list of plugins
...
On the one hand this is the simplest possible plug-in, a few characters changed form the tutorial; on the other it is actually really useful.
2017-11-04 17:39:24 +00:00
Jacopo Cascioli
f4a3a903e5
Add playwarwick.com to showcase
2017-11-04 18:24:08 +01:00
Rafael Laverde
ad25b34460
Add documentation for themes.
2017-10-26 09:07:39 -05:00
Joseph Nix
7c0cb368fa
Merge pull request #161 from lektor/lektor-website-160
...
[lektor-website-160] Fixing link to homepage source.
2017-08-28 12:34:38 -05:00
Joseph Nix
3663a19ed7
[lektor-website-160] Fixing link to homepage source.
2017-08-28 12:33:04 -05:00
Joseph Nix
239c20dad0
Merge pull request #158 from fschulze/patch-1
...
Add lektor-rst plugin
2017-08-23 09:59:37 -05:00
Florian Schulze
bef05e1538
Update contents.lr
2017-08-23 13:39:42 +02:00
Joseph Nix
beb5c3d0f0
Fixing python 3 import of winreg in installer asset.
2017-08-16 15:36:12 -05:00
Joseph Nix
f84521da7e
Merge pull request #155 from skorokithakis/patch-1
...
Add plugins
2017-08-14 16:02:15 -05:00
Joseph Nix
e336200a85
Merge pull request #121 from eswarm/master
...
@eswarm Sorry this has hung out here forever! Merged.
2017-08-14 15:53:39 -05:00
Joseph Nix
64d27dffa8
Merge pull request #123 from enguerran/patch-1
...
Update documentation to fit to #240
2017-08-14 09:03:31 -05:00
Joseph Nix
3d22c7d9a0
Merge pull request #154 from drewja/patch-1
...
contents.lr double negative
2017-08-14 08:59:32 -05:00
Stavros Korokithakis
1acf3acd0c
Add plugins
2017-07-14 11:55:01 +03:00
Andrew Arendt
5563b92a52
Update contents.lr
...
Easier to understand wording.
2017-07-13 11:50:16 -05:00
Joseph Nix
e0e6b8633b
Added text to encourage others to link their showcase to its source code.
2017-07-11 14:14:15 -05:00
David Baumgold
ca22f06a5b
Fix Python 3 import problems in install scripts
2017-06-16 10:50:54 -04:00
Anonymous Maarten
5f10829b6d
Upgrade webpack example in documentation to webpack v2
...
See:
- https://webpack.js.org/guides/migrating
- http://javascriptplayground.com/blog/2016/10/moving-to-webpack-2/
- https://github.com/webpack/webpack/issues/3043
2017-06-14 19:55:04 +02:00
Joseph Nix
63551fca17
Merge pull request #100 from singingwolfboy/py3
...
Document Python 3 support
2017-06-12 16:58:18 -05:00
Dr. Tarique Sani
0aed16e221
Merge pull request #148 from mkjsix/patch-1
...
A simple Lektor plugin for gulp
2017-04-28 16:03:27 +05:30
Dr. Tarique Sani
f59ec0ea9e
Merge pull request #149 from marksteve/patch-1
...
Fix on_setup_env example
2017-04-28 16:02:11 +05:30
Mark Steve Samson
0b363747da
Fix example
2017-04-25 15:22:00 +08:00
Maurizio Turatti
313653598c
Update contents.lr
...
A simple Lektor plugin for gulp
2017-04-19 04:53:09 +02:00
Dr. Tarique Sani
56c0c566dc
Merge pull request #146 from adamwolf/patch-2
...
s/arguemnts/arguements
2017-04-03 08:37:32 +05:30
Adam Wolf
bac2e9724e
s/arguemnts/arguements
2017-04-01 23:41:06 -07:00
Dr. Tarique Sani
9453177527
Merge pull request #144 from lektor/tariquesani-patch-add-asciidoc
...
Added the asciidoc plugin to the list
2017-03-29 09:42:20 +05:30
Dr. Tarique Sani
7826e3b5ab
Merge pull request #145 from saleone/model-docs-content-error-fixes
...
Fix typos errors in model docs
2017-03-29 08:36:55 +05:30
Saša Savić
28df11ecd5
Fix typos errors in model docs
2017-03-28 19:06:23 +02:00
Dr. Tarique Sani
61b3d39086
Update contents.lr
2017-03-14 15:14:45 +05:30
David Baumgold
13f3ecd667
Merge pull request #143 from pietroalbini/master
...
Add the lektor-minify plugin to the list
2017-02-22 09:03:57 -05:00
David Baumgold
9373fe173f
Merge pull request #132 from hackebrot/update-package-json-in-webpack-guide
...
Add name and version fields to package.json in webpack guide
2017-02-22 08:59:55 -05:00
Raphael Pierzina
edde14ff46
Stress that JSON is only an example
2017-02-21 22:38:43 +00:00
Raphael Pierzina
6fa33d56e4
Merge branch 'master' into update-package-json-in-webpack-guide
2017-02-21 22:15:04 +00:00
Raphael Pierzina
09836f69db
Update webpack guide with npm init
2017-02-21 22:14:31 +00:00
Pietro Albini
fa894c97b8
Add the lektor-minify plugin to the list
2017-02-21 22:30:56 +01:00
David Baumgold
357ade9b6e
Merge pull request #129 from tariquesani/patch-2
...
Added documentname and description to the list
2017-02-20 21:13:16 -05:00
David Baumgold
7bf8b1697c
Merge pull request #124 from kwellman/patch-1
...
Add lektor-nofollow plugin
2017-02-20 21:09:43 -05:00
David Baumgold
076c6e5a91
Merge pull request #130 from gagoman/add-yandex-metrica-plugin
...
Add Yandex Metrica plugin
2017-02-20 21:09:14 -05:00
David Baumgold
ca80b7602b
Merge pull request #140 from lektor/niijv-patch-2
...
Update documentation for "inherits"
2017-02-20 21:01:50 -05:00
David Baumgold
da0af1be03
Merge pull request #141 from lektor/niijv-patch-3
...
Fix typo
2017-02-20 21:01:26 -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
David Baumgold
b75e60e539
Merge pull request #138 from mesbahamin/patch-1
...
Fix typo
2017-01-16 17:35:52 -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
David Baumgold
855827f606
Merge pull request #137 from Dhekke/patch-1
...
Fix wording on docs/api/db/record/children/
2016-12-31 00:17:52 -05:00