Skip to content

This is my personal website, where I show off my portfolio and provide visitors access to a range of tools including documentation, tutorials, and thought-provoking blog pieces.

License

Notifications You must be signed in to change notification settings

fernandogprieto/fgp-website

Repository files navigation

👋 Welcome aboard

Crafted with Docusaurus | 🖥 Visit My Cloud Journey

Deploy with Vercel Deploy with Netlify

I'm thrilled to present my varied portfolio, which showcases my talents and accomplishments across several fields. When you browse the site, you'll discover a plethora of tools to help you learn and improve, such as thorough documentation, simple tutorials, and thought-provoking blog posts on a variety of themes.

🚀 Features

  • ✍️ Markdown - Seamless writing experience.
  • 🎨 Aesthetics - Clean, visually pleasing design.
  • 🌍 i18n - Multilingual support.
  • 📈 SEO - Fully optimized for search engines.
  • 📊 Google Analytics - Monitor and analyze your traffic.
  • 🔍 Algolia DocSearch - Full-text search functionality.
  • 📑 Blog - Offers a variety of blog layouts in list format.
  • 📑 Docs - Houses technical documentation and guides for various projects.
  • 🗂 Resource Navigation - A curation of helpful and interesting resources.
  • 💼 Project Showcase - An elegant display for your projects or portfolio.

Take a look at my customization journey here: Docusaurus theme configuration

📁 Project Structure

├── blog                           # Blog posts
│   ├── first-blog-post.md
├── docs                           # Documentation/Notes
│   └── my-first-doc.md
├── src                            # Source code
│   ├── components                 # Custom components
│   ├── css                        # Custom CSS
│   ├── pages                      # Custom pages
│   ├── plugin                     # Custom plugins
│   ├── theme                      # Custom theme components
│   └── data                       # Data for friend links, projects, and resources
│       ├── projects.ts            # Projects data
│       └── resources.ts           # Resources data
├── i18n                           # Internationalization
├── static                         # Static resources
│   └── img                        # Static images
├── docusaurus.config.js           # Site configuration
├── sidebars.js                    # Documentation sidebar
├── package.json
├── tsconfig.json

🏁 Getting Started

To get a local copy of the code, you can clone the repository from GitLab (primary repository) or GitHub (mirror repository).

Clone from GitLab:

git clone https://gitlab.com/fernandogprieto/fgp-website.git
cd fgp-website
npm install
npm run start

Clone from GitHub(Mirror repository):

git clone https://github.com/fernandogprieto/fgp-website.git
cd fgp-website
npm install
npm run start

Build

npm run build

About

This is my personal website, where I show off my portfolio and provide visitors access to a range of tools including documentation, tutorials, and thought-provoking blog pieces.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published