Skip to content

starsystem/loggator.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loggator.js

Login on GitHub pages with personal token

Usage

The script manage login button/form/dialogs and expose logged variable which return false (logged out) or the personal token (logged in).

Include

Polyfills for older browsers

Jekyll

Pages

  • Inside /pages
---
title: title
permalink: /title
# optional
navigation_weight: 2
---

Pagescripts

  • If assets/javascript/pagescripts/title.js exist, is loaded in /title page.

Themes

Build

  • Build locally with jekyll serve --baseurl '/loggator.js'