Hit Hub Page
Write your post below the front matter using GitHub Flavored Markdown . 🛠Using GitHub "Hub" Extension
Use hub issue create -m "Post Title" to quickly draft a community post or announcement. Hit Hub
Are you looking to create a on a GitHub Pages site, or are you trying to share a social media update about your GitHub repository? Write your post below the front matter using
GitHub Pages is the most common way to "post" content directly on GitHub using Jekyll . Posts must be saved in the _posts directory. Hit Hub
Name files as YYYY-MM-DD-title.md (e.g., 2024-04-28-my-new-project.md ). Front Matter: Every post needs a YAML block at the top:
--- layout: post title: "Your Post Title" date: 2024-04-28 categories: updates --- Use code with caution. Copied to clipboard