Skip to content

Commit

Permalink
Deployed a861afd with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
jkmnt committed Aug 6, 2024

Verified

This commit was signed with the committer’s verified signature.
filiptibell Filip Tibell
1 parent a545c7f commit 402f2db
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions format/index.html
Original file line number Diff line number Diff line change
@@ -318,9 +318,9 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#intallation" class="md-nav__link">
<a href="#installation" class="md-nav__link">
<span class="md-ellipsis">
Intallation
Installation
</span>
</a>

@@ -401,7 +401,7 @@

<h1 id="formatting">Formatting</h1>
<p>HTML formatting is useful not only for aestetic, but also for reducing git diff noise. So htmf supplies the formatter tool based on well-known <a href="https://github.com/beautifier/js-beautify">js-beautify</a>. The tool is able to format HTML, JS and CSS.</p>
<h2 id="intallation">Intallation</h2>
<h2 id="installation">Installation</h2>
<div class="language-text copy highlight"><pre><span></span><code>pip install htmf-format
</code></pre></div>
<h2 id="usage">Usage</h2>
6 changes: 3 additions & 3 deletions lint/index.html
Original file line number Diff line number Diff line change
@@ -298,9 +298,9 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#intallation" class="md-nav__link">
<a href="#installation" class="md-nav__link">
<span class="md-ellipsis">
Intallation
Installation
</span>
</a>

@@ -419,7 +419,7 @@

<h1 id="linting">Linting</h1>
<p>The linting is implemented as <a href="https://www.pylint.org">Pylint</a> plugin, making it's easy to integrate HTML checks into the workflow.</p>
<h2 id="intallation">Intallation</h2>
<h2 id="installation">Installation</h2>
<div class="language-text copy highlight"><pre><span></span><code>pip install pylint-htmf
</code></pre></div>
<h2 id="simple-usage">Simple usage</h2>
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://jkmnt.github.io/htmf/</loc>
<lastmod>2024-08-05</lastmod>
<lastmod>2024-08-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://jkmnt.github.io/htmf/api/</loc>
<lastmod>2024-08-05</lastmod>
<lastmod>2024-08-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://jkmnt.github.io/htmf/format/</loc>
<lastmod>2024-08-05</lastmod>
<lastmod>2024-08-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://jkmnt.github.io/htmf/highlight/</loc>
<lastmod>2024-08-05</lastmod>
<lastmod>2024-08-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://jkmnt.github.io/htmf/lint/</loc>
<lastmod>2024-08-05</lastmod>
<lastmod>2024-08-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://jkmnt.github.io/htmf/rant/</loc>
<lastmod>2024-08-05</lastmod>
<lastmod>2024-08-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 402f2db

Please sign in to comment.