mirror of
https://github.com/kaplanz/site.git
synced 2026-04-01 09:38:51 -04:00
My homepage
https://zakhary.dev
- Nunjucks 66.3%
- JavaScript 23.3%
- CSS 10.4%
| pkg/markdown-it-inline-footnotes | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| eleventy.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
site
My personal website. Built with Eleventy.
Usage
Requires Bun to be installed.
bun install # install dependencies
bun run build # build production site to ./dist
bun run dev # start local dev server at localhost:8080
Organization
Source layout is loosely inspired by the Filesystem Hierarchy Standard.
./
├── eleventy.config.js # 11ty configuration
├── package.json # project manifest
├── README.md # this document
├── ...
├── pkg/ # package plugins
└── src/ # source files
├── etc/ # configuration
├── lib/ # templates
│ ├── layout/ # page layouts
│ └── widget/ # components
├── srv/ # page content
│ ├── ...
│ ├── blog/ # blog articles
│ ├── note/ # microblog notes
│ └── tags/ # tag indices
└── www/ # static content
├── ...
└── assets/ # static assets
├── css/ # stylesheets
└── img/ # image files
License
Content on this site is licensed under CC BY-NC-SA 4.0. Source code is available under the MIT License.