Sort imports, delete old frontmatter getters

This commit is contained in:
Will Boyd
2025-01-20 11:49:26 -05:00
parent 7101ae43dc
commit c6a6c1e1cc
15 changed files with 5 additions and 102 deletions
+1 -2
View File
@@ -5,9 +5,8 @@ import http from 'http';
import https from 'https';
import * as luxon from 'luxon';
import path from 'path';
import * as shared from './shared.js';
import * as settings from './settings.js';
import * as shared from './shared.js';
export async function writeFilesPromise(posts, config) {
await writeMarkdownFilesPromise(posts, config);