-
Notifications
You must be signed in to change notification settings - Fork 0
Base theme changes
Daniel Cañizares Corrales edited this page Oct 5, 2020
·
5 revisions
Base theme: https://github.com/kakawait/hugo-tranquilpeak-theme
Every code change to the theme (Folder ./themes/tranquilpeak/) must be tagged using comments:
-
// Begin TSOC modification
-
// EndTSOC modification
. . . // Begin TSOC modification Modified code... . . // End TSOC modification . . .
-
Install grunt-exec.
cd .\themes\tranquilpeak npm install grunt-exec --save-dev
-
Repo files changed to always use dev version (that happens after using npm run start on the theme folder), instead of building locally the CI/CD script builds the theme and updates the static theme files after each push to master. You can see the script here.