Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nileane/1pct

Source for 1pct.fr — Un Podcast Trans is a French podcast featuring trans folks having a blast. 🏳️‍⚧️
https://github.com/nileane/1pct

blog jekyll podcast template website

Last synced: 15 days ago
JSON representation

Source for 1pct.fr — Un Podcast Trans is a French podcast featuring trans folks having a blast. 🏳️‍⚧️

Awesome Lists containing this project

README

        

# Source for 1pct.fr
## Powered by GitHub Pages and Jekyll

To build, make sure you have Bundler installed:
```
gem install bundler
```

Install needed dependencies:
```
cd ~/~1pct.fr
bundle install
```

You can now build my website, and directly run it on a local server at localhost:4000 (unless configured otherwise).
```
bundle exec jekyll serve
```