Skip to content

Commit

Permalink
Deployed fb8dfef with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 25, 2024
1 parent 8331887 commit ea24b91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ <h1 id="website">Website</h1>
<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
80 text files.
80 unique files.
71 text files.
71 unique files.
0 files ignored.

github.com/AlDanial/cloc v 1.90 T=0.05 s (1474.8 files/s, 59028.2 lines/s)
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 80 311 33 2858
JavaScript 71 222 36 2543
-------------------------------------------------------------------------------
SUM: 80 311 33 2858
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>
Expand Down Expand Up @@ -374,5 +374,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-10-14 11:16:52.096231+00:00
Build Date UTC : 2024-10-25 17:06:06.917593+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-14</lastmod>
<lastmod>2024-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/architecture/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/blog/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/html-iframes/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/installation/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ea24b91

Please sign in to comment.