first commit
This commit is contained in:
commit
13e2fd6e74
125 changed files with 19943 additions and 0 deletions
11
layouts/shortcodes/ghStarred.html
Executable file
11
layouts/shortcodes/ghStarred.html
Executable file
|
@ -0,0 +1,11 @@
|
|||
<ul class="compact fa-ul">
|
||||
{{ $url := .Get "url" }}
|
||||
{{ range getJSON $url }}
|
||||
{{ $p := . }}
|
||||
<li>
|
||||
<p><strong><a href="{{ $p.html_url }}" target="_blank">{{ $p.name }}:</a></strong>
|
||||
Stars: {{$p.stargazers_count}} · Forks: {{$p.forks_count}} · Size: {{$p.size}} · Type: {{$p.language}} <br />
|
||||
{{ $p.description }}</p>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue