diff --git a/.vitepress/config.js b/.vitepress/config.js index 382aeb0..f0bd6c7 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -1,49 +1,49 @@ -require('./genMetadata').watchPosts(); +require("./genMetadata").watchPosts(); /** * @type {import('vitepress').UserConfig} */ module.exports = { - title: 'StateML', - description: 'A language for authoring state machines.', + title: "StateML", + description: "A language for authoring state machines.", head: [ [ - 'link', + "link", { - rel: 'icon', - type: 'image/svg+xml', - href: '/favicon.svg', + rel: "icon", + type: "image/svg+xml", + href: "/favicon.svg", }, ], [ - 'link', + "link", { - rel: 'icon', - type: 'image/png', - href: '/favicon.png', + rel: "icon", + type: "image/png", + href: "/favicon.png", }, ], [ - 'link', + "link", { - rel: 'preload', - as: 'font', - href: '/fira-code-variable.ttf', - crossorigin: 'anonymous', + rel: "preload", + as: "font", + href: "/fira-code-variable.ttf", + crossorigin: "anonymous", }, ], [ - 'meta', + "meta", { - name: 'keywords', + name: "keywords", content: - 'SML, StateML, State Machine Language, state machines, finite state machines, FSM, statecharts', + "SML, StateML, State Machine Language, state machines, finite state machines, FSM, statecharts", }, ], ], markdown: { config(md) { - md.use(require('markdown-it-attrs')); + md.use(require("markdown-it-attrs")); }, }, }; diff --git a/.vitepress/theme/Date.vue b/.vitepress/theme/Date.vue index f36bd16..30ada00 100644 --- a/.vitepress/theme/Date.vue +++ b/.vitepress/theme/Date.vue @@ -1,5 +1,5 @@ diff --git a/.vitepress/theme/Post.vue b/.vitepress/theme/Post.vue index ecc9b14..e901694 100644 --- a/.vitepress/theme/Post.vue +++ b/.vitepress/theme/Post.vue @@ -1,8 +1,8 @@