You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
bdeshi 49222954fc
fix typos, normalize cases
1 year ago
.vscode init ci with woodpecker 2 years ago
.woodpecker add woodpecker ci badge 2 years ago
assets add woodpecker ci badge 2 years ago
includes fix typos, normalize cases 1 year ago
.editorconfig modify template structure 2 years ago
.gitignore modify template structure 2 years ago
.nvmrc add nvm config 1 year ago
.pugrc.js add content and change project layout. i am sorry 2 years ago
LICENSE init 2 years ago
README.md add nvm config 1 year ago
index.pug add content and change project layout. i am sorry 2 years ago
package.json add content and change project layout. i am sorry 2 years ago
portfolio.pug add content and change project layout. i am sorry 2 years ago
vars.pug add location 2 years ago
yarn.lock add content and change project layout. i am sorry 2 years ago

README.md

intro

status-badge

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 /somefile from anywhere will look for somefile in project root
  • include ./somefile will 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.