From d190b28f88637b7e4e2569e423a70daca9ae025b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 10 Apr 2021 00:54:33 +0300 Subject: add snippets example --- _posts/2021-04-09-test-post3.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '_posts/2021-04-09-test-post3.md') diff --git a/_posts/2021-04-09-test-post3.md b/_posts/2021-04-09-test-post3.md index 340fc56..a1ca425 100644 --- a/_posts/2021-04-09-test-post3.md +++ b/_posts/2021-04-09-test-post3.md @@ -1,7 +1,13 @@ --- title: Test post 3 excerpt: > - This is test post #3. + This is test post #3. With snippets! +snippets_root_directory: snippets +snippets_language: c++ +snippets: + hello: + - snippet.hpp + - snippet.cpp --- Aenean ex ipsum, feugiat vel tortor sit amet, dictum facilisis dui. Pellentesque commodo leo at eros elementum porta. @@ -14,3 +20,5 @@ Nullam eget tortor nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque posuere nunc a purus eleifend pulvinar. + +{% include snippets/section.html section_id='hello' %} -- cgit v1.2.3