{"id":15150758,"url":"https://github.com/stevenselcuk/palamut","last_synced_at":"2025-09-29T20:31:13.619Z","repository":{"id":51403665,"uuid":"181458782","full_name":"stevenselcuk/palamut","owner":"stevenselcuk","description":"Palamut WordPress Theme Starter Habitat \u0026 Framework [ Gutenberg \u0026 Elementor ready ]","archived":true,"fork":false,"pushed_at":"2021-05-12T01:20:45.000Z","size":10820,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-27T14:41:33.620Z","etag":null,"topics":["boilerplate","boilerplate-front-end","boilerplate-template","php","php7","wordpress","wordpress-boilerplate","wordpress-development","wordpress-php-library","wordpress-plugin","wordpress-site","wordpress-starter-theme","wordpress-theme"],"latest_commit_sha":null,"homepage":"","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/stevenselcuk.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":"2019-04-15T09:52:03.000Z","updated_at":"2024-06-07T08:38:09.000Z","dependencies_parsed_at":"2022-09-12T17:21:02.764Z","dependency_job_id":null,"html_url":"https://github.com/stevenselcuk/palamut","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fpalamut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fpalamut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fpalamut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fpalamut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenselcuk","download_url":"https://codeload.github.com/stevenselcuk/palamut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234659861,"owners_count":18867629,"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":["boilerplate","boilerplate-front-end","boilerplate-template","php","php7","wordpress","wordpress-boilerplate","wordpress-development","wordpress-php-library","wordpress-plugin","wordpress-site","wordpress-starter-theme","wordpress-theme"],"created_at":"2024-09-26T14:41:43.598Z","updated_at":"2025-09-29T20:31:06.930Z","avatar_url":"https://github.com/stevenselcuk.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/stevenselcuk"],"categories":[],"sub_categories":[],"readme":"# Palamut : The WordPress Developer Habitat\n[![Buy Me A Coffee](https://raw.githubusercontent.com/stevenselcuk/palamut/master/tools/orange_img.png)](https://www.buymeacoffee.com/stevenselcuk)\n\n[![palamut version](https://img.shields.io/badge/habitat-1.0.9-blue.svg)](https://img.shields.io/badge/habitat-1.0.9-blue.svg)\n[![palamut theme version](https://img.shields.io/badge/theme-1.0.0-brightgreen.svg)](https://img.shields.io/badge/theme-1.0.0-brightgreen.svg)\n[![palamut plugin version](https://img.shields.io/badge/plugin-1.0.0-brightgreen.svg)](https://img.shields.io/badge/plugin-1.0.0-brightgreen.svg)\n\n## What is Palamut?\n\nPalamut is a habitat where is your unique WordPress theme born and lives.\n**What is inside?**\n\n### WordPress Starter Theme (v.1.0.0)\nIt's your first spark. Tested up to WordPress 5.2. Support all WordPress Template Hierarchy. But there are some extras: Portfolio template (and also it's own category page, single and loop page. Starter theme includes customizer support with custom controls.\n**Other Starter Theme Features:**\n- Main Menu\n- Good looking mobile menu\n- Social Accounts menu\n- Sidebar (It is a classic, just  like 2010)\n- Footer Widget Area X 2\n\n### Palamut The companion Plugin (v.1.0.0)\nYes, it has the same name as this repo but don't worry. All features are in here which are must in plugin domain in according with Envato. What are they?🤔\n- Gutenberg Blocks\n- Elementor Widgets (Right, It has gooooood support for Elementor)\n- WordPress Widgets\n- Short Codes ( Yes, I don't forget Classic Editor Support)\n- Demo Import\n\n### Helpers\nSome additional features for your comfort.👐\n**Gulp**\nIt's your friend who never lets you down. Includes life saving tasks and there is more browserSync with PHP server! No more boring PHP stuff.😓 Live reload with this feature! Perfekt mix.🍔\n\n**3rd Party Plugins**\nPalamut coded iaw WPTRT, Envato guideline. Palamut recommends Envato Theme Check, Query Monitor, Classic Editor and Elementor plugin for your working habitat. You can find them under /tools.\n\n## File Structure\n\n    ├── build/                   # WordPress Installion\n    ├── dist/                    # Ready to shipping builded files (zips \u0026 theme and palamut folders)\n    ├── src/                     # Source files\n    │   ├── assets/              # Assets directory\n    │       ├── fonts/           # Fonts directory\n    │       ├── img/             # Image directory\n    │       ├── js/              # Main App JS File\n    │       ├── styles/          # SCSS files\n    │   ├── plugins/\n    │       ├── palamut/         # Palamut the Companion for your theme\n    │   ├── theme/               # Standard Theme files\n    │       ├── assets/\n    │       ├── components/\n    │       ├── inc/\n    │       ├── languages/\n    │       ├── wooCommerce/\n    ├── tools/                   # Tools and utilities\n    │   ├── dev-plugins          # Developer Plugins (Just for development env.)\n    │   ├── dummy-data           # Demo posts and testing data\n    └── .babelrc                 # Babel configuration\n    └── .gitignore               # Git ignored files\n    └── LICENSE                  # License agreements\n    └── README.md                # You are reading this\n    └── gulpfile.js              # Gulp configuration\n    └── package.json             # Node packages\n\n\n## Initial Setup : Baby Steps\n\nFollow the Baby Steps when you are starting to develop new theme.\n\n* Open your terminal and go your working directory and follow these commands:\n\n`$ npx create palamut`\n\n* Enter your theme project credentials, (they are must and yes you can change later them in yourthemename/package.json )\n\n`$ npm run dev`\n\n* You have just finished WordPress installation step. Go other step  Dev : Toddler Stuff.\n\n## Dev\n\n* Go `http://127.0.0.1:3020/wp-admin` (Login WordPress if not logged yet) and proceed Dashboard \u003e Plugins Activate all plugins except **Hello Dolly** \u0026 **Akismet Anti-Spam**.\n  ( If you want to develop a **WooCommerce** supported theme you may want to install \u0026 activate **WooCommerce Plugin**. )\n* Go `Dashboard \u003e Themes` and activate the theme : yourthemename.\n ( It's our theme, just looks weird, for now.)\n* Go `Dashboard \u003e Tools \u003e Import` and find WordPress row and click \"Install Now\" \u0026 after installing click Run Importer\nFind **themeunittestdata.wordpress.xml** under **yourdesiredfoldernamehere/tools/dummy-data** and click **Upload file and import**\nClick checkbox \"Download and import file attachments\" and click submit.\n* Just go `http://127.0.0.1:3010` this is your theme! Looks good!\n\n## Build\n\n`$ npm run build`\n* Your theme, plugin files and zip located under /yourthemename/dist/\n\n## Frequently Asked Questions\n\n* May I ask a question?\n\nSure, stevenjselcuk on gmail.com shoot here!\n\n\n## Copyright\n\nPalamut WordPress Starter Theme, Copyright 2019 Tabby Cat, LLC\nPalamut is distributed under the terms of the GNU GPL\n\nPalamut bundles the following third-party resources:\n\nFont Awesome icons, Copyright Dave Gandy\n**License:** SIL Open Font License, version 1.1.\nSource: http://fontawesome.io/\n\n## Palamut\n\n### 1.0\n* Released: Feb 1, 2019\nInitial release\n### 1.1.0\n* Released: May 2, 2019\nBuilding task has been added.  Use `npm run build`. Files and folders appears in `./build`\n\n### 1.1.1\n* Released: Apr 28, 2020\nDeps have been updated to latest versios\n\n\n## Palamut The companion Plugin\n\n### 1.0\n* Released: July 1, 2019\nInitial release\n\n## Palamut the Companion Plugin Changelog\n\n### 1.0\n* Released: July 1, 2019\nInitial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenselcuk%2Fpalamut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenselcuk%2Fpalamut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenselcuk%2Fpalamut/lists"}