Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smasher164/arewesixelyet


https://github.com/smasher164/arewesixelyet

Last synced: about 2 months ago
JSON representation

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.