morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

_config.yml (1191B)


      1 # Site settings
      2 title: Morpheus
      3 email: info@nordgedanken.de
      4 description: A windows focused QT Client written in Golang
      5 author_name: MTRNord
      6 
      7 baseurl: "/Morpheus/" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
      8 url: "https://nordgedanken.github.io" # the base hostname & protocol for your site
      9 
     10 #Google Ad Words Data from scripts code (using Google responsive options) and ad client
     11 # data-ad-slot: 2973388149
     12 # data-ad-client: ca-pub-9204963049240271
     13 # google_ad_client: ca-pub-9204963049240271
     14 
     15 # google_analytics: "UA-86331249-1"
     16 # addthis_id: ra-5644da281510c62f
     17 # disqus_account: jeky-new-age
     18 
     19 # Social networks usernames (many more available: flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) see all icon at fontawesome.io
     20 social:
     21   - title: twitter
     22     url: https://twitter.com/MTRNord
     23   - title: google-plus
     24     url: https://plus.google.com/+MarcelRadzio
     25   - title: github
     26     url: http://github.com/Nordgedanken/Morpheus
     27 
     28 # Build settings
     29 markdown: kramdown
     30 highlighter: rouge
     31 permalink: pretty
     32 paginate: 5
     33 exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
     34 
     35 gems: [jekyll-paginate, jekyll-feed]
     36 # Build settings