Cthulhux
73d7c6b753
Update plugin-use.md
2024-05-12 22:16:42 +02:00
Brit Butler
7ba1e0d16a
Support extensionless sites via nil page-ext rather than index-ext.
...
Index-ext was a bit of a kludge used to support symlinking the index.html rather
than due to any real need for indexes to have different extensions than other
documents. Instead of an empty string to indicate no extension, we will use nil.
We hardcode "index.html" and use the first numeric-index's page-url to not make
assumptions about the user's routing scheme.
2023-06-30 16:28:24 -04:00
Cthulhux
e7e68ce602
Merge pull request #187 from equwal/url-gen-control
...
Control of URL generation -- extensions and name-fn
2022-08-08 16:51:12 +02:00
Cthulhux
105d3a5df0
Merge pull request #196 from shukryzablah/patch-1
...
Update pygments instructions with setup
2021-05-26 16:05:49 +02:00
Cthulhux
891bfd52de
Merge pull request #197 from shukryzablah/update-analytics-plugin
...
Update google analytics integration: create gtag plugin
2021-05-26 16:05:23 +02:00
Shukry Zablah
b4ed7bdb49
Update plugin-use docs with gtag plugin usage
2021-03-02 20:40:36 -05:00
shukryzablah
647bb1ddf1
Update pygments instructions with setup
...
Setup now indicates that the program has to be installed to work.
2021-02-25 23:34:32 -05:00
Spenser Truex
49288bc135
Add git-versioned plugin alternative versioning
...
More powerful and modern than using symlink versioning. Automatically stages,
commits, and/or uploads the source dir.
2020-03-25 18:02:29 -07:00
Spenser Truex
9a3cd70d4c
Document URL generator config keywords
...
:index-ext
:page-ext
:name-fn
Change how URLs are generated by coleslaw.
2020-03-25 16:10:41 -07:00
Masataro Asai
4978458966
documentation
2019-10-27 19:10:18 -04:00
Masataro Asai
774a29a372
Removed the default deploy method and added RSYNC plugin
2019-10-27 14:54:54 -04:00
Masataro Asai
6902af29ef
[ci skip] [README] simplified / remove absolute url
2019-10-27 13:53:07 -04:00
Shinmera
bcc2a5ecec
Fix markless plugin problems
2019-09-29 07:53:20 -05:00
Shinmera
3e803e7f03
Add a short plugin use description for Markless.
2019-08-31 11:13:05 +02:00
Masataro Asai
7b8c5bb2ae
Update plugin-api.md
2017-11-12 20:47:40 -05:00
Alfredo Beaumont
d0178a7b0b
Update documentation and config example for excerpt support
2017-10-29 01:12:42 -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
Alfredo Beaumont
ee74b1a323
Update default value in MathJax plugin's documentation
2017-04-10 17:26:10 +02:00
Alfredo Beaumont
5681f5724c
Update documentation with info about Pygments plugin
2017-03-30 14:48:20 +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
Bruno Cichon
a5c6e365d9
Add CL-WHO plugin
2016-09-23 14:22:06 -05:00
Javier Olaechea
71b535648f
(hacking.md): Add a contributing section
2015-06-12 21:53:21 -05:00
Brit Butler
deb2e556a4
Formatting tweaks.
2014-12-08 15:23:09 -05:00
lukasepple
86133fef8f
simplified and clarified the cli
2014-12-08 20:04:45 +01:00
lukasepple
e52a9765a5
added some more commands
2014-12-08 16:18:46 +01:00
lukasepple
78ec9c37eb
add first idea for the cli command set
...
Please help with commands for git-deployment I haven't used that feature
yet
2014-12-07 21:34:10 +01:00
Brit Butler
45523dcc35
Release: 0.9.7!
2014-11-25 22:39:54 -05:00
Brit Butler
3490af0287
Add gfycat plugin.
2014-11-22 23:06:53 -05:00
Brit Butler
c7fc38b73c
Some last tweaks for Summary Cards before 0.9.6.
2014-09-23 11:52:52 -04:00
Brit Butler
8bea5f1927
TODO tweaks for 0.9.7.
2014-09-22 14:32:27 -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
41186fb41c
Fixes to theming docs.
2014-09-05 17:08:13 -04:00
Brit Butler
439f3f35f7
Push closer to 0.9.6. Just tests and a merge left now...
2014-09-05 17:08:13 -04:00
Brit Butler
46e6915ba2
Make parse-metadata suck a little less. Many docs updates.
2014-09-05 17:08:12 -04:00
Brit Butler
78e0f9ecea
Split out some 0.9.7 items.
2014-09-05 17:07:22 -04:00
Brit Butler
2ed12c5bce
Factor out parse-metadata in preparation for real error-handling.
2014-09-05 17:07:22 -04:00
Brit Butler
2bd647207a
Some 0.9.6 preparations.
2014-09-05 17:07:22 -04:00
Brit Butler
7b516ccc9c
A few notes tweaks.
2014-09-05 17:07:22 -04:00
Brit Butler
148c1a0c52
Switch back to using rsync --delete -avz in deploy.
2014-09-05 17:07:22 -04:00
Brit Butler
b3acf878e1
Update TODO notes in Hacking.
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
f512ab7a48
More TODO notes.
2014-09-05 17:07:22 -04:00
Brit Butler
ae96c069c4
Half-way commit to getting hardcoded paths out of templates.
2014-09-05 17:07:21 -04:00
Brit Butler
ab12f8ed6d
Some TODO notes.
2014-09-05 17:06:41 -04:00
Brit Butler
c2920901fa
More notes.
2014-09-05 17:06:41 -04:00
Brit Butler
99e87c061f
Add some error-handling notes.
2014-09-05 17:06:41 -04:00
Brit Butler
c82fe20382
Incremental compilation is done, note some new goals.
2014-09-05 17:06:41 -04:00