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
Copy file name to clipboardExpand all lines: get_involved.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ by joining the HSF with your software project:
24
24
25
25
* Participation in HSF [Activity Areas]({{ site.baseurl }}/what_are_activities.html)
26
26
* Participation in [HSF events and meetings]({{ site.baseurl }}/future-events.html)
27
-
* Taking advantage of the HSF by identifying your [software project]({{ site.baseurl }}/projects.html) with us
27
+
* Taking advantage of the HSF by identifying your [software project]({{ site.baseurl }}/projects/projects.html) with us and affiliating it with the HSF
28
28
* Giving input to the [HSF Steering Group]({{ site.baseurl }}/organization/team.html)
Copy file name to clipboardExpand all lines: howto-website.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ If you wish (and it is recommended) you can easily set up a local instance of th
26
26
on installing and running Jekyll.
27
27
The website uses the main branch of the [hsf.github.io](https://github.com/HSF/hsf.github.io) repository.
28
28
29
+
When you make a pull request to the website repository, [Netlify](https://www.netlify.com) will build a preview version of the website with your PR. This will allow you to double check the update looks the way that you intended (check for the `Deploy Preview` URL in the PR; it will be something like `https://deploy-preview-1644--earnest-hotteok-b1e1bf.netlify.app/`).
30
+
29
31
If you are not familiar with GitHub and Git, you can read our [survival kit]({{ site.baseurl }}/github-beginners.html)!
30
32
31
33
### General structure of website content files
@@ -40,10 +42,17 @@ In the *front-matter* (but not in the text itself), you need to replace any `&`
40
42
41
43
#### Markdown file
42
44
43
-
The recommended way to host a collaborative note book, e.g. for taking meeting minutes (live notes),
44
-
is to use a collaborative editing tool utilising Markdown directly. This makes it trivial to move the content into the HSF website for archiving.
45
+
The recommended way to host a collaborative notebook, e.g., for taking meeting
46
+
minutes (live notes), is to use a collaborative Markdown editor directly. This
47
+
makes it trivial to move the content into the HSF website repository for
48
+
archiving.
45
49
46
-
[CodiMD](https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation) is the suggested choice as it has been designed for collaboraitve editing of Markdown files. Unfortunately, the [Hackmd](https://hackmd.io) free service is now restricted to 4 editors. Another possibility, if you have a CERN account, is to use CERNBox which makes CodiMD available to edit Markdown files: you can then define a public link to the document (similar to Google Docs public links) to allow those without a CERN account to edit the file.
50
+
If you have a CERN account, one can create a Markdown file in CERNBox, using
51
+
CodiMD to edit this in a browser. One can then define a public link to the
52
+
document (similar to Google Docs public links) to allow those without a CERN
53
+
account to edit the file. Similarly, the Helmholtz Association has a web based
54
+
Markdown instance that can be used at <https://notes.desy.de>, which should be
55
+
available to most people with an EduRoam login.
47
56
48
57
We find that *recycling* the same document for a series of meetings is extremely useful
49
58
as the *live notes* link can be copied and cloned from one meeting to the next.
@@ -54,7 +63,6 @@ Google Docs can also be used for shared notebooks, but in this case there is a n
54
63
the document to Markdown before it can be added to the website. This is less convenient, but
55
64
we have [documentation]({{ site.baseurl }}/jekyll-beginners.html) on how to do it.
56
65
57
-
58
66
### Adding coordination meeting minutes
59
67
60
68
HSF Coordination minutes are produced using the live notes approach described above. The content of the live notes are preformatted to be suitable for direct injection into Jekyll, after minimal edits described in the [running-meetings]({{ site.baseurl }}/organization/running-meetings.html) page. The minutes file must be placed into Jekyll `organization/_posts` directory.
0 commit comments