Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smasher164/arewesixelyet
https://github.com/smasher164/arewesixelyet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smasher164/arewesixelyet
- Owner: smasher164
- Created: 2022-04-18T05:53:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T11:22:08.000Z (10 months ago)
- Last Synced: 2024-03-03T12:29:52.028Z (10 months ago)
- Language: HTML
- Homepage: https://www.arewesixelyet.com/
- Size: 405 KB
- Stars: 36
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: docs/supported.svg
Awesome Lists containing this project
README
# Are We Sixel Yet?
This repository contains the source code for https://www.arewesixelyet.com.
It is a static site built using Hugo (extended edition).The theme this repo uses is part of a submodule. Make sure to
either clone the repo using `git clone --recurse-submodules` or
run `git submodule update --init` after cloning.Changes to content should be made in `content/_index.md`.
Changes can be tested using `hugo server`.
The build artifact is located in the `docs` folder.
After making any changes, please run `hugo -D`, which
will update the `docs` folder.