This is a simple static website built with Eleventy for Elisa Leipold, a lawyer specializing in labor law.
This project is a professional website for a labor law attorney, featuring:
npm install
The project includes several helpful developer tools to streamline your workflow:
setupA macOS-specific Bash script that automates the installation of all required dependencies:
Usage:
./setup
runA simple script to start the development server:
./run
This will start the development server at http://localhost:8080.
copyA utility for copying all git-tracked text files to your clipboard, with intelligent filtering:
Usage:
./copy
Options:
--help Show help message and exit
--debug Show detailed processing information
.
├── _data/ # Global data files
├── _includes/ # Layouts and reusable components
├── _site/ # Build output (generated)
├── about/ # About page
├── blog/ # Blog posts and overview
├── css/ # Stylesheets
├── images/ # Images
├── js/ # JavaScript files
├── kontakt/ # Contact page
├── .eleventy.js # Eleventy configuration
├── .gitignore # Git ignore patterns
├── copy # Copy utility script
├── index.njk # Homepage
├── package.json # Project metadata and dependencies
├── README.md # Project documentation
├── run # Development server script
└── setup # Setup script
_includes directory to change page appearancecss/style.css to change the visual styling_data directory to change global data.md and .njk files to modify content