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
9a9cbcdb
Commit
9a9cbcdb
authored
8 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
How to set up
parent
79ddef5e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_episodes/01-tooling.md
+16
-0
16 additions, 0 deletions
_episodes/01-tooling.md
with
16 additions
and
0 deletions
_episodes/01-tooling.md
+
16
−
0
View file @
9a9cbcdb
...
...
@@ -139,6 +139,21 @@ we store files that appear directly in the navigation bar
(rather than under a pulldown menu)
in the root directory of the lesson.
## Installing
You can preview changes by pushing to the `gh-pages` branch of your own repository,
but it's often easier to view them locally first.
To do that,
you will need to install [Jekyll][jekyll] and a few other packages used by GitHub Pages.
The easiest way to do that is:
1. Install Ruby if you don't already have it.
2. Install Ruby Gems (Ruby's package manager).
3. `gem install github-pages` (which will give you Jekyll and things it depends on).
See [the Jekyll installation documentation][jekyll-install]
for full instructions.
## Previewing
[Jekyll][jekyll] can be used in two ways:
...
...
@@ -158,6 +173,7 @@ Run `make` on its own to get a list of commands.
[github-importer]: https://import.github.com/
[jekyll]: http://jekyllrb.com/
[jekyll-collection]: https://jekyllrb.com/docs/collections/
[jekyll-install]: https://jekyllrb.com/docs/installation/
[jupyter]: https://jupyter.org/
[pandoc]: https://pandoc.org/
[r-markdown]: http://rmarkdown.rstudio.com/
...
...
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