Skip to content

About Me Page - v0.2.0

Compare
Choose a tag to compare
@KingPr0o7 KingPr0o7 released this 14 Jan 04:23
· 114 commits to main since this release

Additions

  • πŸ–ΌοΈ About me page:
    • Background (start of my love for technology, and current stuff about me).
    • Goals (my future goals regarding college, career, and others.) .
    • Prophecy (my view on my future building upon my future goals).
  • πŸ”§ Added vite.config.js, so you can now compile the project.
  • πŸ“¦ NCP Package:
    • A async recursive file copy utility, that helps moves files from folders to other destinations. This package helped me move files out of folders to the root, allowing for a new file structure. (also is the initials of my name haha).
  • πŸ“¦ del-cli Package
    • A utility that deletes files in any destination. This package also helped with changing the file structure and deleting the src folder in the gh-pages branch.
  • πŸ“¦ replace-in-files Package:
    • A utility that finds text in files and replaces it with new text. It allowed me to change the destination location to a file after building with Vite.

Fixes

  • ❌ Deleted the dist folder, because that has it's own branch gh-pages [#2].
  • ❌ Deleted index.html (routed to loading.html) because of slow loading times, and hassle to maintain.
  • πŸ†” Changed loading.html βž” index.html because of GitHub requires a index.html file. With that, the loading page URL is now just: https://ncp.dev/.
  • πŸ—ƒοΈ Changed file structure in gh-pages:
    • Instead of being nested in folders, the html files are now served on root, making a cleaner URL. I.e. https://ncp.dev/src/loading-page/loading.index βž” https://ncp.dev/. Though on main it's still in folders. (for origination purposes).

Thank you!

πŸ‘€ @TRYTIG: Pointing out the dist folder didn't need to be included.
πŸ“¦ NPM Packages: NCP, del-cli, and replace-in-files: for helping with changing my file structure, for the better.