Skip to content

💎 Code for personal website built with Beautiful Jekyll

License

Notifications You must be signed in to change notification settings

rosscm/rosscm.github.io

 
 

Repository files navigation

rosscm.github.io

Source code for personal website rosscm.github.io built with Beautiful Jekyll

✏️ Custom additions

  • _bibliography
    • articles.bib: article info in .bib format for jekyll-scholar to build Publication page
    • thesis.bib: MSc info in .bib format
  • _includes:
    • head.html: add {% seo %} before <head> section (installation for jekyll-seo-tag plugin)
  • _layouts:
    • search.html: search layout from Minimal Mistakes (still need to configure properly)
  • _pages: folder for page markdown files (formerly located in parent folder)
  • assets:
    • css/custom-styles.css: CSS code for custom elements
      • main font family and size
      • footer padding and copyright font family
      • center align property
      • header image opacity
      • horizontal ruler
    • img: custom images for website
  • favicon.ico: custom website icon
  • Rakefile: Ruby Makefile to render website and push compiled sources to master branch (necessary due to custom Jekyll plugins like jekyll-scholar; Rakefile code here)

About

💎 Code for personal website built with Beautiful Jekyll

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.4%
  • CSS 33.0%
  • JavaScript 6.0%
  • TeX 3.1%
  • Ruby 2.5%