Compare commits

...

4 Commits

Author SHA1 Message Date
Tommi fbde8dd4b6
dependencies update 2023-03-07 12:49:20 +01:00
Tommi 51a04ceabd
added node_modules to gitignore 2023-03-07 12:48:17 +01:00
Tommi e21098acba
fix banner appearance 2023-03-07 12:47:44 +01:00
Tommi 68d863f00b
fix commento update 2023-03-07 12:40:10 +01:00
5 changed files with 3100 additions and 247 deletions

5
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Node stuff
node_modules
# Eleventy stuff
.env
www
@ -9,4 +12,4 @@ assets
content/notes/PISE
# Imported from Omnivore
content/notes/Omnivore
content/notes/Omnivore

3328
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -228,6 +228,7 @@
"neo-async": "^2.6.2",
"nopt": "^5.0.0",
"normalize-path": "^3.0.0",
"npm": "^9.6.0",
"npm-check-updates": "^16.0.5",
"nunjucks": "^3.2.3",
"object-assign": "^4.1.1",

View File

@ -22,7 +22,7 @@
box-shadow: var(--little-shadow);
}
#commento-footer {
.commento-footer {
display: none !important;
}

View File

@ -483,6 +483,11 @@ table {
background: var(--dark-blue);
margin: root.$tiny root.$regular-less;
}
.banner {
position: fixed;
bottom: 0;
right: 0;
}
}
@keyframes pulse {
@ -823,12 +828,6 @@ h4 {
}
}
.banner {
position: fixed;
bottom: 0;
right: 0;
}
#latest-post {
position: relative;
h2.button {