Information
生成AIの普及により、生成AIの回答を含んだ記事も含まれているため、必ずしも正しいとは限りません。
重要な情報は確認するようにしてください。
Markdownでのテーブル表記 基本的に|で区切っていくだけ 基本形 |見出し1|見出し2|見出し3| |-------|-------|-------| |項目1|項目2|項目3| 見出し1 見出し
[Read More]
WordPressプラグインのwp-tegakiエラー
wp-tegkiプラグインは無効でもエラー? WordPressブログにて、以前利用していたwp-tegakiと言うプラグインを無効にしている
[Read More]
Beautifulhugoでの記事コピペ防止
コピペ防止の適用
記事のコピペ防止 「テキストのドラッグ、画像のコピーを禁止して、記事をコピーさせない方法 」を参考に、 テキストの選択(ドラッグ)を禁止させる なお
[Read More]
HugoにSNSの埋め込みコードで表示させるには?
様々なオンラインサービスをHugoへ貼り付けてみた
テーマによって、ショートタグが用意されている場合があるが、基本的に、HTMLやiframeのタグをそのまま貼り付けるだけで、ほとんどが表示さ
[Read More]
Hackmd
オンラインでMarkdownが記述・プレビュー
オンラインでMarkdownがプレビュー付きで記述出来て便利なサービス https://hackmd.io/ 良い点 リアルタイムプレビュー Dropbox, Google のアカウントを利用できる imgur と連動して
[Read More]
数式
Markdownにて数式を表示させる
テーマによって、そのまま数式表示対応になっている場合があるが、もし、表示されない場合は、テーマ内のlayout/partial/footer.htmlに下記を追加
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML"></script>
KaTeX can be used to generate complex math formulas server-side.
$$ \phi = \frac{(1+\sqrt{5})}{2} = 1.6180339887\cdots $$
Additional details can be found on GitHub or on the Wiki .
[Read More]Markdown Sample
MarkDownのサンプル書式
Advertisement :) pica - high quality and fast image resize in browser. babelfish - developer friendly i18n with plurals support and easy syntax. You will like those projects! h1 Heading 8-) h2 Heading h3 Heading h4 Heading h5 Heading h6 Heading Horizontal Rules Typographic replacements Enable typographer option to see result. (c) (C) (r) (R) (tm) (TM) (p) (P) +- test.. test… test….. test?….. test!…. !!!!!! ???? ,, – —
[Read More]
Mermaid Sample
Markdownでシーケンス図作成
HugoテーマのBeautifulhugoでは、シーケンス図作成ライブラリのmermaid.jsが既に組み込まれてますので、ショートタグを指
[Read More]
Hugoでの初投稿
最初のHugoサイト構築メモ
HugoとGitLab、Netlifyを利用し、サイトを構築してみた サイト構築 前提条件 GitLabアカウント登録済み Netlifyアカウント
[Read More]
yum updateで重複するパッケージのエラーで更新できない
CentOS7上にて、yum updateを行った際に、「〜の複製です」とduplicateエラーにて更新出来ない状況に陥ったので、いろんな解
[Read More]