Leandro Facchinetti
c1152ba0a6
Fix `when/splice' inconsistent return types
...
**CURRENT BEHAVIOR**
The function `when/splice` returns either a list (when the condition is true), or a string (when the condition is false). This makes it unusable in contexts that expect lists—for example, `(... ,@◊when/splice[...]{...} ...)`.
**EXPECTED BEHAVIOR**
The return types of `when/splice` are consistent. When the condition is false, return an empty list.
8 years ago
Matthew Butterick
910f1b6c85
dashboard tweaks ( fixes #109 )
8 years ago
Matthew Butterick
35046c8312
repair a test
8 years ago
Matthew Butterick
186111b5ca
adjust tests so they don't leave detritus
8 years ago
Matthew Butterick
859aa44105
furnish default values for `doc` and `metas` if either is unavailable
8 years ago
Matthew Butterick
79883e6f1d
doc typo
8 years ago
Matthew Butterick
77688688f2
make some html equality tests more lenient
8 years ago
Matthew Butterick
a633eac8df
repair handling of source files without extensions ( fixes #130 )
8 years ago
Matthew Butterick
45300dbef6
add documentation for `pollen/unstable/convert`
8 years ago
Matthew Butterick
792f1438e4
show full path during preheat compile
8 years ago
Matthew Butterick
153ecae8e6
Merge pull request #127 from gmlewis/minor-typos
...
Fix minor typo in Pollen docs
8 years ago
Glenn Lewis
dc935fc6ad
Fix minor typo in Pollen docs
...
Also, clarify one example by showing the resulting output from Pollen.
Change-Id: I4ee1794091ed5f0b7170450554f50e6135d6a56f
8 years ago
Matthew Butterick
6ef123ece7
fix description of `render` command ( fixes #125 )
8 years ago
Matthew Butterick
00aa4cce18
update converter
8 years ago
Matthew Butterick
2740967e53
repair `in` and `out` routes to work in subdirs
8 years ago
Matthew Butterick
9e66e3547f
allow project server to use default index page ( closes #123 )
8 years ago
Matthew Butterick
5ff7f1cb6d
make `->html` cooperate with splicing tag
8 years ago
Matthew Butterick
a909b73637
fix project server route for pagetree to capture full path
8 years ago
Matthew Butterick
c558907af3
get confirmation for overwrite only by request
8 years ago
Matthew Butterick
c9984455ba
get confirmation when `raco pollen publish` wants to overwrite a directory
8 years ago
Matthew Butterick
580868e1f7
fix project server routes to work with files in subdirs
8 years ago
Matthew Butterick
2dd2ab43a6
add note about change in `raco pollen reset`
8 years ago
Matthew Butterick
3cf23f5980
delete "compiled" directories as part of cache reset
8 years ago
Matthew Butterick
1eb5d0fa92
test 6.5 and 6.6
8 years ago
Matthew Butterick
c5f86b872a
add a test for remote meta submodule access
8 years ago
Matthew Butterick
43c986bd9d
repair visibility of `metas` submodule
8 years ago
Matthew Butterick
0d1569b36f
fix overzealous `unescape-ext` behavior
8 years ago
Matthew Butterick
628cb0eaf7
oops, infinite loop
8 years ago
Matthew Butterick
426fdde0c4
update `pagetree->list`
8 years ago
Matthew Butterick
67088229c9
allow `pollen/pagetree` funcs to take pagetree paths as input
8 years ago
Matthew Butterick
f81da2ac6e
improve some error messages with accurate caller names
8 years ago
Matthew Butterick
d6e7e4ff8f
fix `tech` link
9 years ago
Matthew Butterick
e81c9f1925
correction
9 years ago
Matthew Butterick
72f2cbbfcf
clarify allowable meta values
9 years ago
Matthew Butterick
2b7182baba
automatically omit more paths and directories from `raco pollen render` and `raco pollen publish` ( fixes #114 )
9 years ago
Matthew Butterick
eb8d87b847
Merge pull request #120 from leafac/patch-1
...
Fix typo in documentation
9 years ago
Leandro Facchinetti
b1c26a19a2
Fix typo in documentation
9 years ago
Matthew Butterick
24bbf1c3f7
Merge pull request #119 from leafac/patch-1
...
Fix consistency of using `compose1'
9 years ago
Leandro Facchinetti
29ac060b8f
Fix consistency of using `compose1'
9 years ago
Matthew Butterick
1bcdbad9ba
Merge pull request #117 from leafac/patch-1
...
Fix typo in documentation
9 years ago
Leandro Facchinetti
164e1755d4
Fix typo in documentation
...
There was a `}` too many.
9 years ago
Matthew Butterick
58942896d2
Merge pull request #116 from leafac/patch-1
...
Fix typo
9 years ago
Leandro Facchinetti
c607eb3c79
Fix typo
9 years ago
Matthew Butterick
f120c37721
add missing dependency
9 years ago
Matthew Butterick
06128a6a4d
bump version to 1.1; make `history` available
9 years ago
Matthew Butterick
9cfe71b756
add `omitted-path?` and `extra-path?` ( closes #114 )
9 years ago
Matthew Butterick
b75df0fe75
Merge pull request #115 from otherjoel/master
...
Fix broken link for pygments-css in mini tutorial
9 years ago
Joel Dueck
6e9101beb2
Fix broken link for pygments-css in mini tutorial
9 years ago
Matthew Butterick
249c899dd1
add `--recursive` option to `raco pollen render` ( closes #114 )
9 years ago
Matthew Butterick
3bd62c82af
use Scribble-style indentation in DrRacket ( fixes #113 )
9 years ago