From b562db7b237ad381a6f8d51a0807bc4db638328f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Strau=C3=9F?= Date: Fri, 28 Oct 2022 20:38:11 +0200 Subject: [PATCH 1/2] fix url to astro to prevent relative path --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c1e4897..a596e23 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ npm run dev ## Tech Stack -- [Astro](astro.build) +- [Astro](https://astro.build) - [tailwindcss](https://tailwindcss.com/) - [DaisyUI](https://daisyui.com/) @@ -34,14 +34,14 @@ npm run dev ## Project Strucutre ``` php -├── src/ +├── src/ │ ├── components/ │ │ ├── cs/ -│ │ │ ├── TimeLine +│ │ │ ├── TimeLine │ │ ├── BaseHead.astro -│ │ ├── Card.astro -│ │ ├── Footer.astro -│ │ ├── Header.astro +│ │ ├── Card.astro +│ │ ├── Footer.astro +│ │ ├── Header.astro │ │ └── HorizontalCard.jsx │ │ └── SideBar.jsx │ ├── layouts/ @@ -78,7 +78,7 @@ The `BaseHead`, `Footer`, `Header` and `SideBar` components are already included ##### SideBar -In the Sidebar you can change the links to all your website pages. +In the Sidebar you can change the links to all your website pages. You can change your avatar shape using [mask classes](https://daisyui.com/components/mask/). @@ -172,7 +172,7 @@ layout: "../../layouts/StoreItemLayout.astro" title: "Demo Item 1" description: "Item description" heroImage: "Item img url" -details: true // show or hide details btn +details: true // show or hide details btn custom_link_label: "Custom btn link label" custom_link: "Custom btn link" pubDate: "Sep 15 2022" @@ -190,7 +190,7 @@ Feel free to modify the content included in the pages that the template contains ### Theming -For change the template theme change the `data-theme` atribute of the `` tag in `BaseLayout.astro` file. +For change the template theme change the `data-theme` atribute of the `` tag in `BaseLayout.astro` file. You can chose among 30 themes available or create your custom theme. See themes available [here](https://daisyui.com/docs/themes/). From 8f860301e0a372c88dd8d23961efdd21f6a65538 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Wed, 30 Nov 2022 15:38:53 -0500 Subject: [PATCH 2/2] updating readme md with contributions rules --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e4897..da9be4d 100644 --- a/README.md +++ b/README.md @@ -209,10 +209,22 @@ The configuration for the deployment varies depending on the platform where you ## Contributing -Suggestions and pull requests are welcomed! Feel free to open a discussion, an issue or create a pull request. +Suggestions and pull requests are welcomed! Feel free to open a discussion or an issue for a new feature request or bug. + +One of the best ways of contribute is to grab a [bug report o feature suggestion](https://github.com/manuelernestog/astro-modern-personal-website/issues) that has been marked `accepted` and dig in. + +Please be wary of working on issues *not* marked as `accepted`. Just because someone has created an issue doesn't mean we'll accept a pull request for it. ## License Astro Modern Personal Website is licensed under the MIT license — see the [LICENSE](https://github.com/manuelernestog/astro-modern-personal-website/blob/main/LICENSE) file for details. +## Contributors + + + + + +Made with [contrib.rocks](https://contrib.rocks). +