Skip to content

Commit

Permalink
Build the site
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 5, 2024
1 parent b71fac3 commit 6171995
Show file tree
Hide file tree
Showing 81 changed files with 166 additions and 96 deletions.
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/brand/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
64 changes: 63 additions & 1 deletion docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down Expand Up @@ -124,6 +124,68 @@ <h2>Upcoming changes</h2>
<h2>About the release cycle</h2>
<p>HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Development is made in the <a href="https://github.com/hydephp/develop">Hyde/Develop Monorepo</a>. Major and Minor release versions are made in the Develop project. These releases are synced to the Hyde and Framework projects, and are what this changelog file tracks. Patch release versions are made in the Framework and Hyde projects independently. See <a href="https://github.com/hydephp/develop#releases">https://github.com/hydephp/develop#releases</a> for more information.</p>
<!-- CHANGELOG_START -->
<h2><a href="https://github.com/hydephp/develop/releases/tag/1.7.0">1.7.0</a> - 2024-07-05</h2>
<h3>Added</h3>
<ul>
<li>Added support for using HTML comments to create Markdown code block filepath labels in <a href="https://github.com/hydephp/develop/pull/1693">https://github.com/hydephp/develop/pull/1693</a>
</li>
<li>Added a config option to disable the theme toggle buttons to automatically use browser settings in <a href="https://github.com/hydephp/develop/pull/1697">https://github.com/hydephp/develop/pull/1697</a>
</li>
<li>You can now specify which path to open when using the <code>--open</code> option in the serve command in <a href="https://github.com/hydephp/develop/pull/1694">https://github.com/hydephp/develop/pull/1694</a>
</li>
<li>Added a <code>--format=json</code> option to the <code>route:list</code> command in <a href="https://github.com/hydephp/develop/pull/1724">https://github.com/hydephp/develop/pull/1724</a>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>When a navigation group is set in front matter, it will now be used regardless of the subdirectory configuration in <a href="https://github.com/hydephp/develop/pull/1703">https://github.com/hydephp/develop/pull/1703</a> (fixes <a href="https://github.com/hydephp/develop/issues/1515">https://github.com/hydephp/develop/issues/1515</a>)</li>
<li>Use late static bindings to support overriding data collections file finding in <a href="https://github.com/hydephp/develop/pull/1717">https://github.com/hydephp/develop/pull/1717</a> (fixes <a href="https://github.com/hydephp/develop/issues/1716">https://github.com/hydephp/develop/issues/1716</a>)</li>
<li>Method <code>Hyde::hasSiteUrl()</code> now returns false if the site URL is for localhost in <a href="https://github.com/hydephp/develop/pull/1726">https://github.com/hydephp/develop/pull/1726</a>
</li>
<li>Method <code>Hyde::url()</code> will now return a relative URL instead of throwing an exception when supplied a path even if the site URL is not set in <a href="https://github.com/hydephp/develop/pull/1726">https://github.com/hydephp/develop/pull/1726</a>
</li>
<li>Updated the <code>.env.example</code> file to contain more details on the site URL setting's usages in <a href="https://github.com/hydephp/develop/pull/1746">https://github.com/hydephp/develop/pull/1746</a>
</li>
<li>Added a version prefix to the sitemap's generator attribute in <a href="https://github.com/hydephp/develop/pull/1767">https://github.com/hydephp/develop/pull/1767</a>
</li>
<li>Setting a site name in the Yaml config file will now influence all configuration values where this is used, unless already set, in <a href="https://github.com/hydephp/develop/pull/1770">https://github.com/hydephp/develop/pull/1770</a> and <a href="https://github.com/hydephp/develop/pull/1773">https://github.com/hydephp/develop/pull/1773</a>
</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecated the global <code>unslash()</code> function, replaced with the existing namespaced <code>\Hyde\unslash()</code> function in <a href="https://github.com/hydephp/develop/pull/1753">https://github.com/hydephp/develop/pull/1753</a>
</li>
<li>Deprecated the <code>BaseUrlNotSetException</code> class in <a href="https://github.com/hydephp/develop/pull/1759">https://github.com/hydephp/develop/pull/1759</a>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The Git version is no longer displayed in the debug screen and dashboard in <a href="https://github.com/hydephp/develop/pull/1756">https://github.com/hydephp/develop/pull/1756</a>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed explicitly set front matter navigation group behavior being dependent on subdirectory configuration, fixing <a href="https://github.com/hydephp/develop/issues/1515">https://github.com/hydephp/develop/issues/1515</a> in <a href="https://github.com/hydephp/develop/pull/1703">https://github.com/hydephp/develop/pull/1703</a>
</li>
<li>Fixed DataCollections file finding method not being able to be overridden <a href="https://github.com/hydephp/develop/issues/1716">https://github.com/hydephp/develop/issues/1716</a> in <a href="https://github.com/hydephp/develop/pull/1717">https://github.com/hydephp/develop/pull/1717</a>
</li>
<li>Fixed PHP warning when trying to parse a Markdown file with just front matter without body <a href="https://github.com/hydephp/develop/issues/1705">https://github.com/hydephp/develop/issues/1705</a> in <a href="https://github.com/hydephp/develop/pull/1728">https://github.com/hydephp/develop/pull/1728</a>
</li>
<li>Fixed <a href="https://github.com/hydephp/develop/issues/1748">https://github.com/hydephp/develop/issues/1748</a> by normalizing generator version prefixes in <a href="https://github.com/hydephp/develop/pull/1767">https://github.com/hydephp/develop/pull/1767</a>
</li>
<li>Yaml data files no longer need to start with triple dashes to be parsed by DataCollections in <a href="https://github.com/hydephp/develop/pull/1733">https://github.com/hydephp/develop/pull/1733</a>
</li>
<li>Updated the Hyde URL helper to not modify already qualified URLs in <a href="https://github.com/hydephp/develop/pull/1757">https://github.com/hydephp/develop/pull/1757</a>
</li>
</ul>
<h3>Extra information</h3>
<p>This release contains changes to how HydePHP behaves when a site URL is not set by the user.</p>
<p>These changes are made to reduce the chance of the default <code>localhost</code> value showing up in production environments.</p>
<p>Most notably, HydePHP now considers that default site URL <code>localhost</code> to mean that a site URL is not set, as the user has not set it.
This means that things like automatic canonical URLs will not be added, as Hyde won't know how to make them without a site URL.
The previous behaviour was that Hyde used <code>localhost</code> in canonical URLs, which is never useful in production environments.</p>
<p>For this reason, we felt it worth it to make this change in a minor release, as it has a such large benefit for sites.</p>
<p>You can read more about the details and design decisions of this change in the following pull request <a href="https://github.com/hydephp/develop/pull/1726">https://github.com/hydephp/develop/pull/1726</a>.</p>
<h2><a href="https://github.com/hydephp/develop/releases/tag/1.6.0">1.6.0</a> - 2024-04-17</h2>
<h3>Added</h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/code-of-conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
14 changes: 7 additions & 7 deletions docs/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down Expand Up @@ -117,7 +117,7 @@ <h2 class="text-2xl md:text-3-xl lg:text-4xl font-black text-slate-700 dark:text
HydePHP Statistics
</h2>
<p class="text-lg prose dark:prose-invert text-center mx-auto">
Data compiled 2024-06-08 14:29:12.
Data compiled 2024-07-05 13:11:28.
See more at <a href="https://packagist.org/packages/hyde/framework/stats">Packagist</a>
and the <a href="https://git.desilva.se/GitHubAnalyticsExplorer/">Open GitHub Data Analytics Explorer</a>
</p>
Expand All @@ -129,16 +129,16 @@ <h2 class="text-2xl md:text-3-xl lg:text-4xl font-black text-slate-700 dark:text
<div class="bg-white text-slate-900 p-4 pb-8 rounded-lg shadow-xl h-full relative">
<h3 class="font-bold text-2xl text-center mb-3 pb-3">Total Downloads</h3>
<strong id="counter-framework-downloads-total" class="text-5xl font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-purple-500 to-red-600">
15,229
16,804
</strong>
<span class="opacity-75 hover:opacity-100 transition-opacity absolute top-4 right-4 cursor-help text-lg" title="Total downloads for the Hyde/Framework package, counted by packagist.org 2024-06-08 14:29:13">&#9432;</span>
<span class="opacity-75 hover:opacity-100 transition-opacity absolute top-4 right-4 cursor-help text-lg" title="Total downloads for the Hyde/Framework package, counted by packagist.org 2024-07-05 13:11:33">&#9432;</span>
</div>
</div>
<div class="my-4 px-4 w-full md:w-1/2 xl:w-1/3 max-w-md h-auto">
<div class="bg-white text-slate-900 p-4 pb-8 rounded-lg shadow-xl h-full relative">
<h3 class="font-bold text-2xl text-center mb-3 pb-3">Weekly GitHub Views</h3>
<strong id="weekly-views-total" class="text-5xl font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-purple-500 to-red-600">
63
0
</strong>
<span class="opacity-75 hover:opacity-100 transition-opacity absolute top-4 right-4 cursor-help text-lg" title="Average weekly data for hydephp/framework, hydephp/hyde, and hydephp/hydefront, based on the last week.">&#9432;</span>
</div>
Expand All @@ -147,9 +147,9 @@ <h3 class="font-bold text-2xl text-center mb-3 pb-3">Weekly GitHub Views</h3>
<div class="bg-white text-slate-900 p-4 pb-8 rounded-lg shadow-xl h-full relative">
<h3 class="font-bold text-2xl text-center mb-3 pb-3">Lines of Code</h3>
<strong id="counter-lines-total" class="text-5xl font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-purple-500 to-red-600">
11,078
11,154
</strong>
<span class="opacity-75 hover:opacity-100 transition-opacity absolute top-4 right-4 cursor-help text-lg" title="Total lines of code in the Hyde monorepo, counted 2024-06-08 14:29:13">&#9432;</span>
<span class="opacity-75 hover:opacity-100 transition-opacity absolute top-4 right-4 cursor-help text-lg" title="Total lines of code in the Hyde monorepo, counted 2024-07-05 13:11:33">&#9432;</span>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/advanced-customization.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/advanced-features.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/advanced-markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/architecture-concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/autodiscovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/automatic-routing.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/blog-posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/1.x/build-tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<style>[x-cloak] {display: none!important}</style>


<link rel="stylesheet" href="../../media/app.css?v=9fe175e4052782a4e6b74a1b2b06a7bc">
<link rel="stylesheet" href="../../media/app.css?v=7a9cf143a731589dced5bfc3e713bc8d">



Expand Down
Loading

0 comments on commit 6171995

Please sign in to comment.