1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
site_name: q - Text as Data
site_url: http://harelba.github.io/q/
repo_url: http://github.com/harelba/q
edit_uri: ""
site_description: Text as Data - q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
site_author: Harel Ben-Attia
copyright: 'Copyright © 2012-2019 Harel Ben-Attia'
google_analytics:
- "UA-48316355-1"
- "auto"
nav:
- Home: index.md
- 首页: index_cn.md
- About: about.md
theme:
name: material
language: 'en'
palette:
primary: purple
accent: amber
fonts:
text: 'Roboto'
code: 'Roboto Mono'
favicon: 'img/q-logo1.ico'
logo: 'img/q-logo1.ico'
custom_dir: 'theme'
extra:
social:
- type: 'github'
link: 'https://github.com/harelba'
- type: 'twitter'
link: 'https://twitter.com/harelba'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/harelba'
extra_css:
- 'stylesheets/extra.css'
extra_javascript:
- 'js/google-analytics.js'
markdown_extensions:
- meta
- toc:
permalink: true
- tables
- fenced_code
- admonition
# - codehilite
|