Hosting Jekyll Blog for Your Github Project
hosting jekyll blog for your github project

Note: this is not complete tutorial for hosting jekyll blog
If you are hosting jekyll blog for a project then by default rule of github page it will be hosted under http://<username>.github.io/<project-name>
The appropriate setting for this in your jekyll’s config file i.e. _config.yml would be:
baseurl: "/project-name" # the subpath of your site, e.g. /blog/
url: "http://username.github.io" # the base hostname & protocol for your siteMissing the trailing slash in baseurl won’t locate resource properly and you may see site with no css applied. This may be frustrating while blog will be working fine in local.
Keep reading

Fix mise GitHub Rate Limit with a Token
mise makes unauthenticated GitHub API calls by default. When you hit the rate limit installing tools, a personal access token (no scopes required) fixes it permanently.

How to solve Deployment Failure-`assets:precompile`
I was trying to deploy rails 6 app on ec2 server using capistrano when precompile failure lead to whole deploymentt failure. I had to uninstall cmdtest and install yarn

How to Sort an Array of Objects in JavaScript
How to Sort an Array of Objects in JavaScript

What did you take away?
Thoughts, pushback, or a story of your own? Drop a reply below — I read every one.
Comments are powered by Disqus. By posting you agree to theirterms.