Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarna/tarna.dev
My Website
https://github.com/tarna/tarna.dev
Last synced: 13 days ago
JSON representation
My Website
- Host: GitHub
- URL: https://github.com/tarna/tarna.dev
- Owner: tarna
- Created: 2024-11-08T16:30:06.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T16:48:35.000Z (about 2 months ago)
- Last Synced: 2024-12-23T05:12:16.420Z (13 days ago)
- Language: Astro
- Homepage: https://tarna.dev
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tarna.dev
The source code for my website [tarna.dev](https://tarna.dev).## Original Template
This is a modified version of a template by [@manuelernestog](https://github.com/manuelernestog). You can find the original source code [here](https://github.com/manuelernestog/astrofy).## Changes from Original
- Made projects into a collection that can be defined in the [`src/content/project`](src/content/project/) folder.
- Added categories to projects.
- Ability to create hidden posts.
- Added an automatic age getter on the [CV](src/pages/cv.astro) and [main page](src/pages/index.astro). Birthday can be configured in the [config](src/config.ts).
- Removed the [store](src/pages/store/) and [services](src/pages/services.astro) from the [sidebar](src/components/SideBarMenu.astro).