mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-08-17 22:01:13 +03:00
Compare commits
16 Commits
1a3502b71b
...
main
Author | SHA1 | Date | |
---|---|---|---|
92917d6ca7 | |||
4d72df5e71 | |||
|
a039f232f6 | ||
de38d86557 | |||
1d129d5cf9 | |||
7407ede13c | |||
a65eea68ce | |||
3363db4134 | |||
fe2503d50f | |||
0a845869e6 | |||
fc9289f189 | |||
1f5caaa1c5 | |||
|
9835a4a713 | ||
ca14e8247c | |||
1f5573cee8 | |||
305f6c5642 |
49
.github/workflows/hugo.yml
vendored
49
.github/workflows/hugo.yml
vendored
@@ -60,52 +60,3 @@ jobs:
|
|||||||
--gc \
|
--gc \
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
- name: Change color
|
|
||||||
run: sed -i 's/peachpuff/rebeccapurple/g' public/css/main.*.css
|
|
||||||
- name: Change URI
|
|
||||||
run: find public -type f -exec sed -i 's/\/\/fruw.org/\/\/fruworg.github.io/g' {} +
|
|
||||||
- name: Upload artifact
|
|
||||||
uses: actions/upload-pages-artifact@v3
|
|
||||||
with:
|
|
||||||
path: ./public
|
|
||||||
|
|
||||||
# Deployment job
|
|
||||||
deploy-page:
|
|
||||||
environment:
|
|
||||||
name: github-pages
|
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: build
|
|
||||||
steps:
|
|
||||||
- name: Deploy to GitHub Pages
|
|
||||||
id: deployment
|
|
||||||
uses: actions/deploy-pages@v4
|
|
||||||
|
|
||||||
deploy-neocities:
|
|
||||||
environment:
|
|
||||||
name: neocities
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: build
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
path: .
|
|
||||||
- name: Create directory
|
|
||||||
run: mkdir public
|
|
||||||
- name: Unapacking artifact
|
|
||||||
run: tar xf github-pages/artifact.tar -C public
|
|
||||||
- name: Change URI
|
|
||||||
run: find public -type f -exec sed -i 's/\/\/fruworg.github.io/\/\/fruworg.neocities.org/g' {} +
|
|
||||||
- name: Rename 404 page
|
|
||||||
run: mv public/404.html public/not_found.html
|
|
||||||
- name: Change color
|
|
||||||
run: sed -i 's/rebeccapurple/mediumseagreen/g' public/css/main.*.css
|
|
||||||
- name: Delete id_rsa.pub
|
|
||||||
run: rm public/id_rsa.pub
|
|
||||||
- name: Deploy to Neocities
|
|
||||||
uses: bcomnes/deploy-to-neocities@v1
|
|
||||||
with:
|
|
||||||
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
|
|
||||||
cleanup: true
|
|
||||||
dist_dir: public
|
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
# Небольшой сайтик на `HUGO`
|
# Небольшой сайтик на `HUGO`
|
||||||
Зеркала: [раз](//fruw.org), [два](//fruworg.neocities.org), [три](//fruworg.pages.dev) и [четыре](//fruworg.github.io).
|
[Yay!](//fruw.org)
|
||||||
|
@@ -11,9 +11,9 @@ pygmentscodefencesguesssyntax = true
|
|||||||
pagination.pagerSize = 4
|
pagination.pagerSize = 4
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "всем привет!"
|
description = "гражданин интернета"
|
||||||
subtitlefile = true
|
subtitlefile = true
|
||||||
og_image = "fruworg.jpg"
|
og_image = "fruworg.png"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "mail"
|
name = "mail"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<pre><ascii> ▄ .▄▄▄▄ .▄▄▌ ▄▄▌ there
|
<pre><ascii> ▄ .▄▄▄▄ .▄▄▌ ▄▄▌ there
|
||||||
██▪▐█▀▄.▀·██• ██• ▪
|
██▪▐█▀▄.▀·██• ██• ▪
|
||||||
██▀▐█▐▀▀▪▄██▪ ██▪ ▄█▀▄
|
██▀▐█▐▀▀▪▄██▪ ██▪ ▄█▀▄
|
||||||
██▌▐▀▐█▄▄▌▐█▌▐▌▐█▌▐▌▐█▌.▐▌
|
██▌▐▀▐█▄▄▌▐█▌▐▌▐█▌▐▌▐█▌•▐▌
|
||||||
▀▀▀ · ▀▀▀ .▀▀▀ .▀▀▀ ▀█▄▀▪</ascii>
|
▀▀▀ · ▀▀▀ .▀▀▀ .▀▀▀ ▀█▄▀▪</ascii>
|
||||||
|
|
||||||
<a href="//github.com/fruworg/fruworg.github.io">opensource, js&cookie free</a></pre>
|
<a href="//github.com/fruworg/fruw.org">opensource, js&cookie free</a></pre>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 401 KiB |
Binary file not shown.
Before Width: | Height: | Size: 764 KiB |
BIN
static/fruworg.png
Normal file
BIN
static/fruworg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 969 KiB |
1
static/id_ed25519.pub
Normal file
1
static/id_ed25519.pub
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID6p+XXyq5KchR3BxqKMRXinGN1WawNmWHfvS6H/fWMy im@fruw.org
|
BIN
static/rknb.png
Normal file
BIN
static/rknb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Submodule themes/themu updated: 257284dd68...fd50a946d0
Reference in New Issue
Block a user