-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
145 lines (130 loc) · 4.42 KB
/
_config.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
title: Qt Training Services
description: All about Qt in one place
url: https://www.learnqt.guide
baseurl: ''
favicon: /assets/blog/image/LearnQt.png
email: info@learnqt.guide
logo: /assets/blog/image/LearnQt.png
# for activate comment integration with github issue
# need to install on repo visit https://github.com/apps/utterances - and click install
githubrepo: rutura/learnqt
#githubrepo: mesinkasir/mesinkasir.github.io
#navbar homepage slider version
navhome:
- name: Home
link: '#'
- name: Courses
link: '#courses'
- name: Books
link: '#book'
- name: About
link: '#about'
- name: Contact
link: '#contact'
- name: Blog
link: '/blog/'
# navbar on page
navigation:
- name: Home
link: /
- name: Courses
link: /courses
- name: Books
link: /books
- name: About
link: /about
- name: Contact
link: /contact
- name: Blog
link: /blog
# Course Links
coupon: 'ENDJAN2025'
couponvalidity: 'Feb 3, 2025'
price: '$9.99'
pyside6widgetsbeginners : 'https://www.udemy.com/course/qt-for-python-pyside6-gui-for-beginners/?couponCode='
qt6guibeginners : 'https://www.udemy.com/course/qt6-c-gui-widgets-tutorial-for-beginners/?couponCode='
cpp20masterclass: 'https://www.udemy.com/course/the-modern-cpp-20-masterclass/?couponCode='
qtguibeginners: 'https://www.udemy.com/course/qt-c-gui-tutorial-for-complete-beginners/?couponCode='
qtguiintermediate: 'https://www.udemy.com/course/qt-c-gui-development-intermediate/?couponCode='
qmlbeginners: 'https://www.udemy.com/course/qt_quick_qml_tutorial_for_beginners/?couponCode='
qt6qmlbeginners: 'https://www.udemy.com/course/qt6-qml-for-beginners/?couponCode='
qt6qmlintermediate: 'https://www.udemy.com/course/qt6-qml-intermediate-interfacing-to-c/?couponCode='
qt6qmladvanced: 'https://www.udemy.com/course/qt6-qml-advanced-interfacing-to-c/?couponCode='
qmlintermediate: 'https://www.udemy.com/course/interfacing-qt-quick-qml-to-cpp-intermediate/?couponCode='
qmladvanced: 'https://www.udemy.com/course/interfacing-qt-quick-qml-to-cpp-advanced/?couponCode='
multithreading: 'https://www.udemy.com/course/multi-threading-and-ipc-with-qt-c-plus-plus/?couponCode='
#footer area
footer:
logo: /assets/blog/image/LearnQt.png
title: LearnQtGuide
content: 'Clear, up front courses on Qt. We have made it our business to provide the best online learning resources for Qt Development. We put in the required effort to make sure the code resources coming with the courses are up to date and use the latest tools to reduce the hustle for students as much as possible. We already have the basic courses on Qt C++ and QML out and there are more in the pipeline.'
icon: /assets/img/learnqt-nav.webp
button: See our courses
link: /courses/
#social media
youtube: https://www.youtube.com/channel/UCUYUFiuJ5XZ3JYtbq5dXRKQ
facebook: https://web.facebook.com/learnqtguide/
twitter: https://twitter.com/learnqtguide
linked: https://www.linkedin.com/in/daniel-gakwaya-2a570092
#author
author:
title: Your Instructor Author and Mentor
image: /assets/img/daniel.jpg
name: Daniel Gakwaya
label: Udemy Instructor Partner
description: Daniel is a Senior Software Engineer at Blikoon Technologies. He has been writing software since 2011 and Qt is one of his favorite frameworks. Many of his cross platform Qt based projects are completed and out there on the market. Autodidact by nature ,he has a passion for learning new things and loves sharing knowledge with others. Especially people new to the dark art of software development.
# copyrights
footercopyrights: © 2023 LearnQt Guide. All Rights Reserved
# blog post pagination
paginate: 3
# default blog post
paginate_path: "/blog/page:num/"
# settup
collections:
courses:
output: true
books:
output: true
pages:
output: true
defaults:
- scope:
path: ""
type: "courses"
values:
layout: "default"
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: ""
type: "books"
values:
layout: "default"
- scope:
path: ""
type: "posts"
values:
layout: "default"
# permalink: /:year/:month/:title:output_ext
permalink: /:title
- scope:
path: ""
values:
layout: "default"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate
markdown: kramdown
highlighter: rouge
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class : 'syntax'