Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 864e6cb..3d4aa1d 100644
--- a/README.md
+++ b/README.md
@@ -111,10 +111,14 @@ The image gallery feature uses the [`ekko-lightbox`](https://github.com/ashleydw
Fork the project and run `yarn watch` during development.
+> The project has an `.nvmrc` if you wish to use [`nvm`](https://github.com/nvm-sh/nvm).
+
The application javascript file is located at `src/js/app.js`.
For customizing SCSS, the main entrypoint is at `src/scss/style.scss`. Bootstrap variables can be overridden in the `_variables.scss` file. The theme's styles are located at `src/scss/chunky-poster.scss`.
+For production, you can run `yarn build` for the assets to be updated.
+
# Credits
* [Victor Hugo](https://github.com/netlify-templates/victor-hugo)