Skip to content

Instantly share code, notes, and snippets.

@kartiknair
Created March 10, 2020 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartiknair/44634eb82133a7f6c91ff43cd210d77b to your computer and use it in GitHub Desktop.
Save kartiknair/44634eb82133a7f6c91ff43cd210d77b to your computer and use it in GitHub Desktop.
const config = {
blogName: "Blog",
blogDescription: "Sharing what I learn as a web developer & designer",
authorName: "Kartik Nair",
authorDescription:
"a web developer and designer making lot's of stuff in Dubai",
authorTwitter: "https://twitter.com/kartiknair",
dev: {
postsdir: "./content",
outdir: "./public"
}
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment