I setup my first GitLab Pages for user account.
Steps I followed are
- Forked midleman to my project
- Changed namespace to my username as per documentation
- Pipelined project
- Accessed https://username.gitlab.io
- Hurraahh!!! It works.
Second step I followed
- Cloned project in my computer
- Added my own css files removing existing added by midleman
- Added my own js script files removing existing added by middleman
- Replaced content of
/source/layouts/layout.erb
with my content - Replaced content of
/source/index.html.erb
with my content - push changes
- re-pipelined project
- checked https://username.gitlab.io
- Hurraaahh!!! it worked again. But there is no images and text rendered on the page
It is not loading images and text.
Is there something I have done wrong?
When viewing source code, all css and js and images are loading.
url to my page : https://anujsh.gitlab.io