Skip to content

GauBen/gauben.github.io

Repository files navigation

My public website, featuring a list of my projects and a blog.

Features

  • Markdown to HTML (Eleventy)
    • Syntax highlighting
    • Table of contents
    • Mermaid
    • Katex
  • TypeScript and Stylus (Parcel)
  • I18n
  • Linting
  • App manifest
  • 400/400 on Lighthouse
  • Blog
  • Dark theme

Prerequisites

# Install volta (a node and yarn version manager)
curl https://get.volta.sh | bash
# Clone the repo
git clone https://github.com/GauBen/gauben.github.io.git
cd gauben.github.io

Build for production

yarn install
yarn build

Development

yarn install
yarn start

To start a server with the production build, use yarn preview.