Skip to content

Angie is a free, open-source portfolio template featuring a bold, brutalist design that helps you stand out and showcase your work with style.

License

Notifications You must be signed in to change notification settings

anthonylan/angie

Repository files navigation

Angie

ANGIE is a sleek Astro portfolio template built for creatives and developers. Featuring responsive layouts, customizable sections, and a bold brutalist design, it’s made to help you stand out and showcase your work with style.

basics

Dependencies used in this project:

Credits:

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


├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Bars.astro
        └── Button.astro
        └── CallToAction.astro
        └── Footer.astro
        └── Header.astro
        └── Hero.astro
        └── MarddownPost.astro
        └── Reviews.astro
        └── Service.astro
        └── Tools.astro
        └── Work.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
        └── posts/
        └── blog.astro
        └── index.astro
└── styles/
└── package.json

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

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

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

🧞 Commands

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/

👀 Curious to Explore More?

Check out LAB-CH3 for a growing collection of current and future templates.

If you’ve found this helpful, consider fueling my creativity!
Buy me a coffee

About

Angie is a free, open-source portfolio template featuring a bold, brutalist design that helps you stand out and showcase your work with style.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages