-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy path_config.yml
More file actions
27 lines (25 loc) · 1.02 KB
/
Copy path_config.yml
File metadata and controls
27 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
title: C++ Developer Roadmap
url: https://salmer.github.io
baseurl: /CppDeveloperRoadmap
description: >-
A roadmap for learning C++: what to study and in what order, book
recommendations per level, developer grading, pet-project ideas, and tooling.
Available in English, Russian, Chinese, and Spanish.
# Used theme: https://github.com/pages-themes/cayman
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
- jemoji
- jekyll-seo-tag
- jekyll-sitemap
# Rewrites relative *.md links to the generated *.html pages, so navigation
# works on the published GitHub Pages site, not just in the repo view.
- jekyll-relative-links
relative_links:
enabled: true
collections: false
# GoatCounter site code for the /goto/* redirect pages (click counting for the
# roadmap formats). Register a free account at https://www.goatcounter.com,
# pick a code (e.g. "cpproadmap" -> cpproadmap.goatcounter.com) and put it here.
# While this is empty, the redirect pages work but nothing is counted.
goatcounter: "cpproadmap"