Convert .eleventy.js to EJS, add friends to index's aside, create playground page to test site elements, add syntax highlighting with custom theme, convert header subtitle from link to paragraph, add support for custom alt text in 88x31 macro, new template for generic text pages, add changelog to about page with recent commits.
This commit is contained in:
parent
ad14058b74
commit
ab071b0f78
18 changed files with 948 additions and 2524 deletions
|
|
@ -92,7 +92,8 @@ module.exports = {
|
|||
previous: "previous",
|
||||
next: "next",
|
||||
about: "about",
|
||||
thisWebsiteDoesNotTrackYou: "This website does not track you."
|
||||
thisWebsiteDoesNotTrackYou: "This website does not track you.",
|
||||
mrnandoChannel: "Mr. Nando's channel"
|
||||
},
|
||||
pt: {
|
||||
language: "português",
|
||||
|
|
@ -160,6 +161,7 @@ module.exports = {
|
|||
previous: "anterior",
|
||||
next: "próximo",
|
||||
about: "sobre",
|
||||
thisWebsiteDoesNotTrackYou: "Esse website não rastreia você."
|
||||
thisWebsiteDoesNotTrackYou: "Esse website não rastreia você.",
|
||||
mrnandoChannel: "Canal do Mr. Nando"
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue