A simple portfolio starter theme for Saber. Based on the Gridsome Portfolio Starter
https://saber-portfolio-starter.netlify.com
- 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
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.
- Clone the repo:
git clone https://github.com/drehimself/saber-portfolio-starter.git
cd saber-portfolio-starter
yarn
yarn saber
to start a local dev server athttp://localhost:3000
.yarn saber build
to build for production locally into apublic
folder. You can useyarn saber serve
to serve it.
- Based on the Gridsome Portfolio Starter.
- WIP: More features coming soon.