Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
67bc0259
Commit
67bc0259
authored
9 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Moving materials into sub-directory
parent
d211e2ab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_config_template.yml
+2
-0
2 additions, 0 deletions
_config_template.yml
_extras/CONTRIBUTING.md
+0
-0
0 additions, 0 deletions
_extras/CONTRIBUTING.md
_includes/navbar.html
+10
-3
10 additions, 3 deletions
_includes/navbar.html
with
12 additions
and
3 deletions
_config_template.yml
+
2
−
0
View file @
67bc0259
...
...
@@ -35,6 +35,8 @@ collections:
episodes
:
output
:
true
permalink
:
/:path/
extras
:
output
:
true
# Set the default layout for things in the episodes collection.
defaults
:
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
→
_extras/
CONTRIBUTING.md
+
0
−
0
View file @
67bc0259
File moved
This diff is collapsed.
Click to expand it.
_includes/navbar.html
+
10
−
3
View file @
67bc0259
...
...
@@ -6,7 +6,6 @@
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"{{ site.root }}/conduct/"
>
Code of Conduct
</a></li>
<li
class=
"dropdown"
>
<a
href=
"{{ site.root }}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Episodes
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
@@ -15,9 +14,17 @@
{% endfor %}
</ul>
</li>
<li><a
href=
"{{ site.root }}/conduct/"
>
Code of Conduct
</a></li>
<li><a
href=
"{{ site.root }}/setup/"
>
Setup
</a></li>
<li><a
href=
"{{ site.root }}/reference/"
>
Reference
</a></li>
<li><a
href=
"{{ site.root }}/guide/"
>
Instructors' Guide
</a></li>
<li><a
href=
"{{ site.root }}/contributing/"
>
Contributors' Guide
</a></li>
<li
class=
"dropdown"
>
<a
href=
"{{ site.root }}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Extras
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
{% for extra in site.extras %}
<li><a
href=
"{{ site.root }}/{{ extra.url }}"
>
{{ extra.title }}
</a></li>
{% endfor %}
</ul>
</li>
<li><a
href=
"{{ site.root }}/license/"
>
License
</a></li>
</ul>
<form
class=
"navbar-form navbar-right"
role=
"search"
id=
"search"
onsubmit=
"google_search(); return false;"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment