Skip to content

Commit

Permalink
Merge pull request #2 from FernandoArteaga/astro-integrations
Browse files Browse the repository at this point in the history
worked on the Home page
  • Loading branch information
FernandoArteaga authored Feb 2, 2024
2 parents d53e51f + 584bc06 commit cd82302
Show file tree
Hide file tree
Showing 23 changed files with 603 additions and 356 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Dev Website
<div align="center">
<img src="public/favicon.png" height="90px" width="auto" alt="Repo logo"/>
<h1>
<a href="https://fernandoarteaga.dev" target="_blank">fernandoarteaga.dev</a>
</h1>
</div>


It is a personal website where I can share my projects, experiences and knowledge.

Expand All @@ -7,3 +13,9 @@ This project was developed using [Astro](https://astro.build/) and hosted on Git
![Astro](https://img.shields.io/badge/astro-%232C2052.svg?style=for-the-badge&logo=astro&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)

## Icons

The icons used in this project were taken from [iconify](https://icon-sets.iconify.design/).

We're using the [Remix Icon](https://icon-sets.iconify.design/ri/) set.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';

import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: 'https://fernandoarteaga.dev',
integrations: [mdx(), sitemap(), icon()]
integrations: [mdx(), sitemap(), icon(), tailwind()]
});
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.3.1",
"astro-color-scheme": "^1.1.2",
"astro-icon": "^1.0.4",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit cd82302

Please sign in to comment.