nautilus-cyberneering / secure-git-guide

A collections of articles about Git, GitHub and GPG focused on security.
https://secure-git.guide
8 stars 5 forks source link

Move Secure Git Guide to SvelteKit #72

Closed grmbyrn closed 7 months ago

grmbyrn commented 7 months ago

Issue #68

Remove the old version. Make secure-git-guide-branch the root folder. Update README with info on how to run SvelteKit. Replace old version of linters and gitignore with secure-git-guide-branch's.

josecelano commented 7 months ago

Hi @grmbyrn I think we should:

I think the repo should contain only:

I mean, since we are going to install MegaLinter from scratch we should not add any config now. And we have to remove the deploy workflow because we are not using mkdocs anymore.

After merging the new clean basic version we will:

grmbyrn commented 7 months ago

Ok, so I will remove everything from this except what was in the SvelteKit folder and the READ.ME? What do you mean by add site to .gitignore? Is this in the repo?

josecelano commented 7 months ago

Ok, so I will remove everything from this except what was in the SvelteKit folder and the READ.ME? What do you mean by add site to .gitignore? Is this in the repo?

I had a folder site in the root folder and I thought it was generated when you run npm run build. But the new version is using /.svelte-kit and it's already included in the .gitignore file so we do not include it in the repo.

grmbyrn commented 7 months ago

Okay, I have removed MegaLinter, mkdocs configuration, and both workflows. I also corrected the READ.ME header image's relative path to prevent the image from breaking.

josecelano commented 7 months ago

ACK 86b7ff3120194c191b4e5d2a4cb1537dbc274a44