No description
- HTML 88.4%
- JavaScript 9.7%
- SCSS 1.9%
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| watch.js | ||
| yarn-error.log | ||
| yarn.lock | ||
RGOU HTML-Plain Portfolio/Resumè
Requirements
NodeJS (for development only).
Resources
- AdminLTE - Bootstrap 4 Admin
- node-watch
- node-colors
- SASS
- node-sass
- node-sass-package-importer
- html-minify
- uglify-js
- FontAwesome
- Matomo
- Schema Markup Generator
- JSON-LD Schema Generator
- OpenStreetMap
Install and Use
git clone https://git.rgou.net/rafaelgou/rgou-portfolio-resume-html-plain.git
cd html-plain
You can open rgou-portfolio-resume-html-plain/public/index.html and see the full site. No need anything else to run.
But if you wan't to build your on version, go ahead and run:
npm install
npm run watch
Or if you prefer Yarn:
yarn install
yarn watch
You can customize all files under src/ and can open public/index.html on the browser to see the changes.
HTML, CSS and Javascript are compile in realtime after saving.
Other useful commands
(you can use yarn instead of npm run if you prefer Yarn)
npm run publish-fonts: Copy webfonts from FontAwesome into the public foldernpm run html-minify: Minify HTML using html-minify command linenpm run js-minify: Minify JS using uglify-js command linenpm run sass: Compile and minify SASS files into CSS files using node-sss command linenpm run sass:watch: Watch changes on SASS and run node-sssnpm run build: Build all the assets for production - shortcut forpublish-fonts,html-minify,js-minify,sassnpm run watch: Watch file changes undersrc/to compile/minify