my website
The content provided outlines the features and installation process of a personal website development project. It covers steps such as installing Ruby, using the Jekyll framework, implementing open graph, enabling commenting, resolving code tasks, and adding syntax highlighting.
sudo apt install ruby-full.gem install bundler jekyll to install the Bundler and Jekyll gems.bundle install to install the required dependencies.bundle exec jekyll serve to serve your website locally.The content provides guidelines for developing a personal website. It covers the installation of Ruby and necessary gems, configuring Jekyll, incorporating Open Graph protocol, enabling commenting with Utterance, resolving code tasks, and enhancing the website with features like post display gaps and light mode syntax highlighting. Following these instructions will assist in setting up and customizing a personal website efficiently.