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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@ Vulkan tutorial
4
4
This repository hosts the contents of [vulkan-tutorial.com](https://vulkan-tutorial.com).
5
5
The website itself is based on [daux.io](https://github.com/dauxio/daux.io),
6
6
which supports [GitHub flavored Markdown](https://help.github.com/articles/basic-writing-and-formatting-syntax/).
7
-
A few changes were made to daux.io and its themes, which are included in
8
-
`daux.patch` and are licensed as [MIT](https://opensource.org/licenses/MIT). The
9
-
patch is based on commit `d45ccff`.
7
+
The actual site runs daux.io with a custom theme and a few modifications (https://github.com/Overv/daux.io) and this is built into a [Docker image](https://hub.docker.com/r/overv/vulkan-tutorial).
10
8
11
9
Use issues and pull requests to provide feedback related to the website. If you
12
10
have a problem with your code, then use the comments section in the related
0 commit comments