Skip to content

Commit

Permalink
Deployed 7e45619 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Nov 1, 2024
1 parent ea24b91 commit d51f024
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
18 changes: 1 addition & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,6 @@
<h1 id="website">Website</h1>
<p><a href="https://www.gnu.org/licenses/gpl-3.0"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" /></a>
<a href="https://github.com/dwyl/esta/issues"><img alt="Contributing" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" /></a></p>
<p>Chess developers and business owners can now run their own open-source chess platform more easily than ever before because the ChesslaBlab website is super-duper simple to install and set up. To give you an idea of its simplicity, the Website's <a href="https://github.com/chesslablab/website/tree/main/assets/js">assets/js</a> folder contains less than 3,000 lines of JavaScript code.</p>
<pre><code class="language-text">cloc assets/js
71 text files.
71 unique files.
0 files ignored.

github.com/AlDanial/cloc v 1.90 T=0.05 s (1570.8 files/s, 61970.5 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JavaScript 71 222 36 2543
-------------------------------------------------------------------------------
SUM: 71 222 36 2543
-------------------------------------------------------------------------------
</code></pre>
<p>This is made possible with object-oriented programming (OOP) using <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#importing_modules_using_import_maps">JavaScript modules</a>. Now you can get rid of libraries and frameworks like React, Vue, Next.js, as well as transpilers, bundlers and so on. The ChesslaBlab website is written using OOP and the DOM.</p>
<h2 id="available-environments">Available Environments</h2>
<h3 id="development">Development</h3>
<p>The following repositories are required to run a complete chess platform in a local development environment:</p>
Expand Down Expand Up @@ -374,5 +358,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-10-25 17:06:06.917593+00:00
Build Date UTC : 2024-11-01 10:32:13.567220+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://chesslablab.github.io/website/</loc>
<lastmod>2024-10-25</lastmod>
<lastmod>2024-11-01</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/architecture/</loc>
<lastmod>2024-10-25</lastmod>
<lastmod>2024-11-01</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/blog/</loc>
<lastmod>2024-10-25</lastmod>
<lastmod>2024-11-01</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/html-iframes/</loc>
<lastmod>2024-10-25</lastmod>
<lastmod>2024-11-01</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/installation/</loc>
<lastmod>2024-10-25</lastmod>
<lastmod>2024-11-01</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit d51f024

Please sign in to comment.