Skip to content

Commit

Permalink
nvm it didnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
ammon-m authored Oct 18, 2024
1 parent 083a2b0 commit fd339b5
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-to-neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
cleanup: true
dist_dir: public

- name: Deploy to nekoweb
uses: deploy2nekoweb/deploy2nekoweb@v4
with:
nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }}
nekoweb-cookie: ${{ secrets.NEKOWEB_COOKIE }}
nekoweb-folder: '/'
directory: 'public'
# - name: Deploy to nekoweb
# uses: deploy2nekoweb/deploy2nekoweb@v4
# with:
# nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }}
# nekoweb-cookie: ${{ secrets.NEKOWEB_COOKIE }}
# nekoweb-folder: '/'
# directory: 'public'
Binary file added src/cursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/elements.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
Don't use this file to edit your site style! Create a different CSS file for that.
This file defines how custom elements (like sitebox) will look like.
Setting CSS that breaks main nekoweb site on purpose is prohibited and may result in ban and site deletion!
*/

/* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */
.site-box {
text-align: center;
background-image: url(/static/assets/cookiebox.png); /* Only nekoweb URLs allowed, use full url to your site like https://example.nekoweb.org/images/coolbg.png */
background-repeat: no-repeat;
color: #b08271;
font-size: 12px;
}
.site-box > a > p {
color: var(--darkbrown);
font-weight: bold;
}
.site-box > a > span {
color: var(--darkbrown);
}

/* Style for your 'Follow on Nekoweb' button (<iframe src="https://nekoweb.org/frame/follow" frameborder="0" width="170" height="28"></iframe>) */
.follow {

}
7 changes: 7 additions & 0 deletions src/prettier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"useTabs": false,
"tabWidth": 4,
"html": {
"htmlWhitespaceSensitivity": "ignore"
}
}

0 comments on commit fd339b5

Please sign in to comment.