Skip to content

drehimself/saber-portfolio-starter

Repository files navigation

Saber Portfolio Starter

A simple portfolio starter theme for Saber. Based on the Gridsome Portfolio Starter

saber_screenshot

Demo URL

https://saber-portfolio-starter.netlify.com

Features

  • Clean and minimal design
  • Tailwind CSS v1 (with PurgeCSS)
  • Scroll to sections using vue-scrollto
  • Blog with markdown content for posts
  • Theme Switcher with Dark Mode
  • Syntax highlighting with Prism.js
  • 404 Page

Installation

I understand that I'm not following the recommended way to create themes in Saber. I personally think that cloning it from a repo with saber already installed is a much faster workflow.

  1. Clone the repo: git clone https:/drehimself/saber-portfolio-starter.git
  2. cd saber-portfolio-starter
  3. yarn
  4. yarn saber to start a local dev server at http://localhost:3000.
  5. yarn saber build to build for production locally into a public folder. You can use yarn saber serve to serve it.

Notes