-rw-r--r-- | content/gnuk/customizing-2017.rst | 21 | ||||
-rw-r--r-- | content/images/gnuk/FST-01G-201701-00.jpg | bin | 0 -> 208292 bytes | |||
-rw-r--r-- | content/images/gnuk/FST-01G-201701-01.jpg | bin | 0 -> 188632 bytes | |||
-rw-r--r-- | pelicanconf.py | 1 |
diff --git a/content/gnuk/customizing-2017.rst b/content/gnuk/customizing-2017.rst new file mode 100644 index 0000000..430a3fd --- /dev/null +++ b/content/gnuk/customizing-2017.rst @@ -0,0 +1,21 @@ +Customizing Gnuk Token +====================== +:slug: gnuk/customizing-2017 +:date: 2017年01月16日 +:category: gnuk + +Gnuk Token is good when it is customized by an end usr. + +In 2017, gniibe went 100-yen shop to seek another craftwork possibility. + +UV resin is (still) available there, but gniibe's choice is plastic cray this year. + +.. image:: /images/gnuk/FST-01G-201701-00.jpg + :alt: FST-01G in 2017 #1 + :width: 480 + :target: /images/gnuk/FST-01G-201701-00.jpg + +.. image:: /images/gnuk/FST-01G-201701-01.jpg + :alt: FST-01G in 2017 #2 + :width: 480 + :target: /images/gnuk/FST-01G-201701-01.jpg diff --git a/content/images/gnuk/FST-01G-201701-00.jpg b/content/images/gnuk/FST-01G-201701-00.jpg Binary files differnew file mode 100644 index 0000000..718c40a --- /dev/null +++ b/content/images/gnuk/FST-01G-201701-00.jpg diff --git a/content/images/gnuk/FST-01G-201701-01.jpg b/content/images/gnuk/FST-01G-201701-01.jpg Binary files differnew file mode 100644 index 0000000..695dbea --- /dev/null +++ b/content/images/gnuk/FST-01G-201701-01.jpg diff --git a/pelicanconf.py b/pelicanconf.py index 827543e..d2a1607 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -37,7 +37,6 @@ DISPLAY_PAGES_ON_MENU = False CATEGORY_MENUITEMS = ( ('gnuk', (('Documentation', '/doc-gnuk/'), ('<img src=/theme/images/icons/rss.png />', '/feeds/gnuk_rss.xml'),)), -('news', (('<img src=/theme/images/icons/rss.png />', '/feeds/news_rss.xml'),)), ('monthly-meetings', (('<img src=/theme/images/icons/rss.png />', '/feeds/monthly-meetings_rss.xml'),)), ) PAGE_MENUITEMS = ((u'これまでの活動', '/pages/historical/INDEX.html'), |