sqlitebrowser / dbhub.io

A "Cloud" for SQLite databases. Collaborative development for your data. 😊
https://dbhub.io
GNU Affero General Public License v3.0
372 stars 39 forks source link

To Do list for 5th - 9th June #48

Closed justinclift closed 7 years ago

justinclift commented 7 years ago

DBHub.io

glawrence commented 7 years ago

Just a thought but why don't you blog with a GitHub repo? I think there are a couple of options but at work we use Jekyll and GitHub. The author writes an item in Markdown and when it is merged into the repo it is published. Simple and with version control!

justinclift commented 7 years ago

Ahhh yeah, that's a decent idea. :smile:

Hugo and Jekyll are both static site generators, fairly optimised for committing into a repo (git or whatever). I've used Jekyll before, and it's not terrible.

My interest in Hugo mainly comes from it doing pretty much the same thing, but being written in Go (which I'm getting into) instead of Ruby (which I really don't like).

Jekyll does have the advantage of GitHub automatically rendering the content from the files in the repo. So any update to the repo automatically goes live. Hugo needs the website to be generated from the files manually (pretty simple) then committed to the repo before they're visible.

I'm not wedded to Hugo :wink:, but would prefer a non-Ruby solution if feasible. I guess I'll need to muck around with things more and see how it goes. I have a feeling this blog task will be pushed out a week or two as the new data model one is taking a while.

justinclift commented 7 years ago

Stuff that still needs doing has been moved to #51.