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
Armin Ronacher
357c3bc297
Added pallets project to showcase
2016-04-14 22:42:31 +02: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
2c7f3ae816
Added blogpost for 2.0
2016-04-11 00:35:05 +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
5edfa756ae
Added blogpost for RGSOC
2016-03-17 17:26:18 +01:00
Armin Ronacher
85ea49759c
Fixed date for blog post
2016-03-10 13:14:33 +01:00
Armin Ronacher
7585bd082e
Added road to lektor 2
2016-03-10 13:14:07 +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
Elias Zeitfogel
44fc07e7e7
Merge pull request #79 from marksteve/master
...
Add PyCon PH 2016 to showcase
2016-03-05 03:15:35 +01:00
Mark Steve Samson
5d3fbbbcb6
Add PyCon PH 2016 to showcase
2016-03-05 09:41:40 +08: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
A. Jesse Jiryu Davis
7b4eec600c
typo in "deployment/ftp"
2016-02-01 21:49:41 -05:00
A. Jesse Jiryu Davis
0dc883806e
Fix link from query to expression page.
2016-02-01 06:34:41 -05:00
A. Jesse Jiryu Davis
0dc29c6bae
Document new get_siblings() method.
...
get_prev_sibling and get_next_sibling removed in https://github.com/lektor/lektor/pull/118
2016-01-31 06:35:51 -05:00
Armin Ronacher
d78db16dde
Update contents.lr
2016-01-25 11:51:50 -08:00
Armin Ronacher
60f6f98287
Merge pull request #61 from ajdavis/included-excluded-assets
...
included_assets and excluded_assets
2016-01-25 11:46:25 -08:00
A. Jesse Jiryu Davis
2c8ad13d20
Add Netlify publisher plugin.
2016-01-25 05:01:01 -08:00
A. Jesse Jiryu Davis
e538a8beb2
included_assets and excluded_assets
...
Documents https://github.com/lektor/lektor/pull/129
2016-01-24 08:58:18 -08:00
Armin Ronacher
b081fd1383
Merge pull request #52 from item4/datetime
...
datetime type and datetimeformat filter
2016-01-24 08:54:48 -08:00
A. Jesse Jiryu Davis
c80637d044
Document process_image().
2016-01-21 22:54:28 -08:00
Armin Ronacher
586e9c3154
Merge pull request #57 from adamwolf/patch-1
...
Missing {% block body %} in example blog template?
2016-01-19 15:57:56 -08:00
Armin Ronacher
fa1cb9b207
Merge pull request #58 from lektor/feature/documentation
...
Typo fixes
2016-01-19 15:57:48 -08:00
Elias Zeitfogel
6a447d2240
Typo fixes
2016-01-19 23:44:09 +01:00
Adam Wolf
a94057404f
Missing {% block body %} in example blog template?
2016-01-18 14:01:30 -06:00
Armin Ronacher
f1e9578f6e
Merge pull request #55 from ajdavis/patch-1
...
typo
2016-01-17 01:17:14 +01:00
A. Jesse Jiryu Davis
4cdc6a1b6d
Add Surge publisher plugin.
2016-01-16 17:56:23 -05:00
A. Jesse Jiryu Davis
7e60464d29
typo
2016-01-16 09:45:07 -05:00
Armin Ronacher
2debe1a963
Added IRC logs and stuff.
2016-01-13 18:19:22 +01:00
Armin Ronacher
42651a8555
Fixed link to gitter.
2016-01-13 18:15:33 +01:00
Armin Ronacher
fcb5297994
Added lektor/lektor to make it clear.
2016-01-13 18:07:30 +01:00
Armin Ronacher
c310ecb341
Added IRC
2016-01-13 18:04:31 +01:00
Anthony Plunkett
ec184bf28d
s/more/most/
2016-01-13 11:46:41 -04:00
Kim Jin Su
236dfce427
Add docs for datetimeformat filter
2016-01-13 08:06:47 +09:00
Kim Jin Su
23365af57d
Add docs for datetime type
2016-01-13 08:06:33 +09:00
jwheeler79
4fa93e15f4
minor doc proofing
2016-01-11 08:44:38 -08:00
Armin Ronacher
fbfe6b4809
Merge pull request #49 from ajdavis/query-distinct-documentation
...
Document new Query.distinct method.
2016-01-11 13:49:55 +01:00
Armin Ronacher
678f943c57
Fixed a typo.
2016-01-11 13:49:30 +01:00
A. Jesse Jiryu Davis
a883531bad
Document new Query.distinct method.
2016-01-10 15:35:37 -05:00
A. Jesse Jiryu Davis
9e138068a7
Add lektor-atom to list of plugins.
2016-01-09 18:39:07 -05:00
A. Jesse Jiryu Davis
880ac178e5
Spin off the lektor-atom plugin.
2016-01-09 17:26:59 -05:00
Armin Ronacher
156c73df57
Imported new images
2016-01-09 10:27:02 +01:00
Armin Ronacher
b3ff365a8a
Documented virtual paths
2016-01-09 10:24:39 +01:00
Micah Taylor
64554cc42f
Update contents.lr
2016-01-08 15:38:26 -06:00
Armin Ronacher
328981248a
Merge pull request #43 from ajdavis/jesse-showcase
...
Add my site to showcase
2016-01-08 21:58:36 +01:00
buckket
a5fb11727f
Fixed typo in the example code of the query method.
2016-01-08 14:06:28 +01:00
A. Jesse Jiryu Davis
138f3be961
Add my site to showcase: A. Jesse Jiryu Davis / emptysqua.re
2016-01-07 23:04:11 -05:00
A. Jesse Jiryu Davis
20a79ce1f1
get_prev/next_sibling docs.
2016-01-06 16:53:47 -05:00
Armin Ronacher
50164c18dd
Merge pull request #41 from marksteve/master
...
Add my personal site to showcase
2016-01-06 22:04:27 +01:00
Armin Ronacher
48ef6fc9dc
Merge pull request #38 from ajdavis/custom-type-howto
...
How to add a custom type with a plugin.
2016-01-06 22:02:50 +01:00
Mark Steve Samson
556de4d96e
Add my personal site to showcase
2016-01-05 12:20:54 +08:00
Subhra Sarkar
76d0f1fcf4
Fixes typos and minor grammatical errors
2016-01-03 18:35:50 -05:00
Armin Ronacher
4cf3fd2e5b
Fixed missing import
2016-01-03 10:03:01 +01:00
Armin Ronacher
6fabb41ed1
Added add_type
2016-01-02 22:14:42 +01:00
Armin Ronacher
c18389172f
Updated docs on types
2016-01-02 22:14:42 +01:00
A. Jesse Jiryu Davis
1e6c5d4c57
How to add a custom type with a plugin.
2016-01-02 12:38:47 -05:00
Khaled Monsoor
88998b05c3
Adding listing for `lektor-google-analytics`
2016-01-02 18:34:01 +06:00
Armin Ronacher
2a1cf120c7
Open gitter link on start page in sidecar
2015-12-30 00:25:24 +01:00
Armin Ronacher
9346ba5719
Improved gitter integration
2015-12-30 00:25:24 +01:00
Brian Cappello
419e7fad3d
fix broken link for plugin api property env
2015-12-29 16:28:20 -05:00
Armin Ronacher
98cd036c72
Added community and showcase header
2015-12-29 20:01:17 +01:00
Armin Ronacher
ca1a1a3a4f
Added notes on creating error pages
2015-12-29 12:28:01 +01:00
Armin Ronacher
2469d897b0
Merge pull request #33 from willingc/willingc-patch-1
...
Fix typo in Travis-CI deployment doc
2015-12-29 11:53:19 +01:00
Armin Ronacher
5a39862ec1
Merge pull request #34 from spenczar/patch-1
...
Fix typo in plugins list link
2015-12-29 11:53:11 +01:00
Armin Ronacher
4b44b38d84
Added guide on error pages
2015-12-29 11:52:27 +01:00
Spencer Nelson
c0d58c11b3
Fix typo in plugins list link
2015-12-28 12:12:11 -05:00
Carol Willing
624416c9ae
Fix typo
2015-12-28 08:59:43 -08:00
Armin Ronacher
3d9db1fda1
Added notes on packages. This fixes #31
2015-12-28 11:51:41 +01:00
Mark Steve Samson
1b84cbd4c7
Update contents.lr
2015-12-28 13:07:14 +08:00
Armin Ronacher
d3ee88de25
Merge pull request #30 from adrianholovaty/patch-1
...
Light edits to contents.lr
2015-12-27 22:07:26 +01:00
Elias Zeitfogel
f59c907ce5
Showcase typos
2015-12-27 22:05:45 +01:00
Armin Ronacher
06a3f32639
Added showcase
2015-12-27 21:46:27 +01:00
Adrian Holovaty
35cadc10b2
Light edits to contents.lr
...
Fixed some inconsistent capitalization (ensuring the sentences always start with a capital word) and made light clarifications.
2015-12-27 21:21:03 +01:00
Armin Ronacher
318ccdde55
Added note on htaccess
2015-12-27 15:21:06 +01:00
Armin Ronacher
5e33385e30
Merge pull request #29 from lektor/feature/documentation
...
Webpack doc fixes
2015-12-27 15:10:44 +01:00
Elias Zeitfogel
528795f323
Webpack doc fixes
2015-12-27 15:08:48 +01:00
Armin Ronacher
58be61f2c0
Fixes for mobile
2015-12-27 13:44:15 +01:00
Armin Ronacher
9b7efa9328
Added warning on whitespace
2015-12-27 13:18:54 +01:00
Armin Ronacher
7ff2e371ca
Added a tip to the download page
2015-12-27 00:40:14 +01:00
Armin Ronacher
b69c4bdeba
Added autofocus for search
2015-12-26 23:41:59 +01:00
Armin Ronacher
c97c98935d
Link to plugin events from plugin dev guide
2015-12-26 21:41:30 +01:00
Armin Ronacher
59a4ab50b9
Added more docs on events
2015-12-26 21:00:48 +01:00
Armin Ronacher
bc60df6d26
Added sort key and guide on it
2015-12-26 20:48:05 +01:00
Armin Ronacher
a6b8359f6a
Added docs for build programs.
2015-12-26 20:17:00 +01:00
Armin Ronacher
8baf95aab3
Merge pull request #27 from bancek/patch-2
...
Add markdown-excerpt plugin
2015-12-26 15:21:58 +01:00
Elias Zeitfogel
3a228fb23f
Merge pull request #28 from lektor/feature/documentation
...
Feature/documentation
2015-12-26 15:21:34 +01:00
Elias Zeitfogel
c06679b379
Some typos
2015-12-26 15:11:45 +01:00
Armin Ronacher
249d551b03
More docs for system fields
2015-12-26 14:33:44 +01:00
Armin Ronacher
ecd97de551
Added markdown-admonition plugin
2015-12-26 13:08:50 +01:00
Armin Ronacher
2559b08a55
Some small doc improvements (travis and source info)
2015-12-26 12:35:23 +01:00
Elias Zeitfogel
2bcabe1a4e
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/documentation
2015-12-26 11:01:54 +01:00
Luka Zakrajšek
a819067699
Typo
2015-12-26 11:01:12 +01:00
Armin Ronacher
d9e7456c45
Improved rendering of banners and simplified model
2015-12-26 10:52:00 +01:00
Armin Ronacher
e1fb298946
Added discoverable docs
2015-12-26 00:35:25 +01:00
Armin Ronacher
7610231a97
Added warning on pip install
2015-12-25 22:55:08 +01:00
Armin Ronacher
d3d90fe0d8
Added docs on system fields
2015-12-25 22:53:37 +01:00
Luka Zakrajšek
9b37a070cb
Add markdown-excerpt plugin
2015-12-25 22:10:03 +01:00
Elias Zeitfogel
283fbcd819
Merge pull request #25 from lektor/feature/install-nix
...
Ubuntu requirements and wiping previous installations on confirmation.
2015-12-25 13:34:10 +01:00
Elias Zeitfogel
a45d23ed17
Updated docs for Ubuntu requirements
2015-12-25 13:30:55 +01:00
Armin Ronacher
fefa49683d
Fixed a typo
2015-12-25 13:22:53 +01:00
Armin Ronacher
d1b6c6feec
Added for_page pagination
2015-12-25 13:22:01 +01:00
Armin Ronacher
14d1dc1e94
Linked to two more plugins
2015-12-25 00:19:47 +01:00
Armin Ronacher
b0d0a62c3b
Added markdown filter to docs
2015-12-24 21:54:36 +01:00
Armin Ronacher
7d9627a696
Added another note
2015-12-24 21:12:45 +01:00
Armin Ronacher
82b0d2ac19
Merge pull request #22 from stvnjacobs/patch-1
...
Fix typo in portfolio guide
2015-12-24 21:01:30 +01:00
Armin Ronacher
3d94fe4603
Merge branch 'pr/15'
2015-12-24 20:56:47 +01:00
Armin Ronacher
325eb1fe7e
Added publisher docs
2015-12-24 20:54:55 +01:00
steven jacobs
fdfa3968c5
Fix typo in portfolio guide
2015-12-23 23:37:05 -05:00
Elias Zeitfogel
7ad9333df7
Merge pull request #19 from marksteve/patch-1
...
Fix typo
2015-12-23 23:45:45 +01:00
Ronny De Winter
8c3e5936ad
Install command line tools in lektor.app via the "menu bar"
2015-12-23 23:40:46 +01:00
Armin Ronacher
8b56ab4d7f
Added a blog post about github pages
2015-12-23 22:56:46 +01:00
Armin Ronacher
12faa75697
Added a warning for pip
2015-12-23 20:24:32 +01:00
Elias Zeitfogel
cd0ee86f9e
Fixed link
2015-12-23 18:05:24 +01:00
Mark Steve Samson
2e0a40ce3b
Fix typo
2015-12-23 23:11:23 +08:00
Armin Ronacher
72ba6f7889
Merge pull request #6 from rtorr/rtorr-reduce-image-size
...
reduce image size
2015-12-23 13:12:53 +01:00
Armin Ronacher
5a80fda8f8
Merge pull request #13 from spenczar/copyediting
...
Minor edits to website copy
2015-12-23 13:11:47 +01:00
Armin Ronacher
f34c0c4661
Merge pull request #16 from briancappello/fix_typo
...
fix typo on the content docs page
2015-12-23 13:11:38 +01:00
Armin Ronacher
6633f68052
Merge pull request #17 from kmonsoor/patch-1
...
fixed typo on plugins/list page
2015-12-23 13:11:19 +01:00
Armin Ronacher
768f3f3de0
Merge pull request #18 from jch/patch-1
...
Fix typo in contents doc
2015-12-23 13:11:11 +01:00
Armin Ronacher
be6dcda2fd
Added chat bubble to footer
2015-12-23 10:20:38 +01:00
Jerry Cheung
53073e0ce4
fix typo
2015-12-22 22:30:32 -08:00
Khaled Monsoor
2dd20bf220
fixed typo
2015-12-23 05:46:06 +06:00
Brian Cappello
7229a5863a
fix typo on the content docs page
2015-12-22 18:19:01 -05:00
Spencer Nelson
026613b2d8
Add references to S3 deployment plugin
2015-12-22 17:02:26 -05:00
Spencer Nelson
4f29eaa71c
docs/plugins/dev: fix lektor plugins command usage
2015-12-22 10:25:54 -05:00
Spencer Nelson
a19f646838
docs/plugins/list: inofficial -> unofficial
2015-12-22 10:18:18 -05:00
Spencer Nelson
1121f94522
docs/project: fix typo
2015-12-22 10:12:36 -05:00
Spencer Nelson
65a19975c1
docs/quickstart: minor grammatical and copyediting fixes
2015-12-22 10:01:10 -05:00
Spencer Nelson
510b9ed769
docs/installation: minor grammatical and copyediting fixes
2015-12-22 09:56:22 -05:00
Spencer Nelson
137371aeed
docs/what: minor grammatical and copyediting fixes
2015-12-22 09:53:20 -05:00
Armin Ronacher
0dd220a4db
Renamed blog layout template
2015-12-22 11:50:22 +01:00
Armin Ronacher
b1330e09c6
Documented parameters to url filter.
2015-12-22 11:50:22 +01:00
Elias Zeitfogel
2fbb290695
Merge pull request #9 from jeffwidman/patch-2
...
Fix typo: somethign --> something
2015-12-22 11:48:35 +01:00
Elias Zeitfogel
0979ed3db2
Merge pull request #10 from mandarg/its
...
Correct possessive uses of "it's"
2015-12-22 11:47:14 +01:00
Mandar Gokhale
f7df10051c
Correct possessive uses of "it's"
...
I found a couple of cases where "it's" was being used instead of
the correct "its", and went through and corrected a bunch of other
instances I could find.
2015-12-22 01:58:42 +00:00
Jeff Widman
d263b34ff1
Fix typo: Workdpress --> Wordpress
2015-12-21 15:32:59 -08:00
Jeff Widman
4747a93713
Fix typo: somethign --> something
2015-12-21 15:31:52 -08:00
Jeff Widman
188542ea7a
Fix typo: thigns --> things
2015-12-21 15:28:10 -08:00
Richard Torruellas
f01e0a55e9
reduce image size
2015-12-21 12:11:06 -07:00
Richard Torruellas
0d86c3242d
reduce image size
2015-12-21 12:01:58 -07:00
Armin Ronacher
736f53e4cb
Updated installation docs
2015-12-21 13:22:49 +01:00
Armin Ronacher
cf1e4f5e2e
Merge branch 'pr/2'
2015-12-21 13:16:09 +01:00
Armin Ronacher
e0964fe6b4
Merge branch 'pr/1'
2015-12-21 13:16:02 +01:00
Armin Ronacher
d9b231148d
Longer intro blurb for /cli
2015-12-21 00:29:18 +01:00
Armin Ronacher
f0ecbc7e02
Design and license update
2015-12-20 21:37:07 +01:00
Elias Zeitfogel
5884175993
Fixed external hyperlinks.
2015-12-20 20:39:30 +01:00
Elias Zeitfogel
be4d2e9a22
Some proofreading and fixing from "Welcome" to "Templates"
2015-12-20 20:34:12 +01:00
Elias Zeitfogel
b206af8f50
Updated docu for windows and switched to pypi install.
2015-12-20 17:21:02 +01:00
Armin Ronacher
6830a89209
Added usage info for the search
2015-12-20 13:48:37 +01:00
Armin Ronacher
b440253729
Added search
2015-12-20 13:41:12 +01:00
Armin Ronacher
75b713d758
Mentioned UTF-8 as encoding
2015-12-20 11:06:18 +01:00
Armin Ronacher
96af7af44a
Included new cli docs
2015-12-20 11:06:13 +01:00
Armin Ronacher
a8b48d4f00
Added badges
2015-12-20 00:31:49 +01:00
Armin Ronacher
252675e9c0
Some updates to the blog post
2015-12-19 23:31:23 +01:00
Armin Ronacher
b5dfaf3c2d
Documented URL styles
2015-12-19 21:24:52 +01:00
Armin Ronacher
e9670d254c
Only cache builds in lektor for the docs
2015-12-19 20:12:36 +01:00
Armin Ronacher
c5d828fa00
Added some notes on credentials to the deployment docs
2015-12-19 19:07:03 +01:00
Armin Ronacher
376d9583e2
Added note on SSH keys
2015-12-19 16:43:13 +01:00
Armin Ronacher
b5baa037bf
Initial commit
2015-12-19 14:52:17 +01:00