Coder Social home page Coder Social logo

mariogiampieri / portfolio2023 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from veranikabarel/astro-portfolio

0.0 0.0 0.0 3.53 MB

A free template for creating portfolio website using Astro 2.0 and Tailwind CSS.

Home Page: https://astro-fe-portfolio.netlify.app/

JavaScript 6.06% TypeScript 26.96% Astro 66.98%

portfolio2023's Introduction

๐Ÿ’ซ This is a free template to make your portfolio website using Astro 2.0 + Tailwind CSS.

Dark mode

Dark mode

Light mode

Light mode

Lighthouse report

Lighthouse report

Table of Contents

Demo

๐Ÿ“Œ https://astro-fe-portfolio.netlify.app/

Features

โœ”๏ธ Integration with Tailwind CSS (@astrojs/tailwind) supporting Dark mode.

โœ”๏ธ Uses the following integrations:

  • @astrojs/mdx
  • @astrojs/image
  • @astrojs/tailwind - with prettier class sorting plugin
  • @astro-icon
  • @astro-seo
  • @astro-navbar

โœ”๏ธ(@Playwright) e2e tests are setted up.

๐Ÿ”œ Blog with frontmatter (title, description, author, date, image, tags) and RSS feed, sitemap and robots.txt

๐Ÿ”œ 404 error page

Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
โ”œโ”€โ”€ public/
โ”‚   โ””โ”€โ”€ favicon.ico
|   โ”œโ”€โ”€ hero.png
|   โ””โ”€โ”€ ...
โ”œโ”€โ”€ src/
|   โ”œโ”€โ”€ assets/
|   |   โ”œโ”€โ”€ images/
โ”‚   โ”‚   |   โ”œโ”€โ”€ hero.png
|   |   |   โ””โ”€โ”€ ...
โ”‚   โ”œโ”€โ”€ components/
โ”‚   โ”‚   โ”œโ”€โ”€ ui/
โ”‚   โ”‚   |   โ”œโ”€โ”€ BackToTop.astro
|   |   |   โ””โ”€โ”€ ...
โ”‚   โ”‚   โ”œโ”€โ”€ About.astro
โ”‚   โ”‚   โ”œโ”€โ”€ Contact.astro
|   |   โ””โ”€โ”€ ...
โ”‚   โ”œโ”€โ”€ content/
โ”‚   โ”‚   โ”œโ”€โ”€ projects/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ project-1.md
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ project-1.md
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ ...
โ”‚   โ”‚   โ””-- config.ts
โ”‚   โ”œโ”€โ”€ layouts/
โ”‚   โ”‚   โ”œโ”€โ”€ Layout.astro
โ”‚   โ”œโ”€โ”€ pages/
โ”‚   โ”‚   โ”œโ”€โ”€ index.astro
โ”‚   โ”œโ”€โ”€ tests/
โ”‚   โ”‚   โ”œโ”€โ”€ index.spec.ts
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ astro.config.mjs
โ””โ”€โ”€ ...

Astro looks for .astro, .md or .mdx files in the src/pages/ directory. Each page is exposed as a route based on its file name.

src/components/ is where we put any Astro components and similarly src/layouts/ for layouts.

Images can be placed in src/images/.

Blog and documentation content are created as collections of Markdown or MDX files in src/content.

Any static assets, eg. images, can be placed in the public/ directory.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:3000
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro preview
yarn astro --help Get help using the Astro CLI
yarn test:e2e Run Playwright tests

Contributing

If you have any idea, suggestions or find any bugs, feel free to open a discussion, an issue or create a pull request. That would be very useful for all of us and we would be happy to listen and take action.

Credits

Assets designed by (Freepik)[www.freepik.com].

portfolio2023's People

Contributors

mariogiampieri avatar veranikabarel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.