Installation
Installation from Git Source
-
If previous installations were installed/existed, remove them first.
rm -rf ./themes/plata
-
Clone the repository to themes folder.
git clone https://github.com/breeze256/hexo-theme-plata.git ./themes/plata
-
Once you install the theme, change the default theme in your
_config.yml
.theme: plata
Installation from Package(s)
-
Use npm or your favorite node package manager to install theme.
npm install --save hexo-theme-plata
-
Change the default theme in
_config.yml
.theme: plata