{"id":17146155,"url":"https://github.com/codenamev/blog","last_synced_at":"2026-01-05T22:07:11.703Z","repository":{"id":137374731,"uuid":"278619178","full_name":"codenamev/blog","owner":"codenamev","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-10T12:47:17.000Z","size":1240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T15:50:43.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenamev.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}},"created_at":"2020-07-10T11:41:41.000Z","updated_at":"2020-07-10T12:47:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3afaf807-0910-42cb-af9d-f44bc3db3bd4","html_url":"https://github.com/codenamev/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenamev","download_url":"https://codeload.github.com/codenamev/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245250876,"owners_count":20584795,"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","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":"2024-10-14T21:07:58.106Z","updated_at":"2026-01-05T22:07:11.667Z","avatar_url":"https://github.com/codenamev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/8fd7da5f-0c4d-4a43-9e23-2d1baf0d35cc/deploy-status)](https://app.netlify.com/sites/hugo-novela-forestry/deploys)\n\n# Hugo Novela Forestry Starter\n\nA port of [Narative](https://www.narative.co/)'s Gatsby theme [Novela](https://www.narative.co/labs/novela/)\n\n![](images/tn.png)\n\n\u003ca href=\"https://app.forestry.io/quick-start?repo=forestryio/novela-hugo-starter\u0026engine=hugo\u0026version=0.62.2\"\u003e\n    \u003cimg alt=\"Import this project into Forestry\" src=\"https://assets.forestry.io/import-to-forestryK.svg\" /\u003e\n\u003c/a\u003e\n\n## Prerequisites\n\n- Hugo \u003e 0.55.0\n\n## Content Management\n\n![Forestry user interface](images/novela-forestry.png)\n\nThis project has been pre-configured to work with [Forestry](https://forestry.io), just import your repository ✨. \\\nAny changes you make will be commited back to the repo, and deployed if you're using Netlify.\n\n## Deployment and hosting with Netlify\n\nImport your site in [Netlify](https://netlify.com)\n\n1. Create a new site in Netlify and import your repository.\n2. Set the build command to: `hugo --gc --minify`\n3. Set the publish directory to: `public`\n4. Make sure to set `HUGO_VERSION` to 0.55.0 or above (tested with 0.62.2)\n\nThat's it, now your site gets deployed automatically on `git push` or when saving documents from Forestry.\n\n## Development\n\n```bash\n# clone the repository\ngit clone git@github.com:forestryio/novela-hugo-starter.git\n\n# cd in the project directory\ncd novela-hugo-starter\n\n# Start local dev server\nhugo server\n```\n\nFor more information, see [official Hugo documentation](https://gohugo.io/getting-started/).\n\n## Customization\n\n### Logo\n\nAdd to your projects layout directory your logo's SVG:\n`/layouts/icons/ui/logo.html`\n\n### Socials\n\nIn order for the Socials to be surfaced in Forestry, you should copy the theme's `config/_default/social.yaml` to your project.\n\n### Authors\n\nYou should register authors as a taxonomy in your project's `config.yaml``\n\n```yaml\ntaxonomies:\n  author: authors\n```\n\n#### Creating authors\n\nAdd a similar file to your content directory and Front Matter example.\n\n```yaml\n# /content/authors/firstname-lastname/_index.md\n---\ntitle: Dennis Brotzky\nbio: |\n  Written by You. This is where your author bio lives. Share your work, your\n  joys and of course, your Twitter handle.\navatar: /images/dennis-brotzky.jpg\nfeatured: true\nsocial:\n  - title: github\n    url: https://github.com\n  - title: twitter\n    url: https://twitter.com\n  - title: instagram\n    url: https://instagram.com\n  - title: dribbble\n    url: https://dribbble.com\n  - title: unsplash\n    url: https://unsplash.com\n---\n```\n\n#### Assigning authors to posts.\nAdd the name of the author to the \"authors\" field:\n\n```yaml\nauthors:\n  - Dennis Brotzky\n  - Thiago Costa\n```\n### Newsletter call to action\n\nThis theme includes a shortcode for a newsletter callout form that you can add to any page.\nIt uses [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get get going add your Formspree email to your shortcode like this:\n\n```\n{{\u003c subscribe email=\"your@email.com\" \u003e}}\n```\n\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamev%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenamev%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamev%2Fblog/lists"}