548fc2464c44e3b79b0a690961a0726ed504e778
				
			
			
		
	intro
this is a manpage-like html template, but tbh it's not really a manpage
created with pug and sass, build with parcel.
setup
  # select node version
$ nvm use
  # install dependencies
$ yarn install
  # build the output
$ yarn build
  # build results are here
$ ls dist
contents
/index.pug: the starting point of the template.
/vars.pug: sample variables. copy it to /vars.local.pug and edit it.
/includes: template parts are located here.
- include /somefilefrom anywhere will look for- somefilein project root
- include ./somefilewill be relative to current pug file.
/assets: css/sass, scripts, images etc are located here.
/assets/styles/index.sass: the starting point of the sass template.
Description
				
					Languages
				
				
								
								
									Pug
								
								81.7%
							
						
							
								
								
									Sass
								
								18.3%