When you add and push your .md, publish your post with tags.
Cause of Medium's API, now only support to create post.
Expamle:
- tag1
- tag2
# Header 1
hoooo
## Header 2
bazzzz
When you push above expamle post.md
, at Mesium publise below.
title: example post
tags: tag1, tag2
hoooo
bazzzz
You need GCP project
, because we se Cloud Functoins.
Create .env
and put it top this directory.
// .env
MEDIUM_ACCESS_TOKEN=xxxxx
GITHUB_ACCESS_TOKEN=yyyyy
Only you push your repository.
First your .md
's lists are tags at Medium.