Compare commits

..

3 Commits

Author SHA1 Message Date
431a82ec27 feat(modules): add theme submodules
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2022-02-11 19:36:58 +01:00
265b1a8bed feat(compose): update docker-compose to use hugo
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2022-02-11 19:36:21 +01:00
81bb27493b feat(src): chagne to hugo
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2022-02-11 19:36:05 +01:00
15 changed files with 125 additions and 1 deletions

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:
- "8000:80"
volumes:
- ./html:/usr/share/nginx/html
- ./jujure/public:/usr/share/nginx/html

0
jujure/.hugo_build.lock Normal file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

@ -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 >}}

Binary file not shown.

@ -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=="}}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"Target":"main.4e5c639214707eff609bb55fe49e183dee42258a73bc90e4cc7b0a84f900798a.css","MediaType":"text/css","Data":{"Integrity":"sha256-TlxjkhRwfv9gm7Vf5J4YPe5CJYpzvJDkzHsKhPkAeYo="}}

@ -0,0 +1 @@
Subproject commit fff3cc7bcd46476834e5a975e13dce0766c813bd

@ -0,0 +1 @@
Subproject commit 9d458d193fee9dd35843baddd41e1ba99c29aef4