File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ description: Write an awesome description for your new site here. You can edit t
60
60
parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background
61
61
parallax_image_two: assets/images/startup3.jpg
62
62
63
+ # Settings for the porfolio section
64
+
65
+ portfolio_heading: Portfolio
66
+ portfolio_type: #cards or carousel
67
+
63
68
project_one: "First Project"
64
69
project_one_description: Describe your project!
65
70
project_one_url: https://github.com/jameshamann/jekyll-material-theme
@@ -82,8 +87,6 @@ project_four_description: Describe your project!
82
87
project_four_url: https://github.com/jameshamann/jekyll-material-theme
83
88
project_four_icon: restaurant
84
89
85
- portfolio_type: #cards or carousel
86
-
87
90
# Skill icons from https://konpa.github.io/devicon/
88
91
89
92
skills:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h5 class="header col s12 light">{{ site.description }}</h5>
25
25
< div class ="container " style ="padding:20px; ">
26
26
< div id ="portfolio " class ="section scrollspy ">
27
27
28
- < h3 style ="text-align:center; "> Portfolio </ h3 >
28
+ < h3 style ="text-align:center; "> {{site.portfolio_heading}} </ h3 >
29
29
30
30
{% include portfolio_{{site.portfolio_type}}.html %}
31
31
You can’t perform that action at this time.
0 commit comments