diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index de1c7b3..a37df33 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -30,7 +30,7 @@ jobs: wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb - name: Install Dart Sass - run: sudo snap install dart-sass + run: sudo snap install dart-sass - name: Checkout uses: actions/checkout@v4 with: @@ -41,6 +41,8 @@ jobs: uses: actions/configure-pages@v4 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" + - name: Install PostCSS + run: npm install -D autoprefixer postcss-cli postcss - name: Build with Hugo env: HUGO_ENVIRONMENT: production @@ -55,7 +57,6 @@ jobs: with: path: ./public - # Deployment job deploy: environment: name: github-pages diff --git a/content/en/_index.html b/content/en/_index.html index 870da2d..b3a9812 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -21,7 +21,7 @@

An opinionated Cloud Native Directory Service

{{< blocks/section id="features" color="white" >}} {{% blocks/feature image="/images/features/aletheia.svg" %}} -#### [Aletheia]({{< relref "/docs/" >}}), is an open-source system for running and managing a cloud native, production-grade Identity Datastore and Directory Service. +#### [Aletheia]({{< relref "/docs" >}}), is an open-source system for running and managing a cloud native, production-grade Identity Datastore and Directory Service. It provides an suite of tools for running and administrating an Identity Datastore. Built and Tested at [Mudrex](https://mudrex.com), Aletheia builds upon the needs of an cloud native datastore combined with the best practices from the LDAP community. {{% /blocks/feature %}}