<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Snow Monkey &#8211; あとは頼みます。</title>
	<atom:link href="https://tanomimasu.com/archives/tag/snow-monkey/feed" rel="self" type="application/rss+xml" />
	<link>https://tanomimasu.com</link>
	<description>ここまでは考えたので…</description>
	<lastBuildDate>Tue, 27 Apr 2021 14:40:49 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>

<image>
	<url>https://tanomimasu.com/wp-content/uploads/2020/10/cropped-20201018100056-32x32.png</url>
	<title>Snow Monkey &#8211; あとは頼みます。</title>
	<link>https://tanomimasu.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>【作画】Snowmonkey　ヘッダー部に画像を追加</title>
		<link>https://tanomimasu.com/archives/22838</link>
					<comments>https://tanomimasu.com/archives/22838#respond</comments>
		
		<dc:creator><![CDATA[SOTOBORI]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 14:23:31 +0000</pubDate>
				<category><![CDATA[作画]]></category>
		<category><![CDATA[Snow Monkey]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[アクションフック]]></category>
		<category><![CDATA[レスポンシブ化]]></category>
		<guid isPermaLink="false">https://tanomimasu.com/?p=22838</guid>

					<description><![CDATA[どうやら２ヶ月ぶりに更新。wordpressを久々に触ると何かと仕様が変わっていて、変更した箇所を確認するだけで大変。 ロゴデザイン 以下の画像を、ヘッダー部に追加してみたりして気分転換。 以前に撮った写真にKeynot [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>どうやら２ヶ月ぶりに更新。wordpressを久々に触ると何かと仕様が変わっていて、変更した箇所を確認するだけで大変。</p>



<h3>ロゴデザイン</h3>



<p>以下の画像を、ヘッダー部に追加してみたりして気分転換。</p>



<figure class="wp-block-image size-large"><img width="1024" height="341" src="https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-1024x341.jpeg" alt="" class="wp-image-22807" srcset="https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-1024x341.jpeg 1024w, https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-300x100.jpeg 300w, https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-150x50.jpeg 150w, https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-768x256.jpeg 768w, https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-1536x512.jpeg 1536w, https://tanomimasu.com/wp-content/uploads/2021/04/toptop.001-1920x640.jpeg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>以前に撮った写真にKeynoteで文字を入れだだけ。</p>



<p>フォントはF5.6と筑紫A丸ゴシック。サイズは6000×800で作ったけど、デカすぎかも。</p>



<p>ピクトサインはpictogram2.com様の素材を利用。</p>



<p><div class="wp-oembed-blog-card" data-cached-time="22/08/21 04:43:23"><a href="http://pictogram2.com/" target="_blank" data-wpel-link="external" rel="nofollow external noopener noreferrer"><div class="wp-oembed-blog-card__body"><div class="wp-oembed-blog-card__title">human pictogram 2.0 (無料人物 ピクトグラム素材 2.0)</div><div class="wp-oembed-blog-card__description">人間ピクトグラム素材のギャラリー</div><div class="wp-oembed-blog-card__domain">pictogram2.com</div></div></a></div></p>



<h3>アクションフック</h3>



<p>ヘッダー部に何かを入れる場合は、フックで&#8221;snow_monkey_prepend_contents&#8221;をmy snow monkeyの構文に入れてやると良いらしい。以下のように挿入。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-php" data-lang="PHP"><code>add_action(
    &#39;snow_monkey_prepend_contents&#39;,
    function() {
        ?&gt;
        &lt;div class=&quot;c-btn c-btn--block c-hsma-hook-point p-snow_monkey_prepend_contents&quot;&gt;&lt;img src=&quot;URL&quot; &gt;&lt;/div&gt;
        &lt;?php
    }
);</code></pre></div>



<p>どうやら画像にborder-radiusとpaddingがとってあったので、CSSで0指定に</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-css" data-lang="CSS"><code>.c-btn, .snow-monkey-posts__more {
    border-radius: 0;
    padding: 0;
}</code></pre></div>



<h3>レスポンシブ対応</h3>



<p>携帯サイトは非表示で良いと思ったので、CSSで非表示に。</p>



<div class="hcb_wrap"><pre class="prism line-numbers lang-css" data-lang="CSS"><code>@media (max-width: 1025px) {
.c-btn, .snow-monkey-posts__more
  {
display: none;
}
}</code></pre></div>
]]></content:encoded>
					
					<wfw:commentRss>https://tanomimasu.com/archives/22838/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【作画】SnowMonkeyで投稿記事の下にタグを挿入する</title>
		<link>https://tanomimasu.com/archives/21424</link>
					<comments>https://tanomimasu.com/archives/21424#respond</comments>
		
		<dc:creator><![CDATA[SOTOBORI]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 12:34:47 +0000</pubDate>
				<category><![CDATA[作画]]></category>
		<category><![CDATA[My Snow Monkey]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snow Monkey]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[タグ]]></category>
		<guid isPermaLink="false">https://tanomimasu.com/?p=21424</guid>

					<description><![CDATA[SnowMonkeyで投稿記事の下にタグを挿入する ググった結果、以下のページに辿り着きました。 &#160;リンクにある通り「My Snow Monkey プラグイン」にadd_filterで追記すれば良いとのことです [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h2>SnowMonkeyで投稿記事の下にタグを挿入する</h2>



<p>ググった結果、以下のページに辿り着きました。</p>



<figure class="wp-block-embed is-type-rich is-provider-wp-oembed-blog-card wp-block-embed-wp-oembed-blog-card"><div class="wp-block-embed__wrapper">
<div class="wp-oembed-blog-card" data-cached-time="19/01/21 13:53:31"><a href="https://snow-monkey.2inc.org/forums/topic/%E3%82%A2%E3%83%BC%E3%82%AB%E3%82%A4%E3%83%96%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%A7%E3%82%BF%E3%82%B0%E3%81%8C%E8%A1%A8%E7%A4%BA%E3%81%95%E3%82%8C%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E3%81%97%E3%81%9F/" target="_blank" data-wpel-link="external" rel="nofollow external noopener noreferrer"><div class="wp-oembed-blog-card__figure"><img src="https://snow-monkey.2inc.org/wp-content/uploads/2019/04/snow-monkey.png" alt=""></div><div class="wp-oembed-blog-card__body"><div class="wp-oembed-blog-card__title">アーカイブページでタグが表示されるようにしたい</div><div class="wp-oembed-blog-card__description">このトピックには3件の返信、2人の参加者があり、最後にキタジマ タカシにより8ヶ月前に更新されました。 4件の&hellip;</div><div class="wp-oembed-blog-card__domain"><img class="wp-oembed-blog-card__favicon" src="https://snow-monkey.2inc.org/wp-content/uploads/2018/04/cropped-site-icon-32x32.png" alt="">snow-monkey.2inc.org</div></div></a></div>
</div></figure>



<p>&nbsp;リンクにある通り「My Snow Monkey プラグイン」にadd_filterで追記すれば良いとのことです。</p>



<h4>結果</h4>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="372" src="https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1024x372.png" alt="" class="wp-image-21426" srcset="https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1024x372.png 1024w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-300x109.png 300w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-150x54.png 150w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-768x279.png 768w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312.png 1432w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>以前読んだinstagramの本に、ハッシュタグはなるべく多く付けるよう記載があり、ブログでも同じ手法を取り入れ始めました。タグを付けることって、記事の内の重要なキーワードを集めて要約するようなもので、どんな内容だっけ？と思い出すときに「タグ」だけ確認すると思い出せたりするので便利。</p>



<figure class="wp-block-embed is-type-rich is-provider-wp-oembed-blog-card wp-block-embed-wp-oembed-blog-card"><div class="wp-block-embed__wrapper">
<div class="wp-oembed-blog-card" data-cached-time="19/01/21 13:53:32"><a href="https://tanomimasu.com/archives/20709" target="_self" data-wpel-link="internal"><div class="wp-oembed-blog-card__body"><div class="wp-oembed-blog-card__title">【読書】Instagramでビジネスを変える最強の思考法</div><div class="wp-oembed-blog-card__description">Instagramでビジネスを変える最強の思考法 現代の消費者は、DECAX（デキャックス）という内藤敦之氏が&hellip;</div><div class="wp-oembed-blog-card__domain"><img class="wp-oembed-blog-card__favicon" src="https://tanomimasu.com/wp-content/uploads/2020/10/cropped-20201018100056-32x32.png" alt="">tanomimasu.com</div></div></a></div>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://tanomimasu.com/archives/21424/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【作画】ブログテーマを「Snow Monkey」にしました。</title>
		<link>https://tanomimasu.com/archives/21200</link>
					<comments>https://tanomimasu.com/archives/21200#respond</comments>
		
		<dc:creator><![CDATA[SOTOBORI]]></dc:creator>
		<pubDate>Sun, 10 Jan 2021 15:00:34 +0000</pubDate>
				<category><![CDATA[作画]]></category>
		<category><![CDATA[100%GPL]]></category>
		<category><![CDATA[Snow Monkey]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ディック・ブルーナ]]></category>
		<category><![CDATA[ブログテーマ]]></category>
		<guid isPermaLink="false">https://tanomimasu.com/?p=21200</guid>

					<description><![CDATA[ブログテーマを「SnowMonkey」にしました ブログテーマはこれまで「AFFINGER4」を使っていたんですが、他のテーマも使ってみたいと思い「SnowMonkey」に変更してみました。 2016年に「はてなブログ」 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h2>ブログテーマを「SnowMonkey」にしました</h2>



<p>ブログテーマはこれまで「AFFINGER4」を使っていたんですが、他のテーマも使ってみたいと思い「SnowMonkey」に変更してみました。</p>



<p>2016年に「はてなブログ」を利用してブログを始めて、2018年にWordpressに移行し、それから3年くらい「AFFINGER4」を利用していましたが、あまり自分は活用出来ず…。GoogleAdsenceの審査に合格したのも、つい先日のことで…。</p>



<p><span style="font-size: 13px" class="sme-font-size has-small-font-size">ぶっちゃけデザインに飽きちゃった事もあるんですが</span>、前から気になっていた有料のテーマ「Snow Monkey」を使ってみることにしました。無料プラグイン「Snow Monkey Blocks」は以前から使っていて、デザイン性に優れていることが決め手でした。あと、前に参加したWordpress勉強会でも話題になってたので〜。</p>



<h4>Snow Monkey</h4>



<p>＜公式サイト＞</p>



<figure class="wp-block-embed is-type-rich is-provider-wp-oembed-blog-card wp-block-embed-wp-oembed-blog-card"><div class="wp-block-embed__wrapper">
<div class="wp-oembed-blog-card" data-cached-time="19/01/21 13:53:04"><a href="https://snow-monkey.2inc.org/" target="_blank" data-wpel-link="external" rel="nofollow external noopener noreferrer"><div class="wp-oembed-blog-card__figure"><img src="https://snow-monkey.2inc.org/wp-content/uploads/2019/04/snow-monkey.png" alt=""></div><div class="wp-oembed-blog-card__body"><div class="wp-oembed-blog-card__title">WordPress テーマ Snow Monkey</div><div class="wp-oembed-blog-card__description">どんな味付けにも染まる。高級お出汁のような WordPress テーマ、Snow Monkey</div><div class="wp-oembed-blog-card__domain"><img class="wp-oembed-blog-card__favicon" src="https://snow-monkey.2inc.org/wp-content/uploads/2018/04/cropped-site-icon-32x32.png" alt="">snow-monkey.2inc.org</div></div></a></div>
</div></figure>



<p>Gutenbelgに対応し、100%GPLで自由に編集出来ます。100%GPLとは<strong>「WordPressテーマファイルのうちPHP/CSS/JSもGPL（自由に利用・再配布可能なライセンス）で提供されていること」</strong>を意味するみたいです。でも、テーマ自体を無償または有償で、誰かに配布することは禁じられているのでご注意。</p>



<p>自分みたいな素人は、拡張性が高くて素晴らしい感じだって思っておけば良いかな。Wordpress本体も100%GPLで作られているんだって。サブスクリプション制で年間16,500円とのことですが、定期更新しなくてもそれ以降アップデートされないだけで使用することは出来るらしい。</p>



<h3>変わったこと</h3>



<h4>表示速度</h4>



<p>多分、AFFINGER4を上手く活用出来ていなかったのが原因だけど、<span class="artb-16749">ページの表示速度が劇的にはやくなりました。</span>以前のテーマだと、ホーム画面を表示するのに5秒程度かかっていたのですが、URLをクリックしてから2秒くらいで表示するようになった。</p>



<p>素人でよく分からんけど、funchtion.phpとかstyle.cssとかに無駄なコードを書きまくってた気がするので、リセットして読み込みが早くなったのだろう。よく分からんけど。</p>



<h4>デザイン</h4>



<p>左が旧で、右が新。ほとんど変わってないレイアウトでページ作成出来た。</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="900" src="https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-1024x900.jpg" alt="" data-id="21214" data-full-url="https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-scaled.jpg" data-link="https://tanomimasu.com/?attachment_id=21214" class="wp-image-21214" srcset="https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-1024x900.jpg 1024w, https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-300x264.jpg 300w, https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-150x132.jpg 150w, https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-768x675.jpg 768w, https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-1536x1349.jpg 1536w, https://tanomimasu.com/wp-content/uploads/2021/01/3bde6173a8302096421f3c121eb28987-2-1920x1687.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="989" height="1024" src="https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-989x1024.jpg" alt="" data-id="21213" data-full-url="https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1.jpg" data-link="https://tanomimasu.com/?attachment_id=21213" class="wp-image-21213" srcset="https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-989x1024.jpg 989w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-290x300.jpg 290w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-145x150.jpg 145w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-768x795.jpg 768w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-1484x1536.jpg 1484w, https://tanomimasu.com/wp-content/uploads/2021/01/4f11cdb073606b7b3f97b2c432011312-1-1855x1920.jpg 1855w" sizes="(max-width: 989px) 100vw, 989px" /></figure></li></ul></figure>



<p>使用する色は<span class="artb-16749">「ディック・ブルーナの６色」</span>のカラーバリエーションで統一してみた。メインを青色、基本的には他の５色をベースとした。SnowMonkeyはアイキャッチ画像の右上にカテゴリーを表示してくれるので、カテゴリーも６色を参考にした。</p>



<figure class="wp-block-embed is-type-rich is-provider-wp-oembed-blog-card wp-block-embed-wp-oembed-blog-card"><div class="wp-block-embed__wrapper">
<div class="wp-oembed-blog-card" data-cached-time="19/01/21 13:53:06"><a href="https://0017.org/113.html" target="_blank" data-wpel-link="external" rel="nofollow external noopener noreferrer"><div class="wp-oembed-blog-card__figure"><img src="https://0017.org/wp-content/uploads/2010/04/miffy.jpg" alt=""></div><div class="wp-oembed-blog-card__body"><div class="wp-oembed-blog-card__title">ブルーナカラーのCMYK値、RGB値、Webカラー値 | 0017</div><div class="wp-oembed-blog-card__description">ブルーナカラーのCMYK値、RGB値、Webカラー値を調べてみました。画像のソースは祖父江さんのtwitpicにある画像（RGB）（CMYK）です。これを元とし、画像をphotoshopで開き…</div><div class="wp-oembed-blog-card__domain">0017.org</div></div></a></div>
</div></figure>



<p>その他、フォントの調整、アイキャッチ画像のサイズ変換とか、引用のデザイン変更、フッターの挿入なんかをした。この辺り、CSSの変更は結構慣れてきたような…。</p>



<p>また気が向けば、デザインを変えてみたい。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tanomimasu.com/archives/21200/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
