{"id":16594742,"url":"https://github.com/trevanhetzel/personal-site-frontity","last_synced_at":"2026-04-16T21:33:59.061Z","repository":{"id":56633860,"uuid":"301569528","full_name":"trevanhetzel/personal-site-frontity","owner":"trevanhetzel","description":"My personal site built with Frontity and WordPress","archived":false,"fork":false,"pushed_at":"2021-04-08T00:00:01.000Z","size":554,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T17:26:31.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"trevanco-trevanhetzel.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trevanhetzel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-06T00:05:28.000Z","updated_at":"2021-04-08T00:00:03.000Z","dependencies_parsed_at":"2022-08-15T22:20:25.130Z","dependency_job_id":null,"html_url":"https://github.com/trevanhetzel/personal-site-frontity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trevanhetzel/personal-site-frontity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fpersonal-site-frontity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fpersonal-site-frontity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fpersonal-site-frontity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fpersonal-site-frontity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trevanhetzel","download_url":"https://codeload.github.com/trevanhetzel/personal-site-frontity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fpersonal-site-frontity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31905680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-11T23:47:18.955Z","updated_at":"2026-04-16T21:33:59.043Z","avatar_url":"https://github.com/trevanhetzel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frontity\n\nThis project was bootstrapped with [Frontity](https://frontity.org/).\n\n#### Table of Contents\n\n- [Launch a development server](#launch-a-development-server)\n- [Create your custom theme](#create-your-custom-theme)\n- [Create a production-ready build](#create-a-production-ready-build)\n- [Deploy](#deploy)\n\n### Launch a development server\n\n```\nnpx frontity dev\n```\n\nRuns the app in development mode. Open http://localhost:3000 to view it in the browser.\n\nThe site will automatically reload if you make changes inside the `packages` folder. You will see the build errors in the console.\n\n\u003e Have a look at our [Quick Start Guide](https://docs.frontity.org/getting-started/quick-start-guide)\n\n### Create your custom theme\n\n```\nnpx frontity create-package your-custom-theme\n```\n\nUse the command `npx frontity create-package` to create a new package that can be set in your `frontity.settings.js` as your theme\n\n\u003e Have a look at our blog post [How to Create a React WordPress Theme in 30 Minutes](https://frontity.org/blog/how-to-create-a-react-theme-in-30-minutes/)\n\n### Create a production-ready build\n\n```\nnpx frontity build\n```\n\nBuilds the app for production to the `build` folder.\n\nThis will create a `/build` folder with a `server.js` (a [serverless function](https://vercel.com/docs/v2/serverless-functions/introduction)) file and a `/static` folder with all your javascript files and other assets.\n\nYour app is ready to be deployed.\n\n\u003e Get more info about [Frontity's architecture](https://docs.frontity.org/architecture)\n\n### Deploy\n\nWith the files generated in the _build_ you can deploy your project\n\n#### As a node app\n\nUse `npx frontity serve` to run it like a normal Node app.\n\nThis command generates (and runs) a small web server that uses the generated `server.js` and `/static` to serve your content\n\n#### As a serverless service\n\nUpload your `static` folder to a CDN and your `server.js` file to a serverless service, like Now or Netlify.\n\n\u003e Get more info about [how to deploy](https://docs.frontity.org/deployment) a Frontity project\n\n---\n\n### » Frontity Channels 🌎\n\nWe have different channels at your disposal where you can find information about the project, discuss about it and get involved:\n\n- 📖 **[Docs](https://docs.frontity.org)**: this is the place to learn how to build amazing sites with Frontity.\n- 👨‍👩‍👧‍👦 **[Community](https://community.frontity.org/)**: use our forum to [ask any questions](https://community.frontity.org/c/dev-talk-questions), feedback and meet great people. This is your place too to share [what are you building with Frontity](https://community.frontity.org/c/showcases)!\n- 🐞 **[GitHub](https://github.com/frontity/frontity)**: we use GitHub for bugs and pull requests. Questions are answered in the [community forum](https://community.frontity.org/)!\n- 🗣 **Social media**: a more informal place to interact with Frontity users, reach out to us on [Twitter](https://twitter.com/frontity).\n- 💌 **Newsletter**: do you want to receive the latest framework updates and news? Subscribe [here](https://frontity.org/)\n\n### » Get involved 🤗\n\nGot questions or feedback about Frontity? We'd love to hear from you. Use our [community forum](https://community.frontity.org) yo ! ❤️\n\nFrontity also welcomes contributions. There are many ways to support the project! If you don't know where to start, this guide might help → [How to contribute?](https://docs.frontity.org/contributing/how-to-contribute)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevanhetzel%2Fpersonal-site-frontity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrevanhetzel%2Fpersonal-site-frontity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevanhetzel%2Fpersonal-site-frontity/lists"}