Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
49bb0ec
Add basic Netlify CMS configuration for discussion
timwis Nov 15, 2022
08ed572
Allow grouping datasets by organization for easier navigation in Netl…
timwis Nov 16, 2022
d4f7383
Allow editing site settings in Netlify CMS
timwis Nov 16, 2022
d134854
Allow uploading organization logo
timwis Nov 18, 2022
e8d771a
Provide variable config to Netlify CMS from Jekyll
timwis Nov 18, 2022
afb8ae7
Wrap licenses.yml and categories.yml in a top-level 'items' key
timwis Nov 21, 2022
7332234
Make most fields optional in Netlify CMS form
timwis Nov 21, 2022
4f568f6
Add remaining fields in Netlify CMS form
timwis Nov 21, 2022
a29d2a7
Point 'Edit' buttons to Netlify CMS for datasets and organizations, a…
timwis Nov 21, 2022
4926e22
Support relative organization logo urls on organizations list
timwis Nov 21, 2022
84743c2
Merge branch 'gh-pages' into netlify-cms
timwis Nov 26, 2022
1dc6188
Remove built-in editing UI
timwis Nov 26, 2022
f8f196d
Rename Netlify CMS directory and config file
timwis Jan 13, 2023
0898332
Merge pull request #203 from timwis/netlify-cms
timwis Jan 13, 2023
3a9dd1e
Merge pull request #213 from timwis/remove-built-in-editing
timwis Jan 13, 2023
895c6b6
Add basic netlify config
timwis Jan 15, 2023
b028185
Add jekyll as explicit dependency
timwis Jan 16, 2023
d2090c1
Remove netlify.toml
timwis Jan 16, 2023
4a3135b
Add .ruby-version
timwis Jan 16, 2023
502cad6
Merge branch 'gh-pages' into v2
timwis Jan 17, 2023
22ee0aa
Add x86_64-linux platform to Gemfile.lock
timwis Jan 20, 2023
928ea5e
Remove default baseurl setting from _config.yml
timwis Jan 20, 2023
1c73a1e
Fix insecure content warning in sample dataset
timwis Jan 20, 2023
57e5033
Support nil baseurl in JavaScript
timwis Jan 20, 2023
b0c39be
Remove legacy config values from JavaScript
timwis Jan 20, 2023
90c1faf
Remove Netlify Identity JavaScript library
timwis Jan 22, 2023
028a579
Add Netlify deployment instructions to the README
timwis Jan 22, 2023
9ea2f7b
Merge branch 'v2' into netlify-deploy
timwis Jan 23, 2023
9b9bc98
Add netlify.toml to automatically set build command
timwis Jan 23, 2023
98a812b
Add Netlify Build plugin to generate metadata normally provided by gi…
timwis Jan 24, 2023
b8462a2
Set baseurl to empty string in _config_override.yml
timwis Jan 25, 2023
34c9dba
Save netlify branch to site.branch, and use that in editor config, de…
timwis Jan 26, 2023
7674ce7
Switch order config files are loaded in netlify build
timwis Jan 26, 2023
48e2d29
Improve readability of config generation in netlify build plugin
timwis Jan 26, 2023
722fe49
Remove instructions in README to change build command
timwis Jan 26, 2023
00458bd
Add GitHub Pages / self hosting docs
timwis Jan 27, 2023
8bba026
Merge pull request #226 from timwis/netlify-deploy
timwis Jan 27, 2023
bf9add9
Merge pull request #231 from timwis/self-host-docs
timwis Jan 27, 2023
8d22f88
Add categories list and category page template
lukemckinstry Dec 15, 2022
90d0195
Fix logos on categories list, and use site.categories on homepage
timwis Feb 2, 2023
eb73a60
Populate category datasets from basic where clause
timwis Feb 2, 2023
44a365c
Migrate _data/categories.yml into individual files in _categories col…
timwis Feb 2, 2023
78926ac
Fix edit button in category layout, and remove legacy view switcher
timwis Feb 3, 2023
035ec0f
Update Netlify CMS config to use categories collection instead of dat…
timwis Feb 3, 2023
100413f
Rename categories collection to dataset_categories
timwis Feb 6, 2023
ca6698c
Merge pull request #234 from timwis/category-pages
timwis Feb 6, 2023
4cd3ddf
Organization pages now show data without JS.
dracos Mar 28, 2018
e7346d9
Correct an if statement.
dracos Mar 28, 2018
a60ef97
Only show search filter if JS enabled.
dracos Mar 28, 2018
7f981d0
Use progressive enhancement on datasets page to ensure it works witho…
timwis Feb 7, 2023
02dca92
Move to Jekyll 4.2.2 in docker-compose
BryanQuigley Feb 6, 2023
bc8ba2c
Disable Natual language checks so build passes
BryanQuigley Feb 6, 2023
efed4bc
Merge pull request #237 from timwis/progressive-enhancement
timwis Feb 9, 2023
531b8f3
Use GitHub Actions to deploy to GitHub Pages
timwis Feb 9, 2023
c591688
Remove explicit ruby version from github actions workflow
timwis Feb 13, 2023
b950969
Fix breadcrumbs and org link
timwis Feb 13, 2023
fc0872d
Use parcel for JS bundling
timwis Feb 9, 2023
9241841
Tidy up package.json
timwis Feb 13, 2023
50fe0aa
Update package-lock.json with boilerplate package name removed
timwis Feb 14, 2023
f7f270b
Merge branch 'v2' into parcel
timwis Feb 14, 2023
3454f98
Add vendor to gitignore
lydiascarf Feb 14, 2023
4db43c5
Merge pull request #242 from lydiascarf/add-vendor-to-gitignore
timwis Feb 14, 2023
f047075
Merge branch 'v2' into parcel
timwis Feb 14, 2023
0f8c857
Merge pull request #240 from timwis/parcel
timwis Feb 14, 2023
b908355
Merge pull request #238 from timwis/github-actions-deploy-pages
timwis Feb 15, 2023
0efc107
Remove redundant breadcrumb on categories index page
timwis Feb 20, 2023
057c5c3
Merge pull request #239 from timwis/fix-breadcrumbs-and-org-link
timwis Feb 20, 2023
1e0a7bd
Add installation and running locally docs
timwis Feb 20, 2023
49254c6
Add upgrading docs
timwis Feb 21, 2023
81a7885
Add architecture docs
timwis Feb 23, 2023
bd68386
Add schema customisation docs
timwis Feb 27, 2023
dfe2132
Tidy up docs links on readme
timwis Feb 27, 2023
a1c545d
Define browser support, and add legacy browser build
timwis Feb 27, 2023
33c86db
Rename Netlify CMS references to Decap CMS
timwis Feb 28, 2023
9929675
Remove duplicate mentions of netlify cms in architecture docs
timwis Feb 28, 2023
f6831e1
Fix 'edit' URLs
timwis Feb 28, 2023
b8cfd65
Update organization link from org logo on dataset page
timwis Feb 28, 2023
ca5d08b
Remove form_template references in schema
timwis Feb 28, 2023
7d39108
Merge pull request #251 from timwis/rename-netlify-cms
timwis Mar 1, 2023
43871d5
Include editor and scripts in architecture directory listing
timwis Mar 1, 2023
bff67d4
Merge pull request #244 from timwis/versioned-docs
timwis Mar 1, 2023
d247d8a
Merge pull request #252 from timwis/fix-urls
timwis Mar 1, 2023
cd429dc
Merge pull request #250 from timwis/browser-support
timwis Mar 1, 2023
a4329e6
Fix docker spin up steps (#2)
Mar 3, 2023
d5614e9
Remove legacy authentication section from _config.yml
timwis Mar 14, 2023
a41c677
Fix git permissions so gh-pages can pull info from git-remotes
Mar 14, 2023
ac878be
Update files to exclude from build
Mar 16, 2023
abe99e3
Merge pull request #255 from timwis/remove-auth-from-config
timwis Mar 20, 2023
0d2a72c
Merge pull request #258 from timwis/v2_config_excluded_files
timwis Mar 20, 2023
e35657b
Add npm to docker container and instructions for use
Mar 16, 2023
9bca30d
Upgrade to bootstrap v5 in markup + fixes
timwis Mar 1, 2023
1a0667e
Upgrade bootstrap to v5 in package.json
Mar 20, 2023
7a9f089
Upgrade-related class name changes
Mar 20, 2023
ef72a4b
Add background back to breadcrumb
Mar 21, 2023
a481391
Drop deprecated media class
Mar 23, 2023
a281c4e
Merge pull request #260 from lydiascarf/lydiascarf/10-upgrade-to-boot…
timwis Mar 24, 2023
5de5991
Several UI Tweaks - categories, but mostly datasets page
Mar 27, 2023
7bbb321
Custom hero image
Mar 27, 2023
95f9e69
Homepage tweaks
Mar 29, 2023
758556e
Merge pull request #263 from lydiascarf/homepage-tweaks
timwis Mar 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow editing site settings in Netlify CMS
  • Loading branch information
timwis committed Nov 16, 2022
commit d4f738394c568f701bed902a085971abd4ce381e
27 changes: 27 additions & 0 deletions manage/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,30 @@ collections:
- label: Logo
name: logo
widget: string

- name: settings
label: Settings
delete: false
editor:
preview: false
files:
- name: config
label: Site settings
file: _config.yml
fields:
- label: Site Title
name: title
widget: string

- label: Site Greeting
name: greeting
description: Displayed on the homepage
widget: string

- label: Site Description
name: description
widget: text

- label: Base URL
name: baseurl
widget: string