diff --git a/README.md b/README.md index a71701aaed35daf2e442df9f8dd8e7b16ad1e1fc..24f9969120b8d5367355163f1ea939d57cb95303 100644 --- a/README.md +++ b/README.md @@ -27,21 +27,10 @@ fdcns/ # Repository │ ├── _quarto.yml # Settings defining navigation bar titles among other layout features │ ├── index.qmd # Main landing page │ ├── pages_*.qmd # Other pages that will appear in the main site -│ ├── webpage_contents.Rproj # Recommended file for working with R locally -│ │ -│ └── publications/ # >> Each page can be a self-contained folder with a qmd and related images or data -│ │ └── *.md # The publication description -│ │ -│ ├── 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 -│ │ ... -│ └── ... +│ └── webpage_contents.Rproj # Recommended file for working with R locally +│ └── publications/ # >> Each page can be a file or a self-contained folder with a .md file and related images or data +│ │ +│ └── *.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 │