aboutsummaryrefslogtreecommitdiffstats
path: root/src/about.11tydata.js
blob: f065cd989e82659218e0656fe2d3a7941b019789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export default function () {
    return {
        layout: "page",
        title: "About Me",
        eleventyNavigation: {
            key: "About Me",
            order: 3
        }
    }
}