| layout | test-page |
|---|---|
| title | Test Papge |
| description | Test page to render all elements of my website. |
| sidebar_include | false |
| markdown_output | false |
This is a test page to demonstrate all standard Markdown elements.
This is a simple paragraph. This is another paragraph with bold text, italic text, and bold italic text.
- Item 1
- Subitem 1.1
- Subitem 1.2
- Item 2
- Item 3
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Bold and Italic Strikethrough Link
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.
{% 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 %}
| 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 |
| ---------------- | ---------- | ----------------- |
- Task 1
- Task 2
- Task 3
- Italic
- Bold
- Bold and Italic
StrikethroughItalic StrikethroughBold StrikethroughBold and Italic Strikethrough
To display special characters, use a backslash: - * _ ` [ ] ( )
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
Testing the units.html include with various units defined in _data/units.yml and fallback behavior.
-
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" %}
-
Zero: {% units number="0" unit="C" %}
-
Negative: {% units number="-10" unit="C" %}
-
Large Number: {% units number="1234567.89" unit="m" %}
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" %}
This sentence tests units within a footnote definition.7
{% front_page_feed limit=5 %}
{% subtitle "Subtitle for Resume" %}
I am highly accomplished, I can use templates to calculate dates: {{ "now" | date: "%Y" | minus: 2015 }}.
{% 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 languages='Python, Ruby, JavaScript' tools="Docker, Kubernetes, Jenkins, Terraform" %}
{% 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_title "Hard Time" %}
- {% tv_show_title "The Wire" %}
- {% movie_title "Batman Begins" %}
- {% movie_title "Pacific Rim" %}
- {% game_title "Chrono Trigger" %}
- {% game_title "Disco Elysium" %}
- {% game_title "Final Fantasy VI" %}
- {% game_title "Shadowrun" %}
- {% game_title "Warhammer 40,000" %}
- {% 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_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 "Childhood's End" %}
- {% book_link "Childhood's End" link_text="End" %}
- {% book_link "Nonexistent Book" %}
- {% book_link "Nonexistent Book" link_text="This Book Doesn't Exist" %}
- {% series_link "Culture" %}
- {% series_link "Nonexistent Series" %}
- {% series_text "Culture" %}
- {% series_text "Nonexistent" %}
- {% series_text "The Last Policeman" %}
- {% series_text "The Nonexistent" %}
- {% series_text "Hyperion Cantos" %}
- {% series_text "Nonexistent Series" %}
{% assign four=4 %} {% assign five="5" %}
- {% rating_stars 1 %}
- {% rating_stars '2' %}
- {% rating_stars "3" %}
- {% rating_stars four %}
- {% rating_stars five %}
{% 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.
{% display_ranked_by_backlinks %}
{% display_unreviewed_mentions %}
Footnotes
-
This is a long long long footnote that wraps across multiple lines in both the HTML and Markdown. ↩
-
First word. ↩
-
second word. ↩
-
Nested footnote. ↩
-
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. ↩

