we should be able to publish the page from main branch

This commit is contained in:
Sergey Zubkov
2024-05-11 22:29:27 -04:00
parent 019ec5df95
commit 5ff92185f3
15 changed files with 1287 additions and 1 deletions

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
---
layout: default
---
<p class="sidebar-about">This site is copy of the C++ Core Guidelines rendered for easier browsing. As the text on this page is integrated manually
you should refer to the <a href="https://github.com/isocpp/CppCoreGuidelines">C++ Core Guidelines repo</a> for the most up-to-date version.
</p>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<!--
<section id="downloads">
<a class="zip_download_link" href="https://github.com/tkruse/CppCoreGuidelines/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/tkruse/CppCoreGuidelines/tarball/master">Download this project as a tar.gz file</a>
</section>
-->
</header>
</div>
{% capture readme %}{% include_relative README.md %}{% endcapture %}
{{ readme | markdownify }}