File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ ignore = [
2020
2121# RSS
2222
23+ generate_sitemap = false
2324generate_rss = true
2425website_title = "Brian C. Ferrari's Website"
2526website_descr = "A personal blog about random things."
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments