More purging
This commit is contained in:
parent
8c823d4439
commit
212526ed8b
2 changed files with 22 additions and 21 deletions
1
.vscode/ltex.hiddenFalsePositives.en-US.txt
vendored
Normal file
1
.vscode/ltex.hiddenFalsePositives.en-US.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"rule":"EN_UNPAIRED_BRACKETS","sentence":"^\\Q{style=\"text-align: justify;\"}\\E$"}
|
|
@ -123,27 +123,27 @@ sections:
|
|||
# # Choose a layout view
|
||||
# view: compact
|
||||
# columns: '2'
|
||||
- block: portfolio
|
||||
id: projects
|
||||
content:
|
||||
title: Projects
|
||||
filters:
|
||||
folders:
|
||||
- project
|
||||
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
|
||||
default_button_index: 0
|
||||
# Filter toolbar (optional).
|
||||
# Add or remove as many filters (`filter_button` instances) as you like.
|
||||
# To show all items, set `tag` to "*".
|
||||
# To filter by a specific tag, set `tag` to an existing tag name.
|
||||
# To remove the toolbar, delete the entire `filter_button` block.
|
||||
buttons:
|
||||
- name: All
|
||||
tag: '*'
|
||||
- name: Deep Learning
|
||||
tag: Deep Learning
|
||||
- name: Other
|
||||
tag: Demo
|
||||
# - block: portfolio
|
||||
# id: projects
|
||||
# content:
|
||||
# title: Projects
|
||||
# filters:
|
||||
# folders:
|
||||
# - project
|
||||
# # Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
|
||||
# default_button_index: 0
|
||||
# # Filter toolbar (optional).
|
||||
# # Add or remove as many filters (`filter_button` instances) as you like.
|
||||
# # To show all items, set `tag` to "*".
|
||||
# # To filter by a specific tag, set `tag` to an existing tag name.
|
||||
# # To remove the toolbar, delete the entire `filter_button` block.
|
||||
# buttons:
|
||||
# - name: All
|
||||
# tag: '*'
|
||||
# - name: Deep Learning
|
||||
# tag: Deep Learning
|
||||
# - name: Other
|
||||
# tag: Demo
|
||||
# design:
|
||||
# # Choose how many columns the section has. Valid values: '1' or '2'.
|
||||
# columns: '1'
|
||||
|
|
Loading…
Reference in a new issue