Skip to content

Commit

Permalink
Fixup README.md "what's inside?" & misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Dec 8, 2023
1 parent 3136d16 commit 3c9d921
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
coverage: "none"
ini-values: "memory_limit=-1"
php-version: "8.1"
tools: symfony

- name: 'Determine composer cache directory'
id: composer-cache
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ with [Stenope](https://stenopephp.github.io/Stenope/).
It contains [a few features](https://stenopephp.github.io/skeleton/articles/guide#what-s-inside) to get you started
if you plan to create a content website from scratch along with the following stack:

- Symfony 6.1
- Webpack Encore
- Symfony 6.4
- Symfony AssetMapper
- Sass
- Lint / CS (php-cs-fixer, phpstan, eslint, …)
- Glide integration for images resizing
Expand Down
2 changes: 2 additions & 0 deletions content/articles/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ nextArticle: "write-your-own-contents"

This skeleton contains some opinionated tools and configurations to help you start your project:

- Symfony 6.4 LTS, with AssetMapper component to handle frontend dependencies with no build.
- Sass integration
- Out-of-the-box [Swup](./swup.md) integration
- Glide integration to resize images on the fly from templates
- A Stenope custom processor to automatically resize images in contents with a Glide preset
Expand Down

0 comments on commit 3c9d921

Please sign in to comment.