Skip to content
/ f Public

Use R and RStudio environment to create and maintain website about data analysis.

License

Notifications You must be signed in to change notification settings

rbind/f

Repository files navigation

Data + Analysis

https://f.rbind.io Use R and RStudio environment to create and maintain website about data analysis.

Main Theme: Hugo-Xmin

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]