Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 85bcf00

Browse files
committed
feat: update README and tailwind.config with a new comment
1 parent f64b38c commit 85bcf00

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
## Colors
1+
# WriteUp 🖊️
22

3-
- slate-50
4-
- slate-950
5-
- pink-500
6-
- violet-500
7-
- violet-900
3+
![Screenshot of the Home page in the Desktop mode](./github/images/home-desktop.png)
4+
5+
## [Getting started](https://github.com/blueambr/writeup/wiki)
6+
7+
Tecnhnologies used:
8+
9+
- [Alpine.js](https://alpinejs.dev/)
10+
- [Astro](https://astro.build/)
11+
- [clsx](https://github.com/lukeed/clsx)
12+
- [ESLint](https://eslint.org/)
13+
- [husky](https://github.com/typicode/husky)
14+
- [Keystatic](https://keystatic.com/)
15+
- [lint-staged](https://github.com/lint-staged/lint-staged)
16+
- [Markdoc](https://markdoc.dev/)
17+
- [Pagefind](https://pagefind.app/)
18+
- [PhotoSwipe](https://photoswipe.com/)
19+
- [Prettier](https://prettier.io/)
20+
- [svg-sprite](https://github.com/svg-sprite/svg-sprite)
21+
- [SVGO](https://github.com/svg/svgo)
22+
- [Tailwind CSS](https://tailwindcss.com/)
23+
- [TypeScript](https://www.typescriptlang.org/)

tailwind.config.cjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
const defaultTheme = require("tailwindcss/defaultTheme");
33
const plugin = require("tailwindcss/plugin");
44

5+
/**
6+
* Colors used:
7+
* slate-50
8+
* slate-950
9+
* pink-500
10+
* violet-500
11+
* violet-900
12+
*/
13+
514
module.exports = {
615
darkMode: "class",
716
content: ["./src/**/*.{astro,html,js,jsx,ts,tsx,md,mdoc,mdx,yaml,json}"],

0 commit comments

Comments
 (0)