Initial commit

This commit is contained in:
nemunaire 2019-03-26 17:22:42 +01:00
commit 9a1e0bd506
8 changed files with 47 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

6
.gitmodules vendored Normal file
View 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
View File

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

29
config.toml Normal file
View 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

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

1
themes/hugo-lamp Submodule

@ -0,0 +1 @@
Subproject commit 1079a5b9ec80e33524f0e4ab73de31e8f70a729f

@ -0,0 +1 @@
Subproject commit 18212e67599813e4f97ecc66ebf3f8b32f54a0b5