<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>赛博生活 on 醍醐堂記_TihuBlogs</title><link>https://tihu.github.io/tihu-hugo-blog/categories/%E8%B5%9B%E5%8D%9A%E7%94%9F%E6%B4%BB/</link><description>Recent content in 赛博生活 on 醍醐堂記_TihuBlogs</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 19 Jan 2020 23:08:11 +0000</lastBuildDate><atom:link href="https://tihu.github.io/tihu-hugo-blog/categories/%E8%B5%9B%E5%8D%9A%E7%94%9F%E6%B4%BB/index.xml" rel="self" type="application/rss+xml"/><item><title>Hugo成功添加字数统计和阅读时间</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-19-wordcount/</link><pubDate>Sun, 19 Jan 2020 23:08:11 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-19-wordcount/</guid><description>&lt;p&gt;hugo还真是厉害！看到别人的blog里能显示”&lt;em&gt;本文共XXX字，阅读大约需要XX分钟&lt;/em&gt;“，感觉挺高级的。话说阅读推荐时间最早还是在可能吧的公众号看到的。&lt;/p&gt;</description></item><item><title>Hugo成功添加添加评论组件Utterances</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-17-comment/</link><pubDate>Fri, 17 Jan 2020 01:36:39 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-17-comment/</guid><description>&lt;p&gt;我是用的这套hugo theme &lt;a href="https://github.com/flysnow-org/maupassant-hugo"&gt;maupassant&lt;/a&gt;作者默认支持了两种评论系统，&lt;em&gt;disqus&lt;/em&gt;和&lt;a href="https://utteranc.es/?installation_id=6263895&amp;amp;setup_action=install"&gt;Utterances&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;disqus安装失败，估计和其他blogger说的一样，被墙了。其实我已经注册成功，但配置以后一直不显示评论框。于是今晚试了一下Utterances，一击成功！复述一下配置过程：&lt;/p&gt;</description></item><item><title>跌跌撞撞地搞定了使用git同步代码仓库</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-16-githugo/</link><pubDate>Thu, 16 Jan 2020 17:35:26 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-16-githugo/</guid><description>&lt;h2 id="git方式更新blog"&gt;git方式更新blog&lt;/h2&gt;
&lt;p&gt;昨天立项flag，必须搞定git更新Hugo-blog，因为我发现由于历史文件过多，之前使用web方式更新的笨办法已经完全行不通了。hugo作为一个编译静态文件的blog程序，每当我新增一篇log，就有若干个文件发生了变化，如果我还用旧办法上传更新，简直要累死人。&lt;/p&gt;</description></item><item><title>第一个blog更新脚本</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-16-firstsh/</link><pubDate>Thu, 16 Jan 2020 18:39:56 +0800</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2020/2020-01-16-firstsh/</guid><description>&lt;p&gt;尝试写了一个很弱智的可执行脚本.sh 试一下。同时重命名了2020年的blog文件名。&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;cd ~
cd $
hugo #执行hugo编译动作
git pull (仓库A地址) master
git add .
git commit -m &amp;#39; Updated source files&amp;#39;
git push origin master
cd public
git pull (仓库B地址) master
git add .
git commit -m &amp;#39;Update a blog&amp;#39;
git push origin master
date=$(date +%Y%m%d%H%M)
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>移动端Web开发工具小汇之二</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-12-25-webtools/</link><pubDate>Thu, 25 Dec 2014 08:36:54 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-12-25-webtools/</guid><description>&lt;p&gt;这一篇讲讲WEB开发中设计师用到的工具，基本涉及了设计师工作的全流程。事实上，一个团队的做事风格很大程度上取决于leader的背景，核心是设计与核心是技术的团队，做事风格也不尽相同。在很多一流团队中，设计师起到了灵魂作用，因而也出现了“设计主导产品流”。在现在的团队中，对设计师的要求越来越多，一个既懂设计又懂代码的设计师是万千宠爱集于一身，很多优秀的设计师事实上也是将传统分工归于前端的事儿都给干了。因为在团队的有效沟通中，代码还原意义重大。&lt;/p&gt;</description></item><item><title>移动端Web开发工具小汇之一</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-12-24-webtools/</link><pubDate>Wed, 24 Dec 2014 08:36:54 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-12-24-webtools/</guid><description>&lt;p&gt;上周在北京听了一位大牛的内部分享，回来整理了一下手头现在移动端web开发的工具流。以下文字基本都是copy官方说明。&lt;/p&gt;
&lt;p&gt;//部分才是我的补充。一切工具和工作流都是围绕【产品】→【设计】→【前端】→【测试】→【交付】这个体系循环进行的。
&lt;img alt="图片1.png" loading="lazy" src="http://upload-images.jianshu.io/upload_images/22841-8e04e675fee523c5.png"&gt;&lt;/p&gt;</description></item><item><title>移动端应用分享速记</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-04-15-mobile/</link><pubDate>Tue, 15 Apr 2014 08:36:54 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-04-15-mobile/</guid><description>&lt;ul&gt;
&lt;li&gt;marioji计鸣钟&lt;/li&gt;
&lt;li&gt;用户画像 诉求内容 场景区分 三大要素&lt;/li&gt;
&lt;li&gt;场景：时间碎片化&lt;/li&gt;
&lt;li&gt;地点：&lt;/li&gt;
&lt;li&gt;善用首屏&lt;/li&gt;
&lt;li&gt;导航式 入口式构建 用户路径&lt;/li&gt;
&lt;li&gt;菜单：底部 侧划 底部➕子菜单。菜单结合入口式 1乘2结合式&lt;/li&gt;
&lt;li&gt;&lt;em&gt;万能的红点&lt;/em&gt; 核心场景➕第二场景（商业化分流）&lt;/li&gt;
&lt;li&gt;less is more &lt;em&gt;线性操作是王道&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;有限的无限横划 有限的无限竖划&lt;/li&gt;
&lt;li&gt;活用push通道&lt;/li&gt;
&lt;li&gt;移动端操作逻辑 手画 键盘 陀螺仪 重力感应 gps 扬声器 麦克风 温度感应 摄像头&lt;/li&gt;
&lt;li&gt;握持方式 热点区域 手势操作 过度效果&lt;/li&gt;
&lt;li&gt;单击 双击 按住 短划 长划 拖放&lt;/li&gt;
&lt;li&gt;airdrop ibence ios7新特性&lt;/li&gt;
&lt;li&gt;不同屏幕适配：响应式布局。大界面方法。横竖屏幕布局一致性&lt;/li&gt;
&lt;li&gt;wap端保持现有轻操作，不增加新功能，通过广告位变现和引导下载apps&lt;/li&gt;
&lt;li&gt;&lt;em&gt;qzone就是qq的朋友圈。&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;以用户为中心的运营模式：拉新。留存。 注册拉新 拉新 回流率 留存率&lt;/li&gt;
&lt;li&gt;拉新 线上渠道 应用市场：首发，活动，付费广告，换量&lt;/li&gt;
&lt;li&gt;广告平台：多盟 有米 亿动智道 admob SDK内置&lt;/li&gt;
&lt;li&gt;厂商预装 后置刷机&lt;/li&gt;
&lt;li&gt;苹果渠道 app stroe 限免渠道 越狱市场&lt;/li&gt;
&lt;li&gt;拉存留 用户自营销 归属感 存在感 炫耀心理&lt;/li&gt;
&lt;li&gt;差异化运营 做减法 提炼口碑&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>手机常用高频应用(2014)</title><link>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-02-23-moblieapps/</link><pubDate>Sun, 23 Feb 2014 08:36:54 +0000</pubDate><guid>https://tihu.github.io/tihu-hugo-blog/posts/2014/2014-02-23-moblieapps/</guid><description>&lt;p&gt;春节前手机刷了不干净的“冰激淋三明治”，删不掉的垃圾Apps不说，耗电量还极高，早晨满电出门，到公司就剩60%的电量了。凑活了一个月，重新刷了“果冻豆”。在同步通讯录，重装Apps的静默期，盘点了一下手机上安装的应用，连同系统自带的短信电话一齐，竟有八十九个图标之多（有多少人数过自己手机屏幕来着？）。这当中抛去十来个因工作原因试用临时安装的，若干个系统自带的程序，剩下的近六十个基本上已经是我必须安装的底线，删无可删了——果真如此吗？&lt;/p&gt;</description></item></channel></rss>