Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyproto/wercstyle
Example Algernon web application in the style of Werc
https://github.com/xyproto/wercstyle
algernon example lua markdown sample web webapp werc
Last synced: about 1 month ago
JSON representation
Example Algernon web application in the style of Werc
- Host: GitHub
- URL: https://github.com/xyproto/wercstyle
- Owner: xyproto
- License: other
- Created: 2020-02-03T09:35:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:50:32.000Z (over 2 years ago)
- Last Synced: 2024-10-19T05:26:13.867Z (3 months ago)
- Topics: algernon, example, lua, markdown, sample, web, webapp, werc
- Language: CSS
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wercstyle
A werc lookalike, for Algernon.
* This is also a quick demonstration of `.alg` archives.
* The Lua code is a bit hacky, but the concept that you can edit the contents of the web pages by only editing Markdown files, remains.## Requirements
* [Algernon](https://github.com/xyproto/algernon)
* For now, the `sitemap` page requires `find` and `sort` to be available.## Quick start
* `make` to build `werc.alg`
* `make run` to serve `werc.alg` at port 9000
* `make debug` to serve the current directory at port 9000## General info
* Version: 1.0.0