Dimas Lanjaka

Results 61 issues of Dimas Lanjaka

i was trying modify date from attribute. ```js console.log(`File: ${file}, Creation Date: ${creationDate}`); const read = fs.readFileSync(path.join(process.cwd(), file), { encoding: "utf-8", }); try { const parse = fm(read); parse.attributes.date =...

my deploy code, before executing below function, i executing copy (gulp copy) ```js ghpages.publish( destDir, { branch: 'gh-pages', dotfiles: true, message: 'update site ' + moment().format('LLL'), repo: pkg.repository.url }, resolvePromise...

Image compress taking a long time with a lot of posts. please add cache mode to image compressor

please add phpdoc too

i was commented the markdown like ![image](https://github.com/hmsk/vite-plugin-markdown/assets/12471057/a8826828-fb06-4de6-86d9-a8413c50ea04) got error ![image](https://github.com/hmsk/vite-plugin-markdown/assets/12471057/918efb6f-47f8-4375-831e-6cfb2d4830e0) ```log [plugin:vite-plugin-markdown] unknown: Unexpected token (28:1) 31 | Download E:/Repositories/android-blog/release-repo/readme.md:28:1 28 | | ^ 31 | 32 | ## Download...

bug

fix(ts): missing built-in prototypes - ignore node lock files - missing `.js` in main script `package.json` - add module lib `ES2020` which already have modern built-in string/number/object/etc prototypes before add...

## chore: separate result type and make options as optional separate result type and make `options` as optional by adding default options an empty object. Prevent assign to undefined variable....

Throwing error cannot read properties of undefined (reading replace) while running `hexo server` ![gambar](https://user-images.githubusercontent.com/12471057/206861232-088afb9c-be07-454f-a80f-a2bd15677a54.png)

add modified date meta tag, useful for SEO

I want include text files in markdown, which the text is List of texts. to display it into list (< li / >)