Skip to content

Commit 5b2dbde

Browse files
committed
πŸ”– Release: v2.0.0
1 parent dcd3bc0 commit 5b2dbde

44 files changed

Lines changed: 7094 additions & 1784 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.gitignoreβ€Ž

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# build output
2+
dist/
3+
# generated types
4+
.astro/
5+
6+
# dependencies
7+
node_modules/
8+
9+
# logs
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
pnpm-debug.log*
14+
15+
16+
# environment variables
17+
.env
18+
.env.production
19+
20+
# macOS-specific files
21+
.DS_Store

β€ŽREADME.mdβ€Ž

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
1-
<h1 align="center">
2-
Personal Website
3-
</h1>
1+
# Astro Starter Kit: Portfolio
42

5-
<p>
6-
A single-page personal <a href="https://patrickcoulter.me" target="_blank"> portfolio </a> used to show off my skills as a full-stack developer.
7-
</p>
3+
```
4+
npm create astro@latest -- --template portfolio
5+
```
86

9-
<p>
10-
This was made with HTML, CSS and JavaScript. It has different pages like Home page, About page, Projects page and Contact page. Also has buttons for my blog and support sites. It has transition animations and a menu to switch from light and dark mode. It's Mobile and Tablet friendly also.
11-
</p>
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio)
8+
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/portfolio)
9+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/portfolio/devcontainer.json)
10+
11+
> πŸ§‘β€πŸš€ **Seasoned astronaut?** Delete this file. Have fun!
12+
13+
![portfolio](https://user-images.githubusercontent.com/357379/210779178-a98f0fb7-6b1a-4068-894c-8e1403e26654.jpg)
14+
15+
16+
## 🧞 Commands
17+
18+
All commands are run from the root of the project, from a terminal:
19+
20+
| Command | Action |
21+
| :--------------------- | :----------------------------------------------- |
22+
| `npm install` | Installs dependencies |
23+
| `npm run dev` | Starts local dev server at `localhost:3000` |
24+
| `npm run build` | Build your production site to `./dist/` |
25+
| `npm run preview` | Preview your build locally, before deploying |
26+
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
27+
| `npm run astro --help` | Get help using the Astro CLI |
28+
29+
## πŸ‘€ Want to learn more?
30+
31+
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).

β€Žassets/script/script.jsβ€Ž

Lines changed: 0 additions & 48 deletions
This file was deleted.

β€Žassets/script/themeSwitcher.jsβ€Ž

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
Β (0)