Skip to content

Commit

Permalink
Deployed 0a7c67f with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3DCoded committed Aug 15, 2024
1 parent 1fda3cd commit 8ff222a
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 21 deletions.
2 changes: 1 addition & 1 deletion devstatus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ <h2 id="planned-features">Planned Features</h2>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 7, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 12, 2024</span>
</span>


Expand Down
54 changes: 54 additions & 0 deletions overrides/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% if page.meta.comments %}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script src="https://giscus.app/client.js"
data-repo="3dcoded/DynamicMacros"
data-repo-id="R_kgDOMWPLtw"
data-category="General"
data-category-id="DIC_kwDOMWPLt84ChsQn"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="dark"
data-lang="en"
crossorigin="anonymous"
async>
</script>

<!-- Synchronize Giscus theme with palette -->
<script>
var giscus = document.querySelector("script[src*=giscus]")

// Set palette on initial load
var palette = __md_get("__palette")
if (palette && typeof palette.color === "object") {
var theme = palette.color.scheme === "slate"
? "transparent_dark"
: "light"

// Instruct Giscus to set theme
giscus.setAttribute("data-theme", theme)
}

// Register event handlers after documented loaded
document.addEventListener("DOMContentLoaded", function() {
var ref = document.querySelector("[data-md-component=palette]")
ref.addEventListener("change", function() {
var palette = __md_get("__palette")
if (palette && typeof palette.color === "object") {
var theme = palette.color.scheme === "slate"
? "transparent_dark"
: "light"

// Instruct Giscus to change theme
var frame = document.querySelector(".giscus-frame")
frame.contentWindow.postMessage(
{ giscus: { setConfig: { theme } } },
"https://giscus.app"
)
}
})
})
</script>
{% endif %}
38 changes: 19 additions & 19 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,97 +2,97 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://3dcoded.github.io/DynamicMacros/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/devstatus/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/examples/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/setup/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/extras/extras-ex1/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/extras/extras-ex2/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/extras/extras-ex3/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/extras/extras-intro/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/extras/extras-start/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/features/delayed/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/features/python/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/features/receivingvariables/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/features/recursion/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/features/utilities/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/features/variables/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/tutorial/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/tutorial/converting/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/tutorial/experimental/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3dcoded.github.io/DynamicMacros/tutorial/usingfeatures/</loc>
<lastmod>2024-08-12</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorial/experimental/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ <h2 id="macro-clusters">Macro Clusters</h2>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 31, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 12, 2024</span>
</span>


Expand Down

0 comments on commit 8ff222a

Please sign in to comment.