Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linebender/linebender.github.io
Main webpage for linebender org
https://github.com/linebender/linebender.github.io
Last synced: about 23 hours ago
JSON representation
Main webpage for linebender org
- Host: GitHub
- URL: https://github.com/linebender/linebender.github.io
- Owner: linebender
- Created: 2020-06-24T17:04:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:15:03.000Z (18 days ago)
- Last Synced: 2024-12-16T18:43:33.950Z (18 days ago)
- Language: SCSS
- Homepage: https://linebender.org/
- Size: 1.21 MB
- Stars: 5
- Watchers: 9
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.apache-2.0
Awesome Lists containing this project
README
This repository contains the website for [linebender.org](https://linebender.org). More details are
available on the website.# Development
**Note: The site is currently built with Zola version 0.19.2.**
The steps you need to get building the website locally are:
1. [Install Zola](https://www.getzola.org/documentation/getting-started/installation/)
2. Run `zola serve` in a terminal
3. Go to the address logged to the terminal window (usually [localhost:1111](http://localhost:1111)).# Deployment
This website is automatically deployed every time a PR is merged using Github actions.