My Homepage/Blog at Github. :pencil:
The content is a guide on how to install and run a personal blog and webpage on Github Pages. It provides step-by-step instructions on setting up the necessary tools, updating tags and timeline, generating and copying html files, and creating and publishing blog posts.
To install and run the personal blog and webpage on Github Pages, follow these steps:
Updating tags and timeline
Copy the tags and timeline generator into blog/
Now make sure the Jekyll serve is running (see the command above), then you'll have
the generated tags and timeline in the _site/blog folder, run the following to copy
them into blog/ folder
Now commit and push!
http://iamit.in/blog/feeds/atom.xmlhttp://iamit.in/blog/feeds/sympy.xml_config.yml from https://iamit.in/ to /_posts directory by copying any previous posts and following the naming scheme, which corresponds to the publishing date./deploy.sh and push to github.The content provides a comprehensive guide on setting up and running a personal blog and webpage on Github Pages. It covers installation, updating tags and timeline, generating HTML files, configuring RSS Feeds, and creating and publishing blog posts. Following the provided instructions will allow users to successfully set up their own blog and webpage on Github Pages.