aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2021-04-10-collapsible.md
blob: bdd4585b48c54bd279e135e781e4e3670d0282a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Collapsible snippets
excerpt: >
  Snippets can be hidden in collapsible panels.
category: Code
snippets_root_directory: snippets
snippets_language: c++
snippets_collapsible: true
snippets:
  hello:
    - hello.hpp
    - hello.cpp
  world:
    - world.hpp
    - world.cpp
---
Snippets are defined in exactly the same way as in the [other post].
Just set a front matter value to make them collapsible, and voilà!

[other post]: {% post_url 2021-04-09-snippets %}

{% include jekyll-theme/snippets/section.html section_id='hello' %}

This is another set of snippets:

{% include jekyll-theme/snippets/section.html section_id='world' %}