📄 drafts.js
/home/palash/git/site-assets/site-contents/js/drafts.js
Language: js • Lines: 26
var drafts = [
    {
        id: "setting-up-a-site",
        title: "Simple Static File Hosting",
        mdUrl: getCommon("cdn") + "/target/blogs/setting-up-a-site/README.md",
        publishDate: "Nov 08, 2021",
        contentType: "swe",
        draft: true
    },
    {
        id: "distributed-systems",
        title: "Internet is Ubiquitos",
        mdUrl: getCommon("cdn") + "/target/blogs/distributed-systems/01.md",
        publishDate: "",
        contentType: "swe",
        draft: true
    },
    {
        id: "writing-process",
        title: "Add a new element in website",
        mdUrl: getCommon("cdn") + "/target/blogs/writing-process/README.md",
        publishDate: "",
        contentType: "swe",
        draft: true
    }
];