Skip to content

Commit ccffd4c

Browse files
author
TechStack Global
committed
Initial B2B Blog Launch by Antigravity Autopilot - Sanitized
1 parent 7dde087 commit ccffd4c

33 files changed

+834
-87
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Dependencies
2+
node_modules/
3+
.npm/
4+
5+
# OS files
6+
.DS_Store
7+
Thumbs.db
8+
Desktop.ini
9+
10+
# IDE files
11+
.vscode/
12+
.idea/
13+
*.sublime-project
14+
*.sublime-workspace
15+
16+
# Temporary files
17+
*.log
18+
tmp/
19+
.temp/
20+
21+
# Production build (if any)
22+
dist/
23+
build/

README.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# TechStack Global Blog
2+
3+
The elite B2B authority platform for SaaS tools, web hosting, AI technology, and digital assets. Build your ultimate startup tech stack.
4+
5+
## 🚀 Overview
6+
7+
This repository contains the source code for the TechStack Global blog, a high-performance static website designed with a modern dark theme and glassmorphism aesthetics.
8+
9+
## 📂 Project Structure
10+
11+
- `index.html`: The landing page and hero section.
12+
- `blog.html`: Category-based software review listing.
13+
- `posts/`: Directory containing individual blog posts and reviews.
14+
- `assets/`: Shared assets including images, icons, and fonts.
15+
- `style.css`: Core design system and responsive styles.
16+
- `script.js`: Interactive UI logic and animations.
17+
- `blogging_project/`: Python scripts and utilities for automation.
18+
19+
## 🛠️ Getting Started
20+
21+
### Prerequisites
22+
23+
- Node.js (for local development server)
24+
- Python 3.x (for blog automation scripts)
25+
26+
### Installation
27+
28+
1. Clone the repository:
29+
```bash
30+
git clone https://github.com/techstackglobal/techstackglobal.github.io.git
31+
cd techstackglobal.github.io
32+
```
33+
34+
2. Install development dependencies:
35+
```bash
36+
npm install
37+
```
38+
39+
3. Start the local development server:
40+
```bash
41+
npm start
42+
```
43+
44+
## 📝 Writing New Posts
45+
46+
Use the `posts/template.html` file as a starting point for new articles. The site uses semantic HTML and JSON-LD schema for FAQ sections to ensure high SEO rankings.
47+
48+
## 🤖 Automation Scripts
49+
50+
The `blogging_project` directory contains several utility scripts:
51+
- `update_posts.py`: Manages post metadata and content updates.
52+
- `deploy_blog.py`: Handles deployment workflows.
53+
- `global_logo_fix.py`: Ensures consistent branding across all pages.
54+
55+
## ⚖️ Legal
56+
57+
Refer to `affiliate-disclosure.html` for our compliance guidelines regarding affiliate links.
58+
59+
---
60+
61+
Built with ❤️ by [TechStack Global](https://techstackglobal.github.io).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)