We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ea959 commit e73b41eCopy full SHA for e73b41e
_config.yml
@@ -0,0 +1,22 @@
1
+theme: jekyll-theme-cayman
2
+title: 'C-CPP-Projects'
3
+page_title: 'Jumpstart Open-Source with C/C++'
4
+description: 'Start Your Open-Source Journey with C/C++ Projects'
5
+logo: 'assets/img/favicon.ico'
6
+defaults:
7
+ - scope:
8
+ path: ''
9
+ values:
10
+ image:
11
+ path: 'assets/img/page-cover.png'
12
+ height: 630
13
+ width: 1200
14
+exclude:
15
+ - .gitignore
16
+ - README.md
17
+ - CONTRIBUTING.md
18
+ - CODE_OF_CONDUCT.md
19
+ - LICENSE
20
+
21
+# For reference, Jekyll SEO Tag:
22
+# https://github.com/jekyll/jekyll-seo-tag/blob/master/lib/template.html
0 commit comments