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:
khannurien
2026-04-24 11:52:33 +00:00
commit 8484abea47
57 changed files with 20183 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "Publish Assistant",
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {},
"ghcr.io/devcontainers-extra/features/node-asdf:0": {},
"ghcr.io/devcontainers-extra/features/uv:1": {}
},
"runArgs": ["--network=host"],
"postCreateCommand": "git submodule update --init && uv sync && npm --prefix site install",
"forwardPorts": [1313]
}