Skip to content

Latest commit

 

History

History
456 lines (293 loc) · 9.32 KB

File metadata and controls

456 lines (293 loc) · 9.32 KB
layout test-page
title Test Papge
description Test page to render all elements of my website.
sidebar_include false
markdown_output false

Markdown Test Page

This is a test page to demonstrate all standard Markdown elements.


Headings

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Paragraphs

This is a simple paragraph. This is another paragraph with bold text, italic text, and bold italic text.


Lists

Unordered List

  • Item 1
    • Subitem 1.1
    • Subitem 1.2
  • Item 2
  • Item 3

Ordered List

  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2
  3. Third item

Links

Link

Italic Link

Bold Link

Bold and Italic Link

Strikethrough Link

Italic Strikethrough Link

Bold Strikethrough Link

Bold and Italic Strikethrough Link


Images

Alex Gude head shot


Blockquotes

This is a blockquote. It can span multiple lines.

They can be really really really really really really really really really really really really really really long.


Cited Quotes

{% citedquote author_last="Keats" author_first="John" work_title="Ode on a Grecian Urn" date=1819 %} "Beauty is truth, truth beauty,"---that is all
Ye know on earth, and all ye need to know. {% endcitedquote %}

{% citedquote author_last="Banks" author_first="Iain M." work_title="Excession" publisher="Orbit" date=1996 url="https://en.wikipedia.org/wiki/Excession" %} An Outside Context Problem was the sort of thing most civilizations encountered just once, and which they tended to encounter rather in the same way a sentence encountered a full stop. The usual example given to illustrate an Outside Context Problem was imagining you were a tribe on a largish, fertile island; you'd tamed the land, invented the wheel or writing or whatever, the neighbors were cooperative or enslaved but at any rate peaceful and you were busy raising temples to yourself with all the excess productive capacity you had, you were in a position of near-absolute power and control which your hallowed ancestors could hardly have dreamed of and the whole situation was just running along nicely like a canoe on wet grass... when suddenly this bristling lump of iron appears sailless and trailing steam in the bay and these guys carrying long funny-looking sticks come ashore and announce you've just been discovered, you're all subjects of the Emperor now, he's keen on presents called tax and these bright-eyed holy men would like a word with your priests. {% endcitedquote %}


Tables

Left Justified Centered Right Justified
Data 1 Data 2 Data 3
Data 4 Data 5 Data 6
Data 7 Data 8 Data 9
================ ========== =================
Footer row Data 10 Data 11
---------------- ---------- -----------------

Horizontal Rule



Task Lists

  • Task 1
  • Task 2
  • Task 3

Emphasis

  • Italic
  • Bold
  • Bold and Italic
  • Strikethrough
  • Italic Strikethrough
  • Bold Strikethrough
  • Bold and Italic Strikethrough

Escaping Characters

To display special characters, use a backslash: - * _ ` [ ] ( )


Footnotes

This is a sentence with a footnote.1

This is a sentence with two footnotes, one of which is reused!!12

This is a footnote within a footnote.3

Two footnotes, but4 on different words.5


Formatted Units Test

Testing the units.html include with various units defined in _data/units.yml and fallback behavior.

Standard Units

  • Temperature (Fahrenheit): {% units number="98.6" unit="F" %}

  • Temperature (Celsius): {% units number="37" unit="C" %}

  • Mass (Grams): {% units number="500" unit="g" %}

  • Mass (Kilograms): {% units number="2.5" unit="kg" %}

  • Length (Meters): {% units number="10" unit="m" %}

  • Length (Centimeters): {% units number="175" unit="cm" %}

  • Length (Millimeters): {% units number="35" unit="mm" %}

  • Length (Inches): {% units number="6" unit="in" %}

  • Length (Feet): {% units number="5.9" unit="ft" %}

Different Numbers

  • Zero: {% units number="0" unit="C" %}

  • Negative: {% units number="-10" unit="C" %}

  • Large Number: {% units number="1234567.89" unit="m" %}

Fallback Test (Unit Not in Data File)

This unit 'XYZ' is not defined in _data/units.yml. In development mode, a warning comment should appear in the HTML source. The output should fallback to using 'XYZ' as both symbol and title.

  • Undefined Unit: {% units number="42" unit="XYZ" %}

In Footnotes

This sentence tests units within a footnote definition.7


Front Page Feed

{% front_page_feed limit=5 %}


Custom Resume Markup Test Section

Resume Person's Name

{% subtitle "Subtitle for Resume" %}

Statement

I am highly accomplished, I can use templates to calculate dates: {{ "now" | date: "%Y" | minus: 2015 }}.

Experience Test

{% resume_experience company="Company with Two Positions" location="Anywhere, USA" position="Test Position" dates="2022--Present" position_2="Another Position" dates_2="2020--2022" %}

  • Things that were done
  • More things

{% resume_experience company="Company with One Positions" location="Anywhere, USA" position="Test Position" dates="2015--2020" %}

{% resume_experience company="Company with Dateless Positions" location="Anywhere, USA" position="Test Position" dates="2015--2020" position_2="Another Position" %}

Resume Skills Test

{% resume_skills languages='Python, Ruby, JavaScript' tools="Docker, Kubernetes, Jenkins, Terraform" %}

Education Test

{% resume_experience company="University with Date" location="Anywhere, USA" position="PhD, Website Testing" dates="2010--2015" %}

{% resume_experience company="University without Date" location="Anywhere, USA" position="PhD, Website Testing" %}


TV Show and Movie Titles

TV

  • {% tv_show_title "Hard Time" %}
  • {% tv_show_title "The Wire" %}

Movie

  • {% movie_title "Batman Begins" %}
  • {% movie_title "Pacific Rim" %}

Games

  • {% game_title "Chrono Trigger" %}
  • {% game_title "Disco Elysium" %}
  • {% game_title "Final Fantasy VI" %}
  • {% game_title "Shadowrun" %}
  • {% game_title "Warhammer 40,000" %}

Author Link

Author That Exists

  • {% author_link "Arthur C. Clarke" %}
  • {% author_link "Arthur C. Clarke" possessive %}
  • {% author_link "Arthur C. Clarke" link_text="Clarke" %}
  • {% author_link "Arthur C. Clarke" possessive link_text="Clarke" %}

Author That Doesn't Exists

  • {% author_link "Nonexistent Author" %}
  • {% author_link "Nonexistent Author" possessive %}
  • {% author_link "Nonexistent Author" link_text="N. Author" %}
  • {% author_link "Nonexistent Author" possessive link_text="N. Author" %}

Book Link

Book That Exists

  • {% book_link "Childhood's End" %}
  • {% book_link "Childhood's End" link_text="End" %}

Book That Doesn't Exists

  • {% book_link "Nonexistent Book" %}
  • {% book_link "Nonexistent Book" link_text="This Book Doesn't Exist" %}

Series Link

Series That Exists

  • {% series_link "Culture" %}

Series That Doesn't Exist

  • {% series_link "Nonexistent Series" %}

Series Text Tag

Add 'the' and 'series'

  • {% series_text "Culture" %}
  • {% series_text "Nonexistent" %}

Add 'series'

  • {% series_text "The Last Policeman" %}
  • {% series_text "The Nonexistent" %}

Add 'the'

  • {% series_text "Hyperion Cantos" %}
  • {% series_text "Nonexistent Series" %}

Star Ratings

{% assign four=4 %} {% assign five="5" %}

  • {% rating_stars 1 %}
  • {% rating_stars '2' %}
  • {% rating_stars "3" %}
  • {% rating_stars four %}
  • {% rating_stars five %}

Custom Book Review Test Section

Test Book Title

By {% author_link "Vernor Vinge" %}
Book 2 of {% series_text "Test Series" %}
Book cover of Test Book Title.

Review

{% rating_stars 5 %}

This is a sample review of the book, demonstrating the inclusion of custom metadata, images, and dynamic content. The story revolves around a fascinating premise and is exceptionally well-written.

Books Ranked by Backlinks

{% display_ranked_by_backlinks %}

Unreviewed Books Ranked by Backlinks

{% display_unreviewed_mentions %}

Footnotes

  1. This is the footnote text. 2

  2. This is a long long long footnote that wraps across multiple lines in both the HTML and Markdown.

  3. First footnote.6

  4. First word.

  5. second word.

  6. Nested footnote.

  7. The footnote definition contains a temperature: {% units number="22" unit="C" %} and a length: {% units number="1.8" unit="m" %}. It should render correctly within the footnote list.