@@ -9,10 +9,12 @@ Project entry in SNF data base: https://data.snf.ch/grants/grant/213535
## Instructions for content editors
Access and edit the content of 'webpage_contents/publications' . You can edit the .md files in the browser and use 'preview'
The file will be automatically listed in the 'publications' page in the main site.
The .md file has some metadata fields in the header section (delimited by '---'). This metadata (author, title, subtitle,date) will appear in the table in the main site.
Access and edit the content in the folder 'webpage_contents'
## Instructions for repository owners
New pages can be added to the website by added
### Repository organization
The main files and folders are the following:
...
...
@@ -32,7 +34,7 @@ fdcns/ # Repository
│ │
│ └── *.md # The publication description
│
├+ ── _site # If rendered locally this folder is created with the html files. It will be .gitignore when pushing changes to remote
├+ _site # If rendered locally this folder is created with the html files. It will be .gitignore when pushing changes to remote
│
└──public # .gitlab-ci.yml renders the site and copis into 'public'. Folder name required by Gitlab Pages
│ # [CI alert!] the content of 'public' can be seen in Gitlab Build/Artifact, not in the main repo view