Procedure

# Procedure 1. Create repo on github 2. Clone to desktop with GH Desktop app 3. Follow instructions from https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll 4. But when bundle install fails in step 2.5, use: 1. sudo gem install bundler -v '1.16.1' 5. When you get error bundler could not file compatible versions, follow suggestions and run 1. bundle update 6. sudo gem install jekyll bundler 7. Edit Gemfile.lock to use Bundled With 2.0.1 # Fonts In settings.yml, original values were: font_embed: '' title_font: '"Muli", sans-serif' body_font: '"Muli", sans-serif' ## New Potential Fonts ### Manrope font-family: 'Manrope', sans-serif; ### Inter Tight font-family: 'Inter Tight', sans-serif; ### DM Sans (from Curate Template by jekyllthemes.io) font-family: 'DM Sans', sans-serif; ### Colors #### TODO: Make body text higher contrast Prior Values text_dark_color: '#2A2F36' text_medium_color: '#6C7A89' text_light_color: '#ABB7B7' Change to: (bluish gray ting) dark: #000000 med: #1c2833 light: #2e343b Accent color / overlay background color prior: #F2784B Mclaren Papaya Orange: #ff931b