Commit graph

63 commits

Author SHA1 Message Date
Mikko Ahlroth
ee2fe56229 Update to the latest MBU version
* Also changed for loop to for-of for maximum ES greatness
2017-08-28 20:53:41 +03:00
Mikko Ahlroth
719f6b525e Update to new version of MBU (replaces FBU) 2017-04-04 07:29:47 +03:00
Mikko Ahlroth
c947970d52 Bump version to 1.3.0 2017-03-24 18:33:52 +02:00
Mikko Ahlroth
3e9178e69c Add Prism.js syntax highlighting for Elixir 2017-03-24 18:33:19 +02:00
Mikko Ahlroth
eff03e4093 Add note about current status and how to minify build artifacts to readme 2017-03-24 17:53:10 +02:00
Mikko Ahlroth
60d6e9b70e Fix the things that I forgot 2017-03-24 00:55:56 +02:00
Mikko Ahlroth
1badd8110f Bump version to 1.2.0
Also set fbu to be used in prod mode so we can run the build tasks in
prod mode.
2017-03-24 00:40:34 +02:00
Mikko Ahlroth
7e41cb9bd7 Create new white layout with PureCSS 2017-03-24 00:32:08 +02:00
Mikko Ahlroth
35f4e507e9 Bump some Hex deps 2017-03-24 00:30:05 +02:00
Mikko Ahlroth
1c15eda4fa Rewrite tasks to use new macro style, rip library to separate repository 2017-03-21 07:50:09 +02:00
Mikko Ahlroth
5af3350fc0 Implement watch support for build system 2017-03-19 16:42:57 +02:00
Mikko Ahlroth
6e589dd5a9 Add forgotten tz setting 2017-01-22 21:21:37 +02:00
Mikko Ahlroth
c228614862 Fix crash when printable file size is an integer 2017-01-22 21:09:29 +02:00
Mikko Ahlroth
0d4b50c1e6 Update refresh.exp 2017-01-22 20:59:49 +02:00
Mikko Ahlroth
afeee5e0e0 Pipeify 2017-01-21 23:08:28 +02:00
Mikko Ahlroth
0fade837ac Simplify 2017-01-21 23:04:28 +02:00
Mikko Ahlroth
c733b37389 Use totally new build system written in Elixir
This allows for fewer npm dependencies and fewer packages to handle (some
of the currently installed babel packages are for possible future use).
Hopefully the new build style is more explicit even though it is more
verbose. Both building in dev and prod mode and watching is supported.
2017-01-21 23:01:39 +02:00
Mikko Ahlroth
b80cb5433f Add datetime support and update to Elixir 1.4, bump all deps, fix warns 2017-01-21 14:05:45 +02:00
Mikko Ahlroth
b33c48c8db Implement extra header support and multi author support
Also add a lot of parenthesis
2016-02-18 23:12:39 +02:00
Mikko Ahlroth
7e6b490465 Bump deps and require Elixir 1.2 for future development 2016-02-03 21:32:25 +02:00
Mikko Ahlroth
fb62c4e24e Fix wrong configuration keys regarding RSS feeds 2016-01-31 22:45:50 +02:00
Mikko Ahlroth
2fb48f50f2 Update for Elixir 1.2 and latest Phoenix, bump deps 2016-01-22 10:08:32 +02:00
Mikko Ahlroth
7ece75677a Move setting in feed controller to runtime in preparation for releases 2015-12-29 21:42:30 +02:00
Mikko Ahlroth
90459b2588 Add feature to use custom CSS if set in settings 2015-12-29 21:41:59 +02:00
Mikko Ahlroth
ff9fb796ff Tweak the default Flatly style a bit for readability by narrowing container 2015-12-29 21:24:50 +02:00
Mikko Ahlroth
b8888dcf12 Add feature to customize menu links via a menu file 2015-12-10 22:55:36 +02:00
Mikko Ahlroth
9f17f21d6d Add capability to use custom footer HTML 2015-11-30 22:57:49 +02:00
Mikko Ahlroth
6f9915d34f Prepare app for releases by moving configuration to runtime 2015-11-30 22:37:23 +02:00
Mikko Ahlroth
50d8088e7b Got rid of bower as useless, added fonts to digest and updated README 2015-11-18 23:37:36 +02:00
Mikko Ahlroth
e1dd322112 Fix erroneous paths in mix.exs and bump deps 2015-11-18 17:40:53 +02:00
Mikko Ahlroth
a931915961 Merged in mikko_ahlroth/fix-typo-1447838150826 (pull request #1)
Fix typo
2015-11-18 11:16:01 +02:00
Mikko Ahlroth
94419e03bf Fix typo 2015-11-18 09:15:52 +00:00
Mikko Ahlroth
512ba73f10 Add feature to hide "Read more" if there is no more content to read 2015-11-17 23:43:24 +02:00
Mikko Ahlroth
e19dc4a70f Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
Mikko Ahlroth
5d6cef5588 Update to Elixir 1.1 and fix compilation errors and configs 2015-11-17 22:50:01 +02:00
Mikko Ahlroth
857640b213 Added last expect to refresh script to avoid closing too quickly 2015-10-03 00:26:04 +03:00
Mikko Ahlroth
67c5d55ea6 Update readme to match previous commit. Whoops 2015-09-14 22:45:53 +03:00
Mikko Ahlroth
58ecd45d94 Add simple expect script to refresh a running Mebe instance 2015-09-14 22:42:53 +03:00
Mikko Ahlroth
feb343f758 Add licence details 2015-09-14 21:26:37 +03:00
Mikko Ahlroth
0a684ae6d4 Add custom templates feature 2015-09-13 22:34:13 +03:00
Mikko Ahlroth
450dacb92e Add feature to show full post content in RSS feeds 2015-09-13 20:03:08 +03:00
Mikko Ahlroth
4e8ac4624b Refer to home url in error view 2015-09-13 19:48:04 +03:00
Mikko Ahlroth
6196309619 Fix crash when feeds were not enabled 2015-09-13 19:47:49 +03:00
Mikko Ahlroth
24eb944cbd Update to Phoenix 1.0 2015-09-05 22:52:04 +03:00
Mikko Ahlroth
5390da1d93 Update features list 2015-08-06 00:13:02 +03:00
Mikko Ahlroth
38c46b232d Remove unused variable 2015-08-05 23:52:06 +03:00
Mikko Ahlroth
08143bacdb Remove unused function 2015-08-05 23:50:09 +03:00
Mikko Ahlroth
c81a9a430a Add RSS feed support for index and tag feeds 2015-08-05 23:43:00 +03:00
Mikko Ahlroth
cd0d2ddf5b Update to Phoenix 0.15 2015-08-04 19:57:57 +03:00
Mikko Ahlroth
1b269af1bd Update feature list 2015-08-04 19:42:33 +03:00