c773ed3282
Merge branch 'development'
2019-12-03 16:54:10 +01:00
965ceda614
test now is fine
2019-11-29 16:44:29 +01:00
999b041925
test copy-from-classpath first
2019-11-29 16:29:58 +01:00
843e0eaaec
compile works again
2019-11-29 16:29:35 +01:00
fa3d903c01
update deps
2019-11-29 15:53:06 +01:00
88bd208d37
disable not working test
2019-11-29 15:52:44 +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
c9ea1adc2e
Merge branch 'development'
2017-03-22 08:06:42 +01:00
805e369bb8
fixed not recognized :page-root-uri configuration
2017-03-22 08:05:36 +01:00
9e548cc4f5
Merge branch 'development'
...
Conflicts:
project.clj
2017-03-12 11:40:46 +01:00
feb973f77c
add changelog
2017-03-12 11:38:48 +01:00
e8d7069598
compile hierarchic pages
2017-03-12 10:33:50 +01:00
6cf7b1a72b
renamed config to page-model
2017-03-12 08:59:38 +01:00
593766a603
refactoring: replace navbar-pages & sidebar-pages by pages
2017-03-11 21:32:58 +01:00
30f299c240
Merge branch 'development'
2017-02-17 09:00:52 +01:00
da84c946c9
reflect refactoring page-model -> navbar-mode
2017-02-17 08:59:50 +01:00
82abae1f46
Merge branch 'development'
2017-02-13 21:46:19 +01:00
d772f95990
refactored name of configuration parameter.
2017-02-13 21:18:15 +01:00
a7f5f3a7b1
made sidebar-pages flat again.
...
There is no way to ensure a sidebar-only hierarchy without tree gaps. So
filtering a flat sequence would work much better.
2017-02-12 22:15:31 +01:00
39ca87f777
fixed project name
2017-02-10 14:58:36 +01:00
b781b8b9bb
renamed navpage-model to page-model
2017-02-10 14:55:11 +01:00
f758b5744d
tested in real live -works now
2017-02-10 14:49:21 +01:00
4f9ac917ae
added hierarchic sidbar-pages & refactored namesspace.
2017-02-09 08:52:42 +01:00
d8f86e0414
fixed read-config
2017-02-08 20:27:56 +01:00
439ae6fba8
all things implemented - probably works
2017-02-08 20:09:01 +01:00
e9d1c1e194
refactored navbar-model out of compiler & introduced new :navbar-model
...
parameter to config
2017-02-08 19:22:15 +01:00
28cb312dc2
Merge branch 'master' into development
2017-02-08 18:36:15 +01:00
2e6723d2fa
readded missing debug? configuration
2017-02-08 09:53:15 +01:00
2570dc4997
Merge branch 'master' into development
...
Conflicts:
project.clj
src/cryogen_core/compiler.clj
2017-02-08 09:21:08 +01:00
d36acf2316
Merge branch 'master' into master
2017-02-08 09:13:45 +01:00
67d91b4611
format
2017-02-08 08:37:39 +01:00
Carmen La
d502799a93
Update deps
2017-02-01 23:17:27 -05:00
Carmen La
dea3725759
Merge pull request #87 from madstap/master
...
Add nohighlight to klipsified code blocks.
2017-02-01 23:16:25 -05:00
Aleksander Madland Stapnes
60c4ec0054
Add nohighlight to klipsified code blocks.
2017-02-02 00:49:51 -03:00
Carmen La
296e01abb1
Merge pull request #86 from madstap/master
...
Add Klipse integration
2017-02-01 22:30:58 -05:00
Aleksander Madland Stapnes
70c95b41d8
Look at the content as well as the config to infer clojure eval
...
Before only the config was looked at to determine whether to include
the js minified of not, now look at the html as well. This makes it
more convenient to set up all klipse stuff once in config.edn without
having to manually specify which js to include.
2017-01-27 02:57:33 -03:00
Aleksander Madland Stapnes
f7f02f7433
Change confusing local names. cfg -> settings
2017-01-20 16:16:01 -03:00
Aleksander Madland Stapnes
c5d995b262
Add some docstrings
2017-01-20 02:57:47 -03: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
Carmen La
9cd5016537
Don't create prev/next links pointing to :home? pages
...
- Also include more metadata in page.prev and page.next params
- And some general code cleanup
2017-01-16 23:25:05 -05:00
Carmen La
e1cb70dc1d
Merge pull request #83 from madstap/master
...
Remove crouton dep because enlive does the same thing
2017-01-16 17:55:12 -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