Skip to content

Commit

Permalink
refactor: update URLs, add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
polarhive committed Jun 1, 2024
1 parent 2603ec0 commit de80efd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Anna

[![Test Workflow](https://github.com/anna-ssg/anna/actions/workflows/tests.yml/badge.svg)](https://github.com/acmpesuecc/anna/actions/workflows/tests.yml)
[![Test Workflow](https://github.com/anna-ssg/anna/actions/workflows/tests.yml/badge.svg)](https://github.com/anna-ssg/anna/actions/workflows/tests.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/09b8bdf3-5931-4295-9fe7-d463d5d06a3f/deploy-status)](https://app.netlify.com/sites/anna-docs/deploys)
[![Go Reference](https://pkg.go.dev/badge/github.com/anna-ssg/anna.svg)](https://pkg.go.dev/github.com/acmpesuecc/anna)
[![GitHub Repo Stars](https://img.shields.io/github/stars/anna-ssg/Anna?style=flat-square&label=Stars&color=lightgreen&logo=github)](https://github.com/acmpesuecc/Anna)
[![Go Reference](https://pkg.go.dev/badge/github.com/anna-ssg/anna.svg)](https://pkg.go.dev/github.com/anna-ssg/anna)
[![GitHub Repo Stars](https://img.shields.io/github/stars/anna-ssg/Anna?style=flat-square&label=Stars&color=lightgreen&logo=github)](https://github.com/anna-ssg/anna)

```text
___
Expand All @@ -25,7 +25,7 @@ Pronounced: `/ɐnːɐ/` which means rice 🍚 in Kannada
## Get Started

```sh
go run github.com/acmpesuecc/anna@v2.0.0
go run github.com/anna-ssg/anna@v2.0.0
```
> If you don't have a site dir with the pre-requisite layout template; anna proceeds to fetch the default site dir from our GitHub repository
Expand All @@ -36,7 +36,7 @@ Detailed documentation for our SSG can be found: [here](https://anna-docs.netlif
If you have git installed, clone our repository and build against the latest commit

```sh
git clone github.com/acmpesuecc/anna; cd anna
git clone github.com/anna-ssg/anna; cd anna
go build
```
```text
Expand Down
2 changes: 1 addition & 1 deletion site/content/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Detailed documentation for our SSG can be found: [here](https://anna-docs.netlif
If you have git installed, clone our repository and build against the latest commit

```sh
git clone github.com/acmpesuecc/anna; cd anna
git clone github.com/anna-ssg/anna; cd anna
go build
```

Expand Down
2 changes: 1 addition & 1 deletion site/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: 2024-02-24
title: Home
type: page
previewimage: "/static/images/anna_ascii.png"
previewimage: "/static/images/anna.png"
description: "homepage for our ssg"
---

Expand Down
4 changes: 2 additions & 2 deletions site/content/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ toc: true
Run this in the appropriate folder. Note that if you don't have a site dir with the pre-requisite layout template; anna proceeds to fetch the default site dir from our GitHub repository

```sh
curl -L https://github.com/acmpesuecc/anna/releases/download/version-tag/releases-name.tar.gz > anna.tar.gz
curl -L https://github.com/anna-ssg/anna/releases/download/version-tag/releases-name.tar.gz > anna.tar.gz
tar -xvf anna.tar.gz # unzip the tar file
rm anna.tar.gz # removing the tar file

Expand All @@ -39,7 +39,7 @@ anna
### Installing anna with go

```sh
go run github.com/acmpesuecc/anna@v2.0.0
go run github.com/anna-ssg/anna@v2.0.0
```

---
Expand Down
2 changes: 1 addition & 1 deletion site/layout/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{define "footer"}}
<footer>
Rendered using <a href="https://github.com/acmpesuecc/anna">anna</a> ❤️
Rendered using <a href="https://github.com/anna-ssg/anna">anna</a> ❤️
</footer>
{{end}}
Binary file added site/static/images/anna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed site/static/images/anna_ascii.png
Binary file not shown.

0 comments on commit de80efd

Please sign in to comment.