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.
12 lines
486 B
HTML
12 lines
486 B
HTML
{{- if eq .Layout "calendar" }}
|
|
<style>
|
|
#pa-calendar { margin: 1.5rem 0 2.5rem; }
|
|
.fc .fc-toolbar-title { font-size: 1.1rem; }
|
|
.fc-event { cursor: pointer; font-size: 0.78rem; }
|
|
/* Reset PaperMod's global table overrides inside FullCalendar */
|
|
.fc table { display: table; overflow-x: visible; margin-bottom: 0; border-radius: 0; word-break: normal; }
|
|
.fc th { min-width: 0; text-align: center; }
|
|
.fc td:first-child, .fc th:first-child { width: auto; }
|
|
</style>
|
|
{{- end }}
|