Thank you for your interest in contributing! 🎉 We’ve made it simple to share your post using folder-per-post structure — no need to clone the repository.
| Method | How It Works |
|---|---|
| GitHub Web Editor | Create a new folder and index.md file directly on GitHub using the template, then submit a PR. |
| Fill out the post template and email it to lepv@ornl.gov. We’ll handle the folder creation and publishing. |
-
Navigate to
content/posts/on GitHub. -
Click Add file → Create new file.
-
In the filename box, enter a unique folder name followed by
/index.md.- Example:
my-new-post/index.md - Note: If your post includes images, create an
imagessubfolder inside your post folder (e.g.,my-new-post/images/) and use relative links to reference them in yourindex.mdfile.
- Example:
-
Copy and paste the following template into the editor:
--- title: "Your Post Title Here" date: YYYY-MM-DD tags: ["tag1", "tag2"] author: "Your Name & Others" summary: "1–2 sentence summary of your post" --- Your main post content goes here.
-
Fill in your title, date, tags, author name, and content.
-
Click Propose new file → Create pull request.
- Copy the template above into a new file named
my-new-post/index.md. - Fill in your post details and content.
- If your post includes images, place them in an
imagesfolder insidemy-new-post. - Zip the entire
my-new-postfolder. - Send the zipped file to lepv@ornl.gov.
Thank you for sharing your ideas and contributing to the ESS-AI/ML's blog! 🚀