Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semanticdata/ximena
🐞 Eleventy starter theme/template with TailwindCSS, DaisyUI.
https://github.com/semanticdata/ximena
11ty 11ty-starter cssnano daisyui eleventy eleventy-starter postcss prettier sass tailwindcss wip work-in-progress
Last synced: 8 days ago
JSON representation
🐞 Eleventy starter theme/template with TailwindCSS, DaisyUI.
- Host: GitHub
- URL: https://github.com/semanticdata/ximena
- Owner: semanticdata
- License: mit
- Created: 2024-03-08T18:16:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:31:33.000Z (4 months ago)
- Last Synced: 2024-10-12T00:22:39.693Z (about 1 month ago)
- Topics: 11ty, 11ty-starter, cssnano, daisyui, eleventy, eleventy-starter, postcss, prettier, sass, tailwindcss, wip, work-in-progress
- Language: Markdown
- Homepage: https://ximena-zeta.vercel.app/
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐞 ximena
![code size](https://img.shields.io/github/languages/code-size/semanticdata/ximena) ![repository size](https://img.shields.io/github/repo-size/semanticdata/ximena) ![commits](https://img.shields.io/github/commit-activity/t/semanticdata/ximena) ![last commit](https://img.shields.io/github/last-commit/semanticdata/ximena) ![is website up?](https://img.shields.io/website/https/semanticdata.github.io/ximena.svg)
A simple example of using [TailwindCSS](https://tailwindcss.com/), [DaisyUI](https://daisyui.com/) and [Eleventy](https://11ty.dev/).
[![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)](https://ximena-zeta.vercel.app/) [![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](https://semanticdata.github.io/ximena/)
## ⚡ Quick start
**1. Clone repo**
```bash
git clone https://github.com/semanticdata/ximena.git
```**2. Install dependencies**
```sh
pnpm install
```**3. Run the project locally**
```sh
pnpm start
```## ✨ Features
- Wikilinks support (`[[link|label]]`)
- Hero homepage
- Blog section
- Notes section
- Prettier config
- Sass support
- Syntax highlighting
- Darkmode
- Color theme toggle
- HTTP headers## 🗺 Roadmap
- [x] Wikilinks
- [x] [TailwindCSS](https://tailwindcss.com/)
- [x] [Sass](https://sass-lang.com/) workflow. Independent of TailwindCSS.
- [x] [daisyUI](https://daisyui.com/)
- [x] Blog section
- [x] Notes section
- [x] Setup Prettier
- [x] CSS/Sass post-processing with [PostCSS](https://postcss.org/) (incl. [Autoprefixer](https://github.com/postcss/autoprefixer) and [cssnano](https://github.com/cssnano/cssnano))
- [x] Syntax highlighting
- [ ] Backlinks
- [ ] Darkmode
- [ ] Theme toggle
- [ ] Fluid typography (w/ [Utopia.fyi](https://utopia.fyi/))
- [ ] Full-text Search
- [ ] robots.txt
- [ ] Table of Contents
- [ ] RSS feed
- [ ] Sitemap
- [ ] Tags
- [ ] Page template (e.g. About, Journal, Now, Uses, Meta)
- [ ] HTTP Headers (CSP, and others)### ❓ The Maybe List
- [ ] Admonition-style Callouts
- [ ] Floating Link Previews
- [ ] Folders/Categories
- [ ] Graph view
- [ ] Notes explorer
- [ ] Recent notes## 🛠️ Technology
The site uses various technologies cobbled together. Here's some of them:
- [11ty](https://www.11ty.dev/)
- [Prettier](https://github.com/prettier/prettier)
- [Sass](https://github.com/sass/sass)
- [TailwindCSS](https://tailwindcss.com/)
- [daisyUI](https://daisyui.com/)
- [PostCSS](https://postcss.org/)
- [Autoprefixer](https://github.com/postcss/autoprefixer)
- [cssnano](https://github.com/cssnano/cssnano)## © License
Source code in this repository is available under the [MIT License](LICENSE).