Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Folyd/folyd.com


https://github.com/Folyd/folyd.com

bulma lektor

Last synced: about 1 month ago
JSON representation

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 -v

Open 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