Skip to content

Instantly share code, notes, and snippets.

View mazdel's full-sized avatar
:octocat:

MazDel mazdel

:octocat:
  • Personal
  • Indonesia
View GitHub Profile
@mazdel
mazdel / AComponent.js
Created November 25, 2023 22:34
FontAwesome dynamic import on NextJS without Babel
/*
* this is an example workaround of FontAwesome dynamic import without using babel on NextJS.
* because of this error https://nextjs.org/docs/messages/babel-font-loader-conflict
* and this error https://nextjs.org/docs/messages/swc-disabled
* tested on dev mode of NextJS v14.0.1
*
* feel free to discuss this workaround
*/
'use client'
@mazdel
mazdel / ThemeBasics.md
Created May 24, 2021 01:41 — forked from nikahmadz/ThemeBasics.md
Tutorial Notes On Building A Blogger Theme

Theme Basics

Theme Basics is a series of tutorial notes on building a Blogger theme.

Discover tips and learn how to start building your own Blogger theme:

  • Minimum code requirements.
  • Basic templates.
  • Tags & Data definitions.
  • Resources and examples.