LRydin / Power-Grid-Frequency

Power-Grid Frequency
https://power-grid-frequency.org
21 stars 4 forks source link

Jekyll and website deployment #3

Closed LRydin closed 4 years ago

LRydin commented 4 years ago

Here is the jekyll based theme in branch website.

I'd like to try to integrate a map from leaflet, which seems to have all the tools that we need.

The current configuration for jekyll uses a remote_theme, so we don't need the local css or html files.

LRydin commented 4 years ago

The idea is to embed a map (with leafletjs) on the index page, so we can pin the different locations where we have the recordings. According to the documentation of leaflet (quick-start), this should just be:

LRydin commented 4 years ago

I've finally succeeded in embedding the js and css straight in the (index.md)[index.md]. I think we can keep the index.md fixed, and add the rest of the webpage in separate .md and .html files. See last commit 4d01a68 in the website branch.

LRydin commented 4 years ago

I'll close this, as we are clearly using jekyll and things seem to be going okay.