- 30 Oct, 2019 12 commits
-
-
Also fix a tiny wrong `<` that moved the blogpost OG tags in the body.
-
Erxleben, Fredo authored
-
Open graph metadata for multiple authors and tags need to be on separate lines, i.e. separate metadata tags.
-
It is not obvious that one need to use liquid split filter to do array operations like initialize array and append element to array.
-
Restructured code to get fullnames of blog post authors. Use liquid arrays via split filter to hold author names and join them into string afterwards.
-
* Putting hifis acronym into variable in order not to repeat myself. * Give page excerpt as description on blog post and event pages.
-
* give a full list of layouts * add missing tag closing characters
-
* Use an official logo as image representing the social media link. * Use variable page.layout in top html to decide which open graph protocol metadata to include. No need to pass it from layout html file via top.html. * Add a trailing new line at the end of each html includes. * Use downcase on layout in order to use it in liquid when-case structure. * Use default open graph metadata for default layout. * Give a html comment if no layout case is represented by open graph metadata. * Remove word 'project' from open graph metadata. * Use well-formated date strings.
-
Format liquid logic to make it more readable.
-
Titles and descriptions of open graph metadata need to be refined so that they are more meaningful.
-
Each page gets its own set of open graph protocol metadata according to the given layout. A layout variable is passed from layout html file via top html file into open_praph_protocol html file. A smaller svg image of the HIFIS logo is added in order to be used as a open graph protocol image.
-
Huste, Tobias (FWCC) - 111645 authored
This adds MathJax v3 including some workaround from this blog post to make it work with Kramdown: https://11011110.github.io/blog/2019/10/17/mathjax-3-jekyll.html Mathjax can be loaded via additional_js in the header section of pages.
-
- 29 Oct, 2019 2 commits
-
-
Example blog post has been modified to show off blend mode in worst case scenario.
-
Huste, Tobias (FWCC) - 111645 authored
-
- 28 Oct, 2019 10 commits
-
-
-
Page content was accidentally lying under a subfolder.
-
Erxleben, Fredo authored
-
Erxleben, Fredo authored
-
Huste, Tobias (FWCC) - 111645 authored
By using https://docs.gitlab.com/ce/ci/yaml/#needs feature, jobs can start running when the dependencies are finished. This can reduce build time further.
-
Huste, Tobias (FWCC) - 111645 authored
-
Huste, Tobias (FWCC) - 111645 authored
-
Erxleben, Fredo authored
* Move header to correct position in the flex-flow * Remove unused float property * Add some blank lines for readability
-
Huste, Tobias (FWCC) - 111645 authored
Also update the HTML proofer validation command in order to work without a locally running webserver. This also enables caching for bundler.
-
Erxleben, Fredo authored
-
- 25 Oct, 2019 9 commits
-
-
Erxleben, Fredo authored
-
Huste, Tobias (FWCC) - 111645 authored
-
Huste, Tobias (FWCC) - 111645 authored
Completely remove wrapped-content css class and replace it by using section.
-
In order to automatically check html we now use html-proofer cli tool. It is checked in both production as well as development environments. Refs #18.
-
Huste, Tobias (FWCC) - 111645 authored
-
Huste, Tobias (FWCC) - 111645 authored
-
Huste, Tobias (FWCC) - 111645 authored
-
Huste, Tobias (FWCC) - 111645 authored
-
Erxleben, Fredo authored
-
- 24 Oct, 2019 4 commits
-
-
Erxleben, Fredo authored
-
Erxleben, Fredo authored
There is now one hifis.scss that imports all the default CSS used on the website The fragments are now organized in the _sass folder and have been split if it was sensible.
-
Erxleben, Fredo authored
Solution: Specifying a a flex layout for larger screens and a block layout for small screens. Forcing digest and digest container to 100% width when moved below preview.
-
Erxleben, Fredo authored
-
- 23 Oct, 2019 3 commits
-
-
-
Getting the title section to layout properly required digests to be changed around. Digests now heve been unified, reducing CSS complexity. Further, digest containers have been reworked and elements including digests and digest containers now only allow them a restricted amount of space.
-
-