Compare commits
3 Commits
3448bb6164
...
431a82ec27
Author | SHA1 | Date | |
---|---|---|---|
431a82ec27 | |||
265b1a8bed | |||
81bb27493b |
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[submodule "jujure/themes/hello_friend"]
|
||||||
|
path = jujure/themes/hello_friend
|
||||||
|
url = git@github.com:rhazdon/hugo-theme-hello-friend-ng.git
|
||||||
|
[submodule "jujure/themes/terminal"]
|
||||||
|
path = jujure/themes/terminal
|
||||||
|
url = git@github.com:panr/hugo-theme-terminal.git
|
@ -7,4 +7,4 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/usr/share/nginx/html
|
- ./jujure/public:/usr/share/nginx/html
|
||||||
|
0
jujure/.hugo_build.lock
Normal file
0
jujure/.hugo_build.lock
Normal file
6
jujure/archetypes/default.md
Normal file
6
jujure/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
86
jujure/config.toml
Normal file
86
jujure/config.toml
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
baseurl = "/"
|
||||||
|
title = "Juju"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = "hello_friend"
|
||||||
|
paginate = 10
|
||||||
|
|
||||||
|
PygmentsCodeFences = true
|
||||||
|
PygmentsStyle = "monokai"
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "Julien CLEMENT"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
dateform = "Jan 2, 2006"
|
||||||
|
dateformShort = "Jan 2"
|
||||||
|
dateformNum = "2006-01-02"
|
||||||
|
dateformNumTime = "2006-01-02 15:04"
|
||||||
|
|
||||||
|
# Subtitle for home
|
||||||
|
homeSubtitle = "de la conf de Julien"
|
||||||
|
|
||||||
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||||
|
disableReadOtherPosts = false
|
||||||
|
|
||||||
|
# Enable sharing buttons, if you like
|
||||||
|
enableSharingButtons = true
|
||||||
|
|
||||||
|
# Metadata mostly used in document's head
|
||||||
|
description = "My new homepage or blog"
|
||||||
|
keywords = "homepage, blog, crypto, reverse"
|
||||||
|
images = [""]
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "github"
|
||||||
|
url = "https://github.com/Azomasiel"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "gitea"
|
||||||
|
url = "https://git.juju.re/explore/repos"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "linkedin"
|
||||||
|
url = "https://www.linkedin.com/in/julien-clement-0891ab199/"
|
||||||
|
|
||||||
|
|
||||||
|
[params.portrait]
|
||||||
|
path = "/juju.jpg"
|
||||||
|
alt = "Portrait"
|
||||||
|
maxWidth = "250px"
|
||||||
|
|
||||||
|
[params.favicon.color]
|
||||||
|
mask = "#1b1c1d"
|
||||||
|
msapplication = "#1b1c1d"
|
||||||
|
theme = "#1b1c1d"
|
||||||
|
|
||||||
|
[params.footer]
|
||||||
|
author = true
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
category = "blog"
|
||||||
|
tag = "tags"
|
||||||
|
series = "series"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Juju"
|
||||||
|
subtitle = ""
|
||||||
|
keywords = "Crypto, Reverse"
|
||||||
|
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoMark = "juju@synacktiv ~$ "
|
||||||
|
logoText = "cryptoratio"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
logoCursorColor = "#3884FF"
|
||||||
|
# or
|
||||||
|
#
|
||||||
|
# path = "/img/your-example-logo.svg"
|
||||||
|
# alt = "Your example logo alt text"
|
||||||
|
|
||||||
|
# And you can even create generic menu
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "posts"
|
||||||
|
name = "Posts"
|
||||||
|
url = "/post/"
|
BIN
jujure/content/juju.jpg
Normal file
BIN
jujure/content/juju.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
12
jujure/content/post/conf_exploit.md
Normal file
12
jujure/content/post/conf_exploit.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]"
|
||||||
|
date: "2021-11-19 18:00:00"
|
||||||
|
author: "Juju"
|
||||||
|
tags: ["Reverse", "Exploit"]
|
||||||
|
---
|
||||||
|
|
||||||
|
{{< youtube 5g2eZSST7YE >}}
|
||||||
|
|
||||||
|
{{< rawhtml >}}
|
||||||
|
<embed src="/post/conf_exploit.pdf" type="application/pdf" width="100%" height="430">
|
||||||
|
{{< /rawhtml >}}
|
BIN
jujure/content/post/conf_exploit.pdf
Normal file
BIN
jujure/content/post/conf_exploit.pdf
Normal file
Binary file not shown.
2
jujure/layouts/shortcodes/rawhtml.html
Normal file
2
jujure/layouts/shortcodes/rawhtml.html
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<!-- raw html -->
|
||||||
|
{{.Inner}}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
|||||||
|
{"Target":"bundle.min.4bd4ccd2ab9fe5338bb5c7d92a81317fa54c948bb5605e9807c4e9b6f7ad4186c70f7634b323e7b854c4a2c4af7d9ebd1fc5a6f42b37d2721a735d8b1d7cbf01.js","MediaType":"application/javascript","Data":{"Integrity":"sha512-S9TM0quf5TOLtcfZKoExf6VMlIu1YF6YB8TptvetQYbHD3Y0syPnuFTEosSvfZ69H8Wm9Cs30nIac12LHXy/AQ=="}}
|
3
jujure/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content
Normal file
3
jujure/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content
Normal file
File diff suppressed because one or more lines are too long
1
jujure/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json
Normal file
1
jujure/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"Target":"main.4e5c639214707eff609bb55fe49e183dee42258a73bc90e4cc7b0a84f900798a.css","MediaType":"text/css","Data":{"Integrity":"sha256-TlxjkhRwfv9gm7Vf5J4YPe5CJYpzvJDkzHsKhPkAeYo="}}
|
1
jujure/themes/hello_friend
Submodule
1
jujure/themes/hello_friend
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fff3cc7bcd46476834e5a975e13dce0766c813bd
|
1
jujure/themes/terminal
Submodule
1
jujure/themes/terminal
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9d458d193fee9dd35843baddd41e1ba99c29aef4
|
Loading…
Reference in New Issue
Block a user