Skip to content

Commit

Permalink
publish the observability in practice blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Nov 7, 2021
1 parent 960467c commit 635ca26
Show file tree
Hide file tree
Showing 12 changed files with 317 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1 class="pr-lg-4 text-white post-title">{{ page.title }}</h1>
<div class="col-12 col-lg-4 pl-lg-5">
<div class="sticky-posts-actions">
<div class="d-none d-lg-block">
<h3 class="blog-sidebar-title">Contents</h3>
<h3 class="blog-sidebar-title">On this Post</h3>
<ul class="js-toc table-of-contents">
<li class="toc-item">
<a href="#article-start">Introduction</a>
Expand Down
314 changes: 314 additions & 0 deletions _posts/2021-11-07-observability-in-practice.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _sass/layouts/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
padding: 8px 16px;
color: $color-dark-1;
font-weight: 600;
font-size: 0.8rem;
font-size: 1rem;
}

&:hover {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h1 class="text-white">Welcome to our Blog!</h1>
<div class="container featured-blog-card">
<section class="row elevated-container blog-card-content position-relative no-gutters p-0 ">
<div class="col-12 col-lg-5 order-lg-last blog-card-summary-image" style="background-image: url('{{ featured_post.summary_image }}')">

</div>

<div class="col-12 col-lg-7 p-5 my-lg-5">
Expand All @@ -40,7 +39,7 @@ <h1>{{ featured_post.title }}</h1>
<a class="arrow-link align-self-end mt-4 d-inline-block" href="{{ featured_post.url }}">Read More</a>
</div>

<a class="grow-to-container" href="{{ featured_post.url }}">
<a class="grow-to-container order-lg-last" href="{{ featured_post.url }}">
<span></span>
</a>
</section>
Expand Down

0 comments on commit 635ca26

Please sign in to comment.