Skip to content

Commit

Permalink
feat: update README and tailwind.config with a new comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blueambr committed May 22, 2024
1 parent f64b38c commit 85bcf00
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
9 changes: 9 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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}"],
Expand Down

0 comments on commit 85bcf00

Please sign in to comment.