├── .github └── workflows │ └── lint.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── app ├── App.php ├── Features │ └── Logger.php ├── Hooks │ ├── Blocks.php │ ├── Gutenberg.php │ ├── Language.php │ ├── Mail.php │ ├── Security.php │ ├── Setup.php │ ├── Theme.php │ ├── User │ │ └── Api.php │ └── Views.php └── Services │ └── Cli.php ├── composer.json ├── composer.lock ├── config ├── application.php ├── blocks.webpack.config.js ├── environments │ ├── development.php │ ├── local.php │ └── staging.php └── webpack.config.js ├── package.json ├── pint.json ├── pnpm-lock.yaml ├── resources ├── blocks │ └── example │ │ ├── block.json │ │ ├── edit.js │ │ ├── editor.scss │ │ ├── index.js │ │ ├── save.js │ │ ├── style.scss │ │ └── view.js ├── scripts │ ├── app.js │ └── editor.js ├── scss │ ├── app.scss │ └── editor.scss └── views │ ├── base.twig │ ├── common │ ├── foot.twig │ ├── head.twig │ ├── header.twig │ └── main.twig │ └── pages │ ├── 404.twig │ ├── front-page.twig │ ├── index.twig │ ├── page.twig │ └── single.twig ├── sample.env ├── web ├── content │ ├── languages │ │ ├── admin-es_ES.l10n.php │ │ ├── admin-es_ES.mo │ │ ├── admin-es_ES.po │ │ ├── admin-network-es_ES.l10n.php │ │ ├── admin-network-es_ES.mo │ │ ├── admin-network-es_ES.po │ │ ├── app.pot │ │ ├── blocks.pot │ │ ├── continents-cities-es_ES.l10n.php │ │ ├── continents-cities-es_ES.mo │ │ ├── continents-cities-es_ES.po │ │ ├── es_ES-0cc31205f20441b3df1d1b46100f6b8d.json │ │ ├── es_ES-0ce75ad2f775d1cac9696967d484808c.json │ │ ├── es_ES-0eebe503220d4a00341eb011b92769b4.json │ │ ├── es_ES-17179a5f2930647c89151e365f843b6e.json │ │ ├── es_ES-1780a2033cf98d69ce13c2e5c8510004.json │ │ ├── es_ES-1a0cd6a7128913b15c1a10dd68951869.json │ │ ├── es_ES-1bba9045bb07c89671c88a3f328548e8.json │ │ ├── es_ES-1c4303f02ff93b290e9faad991eeb06f.json │ │ ├── es_ES-1d17475f620f63a92e2c5d2681c51ee8.json │ │ ├── es_ES-2617ce121227a46077ede6c69aa9fcb5.json │ │ ├── es_ES-270d72d1cff17227d37f3244759cbecb.json │ │ ├── es_ES-28b3c3d595952907e08d98287077426c.json │ │ ├── es_ES-2a60fb9605efeab98825d6b2f781090a.json │ │ ├── es_ES-2b390f85a3048c5b4255fb45960b6514.json │ │ ├── es_ES-2c5d274ea625dd91556554ad82901529.json │ │ ├── es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json │ │ ├── es_ES-440127dd25bde48a531ded36f33e927b.json │ │ ├── es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json │ │ ├── es_ES-4a38fe1c0c45989e44682ba6109d9f46.json │ │ ├── es_ES-4bfa11da57ff2600004bb500368247f4.json │ │ ├── es_ES-50278328b502f4eb3f2b8b7ab49324a1.json │ │ ├── es_ES-5251f7623766a714c8207c7edb938628.json │ │ ├── es_ES-529362903a5a05b34b06b5e793fb4cf8.json │ │ ├── es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json │ │ ├── es_ES-6025add6bde16aaeb12787d250f9b414.json │ │ ├── es_ES-60d06fac6f98e8e8f0ec5a945738b660.json │ │ ├── es_ES-68f2cec7514bf8563c723a4d675fcfe6.json │ │ ├── es_ES-7233008897033de5ee0d14f86a42a65a.json │ │ ├── es_ES-7289286ed59e90a8f36ae797df62220b.json │ │ ├── es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json │ │ ├── es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json │ │ ├── es_ES-7b74c8457eaa7fcc50db41b431f8a003.json │ │ ├── es_ES-7c90cd4398ee2d9d3628c387a87a70e5.json │ │ ├── es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json │ │ ├── es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json │ │ ├── es_ES-803bf1ce2131e13efc590c1bc47851fc.json │ │ ├── es_ES-81c889563f09dd13de1701135dc62941.json │ │ ├── es_ES-81d6f084cb273e02e15b01bd9ece87f7.json │ │ ├── es_ES-8240df461220d1d3a028a9a4c5652a5b.json │ │ ├── es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json │ │ ├── es_ES-93882e8f9976382d7f724ac595ed7151.json │ │ ├── es_ES-947c76bb5095da30e16668eec15406b2.json │ │ ├── es_ES-9b256ea9cd54df92095e04c76758ceb0.json │ │ ├── es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json │ │ ├── es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json │ │ ├── es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json │ │ ├── es_ES-a2796e57f680e25d84c4b352ee6d7280.json │ │ ├── es_ES-a9dc201dcd011fe71849743133052619.json │ │ ├── es_ES-aabfce98c410957228848dc581e3c420.json │ │ ├── es_ES-ac23eee47530ac63a1178c827db28087.json │ │ ├── es_ES-bf0f094965d3d4a95b47babcb35fc136.json │ │ ├── es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json │ │ ├── es_ES-c31d5f185753910c14afebc6deb2ce24.json │ │ ├── es_ES-ca28138671823450e87dfd354f7afc6b.json │ │ ├── es_ES-daeb084aab42199d26393a56c3465bc0.json │ │ ├── es_ES-e2791ba830489d23043be8650a22a22b.json │ │ ├── es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json │ │ ├── es_ES-e53526243551a102928735ec9eed4edf.json │ │ ├── es_ES-f575f481034e90e21d832e415fd95fcf.json │ │ ├── es_ES-f70806bf0c7d62f2908bd5a1c3fe4efc.json │ │ ├── es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json │ │ ├── es_ES.l10n.php │ │ ├── es_ES.mo │ │ ├── es_ES.po │ │ └── twig.pot │ ├── mu-plugins │ │ └── bedrock-autoloader.php │ ├── plugins │ │ └── .gitkeep │ ├── themes │ │ ├── .gitkeep │ │ └── theme │ │ │ ├── functions.php │ │ │ ├── parts │ │ │ ├── footer.html │ │ │ └── header.html │ │ │ ├── screenshot.png │ │ │ ├── style.css │ │ │ ├── templates │ │ │ ├── index.html │ │ │ └── singular.html │ │ │ └── theme.json │ └── uploads │ │ └── .gitkeep ├── index.php └── wp-config.php └── wp-cli.yml /.github/workflows/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/.github/workflows/lint.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/README.md -------------------------------------------------------------------------------- /app/App.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/App.php -------------------------------------------------------------------------------- /app/Features/Logger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Features/Logger.php -------------------------------------------------------------------------------- /app/Hooks/Blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Blocks.php -------------------------------------------------------------------------------- /app/Hooks/Gutenberg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Gutenberg.php -------------------------------------------------------------------------------- /app/Hooks/Language.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Language.php -------------------------------------------------------------------------------- /app/Hooks/Mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Mail.php -------------------------------------------------------------------------------- /app/Hooks/Security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Security.php -------------------------------------------------------------------------------- /app/Hooks/Setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Setup.php -------------------------------------------------------------------------------- /app/Hooks/Theme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Theme.php -------------------------------------------------------------------------------- /app/Hooks/User/Api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/User/Api.php -------------------------------------------------------------------------------- /app/Hooks/Views.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Hooks/Views.php -------------------------------------------------------------------------------- /app/Services/Cli.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/app/Services/Cli.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/composer.lock -------------------------------------------------------------------------------- /config/application.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/config/application.php -------------------------------------------------------------------------------- /config/blocks.webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/config/blocks.webpack.config.js -------------------------------------------------------------------------------- /config/environments/development.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/config/environments/development.php -------------------------------------------------------------------------------- /config/environments/local.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/config/environments/local.php -------------------------------------------------------------------------------- /config/environments/staging.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/config/environments/staging.php -------------------------------------------------------------------------------- /config/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/config/webpack.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/package.json -------------------------------------------------------------------------------- /pint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/pint.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /resources/blocks/example/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/block.json -------------------------------------------------------------------------------- /resources/blocks/example/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/edit.js -------------------------------------------------------------------------------- /resources/blocks/example/editor.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/editor.scss -------------------------------------------------------------------------------- /resources/blocks/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/index.js -------------------------------------------------------------------------------- /resources/blocks/example/save.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/save.js -------------------------------------------------------------------------------- /resources/blocks/example/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/style.scss -------------------------------------------------------------------------------- /resources/blocks/example/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/blocks/example/view.js -------------------------------------------------------------------------------- /resources/scripts/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/scripts/app.js -------------------------------------------------------------------------------- /resources/scripts/editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/scripts/editor.js -------------------------------------------------------------------------------- /resources/scss/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/scss/app.scss -------------------------------------------------------------------------------- /resources/scss/editor.scss: -------------------------------------------------------------------------------- 1 | body { 2 | background: #fff; 3 | } 4 | -------------------------------------------------------------------------------- /resources/views/base.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/views/base.twig -------------------------------------------------------------------------------- /resources/views/common/foot.twig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/common/head.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/views/common/head.twig -------------------------------------------------------------------------------- /resources/views/common/header.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/resources/views/common/header.twig -------------------------------------------------------------------------------- /resources/views/common/main.twig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/pages/404.twig: -------------------------------------------------------------------------------- 1 | {% extends '@app/base.twig' %} 2 | -------------------------------------------------------------------------------- /resources/views/pages/front-page.twig: -------------------------------------------------------------------------------- 1 | {% extends '@app/base.twig' %} 2 | {{ __('Hello, world', 'wp-boilerplate') }} 3 | -------------------------------------------------------------------------------- /resources/views/pages/index.twig: -------------------------------------------------------------------------------- 1 | {% extends '@app/base.twig' %} 2 | -------------------------------------------------------------------------------- /resources/views/pages/page.twig: -------------------------------------------------------------------------------- 1 | {% extends '@app/base.twig' %} 2 | -------------------------------------------------------------------------------- /resources/views/pages/single.twig: -------------------------------------------------------------------------------- 1 | {% extends '@app/base.twig' %} 2 | -------------------------------------------------------------------------------- /sample.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/sample.env -------------------------------------------------------------------------------- /web/content/languages/admin-es_ES.l10n.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/admin-es_ES.l10n.php -------------------------------------------------------------------------------- /web/content/languages/admin-es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/admin-es_ES.mo -------------------------------------------------------------------------------- /web/content/languages/admin-es_ES.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/admin-es_ES.po -------------------------------------------------------------------------------- /web/content/languages/admin-network-es_ES.l10n.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/admin-network-es_ES.l10n.php -------------------------------------------------------------------------------- /web/content/languages/admin-network-es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/admin-network-es_ES.mo -------------------------------------------------------------------------------- /web/content/languages/admin-network-es_ES.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/admin-network-es_ES.po -------------------------------------------------------------------------------- /web/content/languages/app.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/app.pot -------------------------------------------------------------------------------- /web/content/languages/blocks.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/blocks.pot -------------------------------------------------------------------------------- /web/content/languages/continents-cities-es_ES.l10n.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/continents-cities-es_ES.l10n.php -------------------------------------------------------------------------------- /web/content/languages/continents-cities-es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/continents-cities-es_ES.mo -------------------------------------------------------------------------------- /web/content/languages/continents-cities-es_ES.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/continents-cities-es_ES.po -------------------------------------------------------------------------------- /web/content/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-17179a5f2930647c89151e365f843b6e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-17179a5f2930647c89151e365f843b6e.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-2617ce121227a46077ede6c69aa9fcb5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-2617ce121227a46077ede6c69aa9fcb5.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-270d72d1cff17227d37f3244759cbecb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-270d72d1cff17227d37f3244759cbecb.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-28b3c3d595952907e08d98287077426c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-28b3c3d595952907e08d98287077426c.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-2a60fb9605efeab98825d6b2f781090a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-2a60fb9605efeab98825d6b2f781090a.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-2c5d274ea625dd91556554ad82901529.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-2c5d274ea625dd91556554ad82901529.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-440127dd25bde48a531ded36f33e927b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-440127dd25bde48a531ded36f33e927b.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-5251f7623766a714c8207c7edb938628.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-5251f7623766a714c8207c7edb938628.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-60d06fac6f98e8e8f0ec5a945738b660.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-60d06fac6f98e8e8f0ec5a945738b660.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7233008897033de5ee0d14f86a42a65a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7233008897033de5ee0d14f86a42a65a.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7c90cd4398ee2d9d3628c387a87a70e5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7c90cd4398ee2d9d3628c387a87a70e5.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-81c889563f09dd13de1701135dc62941.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-81c889563f09dd13de1701135dc62941.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-947c76bb5095da30e16668eec15406b2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-947c76bb5095da30e16668eec15406b2.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-a2796e57f680e25d84c4b352ee6d7280.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-a2796e57f680e25d84c4b352ee6d7280.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-a9dc201dcd011fe71849743133052619.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-a9dc201dcd011fe71849743133052619.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-aabfce98c410957228848dc581e3c420.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-aabfce98c410957228848dc581e3c420.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-ac23eee47530ac63a1178c827db28087.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-ac23eee47530ac63a1178c827db28087.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-c31d5f185753910c14afebc6deb2ce24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-c31d5f185753910c14afebc6deb2ce24.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-e2791ba830489d23043be8650a22a22b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-e2791ba830489d23043be8650a22a22b.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-e53526243551a102928735ec9eed4edf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-e53526243551a102928735ec9eed4edf.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-f70806bf0c7d62f2908bd5a1c3fe4efc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-f70806bf0c7d62f2908bd5a1c3fe4efc.json -------------------------------------------------------------------------------- /web/content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json -------------------------------------------------------------------------------- /web/content/languages/es_ES.l10n.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES.l10n.php -------------------------------------------------------------------------------- /web/content/languages/es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES.mo -------------------------------------------------------------------------------- /web/content/languages/es_ES.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/es_ES.po -------------------------------------------------------------------------------- /web/content/languages/twig.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/languages/twig.pot -------------------------------------------------------------------------------- /web/content/mu-plugins/bedrock-autoloader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/mu-plugins/bedrock-autoloader.php -------------------------------------------------------------------------------- /web/content/plugins/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/content/themes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/content/themes/theme/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/functions.php -------------------------------------------------------------------------------- /web/content/themes/theme/parts/footer.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/content/themes/theme/parts/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/parts/header.html -------------------------------------------------------------------------------- /web/content/themes/theme/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/screenshot.png -------------------------------------------------------------------------------- /web/content/themes/theme/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/style.css -------------------------------------------------------------------------------- /web/content/themes/theme/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/templates/index.html -------------------------------------------------------------------------------- /web/content/themes/theme/templates/singular.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/templates/singular.html -------------------------------------------------------------------------------- /web/content/themes/theme/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/content/themes/theme/theme.json -------------------------------------------------------------------------------- /web/content/uploads/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/index.php -------------------------------------------------------------------------------- /web/wp-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/web/wp-config.php -------------------------------------------------------------------------------- /wp-cli.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phycticio/wp-boilerplate/HEAD/wp-cli.yml --------------------------------------------------------------------------------