Skip to content

Commit

Permalink
Rearranged the project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
marcthe12 committed Jun 24, 2024
1 parent b5f1afc commit 828b9b1
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
projectName: sudomsg-com
directory: dist/
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

File renamed without changes.
8 changes: 6 additions & 2 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function(eleventyConfig) {
name: "post"
},
metadata: {
language: "en",
language: "en-GB",
title: "Sudomsg",
subtitle: "Messages from Root",
base: "https://sudomsg.com/",
Expand Down Expand Up @@ -109,7 +109,11 @@ export default async function(eleventyConfig) {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "webc",
dir: {
output: "dist"
output: "dist",
input: "src",
includes: "../includes",
data: "../data",
components: "components",
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 828b9b1

Please sign in to comment.