adding sitemap

This commit is contained in:
Manuel Ernesto Garcia 2022-10-26 10:10:01 -04:00
parent 1bfa4c0f5e
commit 47a0a00936
4 changed files with 14 additions and 6 deletions

View file

@ -194,6 +194,10 @@ For change the template theme change the `data-theme` atribute of the `<html>` t
You can chose among 30 themes available or create your custom theme. See themes available [here](https://daisyui.com/docs/themes/). You can chose among 30 themes available or create your custom theme. See themes available [here](https://daisyui.com/docs/themes/).
## Sitemap
The Sitemap is generated automatically when you build your website in the root of the domain. Please update the `robots.txt` file in the public folder with your site name URL for the Sitemap.
## Deploy ## Deploy
You can deploy your site on your favorite static hosting service such as Vercel, Netlify, GitHub Pages, etc. You can deploy your site on your favorite static hosting service such as Vercel, Netlify, GitHub Pages, etc.

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "Sstro Personal Website Template", "name": "Astro Modern Personal Website",
"version": "0.0.1", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Sstro Personal Website Template", "name": "Astro Modern Personal Website",
"version": "0.0.1", "version": "1.1.0",
"dependencies": { "dependencies": {
"@astrojs/mdx": "^0.11.1", "@astrojs/mdx": "^0.11.1",
"@astrojs/rss": "^1.0.1", "@astrojs/rss": "^1.0.1",

View file

@ -1,8 +1,8 @@
{ {
"name": "Astro Modern Personal Website", "name": "Astro Modern Personal Website",
"description": "Astro Modern personal website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.", "description": "Astro Modern personal website template with Project Section, CV Section, Paginated Blog, Shop, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.",
"type": "module", "type": "module",
"version": "1.1.0", "version": "1.1.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

4
public/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://astro-modern-personal-website.netlify.app/sitemap-index.xml