{"id":15491196,"url":"https://github.com/chriswiegman/chriswiegman-theme","last_synced_at":"2025-03-04T05:30:43.549Z","repository":{"id":41321950,"uuid":"325370475","full_name":"ChrisWiegman/chriswiegman-theme","owner":"ChrisWiegman","description":"Minimal and sustainable WordPress theme for ChrisWiegman.com. https://chriswiegman.com/","archived":true,"fork":false,"pushed_at":"2024-10-11T01:04:13.000Z","size":7467,"stargazers_count":32,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-12T16:19:27.750Z","etag":null,"topics":["minimal","wordpress","wordpress-theme"],"latest_commit_sha":null,"homepage":"https://chriswiegman.com","language":"PHP","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/ChrisWiegman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"ChrisWiegman","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-12-29T19:29:45.000Z","updated_at":"2024-12-19T22:10:14.000Z","dependencies_parsed_at":"2023-02-12T12:46:02.275Z","dependency_job_id":"2b142381-0dec-4c75-806f-2f5bf78b938e","html_url":"https://github.com/ChrisWiegman/chriswiegman-theme","commit_stats":null,"previous_names":[],"tags_count":167,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisWiegman%2Fchriswiegman-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisWiegman%2Fchriswiegman-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisWiegman%2Fchriswiegman-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisWiegman%2Fchriswiegman-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisWiegman","download_url":"https://codeload.github.com/ChrisWiegman/chriswiegman-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241792613,"owners_count":20021107,"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":["minimal","wordpress","wordpress-theme"],"created_at":"2024-10-02T07:44:15.203Z","updated_at":"2025-03-04T05:30:43.164Z","avatar_url":"https://github.com/ChrisWiegman.png","language":"PHP","funding_links":["https://github.com/sponsors/ChrisWiegman"],"categories":[],"sub_categories":[],"readme":"# The WordPress theme for ChrisWiegman.com\n\nMinimal and sustainable WordPress theme for ChrisWiegman.com.\n\n## Getting the theme\n\nYou can download the latest version from the [releases page](https://github.com/ChrisWiegman/chriswiegman-theme/releases) in this repo.\n\n## Setup and Usage of the Development Environment\n\nA fully featured development environment is included using PHP 8.2 and more. Scripts to run commands including setup and more use _make_ as a task runner. See the instructions below for getting started.\n\nBefore starting your workstation will need the following:\n\n- [Docker](https://www.docker.com/)\n- [Kana](https://github.com/ChrisWiegman/chriswiegman-theme)\n\n1. Clone the repository\n\n`git clone https://github.com/chriswiegman/chriswiegman-theme.git`\n\n2. Start Kana\n\n```bash\ncd chriswiegman-theme\nmake start\n```\n\nWhen finished, Kana will open a development version of your site in the browser and you're ready to go\n\nWordPress Credentials:\n\n**URL:** _http://chriswiegman-theme.sites.kana.li/wp-admin_\n\n**Admin User:** _admin_\n\n**Admin Password:** _password_\n\n## Using Xdebug\n\nXdebug 3 released a [number of changes](https://xdebug.org/docs/upgrade_guide) that affect the way Xdebug works. Namely, it no longer listens on every request and requires a \"trigger\" to enable the connection. Use one of the following plugins to enable the trigger on your machine:\n\n- [Xdebug Helper for Firefox](https://addons.mozilla.org/en-GB/firefox/addon/xdebug-helper-for-firefox/) ([source](https://github.com/BrianGilbert/xdebug-helper-for-firefox)).\n- [Xdebug Helper for Chrome](https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc) ([source](https://github.com/mac-cain13/xdebug-helper-for-chrome)).\n- [XDebugToggle for Safari](https://apps.apple.com/app/safari-xdebug-toggle/id1437227804?mt=12) ([source](https://github.com/kampfq/SafariXDebugToggle)).\n\nTo enable Xdebug using the built-in Kana configuration use the following:\n\n```bash\nkana xdebug on\n```\n\n## Build the project\n\n```bash\nmake build\n```\n\nNote, assets will also build during the install phase if you use `make start`.\n\nI also use [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards) and [JSHint](http://jshint.com/) with [WordPress' JS Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/javascript/#installing-and-running-jshint). Linting will automagically be setup for you if you use [Visual Studio Code](https://code.visualstudio.com/). If you want to run it manually use the following:\n\n```bash\nmake lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriswiegman%2Fchriswiegman-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchriswiegman%2Fchriswiegman-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriswiegman%2Fchriswiegman-theme/lists"}