Skip to content

Commit

Permalink
Merge pull request #11 from alexandre-touret/feature/fix_issues
Browse files Browse the repository at this point in the history
Fix some issues
  • Loading branch information
alexandre-touret authored Dec 1, 2021
2 parents 11e9531 + 0cfd5c9 commit 34628eb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@ social:
links:
- "https://twitter.com/touret_alex"
- "https://www.linkedin.com/in/atouret"

sass:
style: compressed
6 changes: 0 additions & 6 deletions _pages/category-archive.md

This file was deleted.

1 change: 0 additions & 1 deletion _pages/year-archive.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Posts by Year"
permalink: /posts/
s
author_profile: true
---
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ kind: Secret
type: Opaque
# Inclusion of binary configuration files
data:
my_keystore.jks: {{ .Files.Get "secrets/my_keystore.jks" | b64enc }}
my_keystore_jks: {{ .Files.Get "secrets/my_keystore.jks" | b64enc }}
```
Expand All @@ -77,7 +77,7 @@ kind: ConfigMap
[...]

data:
my.conf: {{- (.Files.Glob "conf/*").AsConfig | nindent 2 }}
my_conf: {{- (.Files.Glob "conf/*").AsConfig | nindent 2 }}

```

Expand Down
Binary file removed assets/images/bio-photo.jpg
Binary file not shown.
Binary file modified assets/images/bouletmaton1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34628eb

Please sign in to comment.