Demo Page

Archived

This page is, in fact, not archived, meaning it will receive content updates.

Trigger Warning

This page contains blackjack and hookers, and bad jokes such as this one.

Disclaimer
  • All tricks in this page are performed by the lab boys, don’t try this at home
  • Don’t expose yourself to 4000° kelvin
  • Don’t take party escort submission position
  • Don’t interact with asbestos and moon rocks

Text can be bold, italic, or strikethrough.

Link to another page.

There should be whitespace between paragraphs.

We recommend including a README, or a file with information about your project.

Heading 1

This is a normal paragraph following a header. Codeberg is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Heading 2

This is a blockquote following a header.

When something is important enough, you do it even if the odds are not in your favor.

Heading 3

// Javascript code with syntax highlighting
var fun = function lang(l) {
  dateformat.i18n = require("./lang/" + l);
  return true;
};
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
  s.add_dependency(gem, "= #{version}")
end

Heading 4

Heading 5
  1. This is an ordered list following a header.
  2. This is an ordered list following a header.
  3. This is an ordered list following a header.
Heading 6
head1head twothree
okgood swedish fishnice
out of stockgood and plentynice
okgood oreoshmm
okgood zoute dropyumm

There’s a horizontal rule below this.


Here is an unordered list:

And an ordered list:

  1. Item one
  2. Item two
  3. Item three
  4. Item four

And a nested list:

Here are checkboxes:

Same but interactive

With radio type

Small image

Codeberg icon

Large image

Codeberg horizontal

Definition lists can be used with HTML syntax.

Name
Godzilla
Born
1952
Birthplace
Japan
Color
Green
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
The final element.

Extra

Alright now that the generic (slightly extended) Jekyll Zola demo page have ended, we can get to the custom stuff, which believe me, is neat.

😭😂🥺🤣❤️✨🙏😍🥰😊

Shortcodes

Duckquill provides a few useful shortcodes that simplify some tasks.

Image

By default images come with styling, such as rounded corners and shadow. To fine-tune these, you can use shortcodes with different variable combinations.

Available variables are:

Variables should be comma-separated and be inside the brackets.

{{ image(url="image.png", alt="This is an image" no_hover=true) }}
Portal Gun blueprint
Image with an alt text and without zoom on hover
The gravestone of J.P.G.
Image with compressed version, an alt text, and without zoom on hover

Alternatively, you can append the following URL anchors. It can be more handy in some cases, e.g such images will render normally in any Markdown editor, opposed to the Zola shortcodes.


Toolbx header image

Full-width image with an alt text, pixel-art rendering, no shadow and rounded corners, and no zoom on hover


1966 Ford Mustang coupe white Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur.


1966 Ford Mustang coupe white

Video

Same as images, but with a few differences: no_hover and url_min are not available.

{{ video(url="video.webm", alt="This is a video") }}
WebM video example from MDN

CRT

Alright, this one doesn’t simplify anything, it just adds a CRT-like effect around Markdown code blocks.

{% crt() %}
-> Markdown code block <-
{% end %}
 _____________________________________________
|.'',        Public_Library_Halls         ,''.|
|.'.'',                                 ,''.'.|
|.'.'.'',                             ,''.'.'.|
|.'.'.'.'',                         ,''.'.'.'.|
|.'.'.'.'.|                         |.'.'.'.'.|
|.'.'.'.'.|===;                 ;===|.'.'.'.'.|
|.'.'.'.'.|:::|',             ,'|:::|.'.'.'.'.|
|.'.'.'.'.|---|'.|, _______ ,|.'|---|.'.'.'.'.|
|.'.'.'.'.|:::|'.|'|???????|'|.'|:::|.'.'.'.'.|
|,',',',',|---|',|'|???????|'|,'|---|,',',',',|
|.'.'.'.'.|:::|'.|'|???????|'|.'|:::|.'.'.'.'.|
|.'.'.'.'.|---|','   /%%%\   ','|---|.'.'.'.'.|
|.'.'.'.'.|===:'    /%%%%%\    ':===|.'.'.'.'.|
|.'.'.'.'.|%%%%%%%%%%%%%%%%%%%%%%%%%|.'.'.'.'.|
|.'.'.'.','       /%%%%%%%%%\       ','.'.'.'.|
|.'.'.','        /%%%%%%%%%%%\        ','.'.'.|
|.'.','         /%%%%%%%%%%%%%\         ','.'.|
|.','          /%%%%%%%%%%%%%%%\          ','.|
|;____________/%%%%%Spicer%%%%%%\____________;|

Captions

Media can have additional text description using the <figcaption> HTML tag directly under it.

![The Office]https://i.ibb.co/MPDJRsT/ImMAXM3.png
<figcaption>The image caption</figcaption>

The Office

The Office where Stanley works, it has yellow floor and beige walls

Accordion

I can be a spoiler, I can be a long text, I could be anything.

Quack-quack!

Cute duck

Small

Small, cute text that doesn’t catch attention.

Abbreviation

The ASCII art are awesome!

Aside

A quill is a writing tool made from a moulted flight feather (preferably a primary wing-feather) of a large bird. Quills were used for writing with ink before the invention of the dip pen, the metal-nibbed pen, the fountain pen, and, eventually, the ballpoint pen.

As with the earlier reed pen (and later dip pen), a quill has no internal ink reservoir and therefore needs to periodically be dipped into an inkwell during writing. The hand-cut goose quill is rarely used as a calligraphy tool anymore because many papers are now derived from wood pulp and would quickly wear a quill down. However it is still the tool of choice for a few scribes who have noted that quills provide an unmatched sharp stroke as well as greater flexibility than a steel pen.

Keyboard shortcut

<kbd>⌘ Super</kbd> + <kbd>Space</kbd>

To switch the keyboard layout, press ⌘ Super + Space.

Highlighted

You know what? I’m gonna say some very important stuff, so important that even bold is not enough.

<a class="external" href="https://example.org">Link to site</a>

Link to site

Buttons

<div class="dialog-buttons">
  <a class="inline-button" href="#top">Go to Top</a>
  <a class="inline-button colored external" href="{{ config.extra.issues_url }}">File an Issue</a>
</div>

Look at the end of this page xD

Go to Top File an Issue