Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): remove toc plugin #126

Merged
merged 2 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gem "minima", "~> 2.5"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17"
gem "jekyll-paginate"
gem "jekyll-toc"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ theme: minima
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-toc

sass:
style: compressed
Expand Down
6 changes: 0 additions & 6 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ <h1>{{ page.title }}</h1>
{% endif %}
</div>

<div>
Table of Contents:
</div>
{% toc %}
<hr>

{{ content }}

</div>
Expand Down
6 changes: 5 additions & 1 deletion _posts/2022-09-30-cryosat-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ title: 'Hello World'
date: 2022-09-30
synopsis: Introducing Cryostat's Upstream Blog
author: Andrew Azores
toc: true
---

#### Table of Contents
* auto-gen TOC:
{:toc}
<hr>

Hello, readers!

The Cryostat team is excited to add this blog feature to our upstream guides and documentation website.
Expand Down
6 changes: 5 additions & 1 deletion _posts/2022-10-18-archive-on-stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ title: '"Archive On Stop" feature in the Cryostat 2.2'
date: 2022-10-18
synopsis: Cryostat 2.2 New features
author: Leticia Konno
toc: true
---

#### Table of Contents
* auto-gen TOC:
{:toc}
<hr>

Hello, readers!

There is a new option by default for Custom Flight Recording creation to have the recording automatically archived on stop.
Expand Down
6 changes: 5 additions & 1 deletion _posts/2022-11-15-cryostat-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ title: Cryostat 2.2.0 is Released!
date: 2022-11-15
synopsis: Cryostat 2.2.0 is here. Learn what's new in this release.
author: Andrew Azores
toc: true
---

#### Table of Contents
* auto-gen TOC:
{:toc}
<hr>

Hello readers, and welcome back to the Cryostat blog. Today we have exciting news: Cryostat 2.2.0 is released!

Upstream container images and assets are available at the usual sources:
Expand Down
6 changes: 5 additions & 1 deletion _posts/2023-05-03-agent-threads-investigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ title: 'An Introspective Investigation'
date: 2023-05-03
synopsis: Investigating a bug in the new Cryostat Agent, using Cryostat.
author: Andrew Azores
toc: true
---

#### Table of Contents
* auto-gen TOC:
{:toc}
<hr>

*Preface: this blog post is about the new [Cryostat Agent](https://github.com/cryostatio/cryostat-agent),
which is coming (very soon!) in the Cryostat 2.3 release. The problem being investigated could potentially
affect any application running on a JVM however, so consider the Agent to just be a generic application
Expand Down
6 changes: 5 additions & 1 deletion _posts/2023-05-26-cryostat-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ title: Cryostat 2.3.0 is Released!
date: 2023-05-26
synopsis: Cryostat 2.3.0 is here. Learn what's new in this release.
author: Andrew Azores
toc: true
---

#### Table of Contents
* auto-gen TOC:
andrewazores marked this conversation as resolved.
Show resolved Hide resolved
{:toc}
<hr>

Hello everyone,

We are pleased to announce the release of Cryostat 2.3!
Expand Down