-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docsy + texts #162
Update docsy + texts #162
Conversation
lauravuo
commented
May 6, 2024
- Updated docsy to version that is compatible with latest Hugo.
- Updated front page texts to reflect that project is no longer actively maintained.
PR created by lauravuo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! I wrote some thoughts in one comment that we can discuss online.
I ran it on two different machines without a docker. The results:
Ubuntu Linux ARM 64:
- Debian packages have too old version, but downloading manually from Hugo's release pages all OK.
macOS and brew:
- brew's latest version is v0.124.1, which didn't work in the first run
- however, just changing everything in
/public/webfonts
from 0444 -> 0644 AND - changing similarly to 0644, the file
public/js/tabpane-persist.js
solved everything, and plain Hugo was able to run
content/en/_index.md
Outdated
Archive <i class="fab fa-github ms-2 "></i> | ||
</a> | ||
<p class="lead mt-5">Findy Agency is an open-source project for a decentralized identity agency. | ||
OP Lab developed it from 2019 to 2024. The project is no longer actively maintained, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a thought, we can discuss online about this:
OP Lab actively developed and maintained the project from 2019 to 2024. The project is no longer maintained, but codes (CODE-LINK) are still available. The project will be pivoted and split where FIDO2 & Passkey-related parts will get a new home, the legacy part of the SSI will be modernized, and it will similarly get a new home and name. The work is currently in progress.
The team will update this page and report ongoing progress on BLOG-PAGE-LINK. The blogs will also include cryptography posts, digital identities, and related topics about software development in general.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The project will be pivoted and the work will continue with new goals and mission. Follow the blog for updates.
Installed Hugo version 0.125.6 through brew this morning 🤔 |
You're correct, but this was what I got yesterday: └─ ▶ brew info hugo
==> hugo: stable 0.124.1 (bottled), HEAD
Configurable static site generator
https://gohugo.io/
/opt/homebrew/Cellar/hugo/0.124.1 (50 files, 80.5MB) *
Poured from bottle using the formulae.brew.sh API on 2024-04-05 at 11:18:15
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/h/hugo.rb
License: Apache-2.0
==> Dependencies
Build: go ✔
==> Options
--HEAD
Install HEAD version
... I think the └─ ▶ brew info hugo
==> hugo: stable 0.125.6 (bottled), HEAD
Configurable static site generator
https://gohugo.io/
Installed
/opt/homebrew/Cellar/hugo/0.124.1 (50 files, 80.5MB) * |