https://github.com/cassiofb-dev/cassio-souza
My personal portfolio and blog
https://github.com/cassiofb-dev/cassio-souza
blog cloudflare-pages docusaurus portfolio website
Last synced: 7 months ago
JSON representation
My personal portfolio and blog
- Host: GitHub
- URL: https://github.com/cassiofb-dev/cassio-souza
- Owner: cassiofb-dev
- License: mit
- Created: 2023-06-27T04:03:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T17:15:32.000Z (over 1 year ago)
- Last Synced: 2025-02-18T09:08:44.256Z (over 1 year ago)
- Topics: blog, cloudflare-pages, docusaurus, portfolio, website
- Language: TypeScript
- Homepage: https://cassio-souza.pages.dev/
- Size: 8.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cássio Souza - Personal Website
My personal portfolio and blog
About •
Usage •
Development •
Credits •
License
## About
This site was made using [docusaurus](https://github.com/facebook/docusaurus) a modern static website generator.
The main contents are explained bellow:
1. Tutorial pages are made in markdown in [docs folder](/docs/)
2. Blog posts are also made in markdown in [blog folder](/blog/)
3. Custom pages and components are made in tsx in [source folder](/src/)
## Usage
### With Docker
Run ``docker compose up -d`` and open [http://localhost:3333](http://localhost:3333) in your browser.
### With Node and Yarn
Run ``yarn`` to install dependencies and then ``yarn serve`` to run the application. Then open [http://localhost:3333](http://localhost:3333) in your browser.
## Credits
Thanks for the open source projects bellow:
- [Docker](https://github.com/docker)
- [NodeJS](https://github.com/nodejs)
- [React](https://github.com/facebook/react)
- [Docusaurus](https://github.com/facebook/docusaurus)
## License
MIT