Mobile rework

This commit is contained in:
N-Upchurch
2023-08-01 16:36:56 -05:00
parent 1e1dc0f826
commit 57673b33fa
10 changed files with 347 additions and 141 deletions

View File

@ -1,7 +1,7 @@
{
"name": "eleventy-base-blog",
"name": "nathanupchurch.com",
"version": "8.0.0",
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"description": "The personal website and blog of Nathan Upchurch",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
@ -12,25 +12,21 @@
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-base-blog.git"
"url": "git://upchur.ch/gitea/n_u/nathanupchurch.com.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
"name": "Nathan Upchurch",
"email": "blog@upchur.ch",
"url": "https://nathanupchurch.com/"
},
"license": "MIT",
"license": "GPL3",
"engines": {
"node": ">=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"bugs": {
"url": "https://github.com/11ty/eleventy-base-blog/issues"
"url": "https://upchur.ch/gitea/n_u/nathanupchurch.com/issues"
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"homepage": "https://upchur.ch/gitea/n_u/nathanupchurch.com",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
@ -39,7 +35,9 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7"
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^3.0.3",
"mdfigcaption": "^0.1.1"
},
"dependencies": {
"markdown-it-footnote": "^3.0.3",