Skip to content

Commit

Permalink
chore(docs): fix title
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 committed Dec 27, 2024
1 parent 6b8f3c9 commit 0242afa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
19 changes: 11 additions & 8 deletions _data/en/publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ i18n:
custom_url_btn_title_prefix: "Read on "
youtube_btn_title: "Watch on YouTube"
cloud_yuga_btn_title: "Run lab on CloudYuga"
custom_url_btn_title: "Read more"

articles:
#- title: TITLE
Expand Down Expand Up @@ -65,14 +66,16 @@ articles:
<p>In this tutorial, you will get to know GitOps and the GitOps agent werf.
<br><br>
After finishing this tutorial, you will know about the core ideas of GitOps. You will know how to setup an end-to-end GitOps workflow using werf and will be able to deploy applications to different environments (development, production) with a simple commit.</p>
# - title: "Werf: Pioneering the Future of CI/CD — A Close Look at the CNCF’s Noteworthy Addition to the DevOps Landscape"
# medium_url: "https://itnext.io/werf-pioneering-the-future-of-ci-cd-a-close-look-at-the-cncfs-noteworthy-addition-to-the-b61a7260e0a2"
# img: "/assets/images/publications/en_110723.jpeg"
# created: 2023-07-11
# comment: |
# <p>Welcome to this blog post, where we explore the fascinating world of Werf a remarkable CI/CD tool that is transforming the way we approach software development and deployment.
# <br><br>
# As a standout member of the CNCF (Cloud Native Computing Foundation) project family, Werf brings a fresh perspective and cutting-edge capabilities to the ever-evolving field of DevOps.</p>
- title: "Werf: Pioneering the Future of CI/CD — A Close Look at the CNCF’s Noteworthy Addition to the DevOps Landscape"
custom_urls:
- service_name: github.io
url: "https://seifrajhi.github.io/blog/werf-ci-cd-cncf/"
img: "/assets/images/publications/en_110723.jpeg"
created: 2023-07-11
comment: |
<p>Welcome to this blog post, where we explore the fascinating world of Werf a remarkable CI/CD tool that is transforming the way we approach software development and deployment.
<br><br>
As a standout member of the CNCF (Cloud Native Computing Foundation) project family, Werf brings a fresh perspective and cutting-edge capabilities to the ever-evolving field of DevOps.</p>
- title: "Why werf for CI/CD in Kubernetes?"
youtube_url: "https://www.youtube.com/watch?v=OK9fSBxFN0c"
custom_urls:
Expand Down
3 changes: 3 additions & 0 deletions _includes/_common/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ <h2 class="publications-page__title">{{ page.title }}</h2>
{%- endif %}
{%- for custom in publication.custom_urls %}
<a href="{{ custom.url }}" class="publications__btn" target="_blank">
{%- if custom.service_name == "github.io" %}
{{ i18n.custom_url_btn_title }}{{ custom.service_name }}
{%- endif}
{{ i18n.custom_url_btn_title_prefix }}{{ custom.service_name }}
</a>
{%- endfor -%}
Expand Down

0 comments on commit 0242afa

Please sign in to comment.