Skip to content

Commit

Permalink
og
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 8, 2023
1 parent 497031a commit fd22d97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ import postcss from "lume/plugins/postcss.ts";
import vento from "lume/plugins/vento.ts";
import inline from "lume/plugins/inline.ts";
import basePath from "lume/plugins/base_path.ts";
import metas from "lume/plugins/metas.ts";

const site = lume();

site.use(postcss());
site.use(vento());
site.use(inline());
site.use(basePath());
site.use(metas());
site.copy("img");
site.copy("isaac");

Expand Down
Binary file added img/facebook.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ layout: layout.vto

title: FEED 2023 - Foro de deseño - DAG

metas:
title: FEED 2023 - Foro de deseño
description: Organizado pola DAG - Asociación Galega de Deseño
image: /img/social.jpg

header:
title: Foro<br> de deseño
subtitle: |
Expand Down

0 comments on commit fd22d97

Please sign in to comment.