File tree Expand file tree Collapse file tree 5 files changed +25
-7
lines changed
Expand file tree Collapse file tree 5 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ features :
7777 fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
7878
7979# Theme Settings
80- body_color : " #ffffff "
80+ body_color : " #000 "
8181
8282accent_color : " #1d63ea"
8383
Original file line number Diff line number Diff line change 1010 } ) ;
1111 </ script >
1212 {% elsif file.path contains 'assets/videos/' %}
13- < script >
14- $ ( function ( ) {
15- $ ( ".iphoneScreen" ) . addClass ( "hidden" ) ;
16- console . log ( "remove screenshot" ) ;
17- } ) ;
18- </ script >
13+ {% unless file.path contains 'assets/videos/Place-video-files-here.txt' %}
14+ < script >
15+ $ ( function ( ) {
16+ $ ( ".iphoneScreen" ) . addClass ( "hidden" ) ;
17+ console . log ( "remove screenshot" ) ;
18+ } ) ;
19+ </ script >
20+ {% endunless %}
1921 {% if file.extname == ".mov" or file.extname == ".mp4" %}
2022 < script >
2123 $ ( function ( ) {
Original file line number Diff line number Diff line change 3232body {
3333 -webkit-font-smoothing : antialiased ;
3434 -moz-osx-font-smoothing : grayscale ;
35+ background-color : $body-color ;
3536}
3637
3738a :link ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ header {
6565
6666.logo {
6767 display : flex ;
68+ width : 100% ;
6869 justify-content : flex-start ;
6970 align-items : center ;
7071 height : 115px ;
Original file line number Diff line number Diff line change 1+ Place video files in this folder.
2+
3+ Formats for Chrome & Firefox:
4+ .webm
5+ .ogg
6+
7+ Formats for Safari:
8+ .mp4
9+ .mov
10+
11+ Optimal video resolutions:
12+ 828x1792
13+ 1125x2436
14+ 1242x2688
You can’t perform that action at this time.
0 commit comments