diff --git a/_config.yml b/_config.yml index 5205efc..91be8cd 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,7 @@ timezone: Europe/London # https://en.wikipedia.org/wiki/List_of_tz_database_time include: - _pages + - _team # Exclude from processing. # The following items will not be processed, by default. Create a custom list @@ -94,14 +95,14 @@ defaults: # _posts # ====== - scope: - path: "_posts" + path: "" type: posts values: layout: single author_profile: true read_time: true - comments: true - share: true + comments: # true + share: false # social media sharing disabled related: true # _pages # ====== diff --git a/admin/readme.md b/admin/readme.md new file mode 100644 index 0000000..c891d7e --- /dev/null +++ b/admin/readme.md @@ -0,0 +1 @@ +For DecapCMS to work, you need to create a `config.yml` file in the `admin` folder.