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:
19
site/.gitignore
vendored
Normal file
19
site/.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated files by hugo
|
||||
public/
|
||||
resources/_gen/
|
||||
assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
# Executable may be added to repository
|
||||
hugo.exe
|
||||
hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
.hugo_build.lock
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# WSL
|
||||
*:Zone.Identifier
|
||||
Reference in New Issue
Block a user