{"id":19529726,"url":"https://github.com/vala-lang/vala-www","last_synced_at":"2026-03-02T08:01:16.007Z","repository":{"id":36995129,"uuid":"364792521","full_name":"vala-lang/vala-www","owner":"vala-lang","description":"Website of the Vala programming language","archived":false,"fork":false,"pushed_at":"2025-11-22T18:03:39.000Z","size":38806,"stargazers_count":51,"open_issues_count":16,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-22T20:16:31.778Z","etag":null,"topics":["gnome","hacktoberfest","language","programming","programming-language","site","static","static-site","static-website","vala","website","zola"],"latest_commit_sha":null,"homepage":"https://vala.dev","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vala-lang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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":"2021-05-06T05:15:45.000Z","updated_at":"2025-11-22T18:03:16.000Z","dependencies_parsed_at":"2023-02-16T01:16:02.952Z","dependency_job_id":"c606ea34-3df5-4ec4-8f18-cad7d91ac06a","html_url":"https://github.com/vala-lang/vala-www","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vala-lang/vala-www","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vala-lang%2Fvala-www","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vala-lang%2Fvala-www/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vala-lang%2Fvala-www/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vala-lang%2Fvala-www/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vala-lang","download_url":"https://codeload.github.com/vala-lang/vala-www/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vala-lang%2Fvala-www/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["gnome","hacktoberfest","language","programming","programming-language","site","static","static-site","static-website","vala","website","zola"],"created_at":"2024-11-11T01:27:11.703Z","updated_at":"2026-03-02T08:01:15.952Z","avatar_url":"https://github.com/vala-lang.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vala on the Web\n\nWebsite of the Vala programming language. View the website here: https://vala.dev\n\nYou can contribute to the new documentation website here: https://github.com/vala-lang/vala-docs\n\n## Reporting bugs and requesting features\n\nFeel free to [create a new issue](https://github.com/vala-lang/vala-www/issues/new/choose) or [participate in an existing one](https://github.com/vala-lang/vala-www/issues)\n\n## System Requirements\n\n- [Zola](https://www.getzola.org) (Version 0.19.1 or higher)\n\n## Getting started\n\nFirst, start the development server:\n\n```sh\nzola serve\n```\n\nThen you should be able to access the website on your browser by navigating to: [http://127.0.0.1:1111](http://127.0.0.1:1111).\n\nYou can edit the index page by modifying `templates/index.html`. The rest of the pages are defined in `content`.\n\n## Translations\n\n1. Fork this repository\n2. Work on the translations. The translation strings are in `config.toml`. You can use these resources for help:\n   - https://www.getzola.org/documentation/content/multilingual/\n   - https://www.getzola.org/documentation/templates/pages-sections/\n3. For markdown pages (pages in `/content` where the content is written in markdown), you need to create a new markdown file for the translated version e.g. `page-name.{language_code}.md`.\n4. Add your language to the `lang_map` macro in `templates/macros/body.html`\n5. Create a pull request with the changes you've made\n\n**Important Notes:**\n\n- You must translate the About page and the Home page\n- To translate strings in `config.toml` phrase by phrase, copy and paste the original English translations then replace each phrase over time.\n- Feel free to ask for help. You can ask in the issue you created or on the [discussions page](https://www.github.com/vala-www/discussions).\n\n## Adding new blog posts\n\n1. Inside the `content/blog` directory: create a new markdown file that ends in `.md`, add [front matter](https://www.getzola.org/documentation/content/page/#front-matter) to the file then write the rest of your post below the front matter.\n2. Create a pull request with the changes you've made.\n\nNote: \n\nFor more information, check out the [\"pages\" section of the contributor guide](docs/3-pages.md).\n\n## Website Documentation\n\nCheck out the [contributor guide](docs/CONTRIBUTING.md) to learn more about how this website works.\n\n## Credits\n\nVarious people have contributed to this website in some way and, more people will also help with the project over time.\n\nThe Contributors section in the GitHub repository doesn't tell the whole story. There's a file called `humans.txt` (available in [/static/humans.txt](/static/humans.txt)) where contributor details can be added.\n\nFeel free to request for your details to be added or add them yourself if you have contributed to this project in any way. This is available for anyone to see if they visit: https://vala.dev/humans.txt.\n\nYou can find out more about humans.txt at: https://humanstxt.org/.\n\n## Additional Resources\n\n- [Zola Documentation](https://www.getzola.org/documentation/getting-started/overview/)\n- [Tera Documentation](https://keats.github.io/tera/)\n- [MDN Web Docs](https://developer.mozilla.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvala-lang%2Fvala-www","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvala-lang%2Fvala-www","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvala-lang%2Fvala-www/lists"}