[Modify] Sitemap Changes Revert GitHub Pages Auto Building Not Supported
This commit is contained in:
18
_config.yml
18
_config.yml
@@ -4,10 +4,6 @@ title: 'AWS Cloud Practitioner Study Notes'
|
|||||||
description: 'If you are preparing for AWS Cloud Practitioner Exam, this guide will help you with quick revision before the exam. I share the notes I used to study and pass exam.'
|
description: 'If you are preparing for AWS Cloud Practitioner Exam, this guide will help you with quick revision before the exam. I share the notes I used to study and pass exam.'
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
|
|
||||||
plugins:
|
|
||||||
- jekyll-sitemap
|
|
||||||
- jekyll-last-modified-at
|
|
||||||
|
|
||||||
github:
|
github:
|
||||||
repository_url: '/'
|
repository_url: '/'
|
||||||
owner_url: "https://portfolio.kananinirav.com/"
|
owner_url: "https://portfolio.kananinirav.com/"
|
||||||
@@ -33,17 +29,3 @@ giscus:
|
|||||||
crossorigin: "anonymous"
|
crossorigin: "anonymous"
|
||||||
input-position: "top"
|
input-position: "top"
|
||||||
loading: "lazy"
|
loading: "lazy"
|
||||||
|
|
||||||
defaults:
|
|
||||||
-
|
|
||||||
scope:
|
|
||||||
path: ""
|
|
||||||
values:
|
|
||||||
sitemap: true
|
|
||||||
defaults:
|
|
||||||
-
|
|
||||||
scope:
|
|
||||||
path: "README.md"
|
|
||||||
values:
|
|
||||||
sitemap:
|
|
||||||
priority: 1.00
|
|
||||||
193
sitemap.xml
193
sitemap.xml
@@ -1,25 +1,172 @@
|
|||||||
---
|
|
||||||
layout: null
|
|
||||||
sitemap:
|
|
||||||
exclude: 'yes'
|
|
||||||
---
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
{% if page.xsl %}
|
<urlset
|
||||||
<?xml-stylesheet type="text/xsl" href="{{ "/sitemap.xsl" | absolute_url }}"?>
|
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
{% endif %}
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
||||||
{% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %}
|
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
{% for page in pages %}
|
<url>
|
||||||
<url>
|
<loc>https://kananinirav.com/</loc>
|
||||||
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
<lastmod>2023-03-23T18:04:20+09:00</lastmod>
|
||||||
{% if page.last_modified_at %}
|
<priority>1.00</priority>
|
||||||
<lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
|
</url>
|
||||||
{% endif %}
|
<url>
|
||||||
{% if page.sitemap.priority %}
|
<loc>https://kananinirav.com/sections/cloud_computing.html</loc>
|
||||||
<priority>{{ page.sitemap.priority }}</priority>
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
{% else %}
|
<priority>0.80</priority>
|
||||||
<priority>0.8</priority>
|
</url>
|
||||||
{% endif %}
|
<url>
|
||||||
</url>
|
<loc>https://kananinirav.com/sections/iam.html</loc>
|
||||||
{% endfor %}
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/ec2.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/ec2_storage.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/elb_asg.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/s3.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/databases.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/other_compute.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/deploying.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/global_infrastructure.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/cloud_integration.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/cloud_monitoring.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/vpc.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/security_compliance.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/machine_learning.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/account_management_billing_support.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/advanced_identity.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/other_aws_services.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/sections/architecting_and_ecosystem.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/exams.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>1.00</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-1.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-2.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-3.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-4.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/study-guide.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-5.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-6.html</loc>
|
||||||
|
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-7.html</loc>
|
||||||
|
<lastmod>2023-03-07T09:19:40+09:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-8.html</loc>
|
||||||
|
<lastmod>2023-03-07T09:19:40+09:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-9.html</loc>
|
||||||
|
<lastmod>2023-03-07T09:19:40+09:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-10.html</loc>
|
||||||
|
<lastmod>2023-03-08T09:48:44+09:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://kananinirav.com/practice-exam/practice-exam-11.html</loc>
|
||||||
|
<lastmod>2023-03-08T09:48:44+09:00</lastmod>
|
||||||
|
<priority>0.80</priority>
|
||||||
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
Reference in New Issue
Block a user