Deep Learning for Social Media Analysis
My Customization:
- Until July 13, 2016
- Added 'Posts' to menu through
config.toml[done] - Removed 'Notes' . Delete
content/notesdirectory. [done] - Removed 'Posts' from appearing in the Home Page. In
layouts/_default/list.htmlAdd if condition. [done] - Enable highlight.js for syntax highlighting of code blocks
layouts/partials/foot_custom.htmlandlayouts/partials/head_custom.htmlandstatic/css/terms-octicons-hljs-style.cssadd.prestyle - Added Categories & Tags to every post page. In
layouts/_default/single.htmlandstatic/css/terms-octicons-hljs-style.cssadd.termsstyle - Changed posts layout in
config.tomltopost = "/post/:slug/"[done] - Changed Date Format in
layouts/_defaults/list.htmlto2006, Jan 2and inlayouts/_defaults/single.htmltoJan 2, 2006[done] - Added Octicons & FontAwesome CSS to
layouts/partials/head_custom.htmlfor specific icons e.g. telescope , microscope etc... [done] - Added CSS code
.mega64-octiconfor 64px icons in/static/css/terms-octicons-hljs-style.cssadd.megaocticonand.mega64octiconstyle [done] - Copied FontAwesome and Octicon fonts and CSS to local directory
static/cssandstatic/fontsinstead of CDN. [done] - Added
favicon.icotostatic/images/and link to filelayouts/partial/head_custom.html[done]