CppCoreGuidelines icon indicating copy to clipboard operation
CppCoreGuidelines copied to clipboard

How to build this site locally? For Offline usage

Open Cloufish opened this issue 2 years ago • 0 comments

I know that generating a .pdf file would lead to:

  • Not current content/guidelines
  • Some aesthetic features not present (Syntax Highlighting, nice TOC on the left)

But when building the site locally we can still use features of the website, and If we want to update it we just need to execute git pull on the cloned repository,

I've looked on the build workflow file: https://github.com/isocpp/CppCoreGuidelines/blob/master/.github/workflows/build.yml But executing make -k in ./scripts folder only generates .cpp files

Cloufish avatar May 30 '23 16:05 Cloufish