Replace hugo-whisper-theme with custom gtasks-docs Hugo theme#57
Merged
Conversation
- Remove hugo-whisper-theme submodule, delete .gitmodules - Replace config.toml with config.yaml pointing to new theme - Add docs/themes/gtasks-docs/ — self-contained Hugo theme: - IBM Plex Mono/Sans fonts, teal #50E3C2 accent, dark-first, no gradients - Homepage: hero, 3x2 feature grid, agent terminal demo, install tabs, FAQ - Full doc layout: sidebar, single, list, 404 - JSON-LD: WebSite + SoftwareApplication + FAQPage schemas - Staggered scroll animations, FAQ accordion, install tab switcher - Add docs/static/llms.txt for LLM/AI crawler discovery - Add docs/layouts/robots.txt with sitemap + llms.txt refs - Update front matter on all 8 content pages (description, sitemap priority) - Fix manual install instructions to include tar -xzf step - Add docs/public/ and hugo build artifacts to .gitignore - Mention OpenClaw alongside Claude Code and Codex throughout Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying gtasks with
|
| Latest commit: |
d106b7f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://54077fea.gtasks.pages.dev |
| Branch Preview URL: | https://docs-custom-gtasks-docs-them.gtasks.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hugo-whisper-themesubmodule with a fully self-contained custom theme (gtasks-docs) committed directly to the repo#50E3C2accent — no gradients, no external CSS frameworkllms.txt,robots.txtwith sitemap referenceWhat changed
docs/themes/hugo-whisper-themesubmodule removed,.gitmodulesdeleteddocs/config.toml→docs/config.yaml(new theme name + SEO params)docs/themes/gtasks-docs/with full Hugo theme: layouts, partials, CSS, JSdocs/static/llms.txt— plain-text command reference for LLM crawlersdocs/layouts/robots.txt— Hugo template with sitemap + llms.txt linksdescription,sitemap.priority)tar -xzfstepdocs/public/and Hugo build lock files added to.gitignoreTest plan
cd docs && hugo server— no errors, 17 pages build/docslist page: sidebar visible, child page cards show descriptions (not full content)curl localhost:1313/installreturns the bash installer (not HTML)curl localhost:1313/llms.txtreturns plain text🤖 Generated with Claude Code