Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🏳️⚧️
- Host: GitHub
- URL: https://github.com/nileane/1pct
- Owner: nileane
- License: mit
- Created: 2020-10-11T16:50:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T22:45:57.000Z (about 1 year ago)
- Last Synced: 2025-01-23T10:59:18.389Z (20 days ago)
- Topics: blog, jekyll, podcast, template, website
- Language: SCSS
- Homepage: https://1pct.fr
- Size: 97.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source for 1pct.fr
## Powered by GitHub Pages and JekyllTo 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
```