Skip to content

Commit

Permalink
Deployed 9dc64e0 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 5, 2023
1 parent dbb3dc6 commit 741cc6f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assets/images/bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ body {
width: auto;
}

.md-footer {
background-color: #16181d;
}

.blog-post-extra img {
border-radius: 100%;
height: 2rem;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@

.tx-container {
background: url("/assets/images/bg.svg") no-repeat bottom,
linear-gradient(to bottom,var(--md-primary-fg-color),rgb(140, 126, 109) 99%,var(--md-footer-bg-color) 99%);
linear-gradient(to bottom,var(--md-primary-fg-color),rgb(177, 141, 96) 99%,var(--md-footer-bg-color) 99%);
flex: 1;
position: relative;
}
Expand All @@ -382,13 +382,14 @@

.tx-hero h1 {
margin-bottom: 12px;
color: currentColor;
color: white;
font-weight: 800;
font-size: 40px;
}

.tx-hero h2 {
margin: 0;
margin: 0;
color: white;
font-size: 1.1em;
}

Expand Down Expand Up @@ -451,7 +452,6 @@
.tx-hero h1 {
margin-top: 70px;
margin-bottom: 20px;
color: currentColor;
font-weight: 800;
font-size: 70px;
}
Expand Down
16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://repath.studio/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/contribute/CONTRIBUTING/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/contribute/cla/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/contribute/translate/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/docs/shortcuts/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/get-studio/build-from-source/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/get-studio/download/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://repath.studio/roadmap/changelog/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-05</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 741cc6f

Please sign in to comment.