Skip to content

Commit 2a2a2a9

Browse files
committed
More spells, disable SCSS lint, fix alias
1 parent 0f210f7 commit 2a2a2a9

File tree

4 files changed

+12
-28
lines changed

4 files changed

+12
-28
lines changed

.cspell.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"Grattage",
140140
"Gushu",
141141
"HQCC",
142+
"HTMLHINT",
142143
"Haghverdi",
143144
"Hasuo",
144145
"Heckey",
@@ -162,6 +163,7 @@
162163
"Informatik",
163164
"Isil",
164165
"Ittah",
166+
"JSONLINT",
165167
"Jaap",
166168
"Javad",
167169
"Javadi",
@@ -329,6 +331,7 @@
329331
"SNAPL",
330332
"SQIR",
331333
"SQIR's",
334+
"STYLELINT",
332335
"Sabry",
333336
"Sadegh",
334337
"Sanan",
@@ -431,6 +434,7 @@
431434
"algorithmics",
432435
"ancillae",
433436
"ancillas",
437+
"apal",
434438
"archiveprefix",
435439
"axiomatize",
436440
"behaviour",
@@ -444,6 +448,7 @@
444448
"booktitle",
445449
"callout",
446450
"cobordism",
451+
"comjnl",
447452
"commentable",
448453
"commento",
449454
"compositionality",
@@ -461,6 +466,7 @@
461466
"disqus",
462467
"effectful",
463468
"entcs",
469+
"epjd",
464470
"eprint",
465471
"ethz",
466472
"expirydate",
@@ -474,6 +480,7 @@
474480
"formalising",
475481
"frobenius",
476482
"fullscreen",
483+
"funcs",
477484
"generalisation",
478485
"generalised",
479486
"genericity",
@@ -505,6 +512,7 @@
505512
"morphisms",
506513
"nanoscale",
507514
"nisq",
515+
"nphys",
508516
"numpages",
509517
"openqasm",
510518
"optimisation",
@@ -534,6 +542,7 @@
534542
"retargetable",
535543
"runtimes",
536544
"satisfiability",
545+
"scico",
537546
"shortcode",
538547
"shorttitle",
539548
"slicestr",
@@ -554,6 +563,7 @@
554563
"uncompute",
555564
"uncomputed",
556565
"unitaries",
566+
"urlize",
557567
"venv",
558568
"weakenings",
559569
"webnote",

.mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DISABLE:
99
# - SPELL # Uncomment to disable checks of spelling mistakes
1010
DISABLE_LINTERS:
1111
- CSS_STYLELINT
12+
- CSS_SCSS_LINT
1213
- EDITORCONFIG_EDITORCONFIG_CHECKER
1314
- HTML_HTMLHINT
1415
- JSON_ESLINT_PLUGIN_JSONC

config/_default/params.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,6 @@ org_name: "Quantum PL & Verification Bibliography"
1818
description: Quantum Programming Languages & Verification Bibliography
1919
twitter: "Quantum Programming Languages & Verification Bibliography"
2020

21-
# Contact (edit or remove options as required)
22-
23-
24-
# phone: 888 888 88 88
25-
# address:
26-
# street: 450 Serra Mall
27-
# city: Stanford
28-
# region: CA
29-
# postcode: '94305'
30-
# country: United States
31-
# country_code: US
32-
# coordinates:
33-
# latitude: '37.4275'
34-
# longitude: '-122.1697'
35-
# directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
36-
# office_hours:
37-
# - 'Monday 10:00 to 13:00'
38-
# - 'Wednesday 09:00 to 10:00'
39-
# appointment_url: 'https://calendly.com'
40-
# contact_links:
41-
# - icon: comments
42-
# icon_pack: fas
43-
# name: Discuss on Forum
44-
# link: 'https://discourse.gohugo.io'
45-
4621
# Site header
4722

4823
main_menu:
@@ -123,8 +98,6 @@ marketing:
12398
google_analytics: ""
12499
google_tag_manager: ""
125100
google_site_verification: ""
126-
baidu_site_verification: ""
127-
baidu_tongji: ""
128101
cms:
129102
branch: main
130103
local_backend: false

content/event/popl22/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quantum at POPL 2022
33
aliases:
4-
- /bib/event/pop22/
4+
- pop22
55

66
event: 49th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL 2022).
77
event_url: https://popl22.sigplan.org/

0 commit comments

Comments
 (0)