Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Folyd/folyd.com
https://github.com/Folyd/folyd.com
bulma lektor
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Folyd/folyd.com
- Owner: Folyd
- Created: 2018-05-05T14:08:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T01:24:31.000Z (3 months ago)
- Last Synced: 2024-10-30T17:04:03.460Z (14 days ago)
- Topics: bulma, lektor
- Language: HTML
- Homepage: https://folyd.com
- Size: 1.14 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folyd.com
[![Build Status](https://travis-ci.com/Folyd/folyd.com.svg?branch=master)](https://travis-ci.com/Folyd/folyd.com)
Personal website, proudly powered by Lektor and Bulma.css.
### Get Started
- pip install lektor
- lektor serve -p 5000 -f webpack -vOpen the browser http://localhost:5000 .
### Run in Docker
- docker build --tag folyd.com .
- docker run --name folyd -p 5000:5000 -v \`pwd\`:/source folyd.com:latest