My personal website
Find a file
IkiWiki d074d30d34
All checks were successful
/ render (push) Successful in 32s
ikiwiki: move from lib
2024-09-17 14:48:47 -04:00
.forgejo/workflows forgejo-ci: use mirrored ssh-agent action 2024-09-10 07:55:17 -04:00
Comments content/*: move to root 2024-09-17 14:48:39 -04:00
css content/*: move to root 2024-09-17 14:48:39 -04:00
fonts content/*: move to root 2024-09-17 14:48:39 -04:00
ikiwiki/IkiWiki/Plugin ikiwiki: move from lib 2024-09-17 14:48:47 -04:00
images content/*: move to root 2024-09-17 14:48:39 -04:00
js content/*: move to root 2024-09-17 14:48:39 -04:00
keys content/*: move to root 2024-09-17 14:48:39 -04:00
meta content/*: move to root 2024-09-17 14:48:39 -04:00
sample_text content/*: move to root 2024-09-17 14:48:39 -04:00
tag content/*: move to root 2024-09-17 14:48:39 -04:00
templates base/*: merge with content 2024-09-17 14:38:24 -04:00
tools test-server.sh: move under tools 2024-09-17 14:48:31 -04:00
.gitignore content/*: move to root 2024-09-17 14:48:39 -04:00
android-chrome-192x192.png content/*: move to root 2024-09-17 14:48:39 -04:00
Anemones.jpg content/*: move to root 2024-09-17 14:48:39 -04:00
apple-touch-icon.png content/*: move to root 2024-09-17 14:48:39 -04:00
Bootstrap_features.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
browserconfig.xml content/*: move to root 2024-09-17 14:48:39 -04:00
Calendars.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
Comments.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
contact.fr.mo content/*: move to root 2024-09-17 14:48:39 -04:00
contact.fr.po content/*: move to root 2024-09-17 14:48:39 -04:00
contact.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
contact.pot content/*: move to root 2024-09-17 14:48:39 -04:00
favicon-16x16.png content/*: move to root 2024-09-17 14:48:39 -04:00
favicon-32x32.png content/*: move to root 2024-09-17 14:48:39 -04:00
favicon.ico content/*: move to root 2024-09-17 14:48:39 -04:00
favicon.png content/*: move to root 2024-09-17 14:48:39 -04:00
footer.fr.mo content/*: move to root 2024-09-17 14:48:39 -04:00
footer.fr.po content/*: move to root 2024-09-17 14:48:39 -04:00
footer.html content/*: move to root 2024-09-17 14:48:39 -04:00
footer.pot content/*: move to root 2024-09-17 14:48:39 -04:00
ikiwiki.setup ikiwiki: move from lib 2024-09-17 14:48:47 -04:00
index.fr.mo content/*: move to root 2024-09-17 14:48:39 -04:00
index.fr.po content/*: move to root 2024-09-17 14:48:39 -04:00
index.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
index.pot content/*: move to root 2024-09-17 14:48:39 -04:00
Inline_pages.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
inlinetest.mdwn content/*: move to root 2024-09-17 14:48:39 -04:00
Lemonshark.jpg content/*: move to root 2024-09-17 14:48:39 -04:00
LICENSE Add license 2016-07-07 08:25:49 +00:00
mstile-150x150.png content/*: move to root 2024-09-17 14:48:39 -04:00
README.md forgejo-cI; rename push to deploy 2024-08-25 20:45:42 -04:00
Sea_Star.jpg content/*: move to root 2024-09-17 14:48:39 -04:00
sidebar.fr.mo content/*: move to root 2024-09-17 14:48:39 -04:00
sidebar.fr.po content/*: move to root 2024-09-17 14:48:39 -04:00
sidebar.html content/*: move to root 2024-09-17 14:48:39 -04:00
sidebar.pot content/*: move to root 2024-09-17 14:48:39 -04:00
site.webmanifest content/*: move to root 2024-09-17 14:48:39 -04:00

ayakael.net

Upstream: https://ayakael.net/forge/ayakael.net/actions

Build Status Push Status

Forgejo Actions

This project's static Pages are built by Forgejo Actions, following the steps defined in .forgejo/workflows/pages.yaml. That builds this website using ikiwiki, and pushes the build artifacts to the public branch.

The public branch has its own workflow following steps defined in forgejo/workflows/deploy.yaml that uploads the artifacts to a remote HTTP server for deployment in production. This workflow is automatically updated from main so that public should never be manually modified.

The deployment is done by a simple remote git push via SSH to a non-bare repo where git config receive.denyCurrentBranch is set as updateInstead. This allows this repo to be checked out as public, allowing it to be a root for your favorite HTTP server.

The following secrets are expected to be set for operation:

  • PAGES_PRIVKEY: SSH private key that is used to push to the HTTP server's git repo
  • PAGES_TOKEN: Forgejo application token used to push to public branch.

The following variables are expected to be set for operation:

  • PAGES_TARGET: SSH target for HTTP server's git repo, following this format: user@example.net:/path/to/http/repo

Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Install ikiwiki:
  3. Generate the website: ikiwiki --setup ikiwiki.setup
  4. Start http-server: ./test-server.sh
  5. Preview your project: open 127.0.0.1:8080 in your browser

Read more at ikiwiki's documentation.

Contributing

  1. Fork the main ayakael.net repo.

  2. Checkout the forked repository.

    • git clone ssh://git@ayakael.net/$USER/ayakael.net
    • cd ayakael.net
  3. Make your changes.

  4. Do local build.

    • ikiwiki --setup ikiwiki.setup
  5. Fix any errors that come up and rebuild until it works locally.

  6. Commit the changes to the git repo in a git branch

    • git checkout -b <name>
    • git add changes
    • git commit -m 'content/index: descriptive description'
    • git push
  7. Create a merge request with your changes by following link in server response.

  8. Once the tests in the merge-request pass, and reviewers are happy, your changes will be merged.