{"id":16553613,"url":"https://github.com/roneoorg/hello-comma-website","last_synced_at":"2026-02-06T07:36:08.487Z","repository":{"id":114778875,"uuid":"392486431","full_name":"RoneoOrg/hello-comma-website","owner":"RoneoOrg","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-03T23:39:33.000Z","size":44828,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T02:13:19.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/RoneoOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-03T23:39:01.000Z","updated_at":"2021-08-03T23:39:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fa5315e-7aca-4aed-a957-202b8cc41d7e","html_url":"https://github.com/RoneoOrg/hello-comma-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoneoOrg/hello-comma-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fhello-comma-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fhello-comma-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fhello-comma-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fhello-comma-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoneoOrg","download_url":"https://codeload.github.com/RoneoOrg/hello-comma-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fhello-comma-website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266139517,"owners_count":23882485,"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-11T19:48:54.477Z","updated_at":"2026-02-06T07:36:08.453Z","avatar_url":"https://github.com/RoneoOrg.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThe codebase of [Hello, Comma](https://www.hellocomma.org).\n\nThe website is built with [Hugo](https://gohugo.io/) and [Wowchemy](https://wowchemy.com/).\n\nHello, Comma was created by and is primarily developed by [Andrew Nguyen](https://hellocomma.net/author/andrew-nguyen/).\n\n# Development Environment\n\nHello, Comma is primarily developed on the Windows Subsystem for Linux using Ubuntu. Visual Studio Code is the main editor and the website is hosted with Netlify.\n\n# Setup on Windows\n\n## Step 1: Install a Text Editor\n\n- We recommend [Visual Studio Code](https://code.visualstudio.com/)\n\n## Step 2: Install the Windows Subsystem for Linux\n\n- Install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)\n\n## Step 3: Install Ubuntu\n\n- Install [Ubuntu](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6)\n\n## Step 4: Install Homebrew\n\n- In a Ubuntu terminal, install [Homebrew](https://docs.brew.sh/Homebrew-on-Linux)\n- If you run into errors, you may try either/or before installation:\n  - `sudo apt update`\n  - `sudo apt-get install build-essential`\n\n## Step 5: Install Hugo\n\n- In a Ubuntu terminal, install [Hugo](https://gohugo.io/getting-started/installing#linuxbrew-linux)\n\n## Step 6: Setup Git\n\n- Follow [these instructions](https://help.github.com/en/github/getting-started-with-github/set-up-git)\n- For command line access, you may need to [setup a personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)\n\n## Step 7: Clone the project\n\n### Owner/Collaborator\n\n- In a Ubuntu terminal, setup your preferred project directory\n\n  - `e.g.: ~/GitHub/`\n\n- In a terminal, execute:\n\n  - `git clone https://github.com/Kashinoga/hello-comma-website.git`\n\n### Contributor\n\n- Follow [these instructions](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)\n\n## Step 8: Setup Quick Access in the Windows File Explorer\n\n- Pin the Ubuntu folder to Quick Access by navigating to this address in the File Explorer:\n  - `\\\\\\wsl\\$\\Ubuntu`\n- This helps with managing files using the File Explorer in Windows\n\n# Collaboration and Contribution Guidelines\n\n- Follow the [GitHub flow](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/github-flow) and [GitHub collaboration document](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests)\n\n# Discord\n\n- Join our [Discord](https://discord.gg/3xKsXeg) for discussions and updates\n\n# Reference\n\n- [GitHub](https://github.com/Kashinoga/hello-comma-website)\n- [Hugo](https://gohugo.io/)\n- [Markdown](https://www.markdownguide.org/cheat-sheet/)\n- [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)\n- [Wowchemy](https://sourcethemes.com/wowchemy/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Fhello-comma-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froneoorg%2Fhello-comma-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Fhello-comma-website/lists"}