Skip to content

Commit 4c16c70

Browse files
committed
move images to org folder
1 parent 90e52b2 commit 4c16c70

5 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ org/private/
1414
/org/daily/
1515
/.emacs.d
1616
/content/posts
17-
.env
17+
.env
18+
/static/ox-hugo

config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title = "untitiled"
44
theme = "cortex"
55
canonifyURLs = true
66
relativeUrls = true
7+
staticDir = ["static", "org/assets"]
78

89
[params]
910

org/20210311234743-identity_aware_proxy.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For other protocols, there is no such thing?
3535
Let's have a look at the architecture of [[https://goteleport.com/][teleport]], an open source unified access plane which supports a wide range of applications, including kubernetes, postgresql and http applications.
3636

3737
#+DOWNLOADED: https://goteleport.com/teleport/docs/assets/overview-d1ab492628.svg @ 2021-03-12 14:12:33
38-
[[file:../static/images/2021-03-12_14-12-33_overview-d1ab492628.svg]]
38+
[[file:assets/images/2021-03-12_14-12-33_overview-d1ab492628.svg]]
3939

4040
1. Initiate Client Connection
4141
1. Authenticate Client

static/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)