Browse Source

Improved the grammar of README.md. (#799)

* Improved the grammar of README.md.

Also made stylistic changes.

* Corrected a typo.
index-subcmd
Teymour Aldridge Vincent Prouillet 4 years ago
parent
commit
2377128b10
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -45,13 +45,13 @@ in the `docs/content` folder of the repository and the community can use [its fo


### ![ehh] explanations ### ![ehh] explanations


Hugo gets ![ehh] for the template engine 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] for the template engine 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.


Zola gets ![ehh] for the multi-language support as it only has a basic support and does not offer (yet) things like i18n in templates.
Zola gets ![ehh] for multi-language support as it only has a basic support and does not (yet) offer things like i18n in templates.


### Pelican notes ### Pelican notes


Many features of Pelican are coming from plugins, which might be tricky to use because of version mismatch or lacking documentation. Netlify supports Python and Pipenv but you still need to install your dependencies manually.
Many features of Pelican come from plugins, which might be tricky to use because of a version mismatch or inadequate documentation. Netlify supports Python and Pipenv but you still need to install your dependencies manually.


[yes]: ./is-yes.svg [yes]: ./is-yes.svg
[ehh]: ./is-ehh.svg [ehh]: ./is-ehh.svg


Loading…
Cancel
Save