Skip to content

Commit

Permalink
Merge pull request #6 from chybie/step-04-automating-images
Browse files Browse the repository at this point in the history
Step 04 - Automating Image Optimization Workflow
  • Loading branch information
jecfish authored May 23, 2020
2 parents 63817e2 + 5ac3672 commit 3c7fea0
Show file tree
Hide file tree
Showing 12 changed files with 4,530 additions and 122 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

I am writing a series of posts on building site with 11ty, the static site generator. My personal website is built base on this starter.

So far I've wrote the two posts.

Here are the post I wrote so far:

1. Project configuration: [jec.fyi/blog/building-my-static-site-with-11ty](https://jec.fyi/blog/building-my-static-site-with-11ty) - release `0.1.1`
2. Setting up GitHub Actions and Firebase Hosting: [jec.fyi/blog/setting-up-github-actions-and-firebase-hosting](https://jec.fyi/blog/setting-up-github-actions-and-firebase-hosting) - release `0.2.0`
3. Customizing File Structure, URLs and Browsersync: [jec.fyi/blog/customizing-file-structure-urls-browsersync](https://jec.fyi/blog/customizing-file-structure-urls-browsersync) - release `0.3.0`
4. Automating Image Optimization Workflow: [jec.fyi/blog/customizing-file-structure-urls-browsersync](https://jec.fyi/blog/automating-image-optimization-workflow) - release `0.4.0`

Each blog post come with a new release. You may run `git checkout [release number]` to see how's the code like and follow through my blog post to build your site.

Expand Down
Binary file added assets/img/aaa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bbb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/ccc-256.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/ddd.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/eee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon-fake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3c7fea0

Please sign in to comment.