Go to file
Stefan Haslinger 0407729957 responsibilty issues fixed 2023-03-21 09:40:03 +01:00
.vscode rename panodio.panoptikum.io to panodio.panoptikum.social 2022-11-07 17:55:32 +01:00
_includes responsibilty issues fixed 2023-03-21 09:40:03 +01:00
_layouts responsibilty issues fixed 2023-03-21 09:40:03 +01:00
_plugins responsibilty issues fixed 2023-03-21 09:40:03 +01:00
css responsibilty issues fixed 2023-03-21 09:40:03 +01:00
fonts self contained, video included 2018-05-25 17:14:36 +02:00
img rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
js rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
node_modules rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
pages responsibilty issues fixed 2023-03-21 09:40:03 +01:00
video self contained, video included 2018-05-25 17:14:36 +02:00
.gitignore updated ruby, jekyll and gems 2023-03-07 12:43:09 +01:00
.ruby-version updated ruby, jekyll and gems 2023-03-07 12:43:09 +01:00
404.html rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
Gemfile rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
Gemfile.lock rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
LICENSE Initial commit 2018-01-17 19:18:03 +01:00
README.md rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
_config.dev.yml rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
_config.yml rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
feed.xml rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
package-lock.json rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
package.json rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
postcss.config.js rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
site.webmanifest rewrite using tailwind and a plugin from jekyll octopod 2023-03-20 12:37:35 +01:00
tailwind.config.js responsibilty issues fixed 2023-03-21 09:40:03 +01:00

README.md

panodio.panoptikum.social

Website for Panodio Project

Jekyll Podcasting

A podcasting template for jekyll which is standing on the shoulder of giants:

  • Tailwind CSS
  • Podlove Webplayer

Installing dependencies

  • npm install postcss@latest tailwindcss@latest autoprefixer@latest cssnano@latest @tailwindcss/typography -D

Development

  • Running the prepocessor:
    npx tailwindcss -i ./css/main.css -o ./css/tailwind.css --watch
  • Starting the web server:
    bundle exec jekyll serve

Resources

Links to resources, this project is based on:

Deploying

  • Deploying for production:
    JEKYLL_ENV=production NODE_ENV=production bundle exec jekyll build