[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.'
|
||||
show_downloads: false
|
||||
|
||||
plugins:
|
||||
- jekyll-sitemap
|
||||
- jekyll-last-modified-at
|
||||
|
||||
github:
|
||||
repository_url: '/'
|
||||
owner_url: "https://portfolio.kananinirav.com/"
|
||||
@@ -33,17 +29,3 @@ giscus:
|
||||
crossorigin: "anonymous"
|
||||
input-position: "top"
|
||||
loading: "lazy"
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
values:
|
||||
sitemap: true
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: "README.md"
|
||||
values:
|
||||
sitemap:
|
||||
priority: 1.00
|
||||
189
sitemap.xml
189
sitemap.xml
@@ -1,25 +1,172 @@
|
||||
---
|
||||
layout: null
|
||||
sitemap:
|
||||
exclude: 'yes'
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
{% if page.xsl %}
|
||||
<?xml-stylesheet type="text/xsl" href="{{ "/sitemap.xsl" | absolute_url }}"?>
|
||||
{% endif %}
|
||||
<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">
|
||||
{% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %}
|
||||
{% for page in pages %}
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
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">
|
||||
<url>
|
||||
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
||||
{% if page.last_modified_at %}
|
||||
<lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
|
||||
{% endif %}
|
||||
{% if page.sitemap.priority %}
|
||||
<priority>{{ page.sitemap.priority }}</priority>
|
||||
{% else %}
|
||||
<priority>0.8</priority>
|
||||
{% endif %}
|
||||
<loc>https://kananinirav.com/</loc>
|
||||
<lastmod>2023-03-23T18:04:20+09:00</lastmod>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://kananinirav.com/sections/cloud_computing.html</loc>
|
||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://kananinirav.com/sections/iam.html</loc>
|
||||
<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>
|
||||
{% endfor %}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user