https://github.com/sourcemeta/website
Sourcemeta's official website
https://github.com/sourcemeta/website
Last synced: about 1 month ago
JSON representation
Sourcemeta's official website
- Host: GitHub
- URL: https://github.com/sourcemeta/website
- Owner: sourcemeta
- Created: 2023-04-17T12:34:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T15:08:23.000Z (4 months ago)
- Last Synced: 2025-11-28T02:48:53.445Z (4 months ago)
- Language: HTML
- Homepage: https://www.sourcemeta.com/
- Size: 14.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Sourcemeta Website
==================
This is the website deployed at www.sourcemeta.com.
Building Locally
----------------
Make sure you have [Hugo](https://gohugo.io) installed and run:
```sh
make
```
You should be able to open the website at http://localhost:1313/.
Deploying
---------
Changes to this website are automatically deployed from the
[`main`](https://github.com/sourcemeta/website/commits/main) branch.