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 work-in-progress
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:31:33.000Z (about 1 year ago)
- Last Synced: 2025-05-18T03:37:57.497Z (5 months ago)
- Topics: 11ty, 11ty-starter, cssnano, daisyui, eleventy, eleventy-starter, postcss, prettier, sass, tailwindcss, 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
    
A simple example of using [TailwindCSS](https://tailwindcss.com/), [DaisyUI](https://daisyui.com/) and [Eleventy](https://11ty.dev/).
[](https://ximena-zeta.vercel.app/) [](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).