{"id":31898282,"url":"https://github.com/timothywarner/techtrainertim-neocities","last_synced_at":"2025-10-13T11:57:41.217Z","repository":{"id":295175767,"uuid":"989384250","full_name":"timothywarner/techtrainertim-neocities","owner":"timothywarner","description":"��� Academic Geocities revival - Bringing back the golden age of academic web presence","archived":false,"fork":false,"pushed_at":"2025-05-24T02:10:18.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-24T03:19:33.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timothywarner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T01:51:59.000Z","updated_at":"2025-05-24T02:10:21.000Z","dependencies_parsed_at":"2025-05-24T03:19:38.281Z","dependency_job_id":"0968ee0c-ff05-4805-b27f-5a98f1f7c0de","html_url":"https://github.com/timothywarner/techtrainertim-neocities","commit_stats":null,"previous_names":["timothywarner/techtrainertim-neocities"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timothywarner/techtrainertim-neocities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothywarner%2Ftechtrainertim-neocities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothywarner%2Ftechtrainertim-neocities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothywarner%2Ftechtrainertim-neocities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothywarner%2Ftechtrainertim-neocities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timothywarner","download_url":"https://codeload.github.com/timothywarner/techtrainertim-neocities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothywarner%2Ftechtrainertim-neocities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014820,"owners_count":26085596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-13T11:57:39.862Z","updated_at":"2025-10-13T11:57:41.210Z","avatar_url":"https://github.com/timothywarner.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# techtrainertim-neocities\n\n🚀 Tim Warner's Retro GeoCities-style Neocities Site\n\n## 🌐 Live Site\nVisit: [techtrainertim.neocities.org](https://techtrainertim.neocities.org)\n\n## 🛠️ Setup Instructions\n\n### 1. Create GitHub Repository\n```bash\n# Create new repo in timothywarner-org organization\ngh repo create timothywarner-org/techtrainertim-neocities --public --clone\n```\n\n### 2. Get Your Neocities API Key\n1. Log into [Neocities](https://neocities.org)\n2. Go to [Settings → API Key](https://neocities.org/settings)\n3. Generate your API key\n\n### 3. Add API Key to GitHub Secrets\n1. Go to your repo's Settings → Secrets and variables → Actions\n2. Click \"New repository secret\"\n3. Name: `NEOCITIES_API_TOKEN`\n4. Value: Your Neocities API key\n\n### 4. Push Your Code\n```bash\ngit add .\ngit commit -m \"🎉 Initial retro website\"\ngit branch -M main\ngit remote add origin https://github.com/timothywarner-org/techtrainertim-neocities.git\ngit push -u origin main\n```\n\n## 🤖 Automatic Deployment\nEvery push to `main` branch automatically deploys to Neocities via GitHub Actions!\n\n## 📁 File Structure\n```\n├── index.html      # Main page with all the retro goodness\n├── style.css       # High-contrast CSS (colorblind-friendly)\n├── not_found.html  # 404 page\n├── robots.txt      # SEO configuration\n└── neocities.png   # Neocities logo\n```\n\n## 🎨 Features\n- ✨ Classic GeoCities animated GIFs\n- 🌈 Rainbow text effects\n- 💫 Blinking elements and marquees\n- 🔥 Animated flame dividers\n- 📊 Retro hit counter\n- 🕸️ Webring section\n- 🎯 High contrast colors (red/green colorblind safe)\n\n## 🚀 Local Development\n```bash\n# Clone the repo\ngit clone https://github.com/timothywarner-org/techtrainertim-neocities.git\ncd techtrainertim-neocities\n\n# Open in browser\nopen index.html  # macOS\nxdg-open index.html  # Linux\nstart index.html  # Windows\n\n# Make changes and push to deploy!\n```\n\n## 📝 Manual Deployment (Alternative)\nIf you prefer using the Neocities CLI:\n```bash\n# Install CLI\ngem install neocities\n\n# Login\nneocities login\n\n# Deploy\nneocities push .\n```\n\n## 🤝 Contributing\nFeel free to suggest more retro elements! PRs welcome for:\n- More animated GIFs\n- MIDI background music\n- Guestbook functionality\n- More 88x31 buttons\n\n---\nBuilt with 💾 nostalgia by Tim Warner","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothywarner%2Ftechtrainertim-neocities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothywarner%2Ftechtrainertim-neocities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothywarner%2Ftechtrainertim-neocities/lists"}