Go to file
bdeshi 2a5e602a88
ci/woodpecker/push/build Pipeline was successful Details
remove newtab links; practicing what i preach
2022-05-26 01:20:05 +06:00
.vscode init ci with woodpecker 2022-05-24 16:10:42 +06:00
.woodpecker add woodpecker ci badge 2022-05-24 16:18:30 +06:00
assets add woodpecker ci badge 2022-05-24 16:18:30 +06:00
includes remove newtab links; practicing what i preach 2022-05-26 01:20:05 +06:00
.editorconfig modify template structure 2022-05-20 19:47:36 +06:00
.gitignore modify template structure 2022-05-20 19:47:36 +06:00
.pugrc.js add content and change project layout. i am sorry 2022-05-23 17:05:30 +06:00
LICENSE init 2022-05-20 16:53:14 +06:00
README.md add woodpecker ci badge 2022-05-24 16:18:30 +06:00
index.pug add content and change project layout. i am sorry 2022-05-23 17:05:30 +06:00
package.json add content and change project layout. i am sorry 2022-05-23 17:05:30 +06:00
portfolio.pug add content and change project layout. i am sorry 2022-05-23 17:05:30 +06:00
vars.pug add location 2022-05-23 21:11:24 +06:00
yarn.lock add content and change project layout. i am sorry 2022-05-23 17:05:30 +06:00

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

  # 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.