Skip to content

Commit

Permalink
no actual updates today
Browse files Browse the repository at this point in the history
making another site rn, still gonna keep this one going but ive basically finished at this point, just gonna keep updating the reviews , blogs and guides.
i also (updated? downdated?) 11ty back to the main version because 3.0 is no longer in alpha
  • Loading branch information
Moosyu committed Oct 4, 2024
1 parent fe06344 commit fc24d09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "3.0.0-alpha.20",
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@vscode/markdown-it-katex": "^1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions src/_data/comics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"type": "Manhwa",
"name": "Kubera",
"score": 3.5,
"image": "",
"description": "imagine tower of god if the art was even more shit and the story was even more boring"
},
{
"type": "Manga",
"name": "MAD",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/guides/lexiqqq_eleventy.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
4. now here it gets a little complicated, go into your github repo, go to settings, click the secrets and variables dropdown on the right and click actions. in the actions page you're going to want to click "New repository secret".
![https://i.imgur.com/3JxV4Eq.png]
![](https://i.imgur.com/3JxV4Eq.png)
5. in the new repository secret menu for for the name write LEXIQQQ_PRIVATE_KEY. for the secret you're going to want to open a terminal window, run this command (but replace [email protected] with your actual email, this is a comment that is associating the key with your email so you can identify it):
Expand Down

0 comments on commit fc24d09

Please sign in to comment.