Skip to content

Commit

Permalink
change filename of social card
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcapJake committed Feb 29, 2024
1 parent ec7bb89 commit 7e96db8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
44 changes: 4 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
# Website
# Hisyëö

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
A conlang (kokanido) designed to balance minimalism with translatability. Takes
the core grammar of Kokanu and flips a few concepts around, adds a few new
grammar pieces and doubles the word count.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'img/hisyeo-social-card.jpg',
// announcementBar: {
// id: 'support_us',
// content:
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file added static/img/hisyeo-social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e96db8

Please sign in to comment.