Podcasting template for Jekyll
 
 
 
 
Go to file
Haslinger Stefan (extern) 5b4883ef6e sidebar width changed 2023-04-20 18:07:34 +02:00
.vscode config settings, default layout imported - not converted yet 2023-03-14 10:12:44 +01:00
_includes responsibility issue fixed, content removed, ready for next development 2023-03-21 09:49:03 +01:00
_layouts sidebar width changed 2023-04-20 18:07:34 +02:00
_plugins responsibility issue fixed, content removed, ready for next development 2023-03-21 09:49:03 +01:00
css introduced feed, finishing touches 2023-03-20 12:39:34 +01:00
fonts working on layout, navigation items plugin 2023-03-14 11:45:37 +01:00
img css styling, favicon, code cleanup 2023-03-17 16:23:16 +01:00
js introduced alpine.js 2023-03-19 09:43:29 +01:00
video working on layout, navigation items plugin 2023-03-14 11:45:37 +01:00
.gitignore added tailwind 2022-12-26 12:50:36 +01:00
.ruby-version fixed ruby version 2023-03-13 10:48:11 +01:00
404.html introduced feed, finishing touches 2023-03-20 12:39:34 +01:00
Gemfile navigation list not crashing any more 2023-03-17 10:46:21 +01:00
Gemfile.lock navigation list not crashing any more 2023-03-17 10:46:21 +01:00
LICENSE bringing in more assets 2023-03-14 13:29:11 +01:00
README.md bringing in more assets 2023-03-14 13:29:11 +01:00
_config.dev.yml updated jekyll, gems, introduced development config 2023-03-07 14:35:26 +01:00
_config.yml responsibility issue fixed, content removed, ready for next development 2023-03-21 09:49:03 +01:00
feed.xml introduced feed, finishing touches 2023-03-20 12:39:34 +01:00
package-lock.json introduced alpine.js 2023-03-19 09:43:29 +01:00
package.json working with seperate running npx postcss watcher 2023-03-07 15:23:37 +01:00
postcss.config.js working with seperate running npx postcss watcher 2023-03-07 15:23:37 +01:00
site.webmanifest css styling, favicon, code cleanup 2023-03-17 16:23:16 +01:00
tailwind.config.js responsibility issue fixed, content removed, ready for next development 2023-03-21 09:49: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