things to keep

diverting content of a developers life

Bashalias_gc

2022-12-24 1 min read

Bilberry is a premium theme for the Hugo Static Website Builder .

It is full of little nice features, such as:

  • built-in integration for the wonderful algolia search
  • built-in integration for the powerful disqus comments
  • gravatar and custom image integration for the header
  • keybo
function addNumbers(a: number, b: number) { 
    return a + b; 
} 

var sum: number = addNumbers(10, 15) 

console.log('Sum of the two numbers is: ' +sum);