Skip to content

Commit

Permalink
[skip ci] Add some screenshots
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Filimonov <anton.filimonov@gmail.com>
  • Loading branch information
variar committed Jan 27, 2021
1 parent 0433356 commit 83a9438
Show file tree
Hide file tree
Showing 46 changed files with 2,288 additions and 12 deletions.
5 changes: 5 additions & 0 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title = "KLOGG"
theme = 'hugo-book'
disableKinds = ['taxonomy', 'taxonomyTerm']

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

[params]
# (Optional, default 6) Set how many table of contents levels to be showed on page.
# Use false to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
Expand Down
19 changes: 8 additions & 11 deletions website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ _klogg_ is designed to:
- handle huge log files
- provide a clear view of the matches even in heavily cluttered files.

General usage can be described as simple loop:

{{< mermaid >}}

graph TD;
A[Search for some regular expression]-->B[Mark interesting lines to keep in results window];
B-->A;

{{< /mermaid >}}

Using this pattern you can get full picture of what was happening at the time of logging.
Here is what _klogg_ looks like:

<div id="gallery" style="display:none;">
<img src="/screenshots/mainwindow.png" alt="Klogg main window" />
<img src="/screenshots/dark.png" alt="Klogg dark theme" />
<img src="/screenshots/scratchpad.png" alt="Klogg scratchpad" />
<img src="/screenshots/highlighters.png" alt="Klogg highlighters configuration" />
</div>

## Features
{{< columns >}}
Expand Down
6 changes: 6 additions & 0 deletions website/static/css/owl.carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions website/static/css/owl.theme.default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 83a9438

Please sign in to comment.