Update JS to ES modules
This commit is contained in:
parent
a0dc421189
commit
0536a3aeb7
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
export default {
|
||||||
onScience: `
|
onScience: `
|
||||||
_________________________________________
|
_________________________________________
|
||||||
( Once, when the secrets of science were )
|
( Once, when the secrets of science were )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
export default {
|
||||||
title: "Nathan Upchurch",
|
title: "Nathan Upchurch",
|
||||||
logo: "/img/logo.svg",
|
logo: "/img/logo.svg",
|
||||||
url: "https://nathanupchurch.com/",
|
url: "https://nathanupchurch.com/",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
export default {
|
||||||
tags: [
|
tags: [
|
||||||
"posts"
|
"posts"
|
||||||
],
|
],
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module.exports = {
|
export default {
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
export default {
|
||||||
tags: [
|
tags: [
|
||||||
"now"
|
"now"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user