Commit graph

1500 commits

Author SHA1 Message Date
Ed Page
cdd3afe998 feat(config): Make default API more stable 2021-07-08 12:30:14 -05:00
Ed Page
5da2dc46f6 chore: Add config to workspace 2021-07-08 11:57:44 -05:00
Ed Page
b4fc21da85 style: Remove dead code 2021-07-08 11:57:43 -05:00
Ed Page
dedba61a27 chore(ci): Add missing committed workflow 2021-07-07 19:48:24 -05:00
Ed Page
542726cb70 chore(ci): Lower server load on PR 2021-07-07 15:21:53 -05:00
Ed Page
0c6dba74e0 chore(gh): Be friendlier to contributors 2021-07-07 14:57:51 -05:00
Ed Page
33ab8857e6 chore(ci): Migrate completely to GH Actions 2021-07-02 14:07:06 -05:00
Ed Page
d0492c4edb chore(ci): Migrate post-release 2021-07-02 14:07:01 -05:00
Ed Page
826e4085d5
Merge pull request #877 from cobalt-org/dependabot/cargo/assert_cmd-1.0.6
chore(deps): Bump assert_cmd from 1.0.5 to 1.0.6
2021-07-01 18:52:47 -05:00
Ed Page
99f303073d chore(gh): Fix toolchain versions 2021-07-01 16:12:02 -05:00
Ed Page
5f45ae3021 chore(gh): Spell check 2021-07-01 16:12:02 -05:00
Ed Page
1a61b798b4 chore(gh): Fix AzDO pipeline 2021-07-01 15:55:42 -05:00
dependabot[bot]
e1140bf6bf
chore(deps): Bump assert_cmd from 1.0.5 to 1.0.6
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 20:54:58 +00:00
Ed Page
1c4c74bdd9 chore(gh): Automate Github 2021-07-01 15:53:57 -05:00
Ed Page
8fead4e983
Merge pull request #876 from epage/update
chore: Update dependencies
2021-07-01 11:13:10 -05:00
Ed Page
55dc8650a6 chore: Update dependencies 2021-07-01 10:53:14 -05:00
Ed Page
c44233244b
Merge pull request #871 from epage/committed
fix(ci): Be friendlier with committed
2021-06-09 18:45:17 -05:00
Ed Page
c1e7d053c2 fix(ci): Be friendlier with committed 2021-06-07 14:48:01 -05:00
Chip Senkbeil
7f68e3f185
feat: add vimwiki support
Fixes #817
2021-06-07 14:44:33 -05:00
Ed Page
9c5c9ac9cd
Merge pull request #870 from epage/minify
perf: Don't double-minify
2021-06-07 10:11:26 -05:00
Ed Page
3e7b655385
Merge pull request #868 from epage/liquid
feat(front): Allow disabling templating
2021-06-07 09:56:28 -05:00
Ed Page
4894a59332 perf: Don't double-minify
Fixes #869
2021-06-07 09:47:10 -05:00
Ed Page
c9a2d58d8e feat(front): Allow disabling templating
This is part of our future work for pushing templating to be opt-in, for
performance.

Fixes #867
2021-06-07 09:37:38 -05:00
Ed Page
e5c42be231
Merge pull request #865 from epage/update
chore: Update dependencies
2021-06-01 10:39:56 -05:00
Ed Page
0d346030d2 chore: Update dependencies 2021-06-01 10:04:41 -05:00
Ed Page
d905914556 chore: Release 2021-05-29 11:58:35 -05:00
Ed Page
e354313873 docs(changelog): Update 2021-05-29 11:57:44 -05:00
Ed Page
4f4da082c8 docs(changelog): Switch to keepachangelog 2021-05-29 11:53:13 -05:00
Ed Page
33ba9b0b5d
feat(md): Strike through and task lists (#857)
Fixes #345

Co-authored-by: Ed Page <epage@duosecurity.com>
2021-05-29 11:47:38 -05:00
Austin Wise
9124bea010
fix(rss) Remove duplicate XML declaration in RSS file. (#856)
The extra XML declaration prevents the XML from being parsed.
2021-05-29 08:32:40 -05:00
Austin Wise
a6574ec28b
fix(serve): Resolve infinite loop om Windows. (#855)
Before this change, the serve command would repeatedly rebuild the website
after the first change. This was caused by the the rebuild being triggered
when the output files changed. The reason the existing check did not notice
that the change files were in the output folder is due to how Rust
canonicalizes paths on Windows. Most Windows are familar with absolute paths
that start with the drive letter. For example:

c:\windows\notepad.exe

The fully qualified version of this path, returned by canonicalize(), is:

\\?\c:\windows\notepad.exe

The destination path was not canonicalized, while the paths coming from
notify.rs were. This prevented the starts_with check from detecting that
the changed path was within the destintion folder.

I also tested this change on Linux and confirmed that it still rebuilds
when the input filess change.
2021-05-29 08:31:27 -05:00
tglman
657abc90b2
feat: Minify html,css,js (#854)
- Minifies rendered documents
- Minifies js, and css assets

Minification is disabled by default, for backward and text compatibility.  This can be changed on an extension-by-extension basis.

This doesn't touch the unused config crate.
2021-05-24 09:21:38 -05:00
Ed Page
548c007a09
Merge pull request #852 from cobalt-org/dependabot/cargo/regex-1.5.1
chore(deps): Bump regex from 1.4.6 to 1.5.1
2021-05-01 09:04:26 -05:00
dependabot[bot]
1ce505de3d
chore(deps): Bump regex from 1.4.6 to 1.5.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.6 to 1.5.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.4.6...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-01 07:01:59 +00:00
Ed Page
3683f245ee
Merge pull request #851 from epage/deps
chore: Upgrade deps
2021-04-29 18:28:57 -05:00
Ed Page
7b86c7bbf9 chore: Upgrade deps 2021-04-29 15:38:31 -05:00
Ed Page
ca72cd486e
Merge pull request #840 from cobalt-org/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-04-29 14:10:57 -05:00
dependabot-preview[bot]
a4c8365e77
Upgrade to GitHub-native Dependabot 2021-04-29 19:06:09 +00:00
Ed Page
79a31defc6
Merge pull request #818 from cobalt-org/dependabot/cargo/syntect-4.5.0
build(deps): bump syntect from 4.4.0 to 4.5.0
2021-01-01 12:04:09 -06:00
Ed Page
d2fe68b51a
Merge pull request #819 from cobalt-org/dependabot/cargo/predicates-1.0.6
build(deps): bump predicates from 1.0.5 to 1.0.6
2021-01-01 12:03:52 -06:00
Ed Page
fba637dac2
Merge pull request #820 from cobalt-org/dependabot/cargo/toml-0.5.8
build(deps): bump toml from 0.5.7 to 0.5.8
2021-01-01 12:03:42 -06:00
Ed Page
17ff12ec7e
Merge pull request #821 from cobalt-org/dependabot/cargo/serde-1.0.118
build(deps): bump serde from 1.0.117 to 1.0.118
2021-01-01 12:03:34 -06:00
Ed Page
932109d121
Merge pull request #822 from cobalt-org/dependabot/cargo/serde_json-1.0.61
build(deps): bump serde_json from 1.0.59 to 1.0.61
2021-01-01 12:03:27 -06:00
Ed Page
b1318d2e2e
Merge pull request #823 from cobalt-org/dependabot/cargo/itertools-0.10.0
build(deps): bump itertools from 0.9.0 to 0.10.0
2021-01-01 12:03:10 -06:00
dependabot-preview[bot]
cf1a445238
build(deps): bump itertools from 0.9.0 to 0.10.0
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bluss/rust-itertools/compare/v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 08:02:22 +00:00
dependabot-preview[bot]
5a0c736abb
build(deps): bump serde_json from 1.0.59 to 1.0.61
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.59 to 1.0.61.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.59...v1.0.61)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 08:02:05 +00:00
dependabot-preview[bot]
7bff1a9e97
build(deps): bump serde from 1.0.117 to 1.0.118
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.118.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.118)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 08:01:49 +00:00
dependabot-preview[bot]
5e809a5462
build(deps): bump toml from 0.5.7 to 0.5.8
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.7...0.5.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 08:01:26 +00:00
dependabot-preview[bot]
cc2f237415
build(deps): bump predicates from 1.0.5 to 1.0.6
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases)
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v1.0.5...v1.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 08:01:21 +00:00
dependabot-preview[bot]
87b2856634
build(deps): bump syntect from 4.4.0 to 4.5.0
Bumps [syntect](https://github.com/trishume/syntect) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/trishume/syntect/releases)
- [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trishume/syntect/compare/v4.4.0...v4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 08:00:50 +00:00