A lightweight, low-configuration .NET blogging / podcasting platform https://bitbadger.solutions/open-source/myweblog/
Go to file
Daniel J. Summers b9464f9600 App-level Config / code style
config.json now controls encryption and salt for both passwords and
forms authentication; data-config.json options are now under the "data"
key in config.json.

Unaligned ->'s throughout code per F# design guidelines, pulled out some
longer lambdas into their own let bindings within the method/function
scope, added qualified access attributes to smaller constant-type
modules
2016-07-27 22:36:28 -05:00
src App-level Config / code style 2016-07-27 22:36:28 -05:00
.gitattributes Interim commit 2016-07-07 22:57:14 -05:00
.gitignore Initial commit 2016-07-07 07:21:41 -05:00
LICENSE Initial commit 2016-07-07 07:21:41 -05:00