GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [PATCH website v2 0/7] Add meta tag and favicon
@ 2022-10-22  8:32 Memet Zx
  2022-10-22  8:32 ` [PATCH website v2 1/7] remove author data and template Memet Zx
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Memet Zx @ 2022-10-22  8:32 UTC (permalink / raw)
  To: GNU/Weeb Mailing List; +Cc: Ammar Faizi, Irvan Malik, Memet Zx

From: Memet Zx <[email protected]>

Hi,
This is v2 revision of additions and fixes:
Previously I added too many image files and they weren't very useful either, 
so I minimized the files that would be used in the repo/website

## Changelog:
v1 -> v2:
- Delete unused images
- refactoring head
- fix known problem

Memet Zx (7):
  remove author data and template
  rename file manifest to nunjucks format
  add favicon images
  add meta tag list file
  add config for favicon
  refactoring head
  add images on data site

 .eleventy.js                        |   3 +--
 _source/_assets/favicon/favicon.ico | Bin 0 -> 1150 bytes
 _source/_data/author.json           |  10 ---------
 _source/_data/site.json             |   1 +
 _source/_includes/head.html         |  13 ++++++-----
 _source/_includes/meta.html         |  33 ++++++++++++++++++++++++++++
 _source/author.njk                  |  10 ---------
 _source/manifest.json               |   0
 _source/manifest.njk                |  19 ++++++++++++++++
 9 files changed, 61 insertions(+), 28 deletions(-)
 create mode 100644 _source/_assets/favicon/favicon.ico
 delete mode 100644 _source/_data/author.json
 create mode 100644 _source/_includes/meta.html
 delete mode 100644 _source/author.njk
 delete mode 100644 _source/manifest.json
 create mode 100644 _source/manifest.njk


base-commit: 657fc07a39da486cf24b3bb4620b554f70de983d
-- 
Memet Zx


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-10-22  8:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  8:32 [PATCH website v2 0/7] Add meta tag and favicon Memet Zx
2022-10-22  8:32 ` [PATCH website v2 1/7] remove author data and template Memet Zx
2022-10-22  8:32 ` [PATCH website v2 2/7] rename file manifest to nunjucks format Memet Zx
2022-10-22  8:32 ` [PATCH website v2 3/7] add favicon images Memet Zx
2022-10-22  8:32 ` [PATCH website v2 4/7] add meta tag list file Memet Zx
2022-10-22  8:32 ` [PATCH website v2 5/7] add config for favicon Memet Zx
2022-10-22  8:32 ` [PATCH website v2 6/7] refactoring head Memet Zx
2022-10-22  8:32 ` [PATCH website v2 7/7] add images on data site Memet Zx
2022-10-22  8:55 ` [PATCH website v2 0/7] Add meta tag and favicon Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox