Skip to content

Commit 336334f

Browse files
committed
Add site embed meta
1 parent dec3ba9 commit 336334f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Let any of the members know if you have any questions, feedback, or want to help
1717
- Battlezone Community: https://www.battlezonecommunity.com/
1818
- Battlezone Report: https://battlezone.report/
1919

20-
## Getting Started 🚀
20+
## Getting Started 😎
2121
We'd be happy to have you contribute to this website! Here's how you can contribute:
2222

2323
### Local Environment
@@ -31,6 +31,20 @@ We'd be happy to have you contribute to this website! Here's how you can contrib
3131
- Create a **Pull Request** to the `master` branch from your newly developed branch. Make sure to give it an adequate title, description, and label!
3232
- Now, sit back and relax! 🏖️ _From here: a code reviewer will review your commits and changes to complete the merge. If your changes look great, your PR to `master` will be approved, which means your new branch `"dev-john-cooke"` will be squashed. A member of the team will create a new PR to merge your changes (that are now in `master`) into `prod`. This will trigger the automated deployment to GitHub Pages!_
3333

34+
## Preparation 🚀
35+
36+
1. Remove PHP
37+
2. Favicon
38+
3. Site Embed Meta
39+
40+
```html
41+
<meta property="og:title" content="Battlezone Scrap Field">
42+
<meta property="og:description" content="A one-stop shop for Battlezone community members to share their open-source resources or projects.">
43+
<meta property="og:image" content="https://raw.githubusercontent.com/BattlezoneScrapField/.github/refs/heads/main/profile/img/isdf_scavenger.png">
44+
<meta property="og:url" content="https://battlezonescrapfield.github.io/">
45+
<meta property="og:type" content="website">
46+
```
47+
3448
## Credits 🛹
3549
- Website created/setup by [SirBrambley](https://github.com/LordBramster), and maintained by the Battlezone Community. 💖
3650
- Special thanks to [F9Bomber](https://github.com/HerndonE), [Nielk1](https://github.com/Nielk1), [AI_Unit](https://github.com/JJ173), and all contributors. 💫

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<meta name="description" content="">
99
<meta name="keywords" content="">
1010

11+
<meta property="og:title" content="Battlezone Scrap Field">
12+
<meta property="og:description" content="A one-stop shop for Battlezone community members to share their open-source resources or projects.">
13+
<meta property="og:image" content="https://raw.githubusercontent.com/BattlezoneScrapField/.github/refs/heads/main/profile/img/isdf_scavenger.png">
14+
<meta property="og:url" content="https://battlezonescrapfield.github.io/">
15+
<meta property="og:type" content="website">
16+
1117
<!-- Favicons -->
1218
<link href="assets/img/favicon.png" rel="icon">
1319
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">

0 commit comments

Comments
 (0)