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: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
<divalign="center">Version 0.1.0</div>
3
3
4
4
Template for a two column article layout for the [Coders' Compass website](https://coderscompass.org). It allows users to write articles in markdown or Typst, which can then be rendered to a PDF suitable for print.
5
+
5
6
Uses Coders' Compass branding and styling.
6
7
7
8
## Template adaptation checklist
@@ -89,5 +90,16 @@ typst c template/main.typ --format=png assets/images/page-{p}.png
89
90
typst c template/main.typ --format=svg assets/images/page-{p}.svg
90
91
91
92
# Running tests with tytanic
92
-
93
+
tt run
94
+
tt run test1
95
+
tt run unit1
93
96
```
97
+
98
+
Remember to copy any changes to `template/main.typ` to the test case in `tests/test1/test.typ`. Also ensure that the contents file is copied over.
99
+
100
+
## License
101
+
102
+
This project is **partially** licensed under the [MIT License](LICENSE). This includes all code files and the documentation (manual).
103
+
Only exception: the Coders' Compass branding assets, specifically the [logo](assets/images/cc-icon.png).
104
+
105
+
All rights reserved to Coders' Compass for the branding assets (logo).
0 commit comments