Skip to content

Becavalier/keynote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomePage

elemefe.github.io/keynote

document syntax

you can see guide from reveal-js

but only support markdown syntax so far.

default separator ----

insert new item

clone this repository to your local

git clone git@github.com:ElemeFE/keynote.git
vi keynote/markdown/xxx.md

append your information in menu.json

vi keynote/menu.json

example

{
  "list": [
    {
      "author": "your name",
      "homepage": "your github homepage",
      "path": "fullname of your document",
      "title": "document name",
      "type": "md",
      "weibo": "your weibo homepage"
    }
  ]
}

valid types include "md" , "html". default type is "md".

then put your file into the corresponding folder.

create new pull request to that branch named "master" and @ Xavier

if your pr is merged then you can access your document online.

About

大前端分享会公开演示文稿

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.9%
  • JavaScript 5.1%
  • CSS 4.0%