MdeBorbon / jekyll-experiments

Experiments jekyll website for seminar

Home Page:https://mdeborbon.github.io/jekyll-experiments/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KCL Geometry Seminar

This is a repository for the Geometry Seminar at King's College London.

Edit

Go to the pages folder and edit the file index.md using markdown syntax. We use MathJax to write $\mathbb{C}^n$ by typing $$\mathbb{C}^n$$

References

This page is based on bootstrap-template which is a basic template repository to create a Bootstrap 4 site using Jekyll on GitHub Pages (or where every you want to host it).

Customize

  • Tweak base variables in assets/css/custom.scss (text color, link color, container size)
  • Tweak bootstrap theme colors using _data/theme-colors.csv (add a css color in the color column next to the BS color-class to override, or create a new class name. This will generate btn-, text-, and bg- classes.)
  • Add custom CSS to _sass/_custom.scss (content of _sass/_template.scss relates to template components)
  • Use Bootstrap to customize _layouts/ and _includes/template/.

About

Experiments jekyll website for seminar

https://mdeborbon.github.io/jekyll-experiments/

License:MIT License


Languages

Language:HTML 74.2%Language:SCSS 24.6%Language:JavaScript 1.2%