Tips and tricks for modifying code - OpenRulesforCatalogingProject/ORC GitHub Wiki

Modifying the sidebar navigation

Modify /_data/navigation.yml

Modifying colors

Masthead (#30415C): _sass/minimal-mistakes/skins/contrast.scss >> $masthead-background-color

Footer (#30415C): contrast.scss >> $footer-background-color

Sidebar (#EAF0F5): contrast.scss >> $sidebar-background-color

Hover link underline (#ff4d4d): contrast.scss >> $primary-color

Block quote (#ffd1d1): _sass/minimal-mistakes/variables.scss >> $blockquote-color

Modifying the logo

Place a graphic in the /assets/pictures/ directory and add the filename to _config.yml: logo: "/assets/pictures/ORC-logo4redlinenotext.jpg"