Skip to content

Latest commit

 

History

History
318 lines (207 loc) · 5.97 KB

test.md

File metadata and controls

318 lines (207 loc) · 5.97 KB
layout title description sidebar_include
default
Test Papge
Test page to render all elements of my website.
false

{% if jekyll.environment != "production" %} {% comment %}Only generate this page when in dev.{% endcomment %}

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.


Tables

Left Justified Centered Right Justified
Data 1 Data 2 Data 3
Data 4 Data 5 Data 6
Data 7 Data 8 Data 9

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


Front Page Feed

{% include front_page_feed.html %}


Custom Resume Markup Test Section

Resume Person's Name

Subtitle for Resume

Statement

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

Experience Test

{% include resume_experience.html 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

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

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

Resume Skills Test

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

Education Test

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

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


TV Show and Movie Titles

TV

  • Hard Time
  • The Wire

Movie

  • Batman Begins
  • Pacific Rim

Author Link

Author That Exists

  • {% include author_link.html name="Arthur C. Clarke" %}
  • {% include author_link.html name="Arthur C. Clarke" possessive=true %}
  • {% include author_link.html name="Arthur C. Clarke" link_text="Clarke" %}
  • {% include author_link.html name="Arthur C. Clarke" possessive=true link_text="Clarke" %}

Author That Doesn't Exists

  • {% include author_link.html name="Nonexistent Author" %}
  • {% include author_link.html name="Nonexistent Author" possessive=true %}
  • {% include author_link.html name="Nonexistent Author" link_text="N. Author" %}
  • {% include author_link.html name="Nonexistent Author" possessive=true link_text="N. Author" %}

Book Link

Book That Exists

  • {% include book_link.html title="Childhood's End" %}
  • {% include book_link.html title="Childhood's End" link_text="End" %}

Book That Doesn't Exists

  • {% include book_link.html title="Nonexistent Book" %}
  • {% include book_link.html title="Nonexistent Book" link_text="This Book Doesn't Exist" %}

Series Link

Series That Exists

  • {% include series_link.html series="Culture" %}

Series That Doesn't Exist

  • {% include series_link.html series="Nonexistent Series" %}

Custom Book Review Test Section

Test Book Title

By {% include author_link.html name="Vernor Vinge" %}
Book 2 of {% include get_series_text.html series="Test Series" %}
Book cover of Test Book Title.

Review

{% include book_rating.html rating=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.

{% endif %}

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.4

  4. Nested footnote.