[Modified] Sitemap Generate Logic Add And Other Certification Links Add
This commit is contained in:
7
Gemfile
7
Gemfile
@@ -2,4 +2,9 @@ source 'https://rubygems.org'
|
||||
|
||||
gem 'webrick'
|
||||
# Run Google Page in local using "bundle exec jekyll s "
|
||||
gem "github-pages", group: :jekyll_plugins
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-last-modified-at'
|
||||
gem 'jekyll-sitemap'
|
||||
end
|
||||
|
||||
@@ -54,5 +54,11 @@ Each Section contains a number of units. **Below Table Link** containing informa
|
||||
|
||||
- [Practice Exam List](practice-exam/exams.md)
|
||||
|
||||
## Other AWS And Azure Certification Notes
|
||||
|
||||
- [AWS Developer Associate (DVA-C02)](https://certification.kananinirav.com/aws-developer-associate/)
|
||||
- [AWS Solutions Architect - Associate (SAA-C03)](https://certification.kananinirav.com/aws-solutions-architect-associate/)
|
||||
- [Microsoft Azure Fundamentals (AZ-900)](https://certification.kananinirav.com/az-900-microsoft-azure-fundamentals/)
|
||||
|
||||
#### If you find the content of this website interesting and helpful, use the “Buy me a Coffee” link below to buy me a coffee.
|
||||
<a href="https://www.buymeacoffee.com/kananinirav" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
||||
|
||||
14
_config.yml
14
_config.yml
@@ -29,3 +29,17 @@ 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,172 +1,25 @@
|
||||
---
|
||||
layout: null
|
||||
sitemap:
|
||||
exclude: 'yes'
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
{% 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 %}
|
||||
<url>
|
||||
<loc>https://kananinirav.com/</loc>
|
||||
<lastmod>2023-01-09T10:38:55+00: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-01-09T10:38:55+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://kananinirav.com/practice-exam/practice-exam-8.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-9.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-10.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-11.html</loc>
|
||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
<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 %}
|
||||
</url>
|
||||
{% endfor %}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user