{"id":27039974,"url":"https://github.com/cdvel/tequendama","last_synced_at":"2026-03-07T14:31:27.570Z","repository":{"id":89198328,"uuid":"247885051","full_name":"cdvel/tequendama","owner":"cdvel","description":"My personal site ghost theme","archived":false,"fork":false,"pushed_at":"2025-05-19T14:49:46.000Z","size":2560,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"src-pages","last_synced_at":"2025-10-26T18:42:09.922Z","etag":null,"topics":["ghost-theme"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdvel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-17T05:15:08.000Z","updated_at":"2025-08-08T08:45:25.000Z","dependencies_parsed_at":"2025-01-09T08:43:04.292Z","dependency_job_id":"15b4258e-52f9-4d67-bb6e-adddb6711ffd","html_url":"https://github.com/cdvel/tequendama","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cdvel/tequendama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Ftequendama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Ftequendama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Ftequendama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Ftequendama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdvel","download_url":"https://codeload.github.com/cdvel/tequendama/tar.gz/refs/heads/src-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Ftequendama/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30217428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ghost-theme"],"created_at":"2025-04-05T03:27:27.095Z","updated_at":"2026-03-07T14:31:27.539Z","avatar_url":"https://github.com/cdvel.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tequendama Theme for Ghost\n\n![Sass Build](https://github.com/cdvel/tequendama/workflows/Sass%20Build/badge.svg)\n![Ghost v4.x Compatible](https://img.shields.io/badge/Ghost%20v4.x-Compatible-brightgreen.svg)\n\n--- \n\nA Ghost theme for my personal blog\n\n## Development\n\n### Compile this theme manually\n\n```bash\nsass -t compressed assets/css/styles.scss assets/css/styles.css\n```\n\n### Workflow Overview\n\nThis theme uses GitHub Actions to:\n1. Compile SCSS files to CSS\n2. Deploy changes to a staging branch (`pr-pages`)\n3. Automatically deploy to the production server\n\n## Installation \u0026 Migration\n\n### Manual Installation\n\nFollow this guide: [Installing Ghost 1.0 without Ghost CLI](https://nehalist.io/installing-ghost-1-0-without-ghost-cli/)\n\n### Migration Steps\n\nFor migrating to Ghost 1.0.0, follow: [Migration Guide](https://docs.ghost.org/docs/migrating-to-ghost-1-0-0#section-4-copy-your-images)\n\n### Theme Updates\n\nValidated for 4.X using [GScan](https://gscan.ghost.org/)\n\n## Repository Structure\n\n- `src-pages`: Source branch containing SCSS files\n- `pr-pages`: Automated build branch with compiled CSS\n- `assets/css`: Contains both source SCSS and compiled CSS files\n- `partials`: Theme template partials\n- `static`: Static theme assets\n\n## Deployment\n\nChanges to the `src-pages` branch automatically trigger the build and deployment workflow.\n\n### Manual Deployment\n\nIf you need to deploy manually, follow the workflow steps in the GitHub Actions file.\n\n## Manual Update to Latest Ghost\n\nRun these commands from your home directory:\n\n```bash\n# Download and extract latest Ghost version\ncurl -LOk https://ghost.org/zip/ghost-latest.zip\nunzip ghost-latest.zip -d ghost-temp\n\n# Remove old files\nsudo rm -rf /opt/ghost/core\nsudo rm /opt/ghost/index.js\nsudo rm /opt/ghost/*.json\nsudo rm /opt/ghost/*.md\n\n# Copy new files\nsudo cp -R ~/ghost-temp/core /opt/ghost/\nsudo cp -R ~/ghost-temp/index.js /opt/ghost/\nsudo cp -R ~/ghost-temp/package.json /opt/ghost/\nsudo cp -R ~/ghost-temp/npm-shrinkwrap.json /opt/ghost/\nsudo cp -R ~/ghost-temp/*.md /opt/ghost/\nsudo chown -R ghost:ghost /opt/ghost\n\n# Install dependencies and set permissions\nsudo npm install --production\nsudo chown -R ghost:ghost /opt/ghost\n\n# Restart service\nservice nginx restart\n```\n\n## Troubleshooting\n\nIf `npm install` fails, try upgrading npm:\n\n```bash\nsudo npm install -g npm\n```\n\n### Common Issues\n\n- If CSS changes aren't visible, check if the workflow completed successfully\n- For deployment issues, verify SSH credentials and server configuration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdvel%2Ftequendama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdvel%2Ftequendama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdvel%2Ftequendama/lists"}