feat: new blog & jekyll migration - #1
Merged
Merged
Conversation
…update header-nav links
…it to show in blog index
…w size unit change
description of changes: 1. @use to @include in styles.css. Used @use cus @include showed that it was deprecated now it doesn't ?? (fixes bug where css wouldn't load on gh pages) 2. update path of css (fixes bug where css wouldn't load on gh pages) 3. "jekyll" -> "github-pages" gem. 4. Build cmd: `jekyll _` to `bundle exec jekyll _` 5. create config.yml FIXME! introduces a bug where the icons in footer-nav don't display (scss isn't playing well with svgs so they're commented out in main.scss)
…n consistent across resolutions
1. `pixel-strong` sizes changed across diff widths 2. redefine mobile and tablet screen widths 3. redefine body padding across diff widths (fixes `header-nav` links overflowing the header for mobile phones)
now main.css is only styles the default template site.
- inc blog.css in post template - grey out date in post template - get rid of bullets, replace them with > - blog index minor ui tweaks
…rpt instead of the default desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes