Skip to content

Commit

Permalink
add hostprofiles post
Browse files Browse the repository at this point in the history
Signed-off-by: Leonid Belenkiy <[email protected]>
  • Loading branch information
unbreakabl3 committed Jun 10, 2024
1 parent 7dfb8b6 commit dd460de
Show file tree
Hide file tree
Showing 15 changed files with 331 additions and 49 deletions.
87 changes: 43 additions & 44 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -58,7 +57,7 @@ analytics:
goatcounter:
id: unbreakabl3
google_analytics:
# id: "G-X0290SPTZV"
# id: "G-X0290SPTZV"

goatcounter:
id: unbreakabl3
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
#
# - type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage
- type: linkedin
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
url: 'https://www.linkedin.com/in/leonidbelenky/' # Fill with your Linkedin homepage
#
# - type: stack-overflow
# icon: 'fab fa-stack-overflow'
Expand Down
Loading

0 comments on commit dd460de

Please sign in to comment.