Skip to content

Commit 5fc91e3

Browse files
author
emmanue1
committed
Add sitemap.xml
1 parent abff8d6 commit 5fc91e3

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://java-decompiler.github.io/</loc>
5+
<lastmod>2019-05-26</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1</priority>
8+
</url>
9+
</urlset>

website/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task prepareIndexHtml {
5252
task copyFiles {
5353
dependsOn prepareIndexHtml
5454
doLast {
55-
['src/.htaccess', 'src/favicon.ico', 'src/google8db921c12949ed8c.html', 'build/html/index.html'].each { file -> ant.copy(file: file, todir: '..') }
55+
['src/.htaccess', 'src/favicon.ico', 'src/google8db921c12949ed8c.html', 'src/sitemap.xml', 'build/html/index.html'].each { file -> ant.copy(file: file, todir: '..') }
5656
}
5757
}
5858

website/src/sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://java-decompiler.github.io/</loc>
5+
<lastmod>2019-05-26</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)