An open source FAQ for C and C++, available at (temporary URL) https://64.github.io/cpp-faq.
The content of this repository (excluding software) is licensed under the CC BY-SA 4.0 license. The software itself is licensed under the MIT license. By contributing to this project, you agree to have your work licensed under these agreements.
First install hugo
.
Please read STYLE.md
to familiarize yourself with the style and tone in which articles should be written.
See Projects/FAQ Articles for a list of suggested topics to write about.
To create new articles - run hugo new faq/my-faq-post.md
. This generates a file named content/faq/my-faq-post.md
with the appropriate template. Add the content (in markdown format) below the bottom ---
. Hugo will be able to locate your content without any additional work.
- Install
hugo
. - Run
git submodules update --init
to download the theme if you haven't already - Run
hugo server -D
then navigate to http://localhost:1313/cpp-faq/ in your browser.