Skip to content

Alexander1994/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog & Portfolio

This is a basic blog and portfolio site I'm building as apart of learning about single file components and Vue.

url: AlexMcCallum.me

To replicate

Tested only in Ubuntu

run the following cmds inside the blog folder

npm install
./lib/build.sh

For Watches

Ubuntu required for inotifywait

inotifywait is required for watches. install inotifywait with cmd:

apt-get install inotify-tools

run watches with cmd:

./lib/build.sh -w all

The word all can be replaced by html or js for the individual watchers

To build a single time and not watch, run the command without the -w option

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published