- Commit
- 85d61356a8e725f2aab0de5f157dc88cf60b0d66
- Parent
- b68e180a1f3e8c9ff6e012df1b4498b6b3de24f1
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Updated README.md
Yet another static page generator for photo galleries
Updated README.md
2 files changed, 12 insertions, 8 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Cargo.lock | 12 | 6 | 6 |
Modified | README.md | 8 | 6 | 2 |
diff --git a/Cargo.lock b/Cargo.lock @@ -432,9 +432,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" dependencies = [ "unicode-ident", ] @@ -450,9 +450,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.33" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ "proc-macro2", ] @@ -597,9 +597,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.39" +version = "2.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" +checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" dependencies = [ "proc-macro2", "quote",
diff --git a/README.md b/README.md @@ -17,8 +17,12 @@ For a live example please see <https://photos.pablopie.xyz>! ### Customizing the HTML Output -The user is expected to modify the source code to customize the HTML output. -_No templating system is provided_. +The user is expected to modify the source code to customize the HTML output, +_no templating system is provided_. The idea is that instead of relying in a +complex and inflexible HTML templating systems, users should fork the +application to adapt it for their own needs. Check out +[tikz-gallery-generator](https://git.pablopie.xyz/tikz-gallery-generator/index.html) +for one such example of fork. ## Usage