Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
novart_test_dev
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
p1116214
novart_test_dev
Commits
9b0d718a
Commit
9b0d718a
authored
8 years ago
by
Achilleas Pipinellis
Browse files
Options
Downloads
Plain Diff
Merge branch 'update' into 'master'
update Readme See merge request !14
parents
4e8f2ce3
601d569b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-5
11 additions, 5 deletions
README.md
with
11 additions
and
5 deletions
README.md
+
11
−
5
View file @
9b0d718a
...
...
@@ -27,17 +27,23 @@ This project's static Pages are built by [GitLab CI][ci], following the steps
defined in
[
`.gitlab-ci.yml`
](
.gitlab-ci.yml
)
:
```
image: alpine:3.
4
image: alpine:3.
5
before_script:
- apk update && apk add openssl
- wget https://github.com/spf13/hugo/releases/download/v0.1
6
/hugo_0.1
6_l
inux-64bit.tgz
- echo "
37ee91ab3469afbf7602a091d466dfa5
hugo_0.1
6_l
inux-64bit.tgz" | md5sum -c
- tar xf hugo_0.1
6_l
inux-64bit.t
gz
&& cp ./hugo /usr/bin
- wget https://github.com/spf13/hugo/releases/download/v0.1
8.1
/hugo_0.1
8.1_L
inux-64bit.t
ar.
gz
- echo "
e8ba723c508e87912970f132534c64dc
hugo_0.1
8.1_L
inux-64bit.t
ar.
gz" | md5sum -c
- tar xf hugo_0.1
8.1_L
inux-64bit.t
ar.gz --strip-components=1 && mv hugo_0.18.1_linux_amd64 hugo
&& cp ./hugo /usr/bin
- hugo version
# Uncomment the next line if your theme is in a git submodule
#- git submodule update --init
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
...
...
@@ -74,7 +80,7 @@ project's **Settings**.
You'll need to configure your site too: change this line
in your
`config.toml`
, from
`"https://pages.gitlab.io/hugo/"`
to
`baseurl = "https://namespace.gitlab.io"`
.
Proceed equaly if you are using a
[
custom domain
][
post
]
:
`baseurl = "http(s)://example.com"`
.
Proceed equaly if you are using a
[
custom domain
][
post
]
:
`baseurl = "http(s)://example.com"`
.
Read more about
[
user/group Pages
][
userpages
]
and
[
project Pages
][
projpages
]
.
...
...
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