Skip to content

Commit

Permalink
added font and code example blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Pichelhofer committed Apr 10, 2024
1 parent 59f4e8e commit 1ae559e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pages/Page1.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[.text-right]
{repo-url}/blob/main/pages/Page1.adoc[Edit]


== Chapter 1: Links, images, tables

This is the body of the document.
Expand Down Expand Up @@ -55,6 +56,26 @@ That *_really_* has to go.

Can't pick one? Let's use them `*_all_*`.

:source-highlighter: coderay

Check out this example C source code:
[source, c]
----
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}
----

When connecting to the camera via Wifi the hostname is automatically set to `axiom.camera`.

This means you can use `axiom.camera` instead of the IP in your browser to access the WebUi or through ssh:
----
ssh operator@axiom.camera
----

== Videos

video::kx1y0tJcXeU[youtube]
Binary file added themes/Roboto-Light.ttf
Binary file not shown.

0 comments on commit 1ae559e

Please sign in to comment.