WordPress: Difference between revisions

imported>Onny
Notes on configure default theme
imported>Onny
mNo edit summary
Line 85: Line 85:
};
};


in
in {
{
 
   services.wordpress.sites."localhost" = {
   services.wordpress.sites."localhost" = {
     themes = [ responsive ];
     themes = [ responsive ];
Line 96: Line 96:
     '';
     '';
   };
   };
}
}
</syntaxHighlight>
</syntaxHighlight>