Landing page and blog for Aris - Infrastructure for the post-PDF era.
Built with Eleventy and designed for easy deployment to Netlify.
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run build
- Connect your GitHub repository to Netlify
- The build settings are automatically configured via
netlify.toml
- Build command:
npm run build
- Publish directory:
_site
The site includes Netlify CMS for easy blog post management:
- Enable Netlify Identity in your Netlify dashboard
- Enable Git Gateway in the Identity settings
- Access the admin panel at
/admin/
after deployment - Invite users via the Netlify dashboard
src/
├── _layouts/ # Page layouts
├── _includes/ # Reusable components
├── _data/ # Global data files
├── css/ # Stylesheets
├── blog/ # Blog posts and index
├── admin/ # Netlify CMS configuration
└── index.njk # Homepage
- ✅ Responsive design with dark mode support
- ✅ Mobile-optimized navigation with hamburger menu
- ✅ Custom logo system with Georgia serif typography
- ✅ Blog with Markdown support
- ✅ Netlify CMS integration
- ✅ SEO optimized with structured data
- ✅ Performance optimized
- ✅ Accessible design
- ✅ Academic-focused design for Scroll Press and RSM Studio