Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kmadsdev/kmadsdev.github.io

Repository files navigation

Kmadsdev Portifolio (kmadsdev.github.io)

Available at https://kmads.dev/


Initialize Project

npm install --save-dev gh-pages

Run Dev Mode

npm run dev

Run Preview Mode

npm run preview

Apply changes & Send to Production:

npm run deploy

This command wil automatically run:

  • npm run build && echo kmads.dev > dist/CNAME
  • gh-pages -d dist --cname kmads.dev --nojekyll

Which will create a CNAME file and send the contents of dist/ to the gh-pages branch


Project Structure

kmadsdev.github.io/
 ⊢ public/
 | ⊢ assets/
 | | ⌞ ...
 | ⌞ CNAME (Set the domain to the portifolio)
 ⊢ src/
 | ⊢ components/
 | | ⌞ ...
 | ⊢ styles/
 | | ⌞ ...
 | ⊢ Constants.js
 | ⊢ App.jsx
 | ⊢ main.jsx
 | ⊢ Projects.jsx
 | ⌞ ProjectsPage.jsx
 ⊢ index.html
 ⊢ projects.html
 ⊢ 404.html
 ⊢ package.json
 ⊢ vite.config.js
 ⊢ CNAME (Set the domain to all projects within the github profile)
 ⌞ ...

After Build these ones will be added (they shouldn't be commited):

kmadsdev.github.io/
 ⊢ dist/
 | ⊢ assets
 | ⊢ index.html
 | ⊢ projects.html
 | ⊢ 404.html
 | ⌞ CNAME
 ⊢ node_modules/
 | ⌞ ...
 ⌞ package-lock.json

About

My portifolio and my URL Gateway for my projects on Github

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /