diff --git a/docs/v1/projectgenerator/index.html b/docs/v1/projectgenerator/index.html
index bc60c25..14322b1 100644
--- a/docs/v1/projectgenerator/index.html
+++ b/docs/v1/projectgenerator/index.html
@@ -103,6 +103,7 @@
fpg Project Generator
Beginning with v1.0.0, fusion.ssg no longer includes a project generator in its package and now requires that it be installed separately as a global package. Please read Installation for instructions regarding its installation.
Beginning with v1.0.0, Browsersync, which provides synchronized browser testing, has replaced live-server.
fpg, fusion.ssg's project generator, relieves you of the burden of having to manually create and configure your projects. When run, it creates your project and installs all of the project's dependencies. The most difficult task you will face when creating a new fusion.ssg project is deciding what to name it :).
+
The generated project that fpg creates uses the Pico.css frameowork. However, you can delete it from your project's src/css folder and use whatever you prefer to build your website.
Usage
To create a new project, run the following in your terminal in a folder of your choice:
fpg n | new <target_folder>
diff --git a/news/index.html b/news/index.html
index aa445ef..b3b5a15 100644
--- a/news/index.html
+++ b/news/index.html
@@ -50,7 +50,7 @@ News
Articles
- v1.2.0
Posted on 9/11/2023 to release/v1
We are very pleased to announce the release of fusion.ssg v1.2.0.
- - What's Coming in the next release
Posted on 8/22/2023 to release/v1
In our pursuit to provide you with the best tools for creating resilient static HTML documents and web sites, the next release of fusion.ssg will feature numerous enhancements (please see below for details).
+ - What's Coming in the next release
Posted on 8/22/2023 to release/v1
In our pursuit to provide you with the best tools for creating resilient static HTML documents and websites, the next release of fusion.ssg will feature numerous enhancements (please see below for details).
- v1.1.0
Posted on 8/3/2023 to release/v1
We are very pleased to announce the release of fusion.ssg v1.1.0.
- v1.0.0
Posted on 7/5/2023 to release/v1
It is with great pleasure that we announce our first production release, fusion.ssg v1.0.0.
- v1.0.0 Development Progress Report
Posted on 6/28/2023 to release
There are numerous tasks that still need to be addressed.
diff --git a/news/release/v1/2023/08/22/what-is-coming-in-the-next-release/index.html b/news/release/v1/2023/08/22/what-is-coming-in-the-next-release/index.html
index 4bc72c5..dbeae97 100644
--- a/news/release/v1/2023/08/22/what-is-coming-in-the-next-release/index.html
+++ b/news/release/v1/2023/08/22/what-is-coming-in-the-next-release/index.html
@@ -56,7 +56,7 @@ What's Coming in the next release
Posted on 8/22/2023 to release/v1
- In our pursuit to provide you with the best tools for creating resilient static HTML documents and web sites, the next release of fusion.ssg will feature numerous enhancements (please see below for details).
+ In our pursuit to provide you with the best tools for creating resilient static HTML documents and websites, the next release of fusion.ssg will feature numerous enhancements (please see below for details).
We are so thrilled to see fusion.ssg being adopted by creators from all over the world ❤️.
Sincerely,
@@ -65,7 +65,7 @@ What's Coming in the next release
This page has been amended on 9/5/2023 to include the notice that the implementation for the feature "conditional includes" has changed and will now be using fusion.json for its configuration and not front matter.
Cache Busting
- The next release of fusion.ssg will make cache busting your web sites a snap 🫰🏼. When building for release, fusion.ssg will now optionally cache bust your site's assets (e.g. css, media, scripts, .etc), allowing your site's visitors to immediately experience its latest changes. Specifically, to opt in to cache busting your release builds, you will need to append --cache-bust
to the release:fusion script located in your project's package.json file. Once appended, the release:fusion script should look exactly like the following:
+ The next release of fusion.ssg will make cache busting your websites a snap 🫰🏼. When building for release, fusion.ssg will now optionally cache bust your site's assets (e.g. css, media, scripts, .etc), allowing your site's visitors to immediately experience its latest changes. Specifically, to opt in to cache busting your release builds, you will need to append --cache-bust
to the release:fusion script located in your project's package.json file. Once appended, the release:fusion script should look exactly like the following:
"release:fusion": "fusion release --cache-bust",
fusion.ssg handles all the details, so no additional configuration or changes to your projects other than the above change to your package.json file's release:fusion script is required to enhance your sites with cache busting.
@@ -81,7 +81,7 @@ Conditional Includes
If an include's path matches one of these conditions, its content will not be included in the target HTML document.
WIPS Reporting During Release Builds
-
fusion.ssg will now report all WIPS for each release build cycle. These warnings will serve to prevent the unintended updating of web sites with missing HTML documents that should have been included but aren't because they are still marked as WIPS.
+
fusion.ssg will now report all WIPS for each release build cycle. These warnings will serve to prevent the unintended updating of websites with missing HTML documents that should have been included but aren't because they are still marked as WIPS.
Exposing More Post Metadata As Simple Token Values
When tokenizing a post, fusion.ssg will now expose a post's post date, categories, and tags as simple token values, allowing them to be used as simple tokens in your templates, pages and includes. This will serve to mitigate the need of having to use a component just to include these in your HTML documents.
diff --git a/news/release/v1/2023/09/11/v1.2.0/index.html b/news/release/v1/2023/09/11/v1.2.0/index.html
index 76bc486..a0c12cf 100644
--- a/news/release/v1/2023/09/11/v1.2.0/index.html
+++ b/news/release/v1/2023/09/11/v1.2.0/index.html
@@ -85,7 +85,7 @@
WIPS Reporting During Release Buil
- Issue# 85: Report all WIPS to the console when building for release.
-
fusion.ssg will now report all WIPS for each release build cycle. These warnings will serve to prevent the unintended updating of web sites with missing HTML documents that should have been included but aren't because they are still marked as WIPS.
+
fusion.ssg will now report all WIPS for each release build cycle. These warnings will serve to prevent the unintended updating of websites with missing HTML documents that should have been included but aren't because they are still marked as WIPS.
Cache Busting