Add Papermod themes and rename posts to blog
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/PaperMod"]
|
||||
path = themes/PaperMod
|
||||
url = https://github.com/adityatelange/hugo-PaperMod.git
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Carrying a shitty point & shoot
|
||||
date: 2024-06-27T19:05:24+02:00
|
||||
date: 2024-06-27T19:05:24
|
||||
draft: true
|
||||
# weight: 1
|
||||
# aliases: ["/first"]
|
||||
|
@ -13,5 +13,3 @@ cover:
|
|||
relative: false # when using page bundles set this to true
|
||||
hidden: true # only hide on current single page
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 23 MiB After Width: | Height: | Size: 23 MiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 232 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 566 KiB After Width: | Height: | Size: 566 KiB |
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 949 KiB After Width: | Height: | Size: 949 KiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 514 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
2
hugo.yml
|
@ -2,7 +2,7 @@ baseURL: 'https://achilletoupin.com/'
|
|||
languageCode: 'fr-fr'
|
||||
title: 'Achille Toupin'
|
||||
#description: 'Blog personnel de moi'
|
||||
theme: 'paperMod'
|
||||
theme: 'PaperMod'
|
||||
taxonomies:
|
||||
- tag: tags
|
||||
- category: categories
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default "auto" }}">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<style>
|
||||
.main-screen {
|
||||
box-sizing: border-box;
|
||||
|
@ -29,6 +30,7 @@
|
|||
.main-content {
|
||||
position: relative;
|
||||
flex-grow: 2;
|
||||
width: 100%;
|
||||
max-width: 750px;
|
||||
}
|
||||
|
||||
|
@ -73,7 +75,7 @@
|
|||
<h1 class="site-title">{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
<div class="icon-row">
|
||||
<a class="icon-item" href="/posts">
|
||||
<a class="icon-item" href="/blog">
|
||||
<img src="/icon_work.webp" alt="Work icon by Shar"></img>
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
|
|
1
themes/PaperMod
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 149f12cea7dacb9424157008eef59b918ee45172
|