Skip to content
Snippets Groups Projects
Commit b1a3386c authored by Lisanna's avatar Lisanna
Browse files

first commit, basic jekyll example

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #25975 passed
image: ruby:latest
pages:
script:
- gem install jekyll
- jekyll build -d public/
artifacts:
paths:
- public
only:
- main
\ No newline at end of file
description: "This project develops training materials for reseachers wanting to learn to build project
websites in GitLab Pages."
email: "team@carpentries.org"
\ No newline at end of file
---
layout: page
title: About
permalink: /about/
---
# About
## Project
{% raw %}{{ site.description }}{% endraw %}
## Funders
We gratefully acknowledge funding from the XYZ Founding Council, under grant number 'abc'.
## Cite us
You can cite the project as:
> *The Carpentries 2019 Annual Report. Zenodo. https://doi.org/10.5281/zenodo.3840372*
## Contact us
- Email: [{% raw %}{{ site.email }}{% endraw %}](mailto:{% raw %}{{ site.email }}{% endraw %})
- Twitter: [@thecarpentries](https://twitter.com/thecarpentries)
\ No newline at end of file
---
name: Index
___
# Building Websites in GitHub
## Description
{% raw %}{{ site.description }}{% endraw %}
Welcome to {% raw %}{{ page.name }}{% endraw %}
More details about the project are available from the [About page](about).
Have any questions about what we do? [We'd love to hear from you!]({% raw %}mailto:{{ site.email }}{% endraw %})
\ 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