mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -05:00
Merge pull request #1 from jaykobo/readme-fix-link
Update Readme: fix url to astro.build
This commit is contained in:
commit
44b4ccb0f8
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -25,7 +25,7 @@ npm run dev
|
||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
- [Astro](astro.build)
|
- [Astro](https://astro.build)
|
||||||
- [tailwindcss](https://tailwindcss.com/)
|
- [tailwindcss](https://tailwindcss.com/)
|
||||||
- [DaisyUI](https://daisyui.com/)
|
- [DaisyUI](https://daisyui.com/)
|
||||||
|
|
||||||
|
@ -34,14 +34,14 @@ npm run dev
|
||||||
## Project Strucutre
|
## Project Strucutre
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
├── src/
|
├── src/
|
||||||
│ ├── components/
|
│ ├── components/
|
||||||
│ │ ├── cs/
|
│ │ ├── cs/
|
||||||
│ │ │ ├── TimeLine
|
│ │ │ ├── TimeLine
|
||||||
│ │ ├── BaseHead.astro
|
│ │ ├── BaseHead.astro
|
||||||
│ │ ├── Card.astro
|
│ │ ├── Card.astro
|
||||||
│ │ ├── Footer.astro
|
│ │ ├── Footer.astro
|
||||||
│ │ ├── Header.astro
|
│ │ ├── Header.astro
|
||||||
│ │ └── HorizontalCard.jsx
|
│ │ └── HorizontalCard.jsx
|
||||||
│ │ └── SideBar.jsx
|
│ │ └── SideBar.jsx
|
||||||
│ ├── layouts/
|
│ ├── layouts/
|
||||||
|
@ -78,7 +78,7 @@ The `BaseHead`, `Footer`, `Header` and `SideBar` components are already included
|
||||||
|
|
||||||
##### SideBar
|
##### 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/).
|
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"
|
title: "Demo Item 1"
|
||||||
description: "Item description"
|
description: "Item description"
|
||||||
heroImage: "Item img url"
|
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_label: "Custom btn link label"
|
||||||
custom_link: "Custom btn link"
|
custom_link: "Custom btn link"
|
||||||
pubDate: "Sep 15 2022"
|
pubDate: "Sep 15 2022"
|
||||||
|
@ -190,7 +190,7 @@ Feel free to modify the content included in the pages that the template contains
|
||||||
|
|
||||||
### Theming
|
### Theming
|
||||||
|
|
||||||
For change the template theme change the `data-theme` atribute of the `<html>` tag in `BaseLayout.astro` file.
|
For change the template theme change the `data-theme` atribute of the `<html>` 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/).
|
You can chose among 30 themes available or create your custom theme. See themes available [here](https://daisyui.com/docs/themes/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue