The layout and theme of https://code-input-js.org
[contribute here or on https://github.com/WebCoder49/website]
| archetypes | ||
| assets | ||
| layouts/_shortcodes | ||
| themes/code-input-js | ||
| .gitignore | ||
| .hugo_build.lock | ||
| .yarnrc.yml | ||
| hugo.toml | ||
| LICENSE | ||
| LICENSE.CC-BY-SA-4.0 | ||
| LICENSE.CC0-1.0 | ||
| LICENSE.MIT | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
code-input-js.org layout code
This contains the layout and theme of the website, while the docs directory of the code-input library itself contains the content.
Run the website
- Install Hugo
git clonethis repositorycdinto the repositorynpm installoryarn install- Transfer libraries to the right place:
mkdir assets/ ; mkdir assets/lib/ ; rm -rf assets/lib/* ; mv node_modules/* assets/lib/(errors about the directory already existing are fine) - Transfer content to the right place:
mkdir content/ ; rm -rf content/* ; mv assets/lib/@webcoder49/code-input/docs/* content/ ; rm content/README.md(errors about the directory already existing are fine) - Run/build normally with Hugo:
hugo serverto test