hatashiro / uit-meetup-11

UIT meetup vol.11 talk: Build you a static site generator

Home Page:https://uit.connpass.com/event/197740/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build you a static site generator

Sample code for my talk in UIT meetup vol.11.

How to use

Read the code.

Run the sample

# Clone the repo.
git clone https://github.com/hatashiro/uit-meetup-11.git
cd uit-meetup-11

# Run the static site generator for the sample blog.
node index.js --src blog --out docs

# Check the result.
open docs/index.html

Note that the docs/ directory is Git-ignored.

License

ISC

About

UIT meetup vol.11 talk: Build you a static site generator

https://uit.connpass.com/event/197740/

License:ISC License


Languages

Language:JavaScript 80.8%Language:Pug 10.3%Language:CSS 8.9%