{"id":29356041,"url":"https://github.com/danopcode/hesitant","last_synced_at":"2026-05-12T12:06:39.743Z","repository":{"id":142651337,"uuid":"21860283","full_name":"DanOpcode/hesitant","owner":"DanOpcode","description":"WordPress theme that adheres to those classic blog conventions and hesitantly looks at the new trends.","archived":false,"fork":false,"pushed_at":"2023-05-04T18:58:52.000Z","size":345,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-06-16T05:06:00.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/DanOpcode.png","metadata":{"files":{"readme":"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":"2014-07-15T13:19:00.000Z","updated_at":"2023-05-04T18:58:56.000Z","dependencies_parsed_at":"2024-04-19T08:01:17.566Z","dependency_job_id":null,"html_url":"https://github.com/DanOpcode/hesitant","commit_stats":null,"previous_names":["danopcode/hesitant"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DanOpcode/hesitant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanOpcode%2Fhesitant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanOpcode%2Fhesitant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanOpcode%2Fhesitant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanOpcode%2Fhesitant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanOpcode","download_url":"https://codeload.github.com/DanOpcode/hesitant/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanOpcode%2Fhesitant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264390707,"owners_count":23600564,"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":"2025-07-09T04:09:48.365Z","updated_at":"2026-05-12T12:06:34.706Z","avatar_url":"https://github.com/DanOpcode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hesitant\n\nWordPress theme that adheres to those classic blog conventions and hesitantly\nlooks at the new trends.\n\nAuthor: Daniel Jonsson, [matachi.se](http://matachi.se)  \nLicense: [MIT](LICENSE)\n\n## Prerequisites\n\nInstructions to install Docker, nodejs, npm and Grunt on Fedora:\n\n    $ sudo dnf install docker nodejs npm\n    $ sudo npm install -g grunt-cli\n\nStart Docker:\n\n    $ sudo systemctl start docker\n\n## Set up\n\nInstall build tools and dependencies:\n\n    $ npm install\n\nFor a complete list of packages being installed, see\n[package.json](package.json) and [bower.json](bower.json).\n\nThe following two steps will create a Docker container with a complete LAMP\nstack and a WordPress blog running within it:\n\n    $ sudo docker build -t wordpress .\n    $ sudo docker run -i -t -p 80:80 -v `pwd`/dist:/var/www/html/wordpress/wp-content/themes/hesitant wordpress\n\nThe blog is then accessible at \u003chttp://localhost/wordpress\u003e in your browser.\nThe username is `admin` and the password is `123`.\n\n## Continually build development version\n\n    $ grunt\n\nThis will start a local webserver, open the index page in your browser and\nwatch for file changes to livereload the browser page. The complete source code\nof the theme can be found in the directory `dist/`. Note that this requires the\nDocker container to be running.\n\n## Build deployment version\n\nThis option won't start any development environment but only build a deployable\nversion of the theme.\n\n    $ grunt build\n\nThis will build a deployment version of the WordPress theme. The result can be\nfound in the directory `dist/`. This Grunt task has minification of CSS and JS\nturned on and some additional cleaning, which the development task doesn't.\n\n## Build POT file\n\nAttach to the Docker container and run the following command inside it:\n\n    $ php /var/www/html/wordpress/tools/i18n/makepot.php wp-theme /var/www/html/wordpress/wp-content/themes/hesitant/ /var/www/html/wordpress/wp-content/themes/hesitant/hesitant.pot\n\nThe POT file is accessible outside the Docker container at `dist/hesitant.pot`.\n\n## Export the SQL tables\n\nFirst attach to the Docker container and then run:\n\n    $ mysqldump -u root --password=\"\" wordpress | sed 's$),($),\\n($g' \u003e db.sql\n\n## Dependencies\n\n* [Bootstrap](http://getbootstrap.com/), licensed under the [MIT\n  License](https://github.com/twbs/bootstrap/blob/master/LICENSE).\n* [Cookie Consent](https://silktide.com/tools/cookie-consent/), licensed under\n  the [MIT License](https://silktide.com/tools/cookie-consent/docs/license/).\n\n## Additional credits\n\nThe header photo is available on\n[Flickr](https://www.flickr.com/photos/iamsheep/13956131904/), it's taken by\n[iamsheep](https://www.flickr.com/photos/iamsheep/) and it's licensed under [CC\nBY 2.0](https://creativecommons.org/licenses/by/2.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanopcode%2Fhesitant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanopcode%2Fhesitant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanopcode%2Fhesitant/lists"}