{"id":32868249,"url":"https://github.com/ofcoliva/blog","last_synced_at":"2026-04-13T03:02:24.076Z","repository":{"id":321143572,"uuid":"1084657921","full_name":"ofcoliva/blog","owner":"ofcoliva","description":"Toda estrutura do blog em um só repositório com configurações de deploy no cloudflare","archived":false,"fork":false,"pushed_at":"2025-11-08T22:43:34.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-09T00:17:35.157Z","etag":null,"topics":["bash","blog","cloudflare","golang","hextra","html","hugo","md","server","serverless","shell-script","static-site"],"latest_commit_sha":null,"homepage":"https://blog.ofcoliva.com.br","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofcoliva.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":"2025-10-28T01:28:56.000Z","updated_at":"2025-11-08T22:43:39.000Z","dependencies_parsed_at":"2025-10-28T03:24:55.768Z","dependency_job_id":"28877009-a063-467a-9722-fadba5866142","html_url":"https://github.com/ofcoliva/blog","commit_stats":null,"previous_names":["ofcoliva/blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ofcoliva/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofcoliva%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofcoliva%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofcoliva%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofcoliva%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofcoliva","download_url":"https://codeload.github.com/ofcoliva/blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofcoliva%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283475139,"owners_count":26841941,"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-11-09T02:00:05.828Z","response_time":62,"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":["bash","blog","cloudflare","golang","hextra","html","hugo","md","server","serverless","shell-script","static-site"],"created_at":"2025-11-09T08:00:45.641Z","updated_at":"2025-11-09T08:02:13.554Z","avatar_url":"https://github.com/ofcoliva.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blog ofcoliva\n\nBlog pessoal construído com Hugo e tema Hextra.\n\n## 🛠 Estrutura do Projeto\n\n```\nblog/\n├── content/             # Conteúdo do site\n│   ├── posts/           # Artigos do blog\n│   ├── projects/        # Projetos\n│   ├── tags/            # Taxonomias/tags\n│   ├── _index.md        # Página inicial\n│   └── about.md         # Página sobre\n├── layouts/             # Templates personalizados\n│   └── shortcodes/      # Shortcodes para conteúdo reutilizável\n└── hugo.yaml            # Configuração do Hugo\n```\n\n## 🚀 Executando Localmente\n\n1. Instale o [Hugo](https://gohugo.io/installation/)\n\n2. Clone o repositório com submódulos:\n```bash\ngit clone --recurse-submodules https://github.com/ofcoliva/blog.git\ncd blog\n```\n\n3. Clone o repositório do Hextra para themes\n```bash\ngit clone https://github.com/imfing/hextra.git themes/hextra\n```\n\n4. Inicie o servidor de desenvolvimento:\n```bash\nhugo server -D\n```\n\n5. Acesse http://localhost:1313\n\n## 📝 Criando Conteúdo\n\nPara criar um novo post:\n```bash\nhugo new content posts/nome-do-post.md\n```\n\n### Formato dos Posts\n```markdown\n---\ntitle: \"Título do Post\"\ndate: 2023-10-27\ndraft: false\ntags: [\"tag1\", \"tag2\"]\n---\n\nConteúdo do post aqui...\n```\n\n## 🎨 Tema\n\nEste blog utiliza o tema [Hextra](https://github.com/imfing/hextra) com algumas personalizações.\n\n## 📄 Licenças\n\nEste projeto utiliza:\n\n- [Hugo](https://gohugo.io) - [Apache License 2.0](https://github.com/gohugoio/hugo/blob/master/LICENSE)\n- [Hextra Theme](https://github.com/imfing/hextra) - [MIT License](https://github.com/imfing/hextra/blob/main/LICENSE)\n\nO conteúdo do blog está sob [Apache License 2.0](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofcoliva%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofcoliva%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofcoliva%2Fblog/lists"}