Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
📝 Misc adjustments to grammar and phrasing (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhenning authored and MoOx committed May 15, 2018
1 parent ae29e43 commit 801c2ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions packages/core/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ priority: 1
---

Phenomic is a modular website compiler that helps you build static websites
optimised for SEO and UX with a modern approach: you will **make your website
optimised for SEO and UX with a modern approach: you can **build your website
the same way you build an app**.

Phenomic is different from other SSG by allowing you to pick the technologies,
libraries, frameworks of your choice and build your website with it. You can
decide the renderer you want to use (like _React_, your bundler (like _Webpack_)
and so on. If the solution you are want is not implemented yet, **Phenomic
accepts plugins** so you can bring your own flavor!
Phenomic differs from other SSGs by allowing you to pick the technologies,
libraries, and frameworks of your choice and build your website with them. You
can decide which renderer you want to use (such as _React_), which bundler (such
as _Webpack_) and so on. If the solution you want is not implemented yet,
**Phenomic accepts plugins** so you can bring your own flavor!

The result of what Phenomic produces for production is pretty simple: **static
files** that you can deploy on any static hosting (HTML, CSS, JavaScript, images
etc). This means the server where you will deploy your website don't require a
runtime. The result served will be **an SEO friendly website** (all pages built
and can be served as HTML files) and **optimised for fast browsing** (after the
first HTML page, JavaScript files will handle client side navigation and only
download what is necessary without full pages reload).
What Phenomic produces is simple: **static files** that you can deploy on any
static hosting system (HTML, CSS, JavaScript, images etc). This means the server
where you deploy your website doesn't require a runtime. The result served will
be **an SEO friendly website** (all pages are pre-built and can be served as
HTML files) that is **optimised for fast browsing** (after the first HTML page,
JavaScript files will handle client side navigation and only download what is
necessary without full page reloads).

This way you offer the **best user experience** by immediately serving
You can thus offer the **best user experience** by immediately serving
pre-generated HTML for first visits (or all pages, for search engine bots and
browsers that don't interpret JavaScript) and then using the power of JavaScript
you **avoid full page reload** by only downloading small chunks of data for each
pages & interactions.
to **avoid full page reloads** by only downloading small chunks of data for each
additional page & interaction.
2 changes: 1 addition & 1 deletion website/components/Tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Tutorials = () => {
style={styles.notice}
href="https://github.com/phenomic/phenomic/labels/plugin"
>
{"You don't see what your are looking for?"}
{"Don't see what you're looking for?"}
</Link>
</Spacer>
</BodyContainer>
Expand Down

0 comments on commit 801c2ad

Please sign in to comment.