Skip to content

rithienatan/website-portfolio-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-portfolio-template

Target repository for a website portfolio model.

Current version: v2.1.0


Preview & prototype

  • If you want to see how it looks: preview
  • Prototype:


Resources used and References


How to deploy into Github Pages

  • Goes to repository settings.
  • Select Pages options on left side.
  • Choose "source" via Github Actions.
  • Create folders .github/workflows into root directory.
  • Create .yml inside ".github/workflows" and create your script.
  • git add .github/
  • git commit
  • git push origin main-branch
  • Github Action will run after push.

References: Github Actions quickstart

.yml example: build and deploy next app


Patch Notes

  • v2.1.0: Update documentation. Implements actions in order to deploy into github pages.
  • v2.0.0: Change project based modules. Refactor pure ReactJS to NextJS and JavaScript to TypeScript. Update particlejs to tsparticles.
  • v1.0.0: Stable version of curriculum vitae model.

License

Copyright 2023 Rithie Natan Carvalhaes Prado

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http:https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.