Skip to content
Snippets Groups Projects
Commit b13cee25 authored by Marcia Ramos's avatar Marcia Ramos
Browse files

highlight yaml code block, trigger build

parent 7b7cca73
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ documentation https://docs.gitlab.com/ce/user/project/pages/.
This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
```
```yml
image: node
before_script:
......@@ -50,11 +50,11 @@ pages:
To work locally with this project, you'll have to follow the steps below:
1. Fork, clone or download this project
1. [Install][] Nuxt
1. [Install] Nuxt
1. Generate and preview the website with hot-reloading: `npm run dev` or `nuxt`
1. Add content
Read more at Nuxt's [documentation][].
Read more at Nuxt's [documentation].
## GitLab User or Group Pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment