generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Leonid Belenkiy <[email protected]>
- Loading branch information
1 parent
7dfb8b6
commit dd460de
Showing
15 changed files
with
331 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,7 @@ title: "Exploring IT Operations Automation: Insights and Reflections" # the main | |
tagline: Nerd, books worm, Systems and Automation Engineer # it will display as the sub-title | ||
|
||
description: >- # used by seo meta and the atom feed | ||
Develop IT automation orchestration & boost your DevOps! Automate workflows, & crush time to market. Get tips & tools inside! #ITautomation #DevOps #VMware Aria. | ||
Develop IT automation orchestration & boost your DevOps! Automate workflows, & crush time to market. Get tips & tools inside! #ITautomation #DevOps #VMware Aria. #magic___^_^___line | ||
# Fill in the protocol & hostname for your site. | ||
# e.g. 'https://username.github.io', note that it does not end with a '/'. | ||
url: https://www.clouddepth.com | ||
|
@@ -40,12 +39,12 @@ social: | |
name: clouddepth.com | ||
email: [email protected] # change to your email address | ||
links: | ||
# The first element serves as the copyright owner's link | ||
# - https://twitter.com/username # change to your twitter homepage | ||
- https://github.com/unbrakabl3 # change to your github homepage | ||
# Uncomment below to add more social links | ||
# - https://www.facebook.com/username | ||
# - https://www.linkedin.com/in/username | ||
# The first element serves as the copyright owner's link | ||
# - https://twitter.com/username # change to your twitter homepage | ||
- https://github.com/unbrakabl3 # change to your github homepage | ||
# Uncomment below to add more social links | ||
# - https://www.facebook.com/username | ||
- https://www.linkedin.com/in/leonidbelenky/ | ||
|
||
google_site_verification: 50c3da3570db1150747c0368dff882 | ||
|
||
|
@@ -58,7 +57,7 @@ analytics: | |
goatcounter: | ||
id: unbreakabl3 | ||
google_analytics: | ||
# id: "G-X0290SPTZV" | ||
# id: "G-X0290SPTZV" | ||
|
||
goatcounter: | ||
id: unbreakabl3 | ||
|
@@ -97,8 +96,8 @@ comments: | |
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable | ||
# The active options are as follows: | ||
disqus: | ||
# comments: true | ||
# shortname: clouddepth-com # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname | ||
# comments: true | ||
# shortname: clouddepth-com # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname | ||
# utterances settings › https://utteranc.es/ | ||
utterances: | ||
repo: # <gh-username>/<repo> | ||
|
@@ -130,7 +129,7 @@ pwa: | |
# Usually its value is the `baseurl` of another website that | ||
# shares the same domain name as the current website. | ||
deny_paths: | ||
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA | ||
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA | ||
|
||
paginate: 10 | ||
|
||
|
@@ -156,30 +155,30 @@ collections: | |
sort_by: order | ||
|
||
defaults: | ||
- scope: | ||
path: "" # An empty string here means all files in the project | ||
type: posts | ||
values: | ||
layout: post | ||
comments: true # Enable comments in posts. | ||
toc: true # Display TOC column in posts. | ||
# DO NOT modify the following parameter unless you are confident enough | ||
# to update the code of all other post links in this project. | ||
permalink: /posts/:title/ | ||
- scope: | ||
path: _drafts | ||
values: | ||
comments: false | ||
- scope: | ||
path: "" | ||
type: tabs # see `site.collections` | ||
values: | ||
layout: page | ||
permalink: /:title/ | ||
- scope: | ||
path: assets/js/dist | ||
values: | ||
swcache: true | ||
- scope: | ||
path: "" # An empty string here means all files in the project | ||
type: posts | ||
values: | ||
layout: post | ||
comments: true # Enable comments in posts. | ||
toc: true # Display TOC column in posts. | ||
# DO NOT modify the following parameter unless you are confident enough | ||
# to update the code of all other post links in this project. | ||
permalink: /posts/:title/ | ||
- scope: | ||
path: _drafts | ||
values: | ||
comments: false | ||
- scope: | ||
path: "" | ||
type: tabs # see `site.collections` | ||
values: | ||
layout: page | ||
permalink: /:title/ | ||
- scope: | ||
path: assets/js/dist | ||
values: | ||
swcache: true | ||
|
||
sass: | ||
style: compressed | ||
|
@@ -194,14 +193,14 @@ compress_html: | |
envs: [development] | ||
|
||
exclude: | ||
- "*.gem" | ||
- "*.gemspec" | ||
- docs | ||
- tools | ||
- README.md | ||
- LICENSE | ||
- rollup.config.js | ||
- package*.json | ||
- "*.gem" | ||
- "*.gemspec" | ||
- docs | ||
- tools | ||
- README.md | ||
- LICENSE | ||
- rollup.config.js | ||
- package*.json | ||
|
||
jekyll-archives: | ||
enabled: [categories, tags] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.