-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* small changes small changes Signed-off-by: Volkan Özçelik <[email protected]> * modifications in blog navigation Signed-off-by: Volkan Özçelik <[email protected]> * whitespace Signed-off-by: Volkan Özçelik <[email protected]> * whitespace Signed-off-by: Volkan Özçelik <[email protected]> * whitespace Signed-off-by: Volkan Özçelik <[email protected]> * whitespace Signed-off-by: Volkan Özçelik <[email protected]> * whitespace Signed-off-by: Volkan Özçelik <[email protected]> * extra instruction for release management. * added videos * doc change * OpenSSF * typo --------- Signed-off-by: Volkan Özçelik <[email protected]>
- Loading branch information
Showing
15 changed files
with
345 additions
and
25 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
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
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<div class="page-wrapper" tabindex="-1" role="main"> | ||
{% if page.cover %} | ||
<img src="{{ page.cover }}" | ||
width="100%" | ||
height="{{ page.cover_height | default: '100%' }}" | ||
alt="{{ page.title | escape }}" | ||
style="object-fit: cover;" | ||
/> | ||
{% endif %} | ||
|
||
<div class="page-inner"> | ||
<div id="book-search-results"> | ||
<div class="search-noresults"> | ||
<section class="normal markdown-section"> | ||
<p><a href="/">VSecM Home</a> | ||
<svg style="vertical-align: middle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16"><defs></defs><path d="M4 13.609333333333334 3.0573333333333332 12.666666666666666l4.666666666666666 -4.666666666666666 -4.666666666666666 -4.666666666666666L4 2.3906666666666663 9.609333333333332 8 4 13.609333333333334z" fill="#000000" stroke-width="0.6666666666666666"></path><path d="M7.333333333333333 13.609333333333334 6.390666666666666 12.666666666666666l4.666666666666666 -4.666666666666666 -4.666666666666666 -4.666666666666666L7.333333333333333 2.3906666666666663 12.942666666666668 8 7.333333333333333 13.609333333333334z" fill="#000000" stroke-width="0.6666666666666666"></path></svg> | ||
<a href="/docs/blog/">VSecM Blog</a> | ||
|
||
<svg style="vertical-align: middle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16"><defs></defs><path d="M8 9.609333333333332 2.3906666666666663 4 3.333333333333333 3.0573333333333332l4.666666666666666 4.666666666666666 4.666666666666666 -4.666666666666666L13.609333333333334 4 8 9.609333333333332z" fill="#000000" stroke-width="0.6666666666666666"></path><path d="M8 12.942666666666668 2.3906666666666663 7.333333333333333 3.333333333333333 6.390666666666666l4.666666666666666 4.666666666666666 4.666666666666666 -4.666666666666666L13.609333333333334 7.333333333333333 8 12.942666666666668z" fill="#000000" stroke-width="0.6666666666666666"></path></svg> | ||
|
||
</p> | ||
|
||
{% if page.title %} | ||
<h1 id="{{ page.id }}">{{ page.title | escape }}</h1> | ||
{% else %} | ||
<h1 id="{{ page.id }}">{{ site.title | escape }}</h1> | ||
{% endif %} | ||
|
||
<p class="blog-author-info">by <a href="{{ page.author_link }}" | ||
><strong>{{ page.author }}</strong></a><span style="display:inline-block;padding:0 4px">·</span><span | ||
>{{ page.published_at }}</span></p> | ||
|
||
{{ content }} | ||
|
||
{%- if jekyll.environment != 'dev' and site.disqushandler -%} | ||
{%- include disqus.html -%} | ||
{%- endif -%} | ||
</section> | ||
</div> | ||
|
||
{%- include search.html -%} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% include mathjax.html %} | ||
|
||
|
||
<p class="copyright"> | ||
Copyright © 2023-present VMware, Inc.<br><br> | ||
<strong>VMware Secrets Manager</strong> for Cloud-Native Apps<br> | ||
code is distributed under <a href="https://github.com/vmware-tanzu/secrets-manager/blob/main/LICENSE">BSD 2-Clause License</a>.<br> | ||
<br> | ||
The documentation on this website<br> | ||
is distributed under <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>. | ||
<br><br> | ||
<a href="https://vsecm.com/docs/community/">contact</a> | | ||
<a href="https://vsecm.com/docs/privacy/">privacy policy</a> | ||
<br><br> | ||
</p> |
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
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<div class="page-wrapper" tabindex="-1" role="main"> | ||
{% if page.cover %} | ||
<img src="{{ page.cover }}" | ||
width="100%" | ||
height="{{ page.cover_height | default: '100%' }}" | ||
alt="{{ page.title | escape }}" | ||
style="object-fit: cover;" | ||
/> | ||
{% endif %} | ||
|
||
<div class="page-inner"> | ||
<div id="book-search-results"> | ||
<div class="search-noresults"> | ||
<section class="normal markdown-section"> | ||
<h1>VMware Secrets Manager Blog</h1> | ||
|
||
{% for collection in site.collections %} | ||
{% if collection.output %} | ||
{% if collection.label == "posts" %} | ||
{% assign reversed_posts = site[collection.label] | reverse %} | ||
{% else %} | ||
{% assign reversed_posts = site[collection.label] %} | ||
{% endif %} | ||
|
||
{% for post in reversed_posts %} | ||
|
||
|
||
{% if post.kind == "VSecMBlog" %} | ||
<a href="{{site.baseurl}}{{post.url}}" class="blog-listing-link"> | ||
<h2>{{ post.title | escape }}</h2> | ||
<p>{{ post.excerpt | truncate: 250, "…" }}</p> | ||
<p class="blog-author-info">by <span | ||
><strong>{{ post.author }}</strong></span><span | ||
style="display:inline-block;padding:0 4px">·</span><span | ||
>{{ post.published_at }}</span></p> | ||
</a> | ||
{% endif %} | ||
{% endfor %} | ||
|
||
{% if reversed_posts.size > 0 %} | ||
{% endif %} | ||
{% endif %} | ||
{% endfor %} | ||
|
||
|
||
|
||
|
||
{%- if jekyll.environment != 'dev' and site.disqushandler -%} | ||
{%- include disqus.html -%} | ||
{%- endif -%} | ||
</section> | ||
</div> | ||
|
||
{%- include search.html -%} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% include mathjax.html %} | ||
|
||
|
||
<p class="copyright"> | ||
Copyright © 2023-present VMware, Inc.<br><br> | ||
<strong>VMware Secrets Manager</strong> for Cloud-Native Apps<br> | ||
code is distributed under <a href="https://github.com/vmware-tanzu/secrets-manager/blob/main/LICENSE">BSD 2-Clause License</a>.<br> | ||
<br> | ||
The documentation on this website<br> | ||
is distributed under <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>. | ||
<br><br> | ||
<a href="https://vsecm.com/docs/community/">contact</a> | | ||
<a href="https://vsecm.com/docs/privacy/">privacy policy</a> | ||
<br><br> | ||
</p> |
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en" > | ||
<head> | ||
|
||
{%- include head.html -%} | ||
|
||
{% if page.previous %} | ||
<link rel="prev" href="{{site.baseurl}}{{page.previous.url}}" /> | ||
{% else %} | ||
<link rel="prev" href="{{site.baseurl}}/" /> | ||
{% endif %} | ||
|
||
{% if page.next %} | ||
<link rel="next" href="{{site.baseurl}}{{page.next.url}}" /> | ||
{% endif %} | ||
</head> | ||
<body> | ||
<div class="book"> | ||
<h1>home sweet home</h1> | ||
|
||
|
||
{%- include toc-date.html -%} | ||
|
||
<div class="book-body"> | ||
<div class="book-header" role="navigation"> | ||
<!-- Title --> | ||
<h1> | ||
<i class="fa fa-circle-o-notch fa-spin"></i> | ||
{% if page.title %} | ||
<a href="." >{{ page.title | escape }}</a> | ||
{% else %} | ||
<a href="." >{{ site.title | escape }}</a> | ||
{% endif %} | ||
</h1> | ||
</div> | ||
|
||
<div class="body-inner"> | ||
|
||
{%- include toc-page.html -%} | ||
</div> | ||
</div> | ||
|
||
<script> | ||
var gitbook = gitbook || []; | ||
gitbook.push(function() { | ||
gitbook.page.hasChanged({%- include metadata-post.json.tpl -%}); | ||
}); | ||
</script> | ||
</div> | ||
|
||
{%- include footer.html -%} | ||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en" > | ||
<head> | ||
|
||
{%- include head.html -%} | ||
|
||
{% if page.previous %} | ||
<link rel="prev" href="{{site.baseurl}}{{page.previous.url}}" /> | ||
{% else %} | ||
<link rel="prev" href="{{site.baseurl}}/" /> | ||
{% endif %} | ||
|
||
{% if page.next %} | ||
<link rel="next" href="{{site.baseurl}}{{page.next.url}}" /> | ||
{% endif %} | ||
</head> | ||
<body> | ||
<div class="book"> | ||
|
||
{%- include toc-date.html -%} | ||
|
||
<div class="book-body"> | ||
<div class="book-header" role="navigation"> | ||
<!-- Title --> | ||
<h1> | ||
<i class="fa fa-circle-o-notch fa-spin"></i> | ||
{% if page.title %} | ||
<a href="." >{{ page.title | escape }}</a> | ||
{% else %} | ||
<a href="." >{{ site.title | escape }}</a> | ||
{% endif %} | ||
</h1> | ||
</div> | ||
|
||
<div class="body-inner"> | ||
{%- include body-blog.html -%} | ||
</div> | ||
</div> | ||
|
||
<script> | ||
var gitbook = gitbook || []; | ||
gitbook.push(function() { | ||
gitbook.page.hasChanged({%- include metadata-post.json.tpl -%}); | ||
}); | ||
</script> | ||
</div> | ||
|
||
{%- include footer.html -%} | ||
|
||
</body> | ||
</html> |
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
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
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
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
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
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.