UNPKG

nis-hugo-theme

Version:

Hugo theme for Narative Insight (NIS) Hugo-based websites

19 lines (11 loc) 734 B
# NisTheme The Hugo theme I'm building for use in all of my Hugo websites. This project must export its Javascript as a Webpack module in order for the Javascript in this project to be used by other websites. To sign up or log on to the NPM site (like GitHub, but for Javascript software): - Go to [NPM Registry](https://www.npmjs.com/) - Sign in as happywoodsman To set up from the top, follow these instructions: [How to publish an NPM package](https://www.makeuseof.com/npm-publish-package-how/) To make that happen: - Create a package.json file that includes the other Javascript/Webpack module dependencies. - Test the code (somehow) to make sure it works. - Publish it with $ npm publish whenever the Javascript changes.