Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdcns
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This server has been upgraded to GitLab release
17.10
.
Show more breadcrumbs
Gorka Fraga Gonzalez
fdcns
Commits
f1f3c7b6
Commit
f1f3c7b6
authored
10 months ago
by
Gorka Fraga Gonzalez
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
e050d0ec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+45
-0
45 additions, 0 deletions
README.md
with
45 additions
and
0 deletions
README.md
+
45
−
0
View file @
f1f3c7b6
...
...
@@ -11,3 +11,48 @@ Project entry in SNF data base: https://data.snf.ch/grants/grant/213535
## Instructions for content editors
Access and edit the content in the folder 'webpage_contents'
### Repository organization
The main files and folders are the following:
```
fdcns/ # Repository
│
├── .gitlab-ci.yml # (fixed name) Has the script that will render the site with any change in the repo.
│
├── webpage_contents/ # All editable content and website settings, lay-out etc
│ ├── _quarto.yml # Settings defining navigation bar titles among other layout features
│ ├── index.qmd # Main landing page
│ ├── webpage_contents.Rproj # Recommended file for working with R locally
│ │
│ ├── assets/ # contains logos, images and style used for the main site
│ │ ├── styles.css # css or scss files for additional styling
│ │ └── logos/ # folder with logs, additional subfolders can be: assets/images
│ │
│ └── contents/ # >> Each page will be a self-contain folder e.g.academy, nodes, organization, etc
│ ├── academy/ # Example folder
│ │ ├── images/ # Any image or icon related to this page
│ │ └── index.qmd # The actual content
│ │
│ ├── Working Packages/
│ │ └── OpenResearchData/ #An example of a blog page. Each entry is 'self contained'
│ │ ├── index.qmd # Landing page with list of all blog entries in the folder (Quarto 'Listing')
│ │ │
│ │ └── posts/
│ │ ├── 2024-01-18-entryTitle/
│ │ │ ├── .jpg,.png,.csv, etc #resources for this entry, either in a folder or as files
│ │ │ └── index.qmd
│ │ ...
│ └── ...
│
├+ ── _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
│ # [NOTE: although named 'public' it can be set in a private repository and thus protected]
└── .nojekyll # (empty) file required by Gitlab pages if not using jekyll
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment