More purging

This commit is contained in:
Leon Vatthauer 2024-04-06 09:14:28 +02:00
parent 8c823d4439
commit 212526ed8b
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 22 additions and 21 deletions

View file

@ -0,0 +1 @@
{"rule":"EN_UNPAIRED_BRACKETS","sentence":"^\\Q{style=\"text-align: justify;\"}\\E$"}

View file

@ -123,27 +123,27 @@ sections:
# # Choose a layout view # # Choose a layout view
# view: compact # view: compact
# columns: '2' # columns: '2'
- block: portfolio # - block: portfolio
id: projects # id: projects
content: # content:
title: Projects # title: Projects
filters: # filters:
folders: # folders:
- project # - project
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below). # # Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
default_button_index: 0 # default_button_index: 0
# Filter toolbar (optional). # # Filter toolbar (optional).
# Add or remove as many filters (`filter_button` instances) as you like. # # Add or remove as many filters (`filter_button` instances) as you like.
# To show all items, set `tag` to "*". # # To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name. # # To filter by a specific tag, set `tag` to an existing tag name.
# To remove the toolbar, delete the entire `filter_button` block. # # To remove the toolbar, delete the entire `filter_button` block.
buttons: # buttons:
- name: All # - name: All
tag: '*' # tag: '*'
- name: Deep Learning # - name: Deep Learning
tag: Deep Learning # tag: Deep Learning
- name: Other # - name: Other
tag: Demo # tag: Demo
# design: # design:
# # Choose how many columns the section has. Valid values: '1' or '2'. # # Choose how many columns the section has. Valid values: '1' or '2'.
# columns: '1' # columns: '1'