Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reubenmathew/blog
📝 A public technical log
https://github.com/reubenmathew/blog
Last synced: 11 days ago
JSON representation
📝 A public technical log
- Host: GitHub
- URL: https://github.com/reubenmathew/blog
- Owner: ReubenMathew
- Created: 2023-01-30T20:06:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T13:07:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T07:41:59.145Z (2 months ago)
- Homepage: https://blog.reubenninan.com
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Public Technical Log
## Uploading to Hashnode
- the file ends with .md extension, we support markdown files only.
- you have connected the same repo as you made a commit to.
- you added the correct blog domain in your markdown filed.```
---
title: YOUR_TITLE_HERE **(Required)**
subtitle: YOUR_SUBTITLE_HERE
/* The pathname of your article url
* Ex. In https://engineering.hashnode.com/how-we-autodetect-spam-using-googles-vertex-ai
"how-we-autodetect-spam-using-googles-vertex-ai" is the slug */
slug: CUSTOM_ARTICLE_SLUG_HERE (Will be created automatically if not provided)
tags: TAG_SLUG_1, TAG_SLUG_2 **(Required)** - You can find the list of tags here https://github.com/Hashnode/support/blob/main/misc/tags.json
/* You need to upload your image to https://hashnode.com/uploader
and use the uploaded image URL as COVER_IMAGE_URL */
cover: COVER_IMAGE_URL
domain: YOUR_HASHNODE_BLOG_DOMAIN_NAME_HERE (e.g. sandeep.dev or sandeep.hashnode.dev) **(Required)**
/* When you have a team publication and a publication member has created an article */
/* Please note that this param is only supported while creating an article and not updating */
publishAs: USERNAME_OF_AUTHOR_OF_ARTICLE
/* When your article is republished and you want to use the origin url as canonical url */
canonical: CANONICAL_URL_OF_ARTICLE
/* Only if you don't want this article to be published yet */
ignorePost: Boolean (default: false)
/* If you want to post it only on your blog and hide it from Hashnode community feed */
hideFromHashnodeCommunity: Boolean (default: false)
---
```Enter article body here
```
* List of tags can be found here https://github.com/Hashnode/support/blob/main/misc/tags.json
* Make sure you haven't included **ignorePost** in the frontmatter by mistake.
* Uninstalling app via Github will remove it from all the publications that the repo was connected to. If you want to specifically remove the installation from a particular publication, do it from it's Dashboard (Integrations section).
* Creating an article with same slug as another article in the publication will overwrite the old article.
* Do note that maximum of 10 file changes are respected in one particular commit.