This repository was archived by the owner on Jan 21, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-page.html
More file actions
74 lines (50 loc) · 3.21 KB
/
project-page.html
File metadata and controls
74 lines (50 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<p>Extra Content is a demo content recipe that adds realistic nodes, media, and files so you can make a Drupal site feel alive immediately. It is designed to help teams prototype layouts, test editorial flows, and demo features without spending hours creating placeholder content.</p>
<p>This is the same content starter we use in More than Themes premium products - now contributed to the community as a clean, reusable recipe.</p>
<h3><strong>Why it stands out</strong></h3>
<ul>
<li>Credible demo content across multiple content types, ready to browse.</li>
<li>Includes media and file entities so cards, listings, and teasers feel real.</li>
<li>Ideal for quick prototypes, client demos, and QA of layouts.</li>
</ul>
<p><strong>Editor experience (what site builders/editors see)</strong><br />
Editors get a populated site with ready-made content they can clone, edit, or delete. This makes it easy to evaluate fields, views, and editorial flows without starting from a blank slate.</p>
<p><strong>Front-end experience (what visitors see)</strong><br />
Realistic pages, cards, and listings that show how the site will look with actual content volume and variety.</p>
<h3><strong>What this recipe provides</strong></h3>
<ul>
<li>Sample nodes across Blog, Case Study, Event, News, Page, Person, and Project content types</li>
<li>Sample media items in content/ for instant preview</li>
<li>Sample files in content/ for instant preview</li>
</ul>
<h3><strong>Try Extra Content Instantly in Your Browser</strong></h3>
<p>Want to see how <strong>Extra Content</strong> looks inside a real Drupal site - without installing anything?</p>
<p>We've prepared a live, <a href="https://github.com/skounis/drupal-codespaces">cloud-based Drupal CMS development environment using GitHub Codespaces + DDEV</a>. You can test Extra Content in minutes, directly from your browser.</p>
<p>One-click demo setup includes:</p>
<ul>
<li>Drupal CMS 1.3.x</li>
<li>Extra Content recipe ready to apply</li>
<li>Extra Project Browser to discover the recipe</li>
<li>No local setup required!</li>
</ul>
<p><a class="action-button" href="https://github.com/skounis/drupal-codespaces" target="_blank">Try Extra Content in GitHub Codespaces now</a></p>
<h3><strong>Installation</strong></h3>
<ul>
<li>Download the recipe with Composer:</li>
</ul>
<p><code class="language-php">composer require drupal/extra_content </code></p>
<ul>
<li>Apply the recipe via the Recipes UI, or:</li>
</ul>
<p><code class="language-php">drush recipe extra_content </code></p>
<ul>
<li>You can also find it through Extra Project Browser:<br />
<a href="https://www.drupal.org/project/extra_project_browser" rel="noopener noreferrer" target="_blank">https://www.drupal.org/project/extra_project_browser</a></li>
</ul>
<h3><strong>Screenshots</strong></h3>
<p><em>TODO: Add images</em></p>
<ul>
<li>Content listings showing Blog, Event, and News items</li>
<li>Sample Page and Project detail pages</li>
</ul>
<h3><strong>About this contribution</strong></h3>
<p>Extra Content is a reusable content starter from <a href="https://webmaker.morethanthemes.com/">More than Themes Webmaker+ premium distribution</a>, shared to help the community demo Drupal sites faster.</p>