Xedge>> d>> 返回
项目作者: rbind

项目描述 :
deep + learning = nexus
高级语言: CSS
项目地址: git://github.com/rbind/d.git
创建时间: 2017-08-30T05:34:48Z
项目社区:https://github.com/rbind/d

开源协议:

下载


Deep + Learning = Nexus

https://d.rbind.io

Deep Learning for Social Media Analysis

My Customization:

  • Until July 13, 2016
  • Added ‘Posts’ to menu through config.toml [done]
  • Removed ‘Notes’ . Delete content/notes directory. [done]
  • Removed ‘Posts’ from appearing in the Home Page. In layouts/_default/list.html Add if condition. [done]
  • Enable highlight.js for syntax highlighting of code blocks layouts/partials/foot_custom.html and layouts/partials/head_custom.html and static/css/terms-octicons-hljs-style.css add .pre style
  • Added Categories & Tags to every post page. In layouts/_default/single.html and static/css/terms-octicons-hljs-style.css add .terms style
  • Changed posts layout in config.toml to post = "/post/:slug/" [done]
  • Changed Date Format in layouts/_defaults/list.html to 2006, Jan 2 and in layouts/_defaults/single.html to Jan 2, 2006 [done]
  • Added Octicons & FontAwesome CSS to layouts/partials/head_custom.html for specific icons e.g. telescope , microscope etc… [done]
  • Added CSS code .mega64-octicon for 64px icons in /static/css/terms-octicons-hljs-style.css add .megaocticon and .mega64octicon style [done]
  • Copied FontAwesome and Octicon fonts and CSS to local directory static/css and static/fonts instead of CDN. [done]
  • Added favicon.ico to static/images/ and link to file layouts/partial/head_custom.html [done]