{"id":20440906,"url":"https://github.com/marceltannich/mt-starter","last_synced_at":"2026-05-02T11:40:30.581Z","repository":{"id":130761926,"uuid":"354106745","full_name":"marceltannich/mt-starter","owner":"marceltannich","description":"Custom WordPress Starter Theme based on understrap","archived":false,"fork":false,"pushed_at":"2021-04-02T18:54:48.000Z","size":1880,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T20:24:53.090Z","etag":null,"topics":["bootstrap","bootstrap-wordpress","starter-theme","understrap","wordpress-development","wordpress-framework","wordpress-starter-theme","wordpress-theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/marceltannich.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-04-02T18:52:04.000Z","updated_at":"2022-04-14T07:25:36.000Z","dependencies_parsed_at":"2023-05-23T15:45:36.967Z","dependency_job_id":null,"html_url":"https://github.com/marceltannich/mt-starter","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/marceltannich%2Fmt-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceltannich%2Fmt-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceltannich%2Fmt-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceltannich%2Fmt-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marceltannich","download_url":"https://codeload.github.com/marceltannich/mt-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989858,"owners_count":20053802,"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":["bootstrap","bootstrap-wordpress","starter-theme","understrap","wordpress-development","wordpress-framework","wordpress-starter-theme","wordpress-theme"],"created_at":"2024-11-15T09:27:40.299Z","updated_at":"2026-05-02T11:40:25.554Z","avatar_url":"https://github.com/marceltannich.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://api.travis-ci.org/understrap/understrap.svg?branch=master)](https://travis-ci.org/understrap/understrap)\n[![Wordpress Theme Version](https://img.shields.io/wordpress/theme/v/understrap.svg)](https://wordpress.org/themes/understrap)\n[![Wordpress Theme Active Installs](https://img.shields.io/wordpress/theme/installs/understrap.svg)](https://wordpress.org/themes/understrap/)\n[![Github Last Commit](https://img.shields.io/github/last-commit/understrap/understrap)](https://github.com/understrap/understrap/commits/master)\n[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0)\n\n#### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/)\n\n# UnderStrap WordPress Theme Framework\n\nWebsite: [https://understrap.com](https://understrap.com)\n\nChild Theme Project: [https://github.com/understrap/understrap-child](https://github.com/understrap/understrap-child)\n\nOverStrap Child Themes: [https://understrap.com/overstrap/](https://understrap.com/overstrap/)\n\n## About\n\nI’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what UnderStrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for UnderStrap.\n\n## License\nUnderStrap WordPress Theme, Copyright 2013-2018 Holger Koenemann\nUnderStrap is distributed under the terms of the GNU GPL version 2\n\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html\n\n## Changelog\nSee [changelog](CHANGELOG.md)\n\n\n## Basic Features\n\n- Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS.\n- Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.\n- Uses a single minified CSS file for all the basic stuff.\n- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.7.0)\n- Jetpack ready.\n- WooCommerce support.\n- Contact Form 7 support.\n- [Child Theme](https://github.com/understrap/understrap-child) ready.\n- Translation ready.\n\n## Starter Theme + HTML Framework = WordPress Theme Framework\n\nThe _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design.\nWhy not add a well known and supported layout framework to have a solid, clean and responsive foundation? That’s where Bootstrap comes in.\n\n## Confused by All the CSS and Sass Files?\n\nSome basics about the Sass and CSS files that come with UnderStrap:\n- The theme itself uses the `/style.css`file only to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.\n- The `/css/theme.css` and its minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`:\n\n ```@import \"theme/theme_variables\";  // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here\n @import \"../src/bootstrap-sass/assets/stylesheets/bootstrap\";  // 2. All the Bootstrap stuff - Don´t edit this!\n @import \"understrap/understrap\"; // 3. Some basic WordPress stylings and needed styles to combine Boostrap and Underscores\n @import \"../src/fontawesome/scss/font-awesome\"; // 4. Font Awesome Icon styles\n // Any additional imported files //\n @import \"theme/theme\";  // 5. Add your styles into this file\n ```\n\n- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update UnderStrap without overwriting your own work!\n- Your design goes into: `/sass/theme`.\n  - Add your styles to the `/sass/theme/_theme.scss` file\n  - And your variables to the `/sass/theme/_theme_variables.scss`\n  - Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.\n\n## Installation\nThere are several ways to install UnderStrap. We'll look at three of them: (1) classic install by uploading UnderStrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.\n\n### Classic install\n- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)\n- IMPORTANT: If you download it from GitHub make sure you rename the \"understrap-master.zip\" file just to \"understrap.zip\" or you might have problems using child themes!\n- Upload it into your WordPress installation theme subfolder: `/wp-content/themes/`\n- Login to your WordPress backend\n- Go to Appearance → Themes\n- Activate the UnderStrap theme\n\n### npm install\n- Open your terminal\n- Change to the directory where you want to add UnderStrap\n- Type `npm install understrap`\n\n### WordPress.org install\n- Open your WordPress backend\n- Click on \"Appearance -\u003e Themes\"\n- Hit the \"Add new\" button\n- Search for \"UnderStrap\"\n- Hit the \"install\" button\n- Activate the theme\n\n## Developing With npm, Gulp and SASS and [Browser Sync][1]\n\n### Installing Dependencies\n- Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally\n- Then open your terminal and browse to the location of your UnderStrap copy\n- Run: `$ npm install`\n\n### Running\nTo work with and compile your Sass files on the fly start:\n\n- `$ gulp watch`\n\nOr, to run with Browser-Sync:\n\n- First change the browser-sync options to reflect your environment in the file `/gulpconfig.json` in the beginning of the file:\n```javascript\n{\n    \"browserSyncOptions\" : {\n        \"proxy\": \"localhost/theme_test/\", // \u003c----- CHANGE HERE\n        \"notify\": false\n    },\n    ...\n};\n```\n- then run: `$ gulp watch-bs`\n\n## How to Use the Built-In Widget Slider\n\nThe front-page slider is widget driven. Simply add more than one widget to widget position “Hero”.\n- Click on Appearance → Widgets.\n- Add two, or more, widgets of any kind to widget area “Hero”.\n- That’s it.\n\n## RTL styles?\nAdd a new file to the themes root folder called rtl.css. Add all alignments to this file according to this description:\nhttps://codex.wordpress.org/Right_to_Left_Language_Support\n\n## Page Templates\nUnderStrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.\n\n### Blank Template\n\nThe `blank.php` template is useful when working with various page builders and can be used as a starting blank canvas.\n\n### Empty Template\n\nThe `empty.php` template displays a header and a footer only. A good starting point for landing pages.\n\n### Full Width Template\n\nThe `fullwidthpage.php` template has full width layout without a sidebar.\n\n## Footnotes\n\n[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync\n\nLicenses \u0026 Credits\n=\n- Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT)\n- Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)\n- WP Bootstrap Navwalker by Edward McIntyre \u0026 William Patton: https://github.com/wp-bootstrap/wp-bootstrap-navwalker (GNU GPLv3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarceltannich%2Fmt-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarceltannich%2Fmt-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarceltannich%2Fmt-starter/lists"}