<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>What is the correct way to create a liferay theme?</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120616569" />
  <subtitle>What is the correct way to create a liferay theme?</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120616569</id>
  <updated>2026-04-03T20:18:40Z</updated>
  <dc:date>2026-04-03T20:18:40Z</dc:date>
  <entry>
    <title>RE: RE: What is the correct way to create a liferay theme?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120618769" />
    <author>
      <name>Roselaine Marques</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120618769</id>
    <updated>2021-02-16T15:40:12Z</updated>
    <published>2021-02-16T15:40:12Z</published>
    <summary type="html">&lt;p&gt;You can use the same scaffolding, generated by &lt;em&gt;Yeoman&lt;/em&gt; inside
  the theme generated by &lt;em&gt;Blade&lt;/em&gt;, this is just a difference by
  template which is generated because comes from &lt;em&gt;Blade
  Template&lt;/em&gt; and other come from a &lt;em&gt;Yeoman Template&lt;/em&gt;, one has
  dependencies on build.gradle and the other has the package.json. But
  the result finally after generating a war file it’s the same for both.&lt;/p&gt;</summary>
    <dc:creator>Roselaine Marques</dc:creator>
    <dc:date>2021-02-16T15:40:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: What is the correct way to create a liferay theme?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120616617" />
    <author>
      <name>Uwe Peters</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120616617</id>
    <updated>2021-02-16T14:20:22Z</updated>
    <published>2021-02-16T14:20:22Z</published>
    <summary type="html">&lt;p&gt;thanks for your quick answer!&lt;/p&gt;
&lt;p&gt;So even if there are some differences in files like for example
  web.xml (Liferay IDE) vs liferay-look-and-feel.xml (yo liferay-theme)
  it does not matter at all which approach I use in my project?&lt;/p&gt;</summary>
    <dc:creator>Uwe Peters</dc:creator>
    <dc:date>2021-02-16T14:20:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: What is the correct way to create a liferay theme?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120616596" />
    <author>
      <name>Roselaine Marques</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120616596</id>
    <updated>2021-02-21T17:07:02Z</updated>
    <published>2021-02-16T14:04:22Z</published>
    <summary type="html">&lt;p&gt;It depends on the developers preferences, now you have these two ways
  to generate a new theme because the front-end developers no need to
    have &lt;em&gt;Liferay IDE&lt;/em&gt; opened for their development. Normally
  they prefer to use other tools more friendly with front-end code
  together with&lt;em&gt; NPM commands. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The only difference, I might say... is that if it is generated with
    &lt;em&gt;yo liferay-theme&lt;/em&gt; is the deploy path asked. If you generate
  from &lt;em&gt;IDE&lt;/em&gt; this path is not asked, because is suppose you are
  using a &lt;em&gt;liferay-workspace&lt;/em&gt; and the setting about the path to
  deploy is inside gradle.properties.&lt;/p&gt;
&lt;p&gt;Note: doesn’t  matter if you generate outside. But if you want to put
  it to organize and deploy the theme inside a liferay-workspace after
  generate with &lt;em&gt;Theme Generator&lt;/em&gt;, &lt;a
    href="https://help.liferay.com/hc/en-us/articles/360018164731-Managing-Themes-in-Liferay-Workspace#nodejs-themes-in-workspace"&gt;you
    need to be put inside &amp;quot;{liferay_workspace}/themes&amp;quot; folde&lt;/a&gt;r.&lt;/p&gt;</summary>
    <dc:creator>Roselaine Marques</dc:creator>
    <dc:date>2021-02-16T14:04:22Z</dc:date>
  </entry>
  <entry>
    <title>What is the correct way to create a liferay theme?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120616568" />
    <author>
      <name>Uwe Peters</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120616568</id>
    <updated>2021-02-16T13:49:03Z</updated>
    <published>2021-02-16T13:49:03Z</published>
    <summary type="html">&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am wondering what is the correct way of creating a new custom theme
  for liferay CE 7.3.5ga6? &lt;br /&gt;
  &lt;br /&gt;Should I generate a new theme via yeoman and this command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;yo liferay-theme&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;strong&gt;or&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;should I simply use the eclipse Liferay IDE and create it over &lt;/p&gt;
&lt;p&gt;File -&amp;gt; New -&amp;gt; Liferay module Project -&amp;gt; Project Template
  Name -&amp;gt; 'Theme' ?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Is there any difference between these options?&lt;/p&gt;</summary>
    <dc:creator>Uwe Peters</dc:creator>
    <dc:date>2021-02-16T13:49:03Z</dc:date>
  </entry>
</feed>
