You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## NOTE: THIS IS AN ALPHA CREATION, A CLONE OF THE CARPENTRIES WEBSITE AND MAY NOT BE COMPLETELY CLEANED OF THE CARPENTRIES CONTENT
5
-
6
-
This is the repository for the [HPC Carpentry website](http://www.hpc-carpentry.org) (and directly based on
7
-
the [Carpentries website](https://carpentries.org)).
8
-
Please submit additions and fixes as pull requests to [our GitHub repository](https://github.com/hpc-carpentry/hpc-carpentry.github.io).
9
-
10
-
*[Setup](#setup)
11
-
*[Previewing](#previewing)
12
-
*[Development](#development)
13
-
*[Write a Blog Post](#blog)
14
-
*[Create a New Page](#page)
15
-
*[Add a Workshop](#workshop)
16
-
*[The Details](#details)
17
-
18
-
Lessons are not stored in this repository:
19
-
please see the [HPC Carpentry lessons page](https://hpc-carpentry.org/lessons/), for links to the many individual lesson repositories.
20
-
You can find the official Carpentries lessons at [Software Carpentry lessons page](https://software-carpentry.org/lessons/), the [Data Carpentry lessons page](https://datacarpentry.org/lessons/), or the [Library Carpentry lessons page](https://librarycarpentry.org/lessons/).
21
-
22
-
> HPC Carpentry, like The Carpentries (Software, Data, and Library Carpentry), is an open project,
23
-
> and we welcome contributions of all kinds.
24
-
> By contributing,
25
-
> you are agreeing that The Carpentries may redistribute your work
26
-
> under [these licenses](http://software-carpentry.org/license/),
27
-
> and to abide by [our code of conduct](http://docs.carpentries.org/topic_folders/policies/code-of-conduct.html).
4
+
5
+
This is the repository for the [HPC Carpentry website](
6
+
http://www.hpc-carpentry.org) (and directly based on the [Carpentries website](
7
+
https://carpentries.org)). Please submit additions and fixes as pull requests
The YAML header of a blog post must look like this:
70
83
@@ -79,10 +92,10 @@ category: ["Some Category", "Some Other Category"]
79
92
---
80
93
~~~
81
94
82
-
where `YYYY-MM-DD` is replaced by the post's date and `hh:mm:ss` by the post's time.
83
-
Note that the time *must* be quoted so that the colons it contains do not confuse Jekyll's YAML parser.
84
-
Note also that `authors` is a list---if the post has more than one author,
85
-
please format the list like this:
95
+
where `YYYY-MM-DD` is replaced by the post's date and `hh:mm:ss` by the post's
96
+
time. Note that the time *must* be quoted so that the colons it contains do not
97
+
confuse Jekyll's YAML parser. Note also that `authors` is a *list*. If the post
98
+
has more than one author, please format the list like this:
86
99
87
100
~~~
88
101
...
@@ -108,34 +121,51 @@ You must then also add the page to `_data/navigation.yml`,
108
121
which is used to generate the site's pull-down navigation menu.
109
122
110
123
<aname="workshop"></a>
111
-
To **add a workshop**,
112
-
fill in the [workshop request form](https://amy.carpentries.org/forms/workshop/) online.
113
-
You should fill in this form even for self-organized workshops in order to get your workshop into the Carpentries database.
124
+
To **add a workshop**, fill in the [workshop request form](
125
+
https://amy.carpentries.org/forms/workshop/) online. You should fill in this
126
+
form even for self-organized workshops in order to get your workshop into the
127
+
Carpentries database.
114
128
115
129
## The Details <aname="details"></a>
116
130
117
131
118
132
### How is the site built and rendered?
119
133
120
-
The website is build with a GitHub Actions (see [this file](https://github.com/hpc-carpentry/hpc-carpentry.github.io/blob/main/.github/workflows/build-and-deploy.yml)).
121
-
134
+
The website is built with a GitHub Action, configured in
0 commit comments