Skip to content
Snippets Groups Projects
Commit 5190fdac authored by Christian Tischer's avatar Christian Tischer
Browse files

use jekyll

parent 471adea7
No related branches found
No related tags found
No related merge requests found
Pipeline #49160 passed
image: ruby:latest
pages:
stage: deploy
script:
- echo 'Nothing to do..'
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public
......
source "https://rubygems.org"
gem "jekyll"
\ No newline at end of file
email: christian.tischer@embl.de
description: this project is about something really cool
index.md 0 → 100644
---
title: CBA website
---
# Building Websites
## Description
Welcome to {{page.title}}!
## Contact
Please contact [my mail](mailto:{{site.email}})
\ No newline at end of file
<html>
<head>
<title>CBA website</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>
\ No newline at end of file
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