squidgetx / website

DEPRECATED Jekyll source build for my personal website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal website/blog powered by Jekyll, Webpack, and Express

All client code in the `static` directory, server code (for comments, etc.) in the `server` directory

# Dev commands

## Node server:
`node server.js`

(Must set env.passphrase)


## Start webpack
`npx webpack --watch`

## Start jekyll
```
cd static
bundle exec jekyll s
```

## Ship a new build of the client
```
make deploy
```



About

DEPRECATED Jekyll source build for my personal website


Languages

Language:HTML 79.6%Language:JavaScript 17.4%Language:SCSS 1.9%Language:CSS 0.4%Language:SuperCollider 0.3%Language:Ruby 0.3%Language:Makefile 0.0%Language:Shell 0.0%