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
andlayouts/partials/head_custom.html
andstatic/css/terms-octicons-hljs-style.css
add.pre
style - Added Categories & Tags to every post page. In
layouts/_default/single.html
andstatic/css/terms-octicons-hljs-style.css
add.terms
style - Changed posts layout in
config.toml
topost = "/post/:slug/"
[done] - Changed Date Format in
layouts/_defaults/list.html
to2006, Jan 2
and inlayouts/_defaults/single.html
toJan 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
andstatic/fonts
instead of CDN. [done] - Added
favicon.ico
tostatic/images/
and link to filelayouts/partial/head_custom.html
[done]