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
Reorganize structure to move meta information about how the site works
to the "About" section. Makes "How to add content" section easier to
follow.
Signed-off-by: Justin W. Flory <[email protected]>
Copy file name to clipboardExpand all lines: docs/infra/website.md
+35-33Lines changed: 35 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -15,41 +15,10 @@ The website source code is found in [FOSSRIT/fossrit.github.io](https://github.c
15
15
16
16
_The site uses an undocumented feature of Jekyll where categories are defined using `category/_posts/` instead of `_posts/category/`._
17
17
18
-
19
-
## How to update FOSS Hours time/place
20
-
21
-
Edit [`_config.yml`](https://github.com/FOSSRIT/fossrit.github.io/blob/master/_config.yml) and update the settings `meeting-day`, `meeting-place`, and `meeting-time`.
22
-
These settings are used across the website automatically.
23
-
The meeting time and place are referenced in the `_config.yml` so they are updated in one place.
24
-
25
-
Example:
26
-
27
-
```yaml
28
-
# --- meeting schedule settings ---
29
-
30
-
# They appear exactly as typed. Follow the format already here when updating.
31
-
meeting-day: Thursday
32
-
meeting-place: MSS/71-3190 (conference room)
33
-
meeting-time: 5:00PM - 7:00PM
34
-
```
35
-
36
-
37
-
## How to add content
38
-
39
-
This section describes how to add new content to the FOSS@MAGIC website.
40
-
41
-
Add a new `.md` file to one of the `_posts/` folders for a category.
42
-
Store assets (a.k.a. pictures, PDFs, or other downloadable files) in a folder within that category (e.g. `projects/assets/`).
43
-
Include the date in asset file names so it is clear what references it.
This describes how to make any type of contribution to the FOSS@MAGIC website:
21
+
53
22
1. Fork repository to your GitHub account (go to [FOSSRIT/fossrit.github.io](https://github.com/FOSSRIT/fossrit.github.io) and click "fork")
54
23
2. Clone repository locally to your workstation
55
24
3. Create/add files
@@ -93,6 +62,39 @@ Other things happening.
93
62
- Signature
94
63
```
95
64
65
+
66
+
## How to update FOSS Hours time/place
67
+
68
+
Edit [`_config.yml`](https://github.com/FOSSRIT/fossrit.github.io/blob/master/_config.yml) and update the settings `meeting-day`, `meeting-place`, and `meeting-time`.
69
+
These settings are used across the website automatically.
70
+
The meeting time and place are referenced in the `_config.yml` so they are updated in one place.
71
+
72
+
Example:
73
+
74
+
```yaml
75
+
# --- meeting schedule settings ---
76
+
77
+
# They appear exactly as typed. Follow the format already here when updating.
78
+
meeting-day: Thursday
79
+
meeting-place: MSS/71-3190 (conference room)
80
+
meeting-time: 5:00PM - 7:00PM
81
+
```
82
+
83
+
84
+
## How to add content
85
+
86
+
This section describes how to add new content to the FOSS@MAGIC website.
87
+
88
+
Add a new `.md` file to one of the `_posts/` folders for a category.
89
+
Store assets (a.k.a. pictures, PDFs, or other downloadable files) in a folder within that category (e.g. `projects/assets/`).
90
+
Include the date in asset file names so it is clear what references it.
0 commit comments