/News

Blog posts

Primary LanguageHTML

News repo

This repo is currently used for testing Github as a website suitable for Blog posts with https://jekyllrb.com/

Sharing on Social media in post

see _layouts/post.html

Adding favicon

in base.html added:

<link rel="shortcut icon" type="image/x-icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" > 

Adding Maths/latex

in base.html added:

<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>

lecturenotes as a collection

https://jekyllrb.com/docs/step-by-step/09-collections/

Reading data from CSV

in about.html reading from CSV

https://jekyllrb.com/tutorials/csv-to-table/