kheiakiyama / trans-feed

Demo for translating RSS feeds and hosts static site

Home Page:https://trans-feed.kheiakiyama.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trans-feed

trans-feed build by jekyll and Azure components. Translates RSS feeds in your favorite language and hosts static sites.

Demo

feedUrl: https://azure.microsoft.com/en-us/blog/feed/ https://azurecomcdn.azureedge.net/en-us/updates/feed/

deploy setting

az ad sp create-for-rbac --name "trans-feed" --years 100 --sdk-auth true --scopes {RESOURCE_GROUP_ID}
# put result to github secret as `AZURE_CREDENTIALS`
az role assignment create --role "Storage Blob Data Owner" --assignee-object-id {OBJECT_ID} --assignee-principal-type ServicePrincipal --scope {RESOURCE_GROUP_ID}

Structure

translate

translate

hosting

hosting

deployment

deployment

tale


This design is powered by tale

About

Demo for translating RSS feeds and hosts static site

https://trans-feed.kheiakiyama.com/

License:MIT License


Languages

Language:SCSS 65.5%Language:HTML 27.6%Language:Ruby 5.7%Language:Dockerfile 1.2%