Update README.md
This commit is contained in:
parent
3e603caaca
commit
d223e62841
1 changed files with 108 additions and 1 deletions
109
README.md
109
README.md
|
|
@ -1,2 +1,109 @@
|
|||
# Test
|
||||
# Hi there, I'm [Your Name] 👋
|
||||
|
||||
<!--
|
||||
============================================================
|
||||
SETUP INSTRUCTIONS
|
||||
============================================================
|
||||
1. Replace every instance of:
|
||||
git.rcslabs.dev → e.g. codeberg.org or forgejo.myserver.com
|
||||
john4064 → your Forgejo username
|
||||
John → your display name
|
||||
|
||||
2. For the dynamic stats SVGs (overview + languages cards),
|
||||
follow the forgejo-stats setup guide:
|
||||
https://codeberg.org/Tuxilio/forgejo-stats
|
||||
Then update the image src URLs to point to your own
|
||||
forgejo-stats repo.
|
||||
|
||||
3. Delete this comment block when you're done.
|
||||
============================================================
|
||||
-->
|
||||
|
||||
## About me
|
||||
|
||||
- 🔭 Currently working on **[project name](https://git.rcslabs.dev/john4064/YOUR_REPO)**
|
||||
- 🌱 Learning **[technology / topic]**
|
||||
- 💬 Ask me about **[your expertise]**
|
||||
- 📫 Reach me at **[your@email.com]** or **[@handle@mastodon.instance](https://mastodon.instance/@handle)**
|
||||
- 🌍 Website / blog: **[yoursite.com](https://yoursite.com)**
|
||||
|
||||
---
|
||||
|
||||
## Stats
|
||||
|
||||
<!--
|
||||
OPTION A — forgejo-stats (recommended, includes private repos)
|
||||
--------------------------------------------------------------
|
||||
Fork https://codeberg.org/Tuxilio/forgejo-stats into your own
|
||||
Forgejo instance, configure CI secrets, and point the src
|
||||
URLs below at your generated/ folder.
|
||||
|
||||
OPTION B — skip the stats cards and rely only on shields.io
|
||||
badges further down this file.
|
||||
-->
|
||||
|
||||
<div align="center">
|
||||
<a href="https://git.rcslabs.dev/john4064/forgejo-stats">
|
||||
<img
|
||||
src="https://git.rcslabs.dev/john4064/forgejo-stats/media/branch/main/generated/overview.svg"
|
||||
alt="Profile overview stats"
|
||||
/>
|
||||
<img
|
||||
src="https://git.rcslabs.dev/john4064/forgejo-stats/media/branch/main/generated/languages.svg"
|
||||
alt="Top languages"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Featured projects
|
||||
|
||||
<!--
|
||||
Forgejo renders repo cards natively on your profile page via
|
||||
pinned repos (set them in Settings → Profile). The links
|
||||
below are an extra layer of visibility inside the README itself.
|
||||
-->
|
||||
|
||||
| Project | Description | Stars | Last commit |
|
||||
|---------|-------------|-------|-------------|
|
||||
| [repo-one](https://git.rcslabs.dev/john4064/repo-one) | Short description |  |  |
|
||||
| [repo-two](https://git.rcslabs.dev/john4064/repo-two) | Short description |  |  |
|
||||
| [repo-three](https://git.rcslabs.dev/john4064/repo-three) | Short description |  |  |
|
||||
|
||||
---
|
||||
|
||||
## Tech stack
|
||||
|
||||
<!-- Replace or remove any badges that don't apply to you -->
|
||||
|
||||
### Languages
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### Tools & platforms
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
## Activity
|
||||
|
||||
<!--
|
||||
Forgejo does not yet have a native contribution graph embeddable
|
||||
in READMEs. If your instance exposes the API publicly you can
|
||||
link to your activity feed as a fallback.
|
||||
-->
|
||||
|
||||
📅 [View my recent activity](https://git.rcslabs.dev/john4064?tab=activity)
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<sub>Profile generated with <a href="https://codeberg.org/Tuxilio/forgejo-stats">forgejo-stats</a> · Hosted on <a href="https://git.rcslabs.dev">git.rcslabs.dev</a></sub>
|
||||
</p>
|
||||
Loading…
Reference in a new issue