Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve activateColorScheme control flow, serve script #23

Merged
merged 3 commits into from
Apr 29, 2024
Merged

Conversation

rdela
Copy link
Owner

@rdela rdela commented Apr 29, 2024

v9.2.11-alpha.9

  • fix: improve activateColorScheme control flow

  • feat: add serve script

    simplifies viewing site locally without draft posts

  • readme: rm leftover parenthesis

Copy link

netlify bot commented Apr 29, 2024

Deploy Preview for eleventeen ready!

Name Link
🔨 Latest commit ca5b673
🔍 Latest deploy log https://app.netlify.com/sites/eleventeen/deploys/662f0274eab75300081d7885
😎 Deploy Preview https://deploy-preview-23--eleventeen.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@rdela rdela merged commit d4058f5 into trunk Apr 29, 2024
6 checks passed
rdela added a commit that referenced this pull request Apr 29, 2024
@rdela rdela deleted the activatetc branch April 29, 2024 02:19
rdela added a commit that referenced this pull request Apr 29, 2024
- Unstyled section in third post was breaking layout on mobile.
  Try toggling `pre-wrap` back to `pre` to see the issue:
  https://eleventeen.blog/archive/thirdpost/#unstyled
  or see it in Base Blog on small enough screens:
  https://eleventy-base-blog.netlify.app/blog/thirdpost/#unstyled
  Note text is larger in eleventeen.

- `pre-wrap` Sequences of white space are preserved. Lines are broken at
  newline characters, at <br>, and as necessary to fill line boxes.
  https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

- rename browser-sync script from 9.2.11 / #23:
  https://github.com/rdela/eleventeen/releases/tag/v9.2.11-alpha.9
  https://github.com/rdela/eleventeen/pull/23/files
  from `serve` to `bs`
  this disambiguates it from Eleventy's built in serve / dev server
  also might as well build first so now begins w/ `eleventy &&`
rdela added a commit that referenced this pull request Apr 29, 2024
fix: pre white-space to pre-wrap, rename + fortify browser-sync script

- Unstyled section in third post was breaking layout on mobile.
  Try toggling `pre-wrap` back to `pre` to see the issue:
  https://eleventeen.blog/archive/thirdpost/#unstyled
  or see it in Base Blog on small enough screens:
  https://eleventy-base-blog.netlify.app/blog/thirdpost/#unstyled
  Note text is larger in eleventeen.

- `pre-wrap` Sequences of white space are preserved. Lines are broken at
  newline characters, at <br>, and as necessary to fill line boxes.
  https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

- rename browser-sync script from 9.2.11 / #23:
  https://github.com/rdela/eleventeen/releases/tag/v9.2.11-alpha.9
  https://github.com/rdela/eleventeen/pull/23/files
  from `serve` to `bs`
  this disambiguates it from Eleventy's built in serve / dev server
  also might as well build first so now begins w/ `eleventy &&`
  its purpose is to simplify viewing site locally without draft posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant