Skip to content

Commit 230f449

Browse files
committed
use manually made sitemap
1 parent 20aa233 commit 230f449

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ignore = [
2020

2121
# RSS
2222

23+
generate_sitemap = false
2324
generate_rss = true
2425
website_title = "Brian C. Ferrari's Website"
2526
website_descr = "A personal blog about random things."

sitemap.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
2+
<url>
3+
<loc>https://cavenfish.github.io/</loc>
4+
</url>
5+
<url>
6+
<loc>https://cavenfish.github.io/pages/software/</loc>
7+
</url>
8+
<url>
9+
<loc>https://cavenfish.github.io/YetAnotherSimulationSuite.jl/dev/</loc>
10+
</url>
11+
<url>
12+
<loc>https://cavenfish.github.io/AcademicWebsite.jl/</loc>
13+
</url>
14+
<url>
15+
<loc>https://cavenfish.github.io/pages/blog/gallery/pigeons/</loc>
16+
</url>
17+
<url>
18+
<loc>https://cavenfish.github.io/pages/blog/coding/cvr_example/</loc>
19+
</url>
20+
<url>
21+
<loc>https://cavenfish.github.io/pages/aboutMe/</loc>
22+
</url>
23+
<url>
24+
<loc>https://cavenfish.github.io/pages/blog/</loc>
25+
</url>
26+
<url>
27+
<loc>https://cavenfish.github.io/pages/blog/coding/julia_tips/</loc>
28+
</url>
29+
<url>
30+
<loc>https://cavenfish.github.io/pages/blog/product_reviews/climbing_shoes/</loc>
31+
</url>
32+
</urlset>

0 commit comments

Comments
 (0)