
So your Ubuntu installation is off
Fix fkn everything If you can’t upgrade, can’t update and everything seems off. Run: sudo do-release-upgrade This will download for a while, you’ll need a hot beverage and be ready to press “y”...
Fix fkn everything If you can’t upgrade, can’t update and everything seems off. Run: sudo do-release-upgrade This will download for a while, you’ll need a hot beverage and be ready to press “y”...
Creating a New Post in Jekyll Basic Steps Start the server with bundle exec jekyll s for a localhost. Navigate to your _posts folder: cd _posts Create a new file with the follow...
Exploring Mermaid visualisation and math! Mermaid In the Basic Options in the markdown file within the _posts folder. mermaid: true - # Enables Mermaid diagrams for creating flowcharts, like ```...
Getting Started with Chirpy Go to their page “use template” Make a good name like Mysite.github.io Then git clone https://github.com/cotes2020/chirpy-starter.git mysite.github.io Then just bun...