1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-25 15:06:04 +02:00

Commit Graph

  • f68f86594b templates: Parse all templates in the directory adnano 2021-05-12 03:35:30 -0400
  • 0891b2e0e0 kiln new: Create public directory Adnan Maolood 2021-05-12 01:49:16 -0400
  • 200153e486 kiln new: Create public directory adnano 2021-05-12 01:49:16 -0400
  • e167825499 docs: Remove link to TOML website Adnan Maolood 2021-05-10 15:43:04 -0400
  • 2d744d310e docs: Remove link to TOML website adnano 2021-05-10 15:43:04 -0400
  • 462cbe442a Update example site configuration Adnan Maolood 2021-05-10 15:15:33 -0400
  • 26f44d157a Update example site configuration adnano 2021-05-10 15:15:33 -0400
  • aee95d68d0 Update documentation Adnan Maolood 2021-05-10 15:09:23 -0400
  • bd3ffe23d9 Update documentation adnano 2021-05-10 15:09:23 -0400
  • 01815ec49d Move templates to templates/_default Adnan Maolood 2021-05-10 15:03:02 -0400
  • de6b0258fc Move templates to templates/_default adnano 2021-05-10 15:03:02 -0400
  • 7645acdcbd Move funcs to funcs.go Adnan Maolood 2021-05-10 15:01:22 -0400
  • 535ec3752f Move funcs to funcs.go adnano 2021-05-10 15:01:22 -0400
  • e096623590 Add strings.Join function Adnan Maolood 2021-05-10 13:21:43 -0400
  • 62c0d1f778 Add strings.Join function adnano 2021-05-10 13:21:43 -0400
  • f25f0125d3 Add string functions for use in templates Adnan Maolood 2021-05-10 13:11:10 -0400
  • 4272b2261f Add string functions for use in templates adnano 2021-05-10 13:11:10 -0400
  • d7929490ed Update documentation Adnan Maolood 2021-05-10 12:47:38 -0400
  • 938d7ebfda Update documentation adnano 2021-05-10 12:47:38 -0400
  • 4e47940307 Allow multiple input formats per task Adnan Maolood 2021-05-10 12:23:27 -0400
  • 61a1380f1c Allow multiple input formats per task adnano 2021-05-10 12:23:27 -0400
  • d25dc206ff Use other toml library Adnan Maolood 2021-05-10 12:15:58 -0400
  • c2c20ffd1e Use other toml library adnano 2021-05-10 12:15:58 -0400
  • 28d241980a Expose path functions to permalinks Adnan Maolood 2021-05-10 11:31:32 -0400
  • 318241b712 Expose path functions to permalinks adnano 2021-05-10 11:31:32 -0400
  • d1ab0d1aae Fix path functions Adnan Maolood 2021-05-10 11:30:28 -0400
  • 08443f1493 Fix path functions adnano 2021-05-10 11:30:28 -0400
  • 29795fa5b1 Add path functions for use in templates Adnan Maolood 2021-05-10 11:12:26 -0400
  • 69f39d7303 Add path functions for use in templates adnano 2021-05-10 11:12:26 -0400
  • db44d5fcf8 Implement support for permalinks Adnan Maolood 2021-05-10 11:06:55 -0400
  • 66ac6015c9 Implement support for permalinks adnano 2021-05-10 11:06:55 -0400
  • 1af6d1a492 page: Remove Name field Adnan Maolood 2021-05-10 11:02:43 -0400
  • e8e47f1bad page: Remove Name field adnano 2021-05-10 11:02:43 -0400
  • 23ac0dd4c1 dir: Make methods private Adnan Maolood 2021-05-10 10:35:54 -0400
  • cf7a24bb6c dir: Make methods private adnano 2021-05-10 10:35:54 -0400
  • c0d44a791b config: Make tasks an array Adnan Maolood 2021-05-10 10:26:12 -0400
  • ef3d518d9a config: Make tasks an array adnano 2021-05-10 10:26:12 -0400
  • 492a15cfb6 Update default atom.xml template Adnan Maolood 2021-05-10 01:08:39 -0400
  • bfc758430b Update default atom.xml template adnano 2021-05-10 01:08:39 -0400
  • fbba43c705 Revert "Use text/template for Atom feed template" Adnan Maolood 2021-05-10 00:56:27 -0400
  • 8064684827 Revert "Use text/template for Atom feed template" adnano 2021-05-10 00:56:27 -0400
  • f74b9b72af Remove redundant function Adnan Maolood 2021-05-10 00:54:13 -0400
  • f7bfe681d9 Remove redundant function adnano 2021-05-10 00:54:13 -0400
  • 7b634acde8 Add safeHTML, safeCSS, etc. functions Adnan Maolood 2021-05-10 00:50:19 -0400
  • e976aa1be7 Add safeHTML, safeCSS, etc. functions adnano 2021-05-10 00:50:19 -0400
  • ebd42737c9 Implement support for ugly URLs Adnan Maolood 2021-05-10 00:44:25 -0400
  • d7567ca69f Implement support for ugly URLs adnano 2021-05-10 00:44:25 -0400
  • c285fe4ff8 Use text/template for Atom feed template Adnan Maolood 2021-05-09 19:58:54 -0400
  • ce0b2cff1e Use text/template for Atom feed template adnano 2021-05-09 19:58:54 -0400
  • eca5dda9d6 Implement support for base templates Adnan Maolood 2021-05-09 19:28:09 -0400
  • 86ab6169a5 Implement support for base templates adnano 2021-05-09 19:28:09 -0400
  • b2ca453750 Extract frontmatter before preprocessing Adnan Maolood 2021-05-09 16:14:50 -0400
  • 4736a6580e Extract frontmatter before preprocessing adnano 2021-05-09 16:14:50 -0400
  • 19852f9e3b Add html function for rendering HTML in templates Adnan Maolood 2021-05-08 20:28:42 -0400
  • fa19a1746b Add html function for rendering HTML in templates adnano 2021-05-08 20:28:42 -0400
  • a58ed86fcd config: Make templates private Adnan Maolood 2021-05-08 20:27:13 -0400
  • 13b8bb7ff3 config: Make templates private adnano 2021-05-08 20:27:13 -0400
  • a6f582f284 page: Add Name field Adnan Maolood 2021-05-01 14:34:25 -0400
  • 12ddad63e4 page: Add Name field adnano 2021-05-01 14:34:25 -0400
  • 2301158ba1 Implement support for HTML templates Adnan Maolood 2021-05-01 14:11:41 -0400
  • fe4afb0d2b Implement support for HTML templates adnano 2021-05-01 14:11:41 -0400
  • 6ec7b09c3a Implement support for partial templates Adnan Maolood 2021-05-01 13:56:41 -0400
  • 3743589c38 Implement support for partial templates adnano 2021-05-01 13:56:41 -0400
  • 2409741e19 docs: Fix example configuration Adnan Maolood 2021-04-26 17:50:36 -0400