Skip to content

Instantly share code, notes, and snippets.

View MaedahBatool's full-sized avatar
🎯
Building Communities

Maedah Batool MaedahBatool

🎯
Building Communities
View GitHub Profile
@MaedahBatool
MaedahBatool / pudl-run-prjct.js
Created September 28, 2018 06:54
pudl Configuration Setup!
# To start pudl
npm start
# To stop pudl press CTRL (⌃) + C
@MaedahBatool
MaedahBatool / pudl-prjct-var.js
Created September 28, 2018 06:51
pudl Configuration Setup!
// Project Variables.
module.exports = {
viewSrc: './views/**/*.pug',
viewDst: './',
styleSrc: './css/style.scss',
styleDst: './',
outputStyle: 'compressed',
viewWatchFiles: './views/**/*.pug',
styleWatchFiles: './css/**/*.scss',
browserAutoOpen: false,
@MaedahBatool
MaedahBatool / pudl-Install-node-npm.js
Last active September 28, 2018 06:46
pudl Configuration Setup!
node -v
# Make sure you have Node >= 8 installed.
npm -v
# Make sure you have npm >= 5.3 installed.
@MaedahBatool
MaedahBatool / mkdocs.md
Last active November 19, 2017 16:27
MkDocs Starter!

MkDocs Workflow! 🍒

  1. Run mkdocs new project_name.
  2. Open that folder by cd project_name.
  3. Make a new GitHub repo.
  4. Copy new Git repo instructions (the first one).
  5. Run it in the project root folder.
  6. Run echo "site/" >> .gitignore.
  7. Run gcap 'NEW Project' (gcap` = Git Commit All Push — My personal workflow alias).
  8. Run mkdocs serve