GithubPages
Github Pages
Create repository name like username.github.io
(martinfeineis.github.io) The Url will be then https://username.github.io
(https://martinfeineis.github.io/)
It will serve the index.html
in the root of the repository
create a new nuxt project in project/nuxt.config.ts add a target and router:
In your package.json
add
Jeykyll
From her place a file name .nojeykyll
in the root of the repository to avoid the _nuxt
folder getting lost during building
removed practices
I stopped using push-dir and do my git management my own way. install npm install --save-dev push-dir in package.json in the scripts section add a deploy item:
Last updated