{"id":17819001,"url":"https://github.com/tobyink/wp-base2023","last_synced_at":"2026-05-07T06:37:19.269Z","repository":{"id":145806630,"uuid":"598439360","full_name":"tobyink/wp-base2023","owner":"tobyink","description":"Wordpress starter","archived":false,"fork":false,"pushed_at":"2023-03-21T21:22:20.000Z","size":748,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T00:32:02.677Z","etag":null,"topics":["bootstrap5","composer","roots-sage","wordpress"],"latest_commit_sha":null,"homepage":"https://toby.ink/blog/2023/02/07/setting-up-wordpress-in-2023/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobyink.png","metadata":{"files":{"readme":".github/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":"2023-02-07T05:26:31.000Z","updated_at":"2024-04-14T17:08:36.000Z","dependencies_parsed_at":"2023-05-20T13:00:46.898Z","dependency_job_id":null,"html_url":"https://github.com/tobyink/wp-base2023","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/tobyink%2Fwp-base2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyink%2Fwp-base2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyink%2Fwp-base2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobyink%2Fwp-base2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobyink","download_url":"https://codeload.github.com/tobyink/wp-base2023/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246786421,"owners_count":20833688,"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":["bootstrap5","composer","roots-sage","wordpress"],"created_at":"2024-10-27T16:56:29.987Z","updated_at":"2026-05-07T06:37:14.231Z","avatar_url":"https://github.com/tobyink.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress Starter 2023\n\nSetup a simple Wordpress 6.x site powered by the Sage+Bootstrap-based [Thyme](https://github.com/tobyink/wp-thyme-theme) theme.\n\nIf you need to customize this base, fork this repo (and maybe Thyme's repo too) and use the URLs to your forked versions instead of the originals.\n\n## Assumptions\n\n* You have SSH access to a Linux+Apache web host\n* You have a blank MySQL/MariaDB database\n* PHP and PHP Composer are installed and working on the web host, along with any optional components Wordpress and Roots Sage need\n* You have a domain name (or subdomain) pointed at the host\n* Node JS, npm, and yarn are installed and working on the web host\n* git is installed and working on the web host\n\n## Begin\n\n```shell\ncd $HOME/sites/test.site.example\ngit clone https://github.com/tobyink/wp-base2023.git .\ncomposer install\ncp wp-config.php.example wp-config.php\n$EDITOR wp-config.php\n```\n\nChange the `$domain` and optionally `$table_prefix`.\n\nChange the database connection settings.\n\nChange the crypto stuff to some freshly generated random strings.\n\nDouble check the rest looks sane.\n\nWe're in business.\n\n## Basic Wordpress setup\n\n1. Visit the site in your browser and run through Wordpress's usual procedure.\n2. Go to the **Plugins** page in the backend and enable all the plugins.\n\nNote: the Wordpress backend will be at `https://$domain/wordpress/wp-admin/`.\nNotice the extra path component.\n\n## Building the Thyme theme\n\nIf you're going to use a different theme, you can stop reading here.\n\n```shell\ncd $HOME/sites/test.site.example\ncd wp-content/plugins/\ngit clone https://github.com/roots/acorn.git acorn\ncd acorn\ngit checkout 2.x\ncomposer install\ncd ../../..\ngit clone https://github.com/tobyink/wp-thyme-theme.git thyme\ncd wp-content/themes/\nln -s ../../thyme/ thyme\ncd ../../thyme/\ncomposer install\nyarn install\nyarn build\nchmod -R ugo+rwX public/ resources/styles/common/_wp_theme.scss\n```\n\n## Theme setup\n\n1. Return to the **Plugins** page in the Wordpress backend and enable the Acorn plugin.\n2. Go to **Appearance** and switch to the Thyme theme.\n3. Go to the **Sections** and **Theme Options** page in the backend, make a random change to the default values, and hit \"Update\" in each. This should force the theme CSS files to rebuild themselves.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobyink%2Fwp-base2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobyink%2Fwp-base2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobyink%2Fwp-base2023/lists"}