Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jekyll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Show more breadcrumbs
Mohcine Chraibi
jekyll
Commits
f58aedc3
Commit
f58aedc3
authored
8 years ago
by
Adam Voss
Browse files
Options
Downloads
Patches
Plain Diff
Updated README to consistently use bundle
parent
177df024
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-6
8 additions, 6 deletions
README.md
with
8 additions
and
6 deletions
README.md
+
8
−
6
View file @
f58aedc3
...
@@ -18,7 +18,7 @@ documentation https://docs.gitlab.com/ce/user/project/pages/.
...
@@ -18,7 +18,7 @@ documentation https://docs.gitlab.com/ce/user/project/pages/.
-
[
Start by forking this repository
](
#start-by-forking-this-repository
)
-
[
Start by forking this repository
](
#start-by-forking-this-repository
)
-
[
Start from a local Jekyll project
](
#start-from-a-local-jekyll-project
)
-
[
Start from a local Jekyll project
](
#start-from-a-local-jekyll-project
)
-
[
GitLab CI
](
#gitlab-ci
)
-
[
GitLab CI
](
#gitlab-ci
)
-
[
Building locally
](
#building
-locally
)
-
[
Using Jekyll locally
](
#using-jekyll
-locally
)
-
[
GitLab User or Group Pages
](
#gitlab-user-or-group-pages
)
-
[
GitLab User or Group Pages
](
#gitlab-user-or-group-pages
)
-
[
Did you fork this project?
](
#did-you-fork-this-project
)
-
[
Did you fork this project?
](
#did-you-fork-this-project
)
-
[
Troubleshooting
](
#troubleshooting
)
-
[
Troubleshooting
](
#troubleshooting
)
...
@@ -61,8 +61,8 @@ variables:
...
@@ -61,8 +61,8 @@ variables:
pages:
pages:
script:
script:
-
gem
install
jekyll
-
bundle
install
- jekyll build -d public
-
bundle exec
jekyll build -d public
artifacts:
artifacts:
paths:
paths:
- public
- public
...
@@ -70,16 +70,18 @@ pages:
...
@@ -70,16 +70,18 @@ pages:
- master
- master
```
```
##
Building
locally
##
Using Jekyll
locally
To work locally with this project, you'll have to follow the steps below:
To work locally with this project, you'll have to follow the steps below:
1.
Fork, clone or download this project
1.
Fork, clone or download this project
1.
[
Install
][]
Jekyll
1.
[
Install
][]
Jekyll
1.
Generate the website:
`jekyll build -d public
`
1.
Download dependencies:
`bundle
`
1.
Preview your project:
`
jekyll serve`
1.
Build and preview:
`bundle exec
jekyll serve`
1.
Add content
1.
Add content
The above commands should be executed from the root directory of this project.
Read more at Jekyll's
[
documentation
][]
.
Read more at Jekyll's
[
documentation
][]
.
## GitLab User or Group Pages
## GitLab User or Group Pages
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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