dat-ecosystem-archive / datBase

Open data sharing powered by Dat [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
http://datbase.org
244 stars 32 forks source link

chooify the static site #403

Closed okdistribute closed 7 years ago

okdistribute commented 7 years ago

not ready! still needs style updates etc.

okdistribute commented 7 years ago

ok this is ready for your style mastery @Kriesse

okdistribute commented 7 years ago

@yoshuawuyts is there a nice way to read in these .md files and use them in the blog posts without having to wrap them in a function call? I tried using brfs with fs with no luck

Kriesse commented 7 years ago

@karissa Can you help to get the latest changes from master merged into this? Wanted to pick up work here but wasn't quite sure about the merge conflicts.

yoshuawuyts commented 7 years ago

@karissa this is how I'm doing markdown to html in choo-handbook: https://github.com/yoshuawuyts/choo-handbook/blob/master/index.js - there's some bugs in there tho, need to figure it out still

okdistribute commented 7 years ago

@Kriesse ok, fixed merge conflicts but lets wait until after the desktop app release before working on this. This chooification can be part of the next release (user accounts)

Kriesse commented 7 years ago

@karissa cool, sounds good!

okdistribute commented 7 years ago

ok @Kriesse this is ready to go for you, when you are

okdistribute commented 7 years ago

also makes it so we only have one css file. @Kriesse ready for your review!

Kriesse commented 7 years ago

@karissa Fixed a few small visual issues, everything else seems to be fine!

yoshuawuyts commented 7 years ago

Currently navigating to /blog is broken; it complains about fs not being found which makes me suspect brfs isn't running the way it should. cc/ @karissa

okdistribute commented 7 years ago

OK Blog fixed!

okdistribute commented 7 years ago

Nice catch @yoshuawuyts !