All Projects → nightscout → Nightscout.github.io

nightscout / Nightscout.github.io

Licence: other
website, meta repo for whole project

Labels

Projects that are alternatives of or similar to Nightscout.github.io

Bemto
Smart mixins for writing BEM in Pug
Stars: ✭ 429 (+652.63%)
Mutual labels:  pug
Gmdjs
Grid Material Design
Stars: ✭ 24 (-57.89%)
Mutual labels:  pug
Ines Io
⚡️ Source of my website and blog (Harp, Jade, Sass, JavaScript)
Stars: ✭ 38 (-33.33%)
Mutual labels:  pug
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (+728.07%)
Mutual labels:  pug
Bootstrap Switch
Turn checkboxes and radio buttons in toggle switches.
Stars: ✭ 5,132 (+8903.51%)
Mutual labels:  pug
Zinky
minimalist semi-opinionated modular framework.
Stars: ✭ 28 (-50.88%)
Mutual labels:  pug
Squirrelly
Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
Stars: ✭ 359 (+529.82%)
Mutual labels:  pug
Hexo Theme Snark
An hexo theme with lofter style
Stars: ✭ 45 (-21.05%)
Mutual labels:  pug
Generator Angular Fullstack
Yeoman generator for an Angular app with an Express server
Stars: ✭ 6,135 (+10663.16%)
Mutual labels:  pug
Papogen
Use Sass/CSS + Pug + Node.js to generate beautiful static website.
Stars: ✭ 37 (-35.09%)
Mutual labels:  pug
Gulp Pug
Gulp plugin for compiling Pug templates
Stars: ✭ 512 (+798.25%)
Mutual labels:  pug
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+914.04%)
Mutual labels:  pug
Catalyst
Typescript NodeJS Microservices Boilerplate with Generator CLI - Moleculer, GraphQL, REST, OAuth2, Jaeger, Grafana, Prometheus, Ory Hydra, Ory Keto w/ Access Control middleware, Moleculer-DB GraphQL mixin, Pug, Redis, sibling client repo (login, persistance layer, react-native-web, ios, android)
Stars: ✭ 30 (-47.37%)
Mutual labels:  pug
Uikit Ecommerce Template
E-commerce template built with UIKIt
Stars: ✭ 453 (+694.74%)
Mutual labels:  pug
Gameboy Css
👾 Pure CSS GameBoy - Includes animations and the original sound 🔊
Stars: ✭ 39 (-31.58%)
Mutual labels:  pug
Pingy Cli
The Simple Frontend Build Tool. No Configuration, No Plugins.
Stars: ✭ 390 (+584.21%)
Mutual labels:  pug
Ninjadog
Pug/Jinja template support for Python.
Stars: ✭ 20 (-64.91%)
Mutual labels:  pug
Jquery Scrolla
jQuery plugin for reveal animations when scrolling
Stars: ✭ 50 (-12.28%)
Mutual labels:  pug
Phug
Phug - The Pug Template Engine for PHP
Stars: ✭ 43 (-24.56%)
Mutual labels:  pug
Jekyll Pug
Jekyll Plugin That Allows You To Use Pug
Stars: ✭ 30 (-47.37%)
Mutual labels:  pug

Nightscout Documentation

This is the repo that contains the source files for the Nightscout Docs site.

Contributing

To suggest changes, fork this repository, edit the files, and submit your changes as a pull request.

The developer discussion of Nightscout happens on our Discord channel at https://discord.gg/zg7CvCQ

Previewing Changes

To preview your work as you edit you must set up two python packages that are used to create this site using MkDocs. They are mkdocs, and mkdocs-bootswatch.

Review Properly Installing Python for help getting Python installed. MkDocs works with Python 2.7, 3.3+, and pypy.

  • Install python modules
$ cd <nightscout docs location>
$ pip install -r requirements.txt
  • Run mkdocs server locally
$ cd <nightscout docs location>
$ mkdocs serve
  • Preview docs in browser. Most changes will update automatically as you edit. Configuration and navigation changes will require restarting the mkdocs server.
  • Optionally, you can share the preview with others by uploading them to your repository's gh-pages branch
$ mkdocs gh-deploy

Conventions

  • Use images for clarity whenever appropriate

Admonitions

Admonitions are a markdown extension that enable formatted blocks for visually calling out information. The types are: note, info, warning, and danger. Here are some examples of how to write the markdown:

!!! note
    This admonition uses the default title: 'Note'.

!!! info "My Custom Title"
    This admonition is blue and has a custom title.

!!! warning ""
    This admonition is yellow and has no title.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].