mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 16:58:50 +01:00
27 lines
393 B
Plaintext
27 lines
393 B
Plaintext
---
|
|
layout: wiki
|
|
title: New Page (Adoc)
|
|
tags: Example
|
|
toc: false
|
|
author: Alexis
|
|
created: 2009-04-12
|
|
modified: 2009-05-01
|
|
revisions:
|
|
- author: Alexis
|
|
date: 2009-04-12
|
|
comment: First version
|
|
---
|
|
== New
|
|
|
|
This is an new page design for Jekyll.
|
|
|
|
== Adoc
|
|
|
|
It has been written in adoc.
|
|
Won't be displayed on Github Pages (direct).
|
|
Probably works via CI.
|
|
|
|
[source]
|
|
----
|
|
Example of source code
|
|
---- |