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 %}
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.
Left Justified | Centered | Right Justified |
---|---|---|
Data 1 | Data 2 | Data 3 |
Data 4 | Data 5 | Data 6 |
Data 7 | Data 8 | Data 9 |
- 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
{% include front_page_feed.html %}
I am highly accomplished, I can use templates to calculate dates: {{ "now" | date: "%Y" | minus: 2015 }}.
{% 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" %}
{% include resume_skills.html languages='Python, Ruby, JavaScript' tools="Docker, Kubernetes, Jenkins, Terraform" %}
{% 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" %}
- Hard Time
- The Wire
- Batman Begins
- Pacific Rim
- {% 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" %}
- {% 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" %}
- {% include book_link.html title="Childhood's End" %}
- {% include book_link.html title="Childhood's End" link_text="End" %}
- {% include book_link.html title="Nonexistent Book" %}
- {% include book_link.html title="Nonexistent Book" link_text="This Book Doesn't Exist" %}
- {% include series_link.html series="Culture" %}
- {% include series_link.html series="Nonexistent Series" %}
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 %}