Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-05-07-nope #51

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions _posts/2024-05-07-nope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
layout: distill
title: Sample Blog Post
description: Your blog post's abstract.
Please add your abstract or summary here and not in the main body of your text.
Do not include math/latex or hyperlinks.
date: 2024-05-07
future: true
htmlwidgets: true

# Anonymize when submitting
# authors:
# - name: Anonymous

authors:
- name: Albert Einstein
url: "https://en.wikipedia.org/wiki/Albert_Einstein"
affiliations:
name: IAS, Princeton
- name: Boris Podolsky
url: "https://en.wikipedia.org/wiki/Boris_Podolsky"
affiliations:
name: IAS, Princeton
- name: Nathan Rosen
url: "https://en.wikipedia.org/wiki/Nathan_Rosen"
affiliations:
name: IAS, Princeton

# must be the exact same name as your blogpost
bibliography: 2024-05-07-distill-example.bib

# Add a table of contents to your post.
# - make sure that TOC names match the actual section names
# for hyperlinks within the post to work correctly.
# - please use this format rather than manually creating a markdown table of contents.
toc:
- name: Equations
- name: Images and Figures
subsections:
- name: Interactive Figures
- name: Citations
- name: Footnotes
- name: Code Blocks
- name: Diagrams
- name: Tweets
- name: Layouts
- name: Other Typography?

# Below is an example of injecting additional post-specific styles.
# This is used in the 'Layouts' section of this post.
# If you use this post as a template, delete this _styles block.
_styles: >
.fake-img {
background: #bbb;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 12px;
}
.fake-img p {
font-family: monospace;
color: white;
text-align: left;
margin: 12px 0;
text-align: center;
font-size: 16px;
}
---

this file is ok, but the file in assets isn't!
1 change: 1 addition & 0 deletions assets/img/shouldnt_exist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is not in the appropriate folder for the post's slug.
Loading