kirbyfern / vue_kirby

Other
0 stars 0 forks source link

Simple implementation of a personal website

Overview

Requirements

Setup

Instructions

  1. Clone the repository in a directory of your choice with the following command:

    git clone git@github.com:kirbyfern/kirbyfern.github.io.git
  2. Fill in your details at ../assets/details.js for a quick start.

Usage

Development

Deploy to gh-pages

  1. Create a new repository in your GitHub account, then clone this repository and push its content to your newly created repository.
  2. In ../assets/details.js, add the name of your repository in place of your RepoID. If your repository is named Kirby_Template then it would be:

    repoId: "Kirby_Template"
  3. In the root directory run, npm run build followed by npm run deploy. Your website will be hosted at https://YOUR_GITHUB_USERNAME.github.io/YOUR_REPOSITORY_NAME/#/

Technical Details

About the template

Growing from the template

The template is written in Vuejs because it has a low entry point for beginners. If you understand basic JavaScript then I recommend this course when it's on sale for under $20. You can do a lot with only a few hours of this content and by looking at Veutify's interactive examples.