TimurTripp.com 11ty Source Project
Тhis project contains the files and source code for my personal website, TimurTripp.com. It is licensed under the MIT license.
- Designed from scratch with simplicity in mind
- Uses YAML configuration files
- Favors packaging all dependency files with the site managed using npm rather than external CDNs
- Merges multiple CSS and JS files into aggregate files
See TEST for a demo of basic CSS elements provided by the theme.
Installation
- Install NodeJS and npm, and run
npm i
- Run
npm run generate-data
to create thegenerated.json
file. This step is recommended but not required.
Local Testing
npm run start
to start the server.
Building the Site
npm run build
to output static HTML/CSS/JS files suitable for the production site.