mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 13:14:40 +03:00
20 lines
1.1 KiB
HTML
20 lines
1.1 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<p class="sidebar-about">This site is clone of the C++ Core Guidelines demonstrating the possible use of github pages. The source files from the master branch are not changed (with the exception of 3 lines added at the top). This site shows how stylesheets, a sidebar and syntax highlighting could be added for better readability (button at bottom of sidebar). Prettier fonts can be used (than github default), and the code-blocks have been adapted not to wrap long lines on large screens.
|
|
</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 }}
|