mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -05:00
adding sitemap
This commit is contained in:
parent
1bfa4c0f5e
commit
47a0a00936
4 changed files with 14 additions and 6 deletions
|
@ -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
8
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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
4
public/robots.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://astro-modern-personal-website.netlify.app/sitemap-index.xml
|
Loading…
Reference in a new issue