diff --git a/README.md b/README.md index c1d8e0d..a9c579d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,23 @@ -## Colors +# WriteUp 🖊️ -- slate-50 -- slate-950 -- pink-500 -- violet-500 -- violet-900 +![Screenshot of the Home page in the Desktop mode](./github/images/home-desktop.png) + +## [Getting started](https://github.com/blueambr/writeup/wiki) + +Tecnhnologies used: + +- [Alpine.js](https://alpinejs.dev/) +- [Astro](https://astro.build/) +- [clsx](https://github.com/lukeed/clsx) +- [ESLint](https://eslint.org/) +- [husky](https://github.com/typicode/husky) +- [Keystatic](https://keystatic.com/) +- [lint-staged](https://github.com/lint-staged/lint-staged) +- [Markdoc](https://markdoc.dev/) +- [Pagefind](https://pagefind.app/) +- [PhotoSwipe](https://photoswipe.com/) +- [Prettier](https://prettier.io/) +- [svg-sprite](https://github.com/svg-sprite/svg-sprite) +- [SVGO](https://github.com/svg/svgo) +- [Tailwind CSS](https://tailwindcss.com/) +- [TypeScript](https://www.typescriptlang.org/) diff --git a/tailwind.config.cjs b/tailwind.config.cjs index dbdda3e..a7fc1a2 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -2,6 +2,15 @@ const defaultTheme = require("tailwindcss/defaultTheme"); const plugin = require("tailwindcss/plugin"); +/** + * Colors used: + * slate-50 + * slate-950 + * pink-500 + * violet-500 + * violet-900 + */ + module.exports = { darkMode: "class", content: ["./src/**/*.{astro,html,js,jsx,ts,tsx,md,mdoc,mdx,yaml,json}"],