blog-post-workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed (by gautamkrishnar)
ssh-agent
GitHub Action to setup `ssh-agent` with a private key (by webfactory)
blog-post-workflow | ssh-agent | |
---|---|---|
17 | 3 | |
3,108 | 1,316 | |
0.9% | 2.0% | |
6.0 | 4.3 | |
10 days ago | about 1 month ago | |
JavaScript | JavaScript | |
GNU Affero General Public License v3.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blog-post-workflow
Posts with mentions or reviews of blog-post-workflow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-22.
-
How to Create a Kick-Ass GitHub Profile in 5 Minutes
Now, we will create a new action for your repository. There is an awesome action template that can be used directly. This action will fetch the blogs from your Medium profile and put that on your GitHub profile page.
-
My yearly "Praise for Bookstack" Post
I would like to be able to add an RSS feed with latest posts to my github profile via https://github.com/gautamkrishnar/blog-post-workflow
-
#gitPanic - Documentation and Profiles
Thanks to GitHub-flavored markdown, there's a lot you can do in your profile README. Mine has links to sites I've built, recordings of talks I've given, ways to connect, and a Blog Post Workflow written by @gautamkrishnar using Github Actions.
-
I made the best Github ReadMe EVER!
That space alloted labeled "Recent Updates" is meant to list scraped RSS or feed from any of my blogs. I used this Github Action.
-
How to Create a GitHub Profile README
Paste the code inside your yml file. Get the RSS feed URLs of your blog post sources and replace the feed list in the code above, indicated with an arrow. Visit this repository and scroll down to get the RSS feed URLs of some popular blogging platforms. Simply remove the links in the code above and paste yours in, separated by a comma if you have multiple sources. Don't remove the quotation marks.
-
Automate an articles section in your github.io page
The github action supports a readme_path parameter. After a quick dive in its source code I noticed that this file could be anything, not necessarily a markdown file. Problem solved!
- Automatizando o Readme do GitHub
- Intro ao GitHub Actions: Mostrando artigos no seu READ.me
-
Adding Recent Blog Posts to Your GitHub Readme
As I planned to start blogging, I stumbled across this idea as I myself was looking to start a blogging presence of my own. As I looked around, I was able to only find one easy-to-use GitHub action that would allow me to add a list of my posts to my readme. Sadly, I was disappointed to discover that this action had little formatting, only setting up the posts as a bulleted list of links, which was less than appealing to the eye.
-
Rock your Github profile
If you are active in writing blog posts, maybe you will want to add them to your readme profil page. Mine are not generated using some action because I have linked them to the repository concerned, but you can do it using blog-post-workflow (the description of how to use it are in the readme).
ssh-agent
Posts with mentions or reviews of ssh-agent.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-07.
-
Continuous Deployment with GitHub Actions and Kamal
Once the image has been built and pushed, you only need to trigger the deployment using Kamal. We use the webfactory/ssh-agent to establish a connection to our production server. After installing the required Ruby dependencies, it’s only a matter of running Kamal. As the image is already built and pushed, we use the --skip-push flag.
-
Flow to build using Github Actions when having dependencies in multiple private repositories
When using Github Actions, to build projects I have been using the ssh-agent approach (https://github.com/webfactory/ssh-agent), with this means the Cargo.toml looks like this:
-
Getting Started with GitHub Codespaces from a Serverless Perspective
Thankfully when I reached out on Twitter, Jonathan Carter on the Codespaces team, seemed to suggest they may be working on a native SSH integration one day. Till then, here is the solution I came up with. This process address some sequencing issues around devcontainer.json's Lifecycle Scripts and when your Dotfiles are installed. Credit to VS Codes Using SSH Keys guide. Also, some things here are pulled directly from the GitHub Action to setup SSH. Again, thanks to Johnathan Carter for the ideas.
What are some alternatives?
When comparing blog-post-workflow and ssh-agent you can also consider the following projects:
gatsby-blog-mdx - A ready-to-use, customizable personal blog with minimalist design
codespaces
shields - Concise, consistent, and legible badges in SVG and raster format
action-tmate - Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
Ghost-CLI - CLI Tool for installing & updating Ghost
vscode-sublime-keybindings - Sublime Text Keymap extension for VS Code