Skip to content

Instantly share code, notes, and snippets.

View ballaneypranav's full-sized avatar
🐳

Pranav Ballaney ballaneypranav

🐳
  • Purdue University
  • West Lafayette, IN, USA
View GitHub Profile
@ballaneypranav
ballaneypranav / autopkgtest-checklist.md
Last active September 20, 2020 17:51
Autopkgtest Checklist

Autopkgtest Checklist

  • Copy the following files from the package template
    • debian/tests/run-unit-tests
    • debian/tests/control
    • debian/README.test
  • Write tests
  • Install docs
  • Add yourself as an uploader (optional)
  • Update changelog
@ballaneypranav
ballaneypranav / sample.pug
Last active August 27, 2020 04:22
Sample page for the iGEM Wiki Starter Pack. More documentation at https://igem-wiki-starter.readthedocs.io.
// src/pages/Sample.pug
// This is a sample page that shows how elements can be added to
// pages in the Starter Pack, and also how they look once rendered.
// extend the contents template
extends ../templates/contents.pug
// some variables that are used for metadata
// you can add your own here, and use them appropriately in contents.pug
// More information about Pug templates is available at https://pugjs.org/language/inheritance.html.
@ballaneypranav
ballaneypranav / iGEM Wiki Starter Pack - contents.pug
Last active August 28, 2020 17:39
Files in the iGEM Wiki Starter Pack explained. More documentation at https://igem-wiki-starter.readthedocs.io.
// src/templates/contents.pug
// This is the template that all files in src/pages use.
// includes some common utility functions from templates/mixins.pug
// read more about Pug mixins at https://pugjs.org/language/mixins.html
include mixins
html(lang="en")
// includes variables: title, tagline and requireMathJax
// from the file that uses this template
@ballaneypranav
ballaneypranav / .travis.yml
Created July 31, 2020 08:46
Travis Configuration for iGEM WikiSync
language: python
python: 3.7
git:
depth: false
install:
- pip install igem-wikisync