{"id":19076417,"url":"https://github.com/tyecode/jotting","last_synced_at":"2026-04-13T13:04:36.537Z","repository":{"id":248078036,"uuid":"822051174","full_name":"tyecode/jotting","owner":"tyecode","description":"A modern, minimalist blog built with Astro, featuring a beautiful dark theme and clean typography.","archived":false,"fork":false,"pushed_at":"2025-08-09T10:27:48.000Z","size":2018,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-10T14:30:52.012Z","etag":null,"topics":["astro","blog","tailwindcss","typescript","website"],"latest_commit_sha":null,"homepage":"https://jotting-ten.vercel.app","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-30T07:07:03.000Z","updated_at":"2025-08-10T17:42:39.000Z","dependencies_parsed_at":"2024-07-25T09:28:28.697Z","dependency_job_id":null,"html_url":"https://github.com/tyecode/jotting","commit_stats":null,"previous_names":["tyecode/jotting","tyecoder/jotting"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tyecode/jotting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecode%2Fjotting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecode%2Fjotting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecode%2Fjotting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecode%2Fjotting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyecode","download_url":"https://codeload.github.com/tyecode/jotting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecode%2Fjotting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","blog","tailwindcss","typescript","website"],"created_at":"2024-11-09T01:59:18.008Z","updated_at":"2026-04-13T13:04:36.528Z","avatar_url":"https://github.com/tyecode.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jotting\n\nA modern, minimalist blog built with Astro, featuring a beautiful dark theme and clean typography.\n\n\u003e ✍️ **Jotting** - Where thoughts become words, and words become stories.\n\n## ✨ Features\n\n- 🌙 **Dark Theme** - Elegant dark design with custom color palette\n- 🎨 **Custom Typography** - Dual font system (Noto Sans Lao + Inter) for enhanced readability\n- ⚡ **Tailwind CSS** - Utility-first styling with custom configuration\n- 📝 **Markdown \u0026 MDX** - Full support for rich content creation\n- 🚀 **Performance Optimized** - 100/100 Lighthouse performance score\n- 🔍 **SEO Ready** - Canonical URLs, OpenGraph data, and sitemap\n- 📡 **RSS Feed** - Automatic RSS feed generation\n- 🛠️ **Developer Experience** - Prettier integration and type safety\n- 📱 **Responsive Design** - Mobile-first approach with custom breakpoints\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   └── pages/\n├── astro.config.mjs\n├── README.md\n├── package.json\n└── tsconfig.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nThe `src/content/` directory contains \"collections\" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:8000`      |\n| `npm run start`           | Alternative dev server command                   |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally at `localhost:8080`   |\n| `npm run fix`             | Format code with Prettier                        |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n## 🎨 Customization\n\n### Color Scheme\n\nJotting uses a custom dark theme with CSS variables that can be easily customized in `src/styles/global.css`:\n\n```css\n:root {\n  --foreground-color: #a3a3a3;\n  --accent-color: #737373;\n  --white-color: #ffffff;\n  --background-color: #171717;\n  --black-color: #262626;\n}\n```\n\n### Typography\n\nThe project uses a dual-font system:\n\n- **Noto Sans Lao** - Primary font for body text\n- **Inter** - Secondary font for specific UI elements\n\nFont files are located in `public/fonts/` and configured in Tailwind CSS.\n\n## 🚀 Getting Started\n\n1. **Clone the repository**\n\n   ```sh\n   git clone \u003cyour-repo-url\u003e\n   cd jotting\n   ```\n\n2. **Install dependencies**\n\n   ```sh\n   npm install\n   ```\n\n3. **Start the development server**\n\n   ```sh\n   npm run dev\n   ```\n\n4. **Open your browser** and visit `http://localhost:8000`\n\n## 📝 Adding Content\n\nCreate new blog posts in `src/content/blog/` using Markdown or MDX. Each post should include frontmatter:\n\n```yaml\n---\ntitle: \"Your Post Title\"\ndescription: \"Brief description\"\npubDate: \"Jan 01 2024\"\nheroImage: \"/your-image.jpg\"\ntags: [\"tag1\", \"tag2\"]\n---\n```\n\n## 👀 Want to learn more?\n\n- [Astro Documentation](https://docs.astro.build)\n- [Astro Discord](https://astro.build/chat)\n- [Tailwind CSS](https://tailwindcss.com)\n\n## 📄 License\n\n© 2024 [Tyecode](https://github.com/tyecode/). All rights reserved.\n\n---\n\n_Built with ❤️ using Astro_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyecode%2Fjotting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyecode%2Fjotting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyecode%2Fjotting/lists"}