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: content/wiki/website-maintenance/adding-tools.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ This wiki article explains how to add a new tool to the AIDOS toolbox (see [Rese
7
7
8
8
#### Important! Remember to make a branch and open a pull request! All the following changes should be made on a separate branch.
9
9
10
-
Choose an image that represents your tool. It is best if this image is roughly square-shaped.
10
+
Choose an image that represents your tool. It is ideal if this image is roughly square-shaped.
11
11
12
12
Save this image as `your-tool-name.svg` (.png or .jpg is also fine). Upload it to the `/static/tools/` folder.
13
13
14
14
### Step 2: Create a .toml file
15
15
16
-
In the `/data/tools` folder, add a new file named `your-tool-name.toml`.
16
+
In the `/data/tools/` folder, create a new file named `your-tool-name.toml`. The toolbox cards pull from these `.toml` files when they render.
17
17
18
18
You can use the following as a template:
19
19
@@ -54,12 +54,20 @@ In the `/content/tools.md` file, add:
54
54
< tool "your-tool-name" > within a pair of double curly braces {{}}
55
55
```
56
56
57
-
to the **top** of the list of tools. We want to preserve ordering based on most to least recently developed.
57
+
to the **top** of the list of tools. (We want to preserve ordering from most to least recently developed.)
58
58
59
-
Sanity check: Make sure "your-tool-name" is the same as the name of your `.toml` file.
59
+
**Sanity check:** Make sure "your-tool-name" is the same as the name of your `toml` file.
60
60
61
61
### Step 3: Final Check & PR Submission
62
62
63
63
After a quick check to make sure the toolbox is rendering properly with your new addition, you are ready to submit the pull request for Bastian to review.
64
64
65
-
Nice work!
65
+
Nice work!
66
+
67
+
### Further Development
68
+
69
+
Keen to change how the tool cards render?
70
+
71
+
Tool cards are designed in the `/layouts/shortcodes/tool.html` file, with support from the `/layouts/partials/icons.html` file (for the GitHub and Document icons).
72
+
73
+
These files use classes defined in the main CSS file, found at `/themes/brevis/static/css/style.css`.
Copy file name to clipboardExpand all lines: content/wiki/website-maintenance/updating-projects.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Updating projects on the homepage figure
3
3
---
4
4
As the lab engages in new projects, the website should be updated to reflect these exciting new endeavors.
5
5
6
-
This wiki article explains how to update one of the hexagonal icons on the homepage (see [Welcome](/Welcome)).
6
+
This wiki article explains how to update one of the hexagonal icons on the homepage (see [Welcome](/)).
7
7
8
8
### Step 1: Design a new hexagon overview figure using Figma
9
9
10
-
You will need access to the AIDOS lab's shared Figma project. (Reach out to a team member if you require access). Within the project, there is a page entitled `Project Overview Figure`.
10
+
You will need access to the AIDOS lab's shared Figma project. (Reach out to a team member if you require access.)
11
11
12
-
Here you will find the template for a new project icon, shown below.
12
+
Within the project, there is a page entitled `Project Overview Figure`. Here you will find the template for a new project icon, shown below.
0 commit comments