Commit graph

135 commits

Author SHA1 Message Date
Masataro Asai
774a29a372 Removed the default deploy method and added RSYNC plugin 2019-10-27 14:54:54 -04:00
Shinmera
bcc2a5ecec Fix markless plugin problems 2019-09-29 07:53:20 -05:00
Shinmera
95e24bbc2d
Markless plugin through cl-markless-plump 2019-08-30 13:09:01 +02:00
Muhammad Attiyah
1aefd3e520 Remove call to truename to fix CNAME generation. 2018-05-30 22:23:07 -05:00
Cthulhux
ca65274456 Not fscking up is sooo 90s 2017-08-03 21:44:39 +02:00
Cthulhux
f9c62cfc53 Added Piwik analytics 2017-07-31 16:54:54 +02:00
Johan Sjolen
d397b32328 Report when a required field is missing in the static-pages plugin
Add ASSERT-FIELD to the API as the entry point for plugins to report to the
user when a content field is missing.
2017-07-16 13:34:16 -05:00
Alfredo Beaumont
3695fd875b Update MathJax's CDN 2017-04-10 16:56:45 +02:00
Javier Olaechea
9ff2aa0944 Merge pull request #132 from abeaumont/pygments-plugin
Add a plugin to enable pygments in 3bmd
2017-03-30 07:59:53 -05:00
Alfredo Beaumont
9a87ae81f3 Add a plugin to enable pygments in 3bmd 2017-03-29 21:50:19 +02:00
Alfredo Beaumont
67ef0dc71e Use separator defined by config instead of hardcoding the default. 2017-03-29 21:39:27 +02:00
Javier Olaechea
7b84f5b670 Add 3bmd youtube plugin
This plugin allows users to use a shorthand syntax to embed youtube
videos in markdown

Closes #124
2016-10-27 16:55:46 -05:00
Cthulhux
08a66b2f8b Fixed and finally documented the isso plug-in 2016-10-27 12:37:51 +02:00
Alexander Artemenko
a856f0284d rst.lisp: Generate the BODY of the HTML document 2016-10-16 17:02:57 -05:00
Alexander Artemenko
678ea7fe4a RST.lisp: Remove call to VISIT-NODE
WRITE-DOCUMENT method for all writers already calls VISIT-NODE.
2016-10-16 12:28:00 -05:00
Alexander Artemenko
9e8bf5e4c9 rst.lisp: Fix conflicting symbol imports
WRITE-PART should be imported from docutils where it is defined.
2016-10-16 12:20:01 -05:00
Bruno Cichon
a5c6e365d9 Add CL-WHO plugin 2016-09-23 14:22:06 -05:00
Daniel Kochmański
843bbb652c plugins: static-pages: use keyword instead of string
As suggested by a project maintainer.
2016-04-21 20:10:21 +02:00
Daniel Kochmański
1c585326ab plugin: static-pages: allow specifying format
`format' in class `page' defaults to markdown to ensure backward
compatibility.
2016-03-20 23:21:29 +01:00
Cthulhux
b94267a6f6 added support for isso: http://posativ.org/isso/ 2015-09-09 16:15:31 -04:00
digiorgi
c625aa1de6 coleslaw-s3::*credentials* was useless and not setting the important variable zs3:*credentials*. Now seting correctly in the correct package zs3. 2015-06-07 18:12:04 -04:00
Brit Butler
3490af0287 Add gfycat plugin. 2014-11-22 23:06:53 -05:00
Brit Butler
8273efe00e Fix symbols in static pages plugin some more. 2014-11-09 20:30:52 -05:00
Brit Butler
558e2d1e0d Fix a symbol-scoping bug in the static pages plugin. 2014-11-09 20:16:16 -05:00
Brit Butler
762ad5e44d Handle trailing slashes more gracefully. Kick off 0.9.7-dev. 2014-11-02 23:04:45 -05:00
Colin M. Strickland
3a37b8339b utf-8 output when writing wordpress imported files
the file writer in wordpress import did not set external-format
2014-11-01 11:20:14 +00:00
Brit Butler
81fcf3a47a Cleanup wordpress since handling a little more. 2014-10-26 19:23:31 -04:00
Colin M. Strickland
054621ab13 fix import-posts pass through 'since' as nil
adds a conditional to the invocation of import-post in import-posts loop

there needs to be a guard around 'since' in the loop:
if import posts tries to pass it's optional 'since' parameter through to
import-post it will prevent any posts from being output , because every
post will be compared against a timestamp of nil
2014-10-26 21:52:44 +00:00
Javier Olaechea
a9d73e3b26 Bind content-text & add quotes to HTML attributes 2014-09-23 11:52:33 -04:00
Javier Olaechea
47a17508e8 Add twitter meta-data to posts
This depends on a pending change to add-injection
2014-09-23 11:52:33 -04:00
Brit Butler
e44d0bde9e Make add-injection support more complex injections. Thanks @PuercoPop.
In short, an injection is now a FUNCTION that takes a
document and returns either a STRING to insert in the
page (possibly with data from the document) or NIL.
2014-09-22 14:31:08 -04:00
Brit Butler
b2082175e3 Little more doc work, fix versioned plugin thinko. 2014-09-12 16:21:50 -04:00
Brit Butler
2bd647207a Some 0.9.6 preparations. 2014-09-05 17:07:22 -04:00
Brit Butler
78f1fc9fa0 Fix sitemap plugin breaking in INDEX :after method. It's a one off. 2014-09-05 17:07:22 -04:00
Brit Butler
ab34400307 Use with-slots for initializers, readers only please! 2014-09-05 17:07:22 -04:00
Brit Butler
567c4473bb Tentatively factor deploy method into git-hook plugin. TODO follows...
* Deploy :after plugins probably need revision now, and coleslaw-heroku.
* README, HACKING need updates. Plugin-api.md too.
* NEWS needs a carefully worded entry.

Is that what we want?
2014-09-05 17:06:41 -04:00
Brit Butler
4630a7a224 Remove scaffolded parallel plugin. 2014-09-05 17:06:41 -04:00
Brit Butler
37a1d7ad6a Comment tweaks. 2014-06-03 18:13:12 -04:00
Brit Butler
6daa930366 Fix some bugs in the incremental plugin. 2014-06-03 17:18:24 -04:00
Brit Butler
3109a988c4 Tiny tweak to incremental plugin. 2014-06-03 16:41:12 -04:00
Brit Butler
bed63d2156 New pass at "incremental" compilation. See now, isn't that better? 2014-06-03 16:37:56 -04:00
Brit Butler
62c940bde9 Finish addition, push modification uphill a bit. 2014-06-03 14:51:24 -04:00
Brit Butler
8e8e3231ec Finish deletion, push addition uphill a bit. 2014-06-03 11:15:13 -04:00
Brit Butler
7d9b0aa011 Flesh out the sketch a bit more and add some constraints. 2014-05-26 16:27:02 -04:00
Brit Butler
75c30c5844 Push sketch slightly further up hill. 2014-05-26 16:27:02 -04:00
Brit Butler
7c12a9670b Sketch out incremental plugin. 2014-05-26 16:27:02 -04:00
Brit Butler
70427b81d0 Ensure that sitemap includes all content.
I had introduced a bug by depending on sitemap being the last subclass
in the ALL-SUBCLASSES list. Since there's only one instance of sitemap,
it's not *too* hackish to do everything in the publish step.
2014-05-26 16:19:42 -04:00
Brit Butler
f58c265fb7 Bugfixes to sitemaps, mathjax, and posts. 2014-05-16 10:42:08 -04:00
Brit Butler
947ad9023b Cleanup Twitter plugin and update docs a bit. 2014-05-09 11:54:22 -04:00
Brit Butler
7326e31479 Export title-of, author-of, and find-content-by-path. Cleanup twitter plugin. 2014-05-08 11:47:59 -04:00