Skip to content

Commit 7d044ba

Browse files
committed
fix headings
1 parent ccdfff1 commit 7d044ba

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/working-notes/vercel/vercel-template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Developer blog built with Astro, with a comprehensive feature set and well-struc
55

66
Run your coding blog in minutes. Benefit from robust, understandable, well-separated code. Optionally customize design by modifying files in the components folder. Multiple deployment options, Vercel, Nginx, Github Pages and Docker.
77

8-
# Screenshot
8+
## Screenshot
99

1010
![Frontend screenshot](https://raw.githubusercontent.com/nemanjam/nemanjam.github.io/refs/heads/main/docs/screenshots/developer-blog-screenshot-1200x630.png)
1111

12-
# Demo
12+
## Demo
1313

1414
**Vercel: [https://nemanjam.vercel.app](https://nemanjam.vercel.app)**
1515

1616
**Nginx: [https://nemanjamitic.com](https://nemanjamitic.com)**
1717

18-
# Features
18+
## Features
1919

2020
- Latest Astro, static, high performance website
2121
- Post and Project content collections
@@ -38,7 +38,7 @@ Run your coding blog in minutes. Benefit from robust, understandable, well-separ
3838
- Vercel, GitHub Pages, Nginx, x86 and arm Docker deployments
3939
- GitHub Actions workflows and local scripts
4040

41-
# Running locally
41+
## Running locally
4242

4343
Install and run project locally for development.
4444

@@ -64,7 +64,7 @@ pnpm dev
6464
pnpm clean
6565
```
6666

67-
# Deploying to Vercel
67+
## Deploying to Vercel
6868

6969
### Vercel button
7070

@@ -76,7 +76,7 @@ By default, the `SITE_URL` environment variable is inferred from the predefined
7676

7777
After updating environment variables, you will need to rebuild and redeploy the app for the changes to take effect.
7878

79-
#### Github Actions
79+
### Github Actions
8080

8181
In Vercel dashboard create a new project and set the environment variables. In Vercel account settings create a access token and set it as `VERCEL_TOKEN` Github repository secret. In Vercel project settings copy your user id and project id and set them as `VERCEL_ORG_ID` and `VERCEL_PROJECT_ID` Github repository secrets.
8282

@@ -100,7 +100,7 @@ vercel__deploy-manual.yml
100100

101101
**Detailed tutorial:** https://nemanjamitic.com/blog/2026-02-26-vercel-static-github-actions
102102

103-
# Credits
103+
## Credits
104104

105105
It reuses good solutions from other projects, see the [Credits list](https://github.com/nemanjam/nemanjam.github.io#credits).
106106

0 commit comments

Comments
 (0)