Initial commit
Hugo/PaperMod static site tracking 13 conferences and 7 journals for edge and cloud systems research. Includes FullCalendar deadline view, ICORE/SCImago rankings, DBLP paper digest pipeline, and Python fetch/generate scripts. PaperMod added as a git submodule.
This commit is contained in:
18
site/layouts/_default/calendar.html
Normal file
18
site/layouts/_default/calendar.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{{- define "main" }}
|
||||
<header class="page-header">
|
||||
{{- partial "breadcrumbs.html" . }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
|
||||
<div id="pa-calendar" data-events="{{ .Params.events | jsonify }}"></div>
|
||||
|
||||
{{- if .Content }}
|
||||
<div class="md-content">
|
||||
{{- partial "anchored_headings.html" .Content }}
|
||||
</div>
|
||||
{{- end }}
|
||||
|
||||
{{- $opts := dict "minify" true "target" "es2017" }}
|
||||
{{- $js := resources.Get "js/calendar.js" | js.Build $opts | fingerprint }}
|
||||
<script src="{{ $js.RelPermalink }}" defer></script>
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user