@@ -45,7 +45,7 @@ in the `docs/content` folder of the repository and the community can use [its fo | |||||
### Template engine explanation | ### Template engine explanation | ||||
Cobalt gets ![ehh](./is-ehh.svg) because, while based on [Liquid](https://shopify.github.io/liquid/), the Rust library doesn't implement all its features, and there is no documentation on what is and isn't implemented; the errors are cryptic; and Liquid itself is not powerful enough to do some of things you can do in Jinja2, Go templates, or Tera. | |||||
Cobalt gets ![ehh](./is-ehh.svg) because, while based on [Liquid](https://shopify.github.io/liquid/), the Rust library doesn't implement all its features and there is no documentation on what is and isn't implemented; the errors are cryptic; and Liquid itself is not powerful enough to do some of things you can do in Jinja2, Go templates, or Tera. | |||||
Hugo gets ![ehh](./is-ehh.svg) because while it is probably the most powerful template engine in the list, after Jinja2, it personally drives me insane, to the point of writing my own template engine and static site generator. Yes, this is a bit biased. | Hugo gets ![ehh](./is-ehh.svg) because while it is probably the most powerful template engine in the list, after Jinja2, it personally drives me insane, to the point of writing my own template engine and static site generator. Yes, this is a bit biased. | ||||
@@ -1,3 +1,3 @@ | |||||
<svg xmlns="http://www.w3.org/2000/svg" style="fill:#dbab09" viewBox="0 0 8 16" version="1.1" width="8" height="16" aria-hidden="true"> | |||||
<path fill-rule="evenodd" d="M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z"></path> | |||||
</svg> | |||||
<svg xmlns="http://www.w3.org/2000/svg" style="fill:#dbab09" width="16" height="16" viewBox="0 0 24 24"> | |||||
<circle cx="12" cy="12" r="8"/> | |||||
</svg> |
@@ -1,3 +1,3 @@ | |||||
<svg xmlns="http://www.w3.org/2000/svg" style="fill:#cb2431" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"> | |||||
<path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"></path> | |||||
</svg> | |||||
<svg xmlns="http://www.w3.org/2000/svg" style="fill:#cb2431" width="16" height="16" viewBox="0 0 24 24"> | |||||
<path d="M23 20.168l-8.185-8.187 8.185-8.174-2.832-2.807-8.182 8.179-8.176-8.179-2.81 2.81 8.186 8.196-8.186 8.184 2.81 2.81 8.203-8.192 8.18 8.192z"/> | |||||
</svg> |
@@ -1,3 +1,3 @@ | |||||
<svg xmlns="http://www.w3.org/2000/svg" style="fill:#28a745" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"> | |||||
<path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"></path> | |||||
</svg> | |||||
<svg xmlns="http://www.w3.org/2000/svg" style="fill:#28a745" width="16" height="16" viewBox="0 0 24 24"> | |||||
<path d="M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z"/> | |||||
</svg> |