Commit Graph

474 Commits

Author SHA1 Message Date
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
David Baumgold 63e553f0f3 Merge pull request #125 from kwellman/yargies
Add yargies.com to showcase
2016-11-20 10:56:13 -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
David Baumgold 1d32e8aba8 Merge pull request #119 from wsvincent/master
Fix grammatical typos and iframe embed not working
2016-09-29 19:58:12 -04: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
Philipp Bosch 64091b5962 Fix on_setup_env example code 2016-08-08 14:34:30 +02:00
David Baumgold c3eeebdb18 Rerun webpack, commit results 2016-08-04 16:05:21 -04:00
David Baumgold 032c5be631 Prevent <code> blocks from wrapping lines 2016-08-04 16:04:13 -04:00
Armin Ronacher 80168c8914 Merge pull request #114 from singingwolfboy/update-npm-deps
Updated NPM dependencies
2016-08-04 12:59:56 -07:00
Armin Ronacher e9e28deb6f Merge pull request #115 from go-bears/master
#105 added rules of engagement
2016-08-04 12:59:43 -07:00
go-bears 70ad6069cb added Rules of Engagment text, adapted from Pallets project 2016-07-24 12:51:29 -07:00
go-bears df3c0fd9f3 Merge pull request #1 from lektor/master
updating fork
2016-07-24 12:22:14 -07:00
Armin Ronacher 0f37f76bbe Mention dropbox 2016-07-23 21:41:25 +02:00
David Baumgold e52d85abaf Updated NPM dependencies
* Updated devDependencies in package.json to their latest versions
  on NPM
* Added "babel-preset-es2015" to compile ES6 to ES5 before passing
  to UglifyJS, since Uglify can't handle ES6 yet
* Suppress warnings from UglifyJS
* Ran Webpack to regenerate assets
2016-07-22 16:41:01 -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 88582f3029 Merge pull request #112 from singingwolfboy/close-li-tags
Close <li> tags
2016-07-22 12:03:10 -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 1120f277c1 Merge pull request #110 from singingwolfboy/favicon
Add favicon
2016-07-22 11:26:21 -04:00
David Baumgold 0ecf8c4575 Add favicon 2016-07-22 11:22:23 -04:00
David Baumgold f8dd2c30f6 Merge pull request #109 from singingwolfboy/fix-quickstart-video-iframe
Add quotations marks around HTML attribute
2016-07-22 11:11:31 -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
Armin Ronacher 905b0fc121 Merge pull request #104 from go-bears/master
updated installation doc
2016-07-07 09:44:12 +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 a3e2125925 Merge pull request #99 from singingwolfboy/doc-travis-deploy
Update docs for Travis CI deploy
2016-06-02 21:36:39 -07:00
David Baumgold 8d8b490c39 Update lektor-atom to 0.2 2016-06-02 21:31:37 -07:00
David Baumgold e0b64fc350 Update Travis deployment docs 2016-06-02 21:31:23 -07:00
David Baumgold 30d2ace8ee Merge pull request #93 from singingwolfboy/showcase-davidbaumgold.com
Showcase davidbaumgold.com
2016-06-02 16:56:44 -07:00
David Baumgold be9d1464ce Python 3 compatibility 2016-06-02 16:49:48 -07:00
David Baumgold 3ce12545ec Add davidbaumgold.com to showcase 2016-06-02 16:49:44 -07:00
Armin Ronacher adcb550c43 Merge pull request #98 from singingwolfboy/no-fail-ci
Don't fail a PR if it isn't deployed
2016-06-03 01:42:34 +02:00
David Baumgold 10010ced77 Use Travis deployment
Docs: https://docs.travis-ci.com/user/deployment/
2016-06-02 16:37:44 -07:00
David Baumgold 4d3482a698 Don't fail a PR if it isn't deployed 2016-06-02 16:23:53 -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
Elias Zeitfogel a799e0d08f Merge pull request #97 from joelgarzatx/fix-download-button
Fix URL for download button
2016-06-02 22:13:50 +02:00