JULIEN TERRAZ
Creative Director at Razorfish playing with technology in pursuit of creativity.
Also pen plotter artist known as targz.
This is the repository for julien.terraz.org, a minimalist portfolio website built with Jekyll featuring a custom design inspired by OCKHAM aesthetics.
- Minimalist Design: Clean, typography-focused layout with Space Grotesk font
- Responsive Images: Automatic WebP conversion and responsive sizing
- Mobile Optimized: Centered mobile layout with enhanced readability
- Custom 404: Fun meme-based error page ("This is Fine")
- Social Integration: LinkedIn, Instagram, and Telegram links
- Performance: Streamlined codebase with only essential files
- Ruby (with rbenv)
- Bundler
- Jekyll ~3.9
- Clone the repository
- Install dependencies:
bundle installRun the development server:
./startlocaldev.shThis will start the Jekyll server on:
- Main server: http://localhost:4002
- LiveReload: port 35730
Run with drafts:
bundle exec jekyll serve --draftRun on default ports:
bundle exec jekyll serve├── _posts/ # Portfolio work posts
├── _drafts/ # Draft posts
├── _layouts/ # Page templates
├── _includes/ # Reusable components
├── _plugins/ # Custom plugins (responsive images)
├── css/ # Stylesheets (minimal.css only)
├── images/ # Image assets
│ ├── work/ # Portfolio project images (WebP)
│ └── icons/ # Social media icons (white SVG)
├── downloads/ # Downloadable files
├── 404.md # Custom error page
└── index.html # Homepage
- Typography: Space Grotesk from Google Fonts
- Layout: CSS Grid and Flexbox for responsive design
- Color: Minimalist black/white/gray palette
- Mobile: Centered header with larger fonts
- Automatic WebP conversion via
_plugins/responsive_images.rb - Multiple sizes: mobile, tablet, desktop
- Lazy loading with
_includes/responsive-image.html
- WORK: Homepage portfolio (default)
- TARGZ: Links to external site (targz.fr)
- CONTACT: Scrolls to footer contact section
Key settings in _config.yml:
- Site metadata and URLs
- Social media links (LinkedIn, Instagram, Telegram)
- Google Analytics tracking
- Disqus comments
jekyll~3.9jekyll-sitemap- XML sitemap generationjekyll-feed- RSS feedkramdown-parser-gfm- GitHub Flavored Markdown
See LICENSE file for details.