Skip to content

Commit

Permalink
low bat
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Nov 26, 2023
1 parent 24df610 commit 1a6031f
Show file tree
Hide file tree
Showing 47 changed files with 299 additions and 1,653 deletions.
128 changes: 0 additions & 128 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

45 changes: 0 additions & 45 deletions .github/CONTRIBUTING.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/actionable-item.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE/pull-request.md

This file was deleted.

12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ Adding your custom css is as easy as adding your own styles to the `sass/_custom
| `zola build` | Build only |
| `zola serve` | Build and Serve |

## Reporting Issues

We use GitHub Issues as the official bug tracker for **Zola Minimal**. Please
search [existing issues](https://github.com/semanticdata/zola-minimal/issues). It’s
possible someone has already reported the same problem.

If your problem or idea is not addressed yet, [open a new issue](https://github.com/semanticdata/zola-minimal/issues/new).

## Contributing

We'd love your help! Please see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) to learn about the kinds of contributions we're looking for.

## Acknowledgments

Especial thanks to the [Minimal](https://github.com/pages-themes/minimal) theme for [Jekyll](https://jekyllrb.com/). They provided both the bulding blocks, and the inspiration necessary to make this happen.
Expand Down
11 changes: 3 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ build_search_index = false
generate_feed = false
minify_html = false

# taxonomies = [
# { name = "categories", feed = true },
# { name = "tags", feed = true },
# ]

[markdown]
highlight_code = true
highlight_theme = "ayu-light"
# highlight_theme = "ayu-light"

[search]
include_title = true
Expand All @@ -25,5 +20,5 @@ include_content = true
index_format = "elasticlunr_javascript"

[extra]
author = "Miguel Pimentel"
email = "contact@miguelpimentel.do"
author = "Miguel Pimentel" # Author's name
email = "contact@miguelpimentel.do" # Author's email
Loading

0 comments on commit 1a6031f

Please sign in to comment.