hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
15 stars 4 forks source link

Set up lobid blog with github pages and Jekyll #321

Closed acka47 closed 7 years ago

acka47 commented 7 years ago

Domain should probably be blog.lobid.org (back to the roots). Perhaps using octopress?

fsteeg commented 7 years ago

I've set up a Jekyll based blog in the lobid organisation's GitHub page: http://lobid.github.io

Posts are Markdown files that are published when pushed to GitHub, see: https://github.com/lobid/lobid.github.com/blob/master/_posts/

About the blog.lobid.org setup: our idea was to set up a vhost on emphytos for that. Currently blog.lobid.org redirect to a Blogger blog. There is no vhost config for that on emphytos. Is that configured within Blogger? It seems we'd have to do something similar for GitHub, see [1]. I've tested a vhost setup at weblog.lobid.org, and while that does end up on GitHub, it yields a 404.

[1] https://help.github.com/articles/using-a-custom-domain-with-github-pages/

acka47 commented 7 years ago

Currently blog.lobid.org redirect to a Blogger blog. There is no vhost config for that on emphytos. Is that configured within Blogger?

Yes, and we set a CNAME in the DNS settings.

acka47 commented 7 years ago

Just talked @fsteeg about also setting up a sub-domain and CNAME for slides.lobid.org to host the repo https://github.com/hbz/slides.

acka47 commented 7 years ago

I set the CNAMEs both for blog.lobid.org and slides.lobid.org. Let's see what happens.

acka47 commented 7 years ago

Looks good now both for http://blog.lobid.org/ and http://slides.lobid.org/ .

acka47 commented 7 years ago

GitHub pages for https://github.com/hbz/slides is now published via the master branch. (Though it wasn't so easy to switch that as gh-pages and master branch didn't have a common git history...)

fsteeg commented 7 years ago

Cool. Then this is done, right?