You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,19 @@ Code syntax highlighting using [GitHub style](https://github.com/jwarby/jekyll-p
14
14
15
15
"Photo formatting is made simple using [Bootstrap's grid system](https://getbootstrap.com/docs/4.4/layout/grid/). Easily create beautiful grids within your blog posts and project pages, also with support for [video](https://alshedivat.github.io/al-folio/blog/2023/videos/) and [audio](https://alshedivat.github.io/al-folio/blog/2023/audios/) embeds" [(See original README)](https://github.com/alshedivat/al-folio)
16
16
17
-
Note that each deployment runs [lychee](https://lychee.cli.rs/) to check for broken links.
18
-
19
-
We disabled the code formatting checker ([Prettier](https://prettier.io/)) since our goal is to make the markdown easy to edit. If it's desired to reanble it, errors from prettier are fixed by running 'npx prettier -w [file]' and pushing the new file (easiest to do on Analysis after installing the [Shopify Liquid Prettier Plugin](https://www.npmjs.com/package/@shopify/prettier-plugin-liquid)).
20
-
21
17
## Customizing
22
18
23
19
For customization details please refer to [CUSTOMIZE.md](CUSTOMIZE.md).
24
20
21
+
### Disabled Actions
22
+
23
+
`Check for broken links` disabled since it counts any internal link as an error.
24
+
25
+
`Check for broken links on site` disabled since, after clean-up, it doesn't find any serious errors but takes a long time to do so.
26
+
27
+
`Prettier code formatter` disabled since our goal is to make the markdown easy to edit. If it's desired to reanble it, errors from prettier are fixed by running 'npx prettier -w [file]' and pushing the new file (easiest to do on Analysis after installing the [Shopify Liquid Prettier Plugin](https://www.npmjs.com/package/@shopify/prettier-plugin-liquid)).
28
+
29
+
25
30
## License
26
31
27
32
The theme is available as open source under the terms of the [MIT License](https://github.com/alshedivat/al-folio/blob/main/LICENSE).
0 commit comments