aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-08-22 03:17:59 +0000
committerChristine Dodrill <me@christine.website>2018-08-22 03:17:59 +0000
commit6b7d6dcc49c6cbd83af70d97d01b700c8fb0c393 (patch)
tree60bd319655e77afb0e3737cc9070d5111a41f22b
parent5a8b8dc48f33c44fd41ac27c1fb4185de1d87d41 (diff)
downloadxesite-6b7d6dcc49c6cbd83af70d97d01b700c8fb0c393.tar.xz
xesite-6b7d6dcc49c6cbd83af70d97d01b700c8fb0c393.zip
add analytics via segment again
-rw-r--r--cmd/site/html.go9
-rw-r--r--cmd/site/main.go18
-rw-r--r--go.mod26
-rw-r--r--go.sum7
-rw-r--r--vendor/github.com/Xe/jsonfeed/jsonfeed_test.go43
-rw-r--r--vendor/github.com/Xe/jsonfeed/testdata/feed.json21
-rw-r--r--vendor/github.com/Xe/ln/logger_test.go111
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/bypass.go152
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/bypasssafe.go38
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/common.go341
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/common_test.go298
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/config.go306
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/doc.go211
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/dump.go509
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/dump_test.go1042
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/dumpcgo_test.go99
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/dumpnocgo_test.go26
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/example_test.go226
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/format.go419
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/format_test.go1558
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/internal_test.go87
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/internalunsafe_test.go102
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/spew.go148
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/spew_test.go320
-rw-r--r--vendor/github.com/davecgh/go-spew/spew/testdata/dumpcgo.go82
-rw-r--r--vendor/github.com/google/gops/LICENSE27
-rw-r--r--vendor/github.com/google/gops/agent/agent_test.go67
-rw-r--r--vendor/github.com/gorilla/feeds/feed_test.go254
-rw-r--r--vendor/github.com/gorilla/feeds/uuid_test.go19
-rw-r--r--vendor/github.com/kardianos/osext/osext_test.go203
-rw-r--r--vendor/github.com/kr/pretty/.gitignore4
-rw-r--r--vendor/github.com/kr/pretty/Readme9
-rw-r--r--vendor/github.com/kr/pretty/diff.go265
-rw-r--r--vendor/github.com/kr/pretty/diff_test.go213
-rw-r--r--vendor/github.com/kr/pretty/example_test.go20
-rw-r--r--vendor/github.com/kr/pretty/formatter.go328
-rw-r--r--vendor/github.com/kr/pretty/formatter_test.go288
-rw-r--r--vendor/github.com/kr/pretty/go.mod3
-rw-r--r--vendor/github.com/kr/pretty/pretty.go108
-rw-r--r--vendor/github.com/kr/pretty/zero.go41
-rw-r--r--vendor/github.com/kr/text/License19
-rw-r--r--vendor/github.com/kr/text/Readme3
-rw-r--r--vendor/github.com/kr/text/doc.go3
-rw-r--r--vendor/github.com/kr/text/go.mod3
-rw-r--r--vendor/github.com/kr/text/indent.go74
-rw-r--r--vendor/github.com/kr/text/indent_test.go119
-rw-r--r--vendor/github.com/kr/text/wrap.go86
-rw-r--r--vendor/github.com/kr/text/wrap_test.go62
-rw-r--r--vendor/github.com/pkg/errors/bench_test.go59
-rw-r--r--vendor/github.com/pkg/errors/errors_test.go226
-rw-r--r--vendor/github.com/pkg/errors/example_test.go205
-rw-r--r--vendor/github.com/pkg/errors/format_test.go535
-rw-r--r--vendor/github.com/pkg/errors/stack_test.go292
-rw-r--r--vendor/github.com/pmezard/go-difflib/difflib/difflib.go772
-rw-r--r--vendor/github.com/pmezard/go-difflib/difflib/difflib_test.go426
-rw-r--r--vendor/github.com/russross/blackfriday/block_test.go1691
-rw-r--r--vendor/github.com/russross/blackfriday/esc_test.go48
-rw-r--r--vendor/github.com/russross/blackfriday/helpers_test.go186
-rw-r--r--vendor/github.com/russross/blackfriday/inline_test.go1176
-rw-r--r--vendor/github.com/russross/blackfriday/markdown_test.go38
-rw-r--r--vendor/github.com/russross/blackfriday/ref_test.go124
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Amps and angle encoding.html17
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Amps and angle encoding.text21
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Auto links.html18
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Auto links.text13
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Backslash escapes.html123
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Backslash escapes.text126
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.html15
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text11
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Code Blocks.html18
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Code Blocks.text14
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Code Spans.html5
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Code Spans.text6
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.html14
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.text8
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines.html8
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines.text8
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Horizontal rules.html71
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Horizontal rules.text67
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).html15
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).text15
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML (Simple).html72
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML (Simple).text69
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html13
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.text13
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Links, inline style.html11
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Links, inline style.text12
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Links, reference style.html52
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Links, reference style.text71
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Links, shortcut references.html9
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Links, shortcut references.text20
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Literal quotes in titles.html3
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Literal quotes in titles.text7
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Basics.html314
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Basics.text306
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Syntax.html946
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Syntax.text888
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Nested blockquotes.html9
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Nested blockquotes.text5
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Ordered and unordered lists.html166
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Ordered and unordered lists.text131
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Strong and em together.html7
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Strong and em together.text7
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Tabs.html26
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Tabs.text21
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Tidyness.html9
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Tidyness.text5
-rw-r--r--vendor/github.com/segmentio/backo-go/.gitmodules3
-rw-r--r--vendor/github.com/segmentio/backo-go/README.md80
-rw-r--r--vendor/github.com/segmentio/backo-go/backo.go83
-rw-r--r--vendor/github.com/shurcooL/sanitized_anchor_name/main_test.go35
-rw-r--r--vendor/github.com/st3fan/jsonfeed/.travis.yml17
-rw-r--r--vendor/github.com/st3fan/jsonfeed/LICENSE363
-rw-r--r--vendor/github.com/st3fan/jsonfeed/README.md8
-rw-r--r--vendor/github.com/st3fan/jsonfeed/jsonfeed.go73
-rw-r--r--vendor/github.com/st3fan/jsonfeed/jsonfeed_test.go43
-rw-r--r--vendor/github.com/st3fan/jsonfeed/testdata/feed.json21
-rw-r--r--