IT guides and tutorials for small businesses.
This is a Jekyll-based GitHub Pages site. To run locally:
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# Visit http://localhost:4000/ifeeltech-guides/Create a new file in _posts/ with the format: YYYY-MM-DD-title.md
---
layout: default
title: "Your Post Title"
description: "Brief description for SEO"
date: 2025-11-11
tags: [tag1, tag2]
featured_image: "https://images.unsplash.com/photo-xxxxx?w=1200&h=600&fit=crop"
image_credit: "Unsplash"
---
Your content here...Push to GitHub and the site automatically deploys via GitHub Pages (1-2 minutes).
git add .
git commit -m "Add new article"
git push origin mainSite URL: https://ifeeltech.github.io/ifeeltech-guides/
- Privacy Policy (
/privacy/) - Terms of Use (
/terms/) - Affiliate Disclosure (
/affiliate-disclosure/) - HTML Sitemap (
/sitemap/)
© iFeeltech — All rights reserved