Git Product home page Git Product logo

grantmcdermott.github.io's Introduction

My website

Built using the remote theme template for the Minimal Mistakes Jekyll theme.

I've made the following custom adjustments:

  • I'm using a simple landing page with a "Welcome" message instead of the theme's default home page layout (i.e. one with a "recent posts" feed). See here or here. This also meant that I moved the paginator for recent posts to blog/index.html. See here.
  • Added academic icons to the site author section (LHS) of the page. Basically, this involved downloading the icon CSS set and copying across academicons.css and academicons.min.css to the css/ directory. The icons can then be referenced and used in the _config.yml file (e.g. "ai ai-google-scholar" for the Google Scholar icon).
  • Changed the default syntax highlighting (i.e. the embedded code chunks) to Solarized light. See here and here.
  • Speaking of code chunks, I've also added R blogdown functionality for writing and converting .Rmd posts with integrated code. See here.

This is relevant only to my site โ€” I'm writing it down as a reminder for myself โ€” but I also ran the following changes after updating from my old version of Minimal Mistakes to fix some post aesthetics. The latter were themselves relics leftover after converting my original blogger website.

cd _posts
sed -i '/^layout:/d;/^date:/d;/^modified_time:/d;/^blogger_id:/d' *.md *.html
sed -i 's/\/images\/post-images/\/assets\/images\/post-images/g' *.md *.html
sed -i 's/\\(-\\)/\—/g' *.html
sed -i 's/<u><a href/<a href/g' *.html
sed -i 's/<\/u><\/a>/<\/a>/g' *.html

grantmcdermott.github.io's People

Contributors

grantmcdermott avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.