AudioCommons / audiocommons.github.io

Website of the Audio Commons Initiative
https://www.audiocommons.org
GNU General Public License v3.0
1 stars 2 forks source link

Turn news section into a full blog #2

Open ffont opened 6 years ago

ffont commented 6 years ago

We currently have a very ugly and simple blogging functionality via the news section. We should improve it to be a nice-looking blog. Technologically this should be possible using the same infrastructure (Jekyll and github pages). For example we could adapt a theme like this: https://myjekyll.github.io/jasper2/.

We should port current news entries to the blog site but ideally maintain old links to news.

ffont commented 6 years ago

I've been reading a bit about how to do that and we probably need to go beyond github pages but there are still ways to do it without maintaining another server (using travis as build system). I'll have a look into that.

ffont commented 6 years ago

New section has been improved and turned into "home" section in the proposed new version of the website. See demo here: www.audiocommons.org/new-website-demo/

Site needs to be built locally in order to deploy, so we lost a bit of commodity here for deploying but it could also be quite automated with some scripts.