File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
content/internships/project-ideas-collection
legal-tools-machine-layer
themes/vocabulary_theme/templates Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,6 @@ primary_mentor:
5050---
5151difficulty: Medium
5252---
53+ size: Large (~ 350 hours)
54+ ---
5355filter_value: difficulty-medium skill-javascript skill-php skill-wordpress
Original file line number Diff line number Diff line change @@ -49,4 +49,6 @@ primary_mentor:
4949---
5050difficulty: Medium
5151---
52+ size: Large (~ 350 hours)
53+ ---
5254filter_value: difficulty-medium skill-css skill-javascript
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ skills_recommended:
6262primary_mentor:
6363- Timid Robot
6464---
65- difficulty: High
65+ difficulty: Hard
66+ ---
67+ size: Large (~ 350 hours)
6668---
6769filter_value: difficulty-high skill-python
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ type = markdown
3939label = Difficulty
4040type = string
4141
42+ [fields.size]
43+ label = Size
44+ type = string
45+
4246[fields.filter_value]
4347label = Filter Value
4448type = string
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ <h2><a class="has-color-dark-slate-gray" name="{{ idea._slug }}">{{ idea.title }
7575 < div class ="column is-one-quarter ">
7676 < h5 class ="b-header padding-bottom-small "> Difficulty</ h5 >
7777 < p class ="padding-bottom-big "> {{ idea.difficulty }}</ p >
78+ < h5 class ="b-header padding-bottom-small "> Size</ h5 >
79+ < p class ="padding-bottom-big "> {{ idea.size }}</ p >
7880 < h5 class ="b-header padding-bottom-small "> Skills recommended</ h5 >
7981 {{ idea.skills_recommended }}
8082 < h5 class ="b-header padding-bottom-small padding-top-big "> Primary Mentor</ h5 >
You can’t perform that action at this time.
0 commit comments