Initial commit
This commit is contained in:
commit
9a1e0bd506
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
public/
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[submodule "themes/hugo-lamp"]
|
||||
path = themes/hugo-lamp
|
||||
url = https://github.com/huyb1991/hugo-lamp
|
||||
[submodule "themes/hugo-theme-learn"]
|
||||
path = themes/hugo-theme-learn
|
||||
url = https://github.com/matcornic/hugo-theme-learn.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
29
config.toml
Normal file
29
config.toml
Normal file
@ -0,0 +1,29 @@
|
||||
baseURL = "https://srs.nemunai.re/fic/"
|
||||
languageCode = "fr-fr"
|
||||
defaultContentLanguage = "fr"
|
||||
|
||||
title = "Challenge FIC"
|
||||
theme = "hugo-theme-learn"
|
||||
metaDataFormat = "yaml"
|
||||
|
||||
[params]
|
||||
editURL = "https://gitea.nemunai.re/srs/fic-help/src/branch/master/"
|
||||
description = "Préparation du challenge forensic 2020"
|
||||
themeVariant = "blue"
|
||||
author = "SRS 2020"
|
||||
showVisitedLinks = true
|
||||
disableBreadcrumb = false
|
||||
disableNextPrev = true
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON"]
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fas fa-envelope'></i> Contact"
|
||||
url = "mailto:fic@nemunai.re"
|
||||
weight = 10
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-gitlab'></i> Gitlab SRS"
|
||||
url = "https://git.srs.epita.fr/"
|
||||
weight = 15
|
3
layouts/partials/logo.html
Normal file
3
layouts/partials/logo.html
Normal file
@ -0,0 +1,3 @@
|
||||
<a id="logo" href="/fic/">
|
||||
<img src="/fic/img/fic.png" alt="FIC2020">
|
||||
</a>
|
BIN
static/img/fic.png
Normal file
BIN
static/img/fic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
1
themes/hugo-lamp
Submodule
1
themes/hugo-lamp
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1079a5b9ec80e33524f0e4ab73de31e8f70a729f
|
1
themes/hugo-theme-learn
Submodule
1
themes/hugo-theme-learn
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 18212e67599813e4f97ecc66ebf3f8b32f54a0b5
|
Loading…
Reference in New Issue
Block a user