Skip to content

methodicalcloud/everythingshouldbevirtual.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,775 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Everything Should Be Virtual

Everything Should Be Virtual is a technical blog covering virtualization, cloud technologies, automation, and DevOps. Part of Methodical Cloud.


Tech Stack


Deployment

Push to main triggers a full build and deploy automatically.

develop → PR → main → GitHub Actions → Cloudflare Pages (everythingshouldbevirtual.com)

Manual deploy (if needed):

bundle exec jekyll build
wrangler pages deploy _site --project-name everythingshouldbevirtual --branch main

GitHub Secrets required:

  • CLOUDFLARE_ACCOUNT_ID
  • CLOUDFLARE_PAGES_TOKEN

Local Development

bundle install
bundle exec jekyll serve --drafts

Requires Ruby 3.x. The site builds with Ruby 3.3 in CI.


Writing Posts

Add a file to _posts/ with the format YYYY-MM-DD-title.md:

---
title: "Post Title"
date: YYYY-MM-DD HH:MM:SS -0500
categories:
  - Automation
tags:
  - ansible
toc: true
---

Drafts go in _drafts/ and are excluded from production builds.


Author: Larry Smith Jr. | Last Updated: April 2026

About

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

 
 
 

Contributors