You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/landing.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
hero:
5
5
enable: true
6
6
weight: 10
7
+
template: 'hero'
7
8
8
9
# backgroundImage:
9
10
# path: 'images/templates/hero'
@@ -45,9 +46,10 @@ hero:
45
46
# info: '**Open Source** MIT Licensed.'
46
47
47
48
# Features Grid
48
-
features:
49
+
featureGrid:
49
50
enable: true
50
51
weight: 20
52
+
template: 'feature_grid'
51
53
52
54
title: 스꾸딩의 스터디는 어떻게 진행되나요?
53
55
subtitle: 신입 팀원들은 프로젝트에 참여하기 전, 한 학기 동안 스터디를 진행해요. 프로젝트에 필요한 기술을 익히고, 실제 프로젝트에 적용해보는 시간을 가질 수 있어요.
@@ -78,9 +80,10 @@ features:
78
80
description: 스터디 중에 궁금한 점이 생기면, Teams 채널에 자유롭게 질문해주세요. 멘토들이 최대한 도와드릴 거예요!
79
81
80
82
# Image compare
81
-
image_compare:
83
+
imageCompare:
82
84
enable: false
83
-
# weight: 30
85
+
weight: 30
86
+
template: 'image_compare'
84
87
85
88
# title: Customise The Lotus Docs Appearance
86
89
# subtitle: Much of Lotus Docs' appearance can be customised. Dark mode is optional (enabled by default) and you can choose a Google font that suites you via the config parameters.
0 commit comments