c7006a8477
wip
2019-12-13 15:01:07 +01:00
965ceda614
test now is fine
2019-11-29 16:44:29 +01:00
fa3d903c01
update deps
2019-11-29 15:53:06 +01:00
fbbb5203c3
Version 0.1.54-SNAPSHOT
2019-04-24 18:26:06 +02:00
d9946f7348
Version 0.1.53
2019-04-24 18:25:49 +02:00
6e0fbe8529
updated deps
2019-04-24 18:23:35 +02:00
1fe44ab2c9
updated deps
2019-04-24 17:10:38 +02:00
feb973f77c
add changelog
2017-03-12 11:38:48 +01:00
593766a603
refactoring: replace navbar-pages & sidebar-pages by pages
2017-03-11 21:32:58 +01:00
2570dc4997
Merge branch 'master' into development
...
Conflicts:
project.clj
src/cryogen_core/compiler.clj
2017-02-08 09:21:08 +01:00
Carmen La
d502799a93
Update deps
2017-02-01 23:17:27 -05:00
Aleksander Madland Stapnes
ac52785b19
Automatic klipse integration
2017-01-20 02:57:38 -03:00
Carmen La
84a933bdcf
Fix dest-sass/sass-dest key
...
Issue #85
2017-01-17 23:46:23 -05:00
Carmen La
f0cc7353c1
Pass both page/post params to the index template
2017-01-17 01:57:19 -05:00
Carmen La
6ba76bc7f5
Fix a regression
2017-01-17 01:41:04 -05:00
Carmen La
1b7f0fb367
update deps and version number
2017-01-16 23:29:48 -05:00
Aleksander Madland Stapnes
1cfb2b17df
Remove crouton dep because enlive does the same thing
...
Almost the same thing; it doesn't insert missing html, head and body
tags, but in this case we only care about the stuff in the body.
2017-01-16 18:16:11 -03:00
Carmen La
dec80185e5
A big ol' cleanup
2017-01-16 02:37:19 -05:00
Aleksander Madland Stapnes
dbd5caaf1f
Replace tagsoup dependency with enlive
...
Tagsoup depends on an old version of clojure.data.xml, which doesn't
compile with clojure 1.9.0-alpha12. Enlive seems more actively
maintained and used.
2017-01-15 05:30:25 -03:00
65cd1f5997
adjust project name
2017-01-05 17:35:34 +01:00
Carmen La
e7a4172237
promote from snapshot to release
2017-01-04 00:25:13 -05:00
173472e9df
prepare pull request
2016-12-31 11:26:37 +01:00
60b395e047
added ability to select one page as home-page (add :home? true as meta)
...
instead of newest post.
2016-12-30 23:43:13 +01:00
Carmen La
e3d2d3f433
Fix npe
2016-12-18 19:22:29 -05:00
Carmen La
551a8e5c21
Bump version
2016-12-18 14:28:55 -05:00
Carmen La
cfb8e4cc0d
Bump selmer version
2016-12-18 14:28:47 -05:00
Torsten Uhlmann
998fc077e8
Provided fixes make cryogen work on Windows.
...
The path is converted to forward slash before further processed
The executables for sass and compass are configurable, that's because
on a Windows installation they are named sass.bat and compass.bat
The default is still the Unix version.
2016-12-17 11:29:16 +01:00
Carmen La
bb4d772611
Bump version, update deps
2016-12-04 01:21:22 -05:00
Carmen La
98992b70de
bump up deps and version number
2016-09-03 15:34:43 -04:00
Arsene Rei
f383661e5e
Fallback to resources/templates/{pages,posts}
...
By default, when using markdown files, Cryogen will look for
`resources/templates/md/pages/*.md`. This commits allows Cryogen to fall back to
`resources/templates/pages/*.md` in the case that it can't find any files in the
former directory. It works similarly for posts and Asciidoc files.
Since we're looking specifically for `*.md` for Markdown files and `*.asc` for
Ascii files, this is an opportunity to eliminate redundancy.
2016-05-27 11:52:41 -04:00
Carmen La
3e7d43b212
update dependencies/version
2016-04-18 22:44:09 -04:00
Carmen La
ca8d5fe872
Bump version and dependencies
2016-03-14 13:31:35 -04:00
Jan Stępień
0d1149a9c2
Use Hawk in cryogen-core.watcher
...
This is a follow-up to PR #46 . It replaces the 300ms loop with a file
watcher. Hawk is a wrapper around java.nio.file.WatchService coming with
proper OS X support.
Now rebuilds should be instantaneous.
2016-03-13 16:43:14 +01:00
Carmen La
ef1422c42c
Bump up version
2016-03-09 14:51:01 -05:00
Carmen La
36656de029
Update dependencies
2016-03-08 15:39:24 -05:00
Carmen La
b3bdba2804
Bump up version
2016-02-09 22:34:50 -05:00
Carmen La
394ff37643
Bump up version
2016-02-09 15:01:18 -05:00
Yogthos
e1a03943c4
bumped up dependency
2016-02-05 19:07:20 -05:00
Dmitri Sotnikov
c0a3084d39
bumped up dependencies and version
2016-02-04 15:40:48 -05:00
Carmen La
a0cf654453
Bump up version
2016-02-04 11:31:48 -05:00
Dmitri Sotnikov
1fb621e6ed
Update project.clj
2016-01-11 10:09:44 -05:00
Yogthos
13c445ff17
bumped up dependencies, version
2016-01-10 10:23:27 -05:00
Carmen La
839ed5c469
Remove unnecesasry tag-root key
2016-01-08 20:44:07 -05:00
Carmen La
bcd841d3df
bump up version and dependencies
2016-01-08 17:53:37 -05:00
Yogthos
5b13b3b761
added :draft? key to allow creation of draft posts that won't be published
2015-12-17 14:36:09 -05:00
Carmen La
da1fa73f8c
bump up dependencies and version number
2015-10-31 14:51:19 -04:00
Dmitri Sotnikov
2df8fdec31
Update project.clj
2015-09-23 08:13:37 -04:00
lacarmen
42faca4b82
Bump up clojars version
2015-08-06 21:01:59 -04:00
Dmitri Sotnikov
1e354379e1
bumped up clj-rss
2015-08-06 16:15:44 -04:00
Carmen La
1afc36ecbc
Update selmer dependency
2015-08-06 13:39:13 -04:00