Skip to content

monaka/nymphium.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

791 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nymphium.github.io

syntax extensions

import

@importmd(path/to/md)

@importmd(path/to/md)
<!-- path/to/md
hello import
-->

converts to

hello import

@importlisting(path/to/code), @importlisting[caption](path/to/code), @importlisting(path/to/code filetype)

@importlsting[cap](/path/to/code ft)
<!-- path/to/code
puts "hello"
-->

converts to

```ft:cap
puts "hello"
```

ref

# a
## a.b
[label:foo]you can refer here

refer [ref:foo]

refer <foo>[ref:foo]

refer [fnref: 1]

---
[^1]: footnote

converts to

<label id="foo"></label>you can refer here

refer <a href="#foo">(a.b)</a>

refer <a href="#foo">foo</a>

refer [<a href="#fn1">1</a>]

liquid plugin

twicardify

{% twicard alt url %}

or

{% twicard "alt" url %}

GitHub repository

{% gh_repo usr/repo %}

twitter id

{% twid id %}

Ops

$ bundle add GEM --skip-install # add gem to Gemfile
$ bundle lock --update=GEM # update gem
$ bundix # regenerate gemset.nix
$ direnv reload

LICENSE

MIT

About

移民

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 41.6%
  • Nix 17.1%
  • SCSS 11.7%
  • Ruby 10.9%
  • HTML 10.5%
  • JavaScript 3.5%
  • Other 4.7%