blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove hanging files

authored by

Filip Troníček and committed by
GitHub
4e040f6b 34afc3d6

-47
-9
.forestry/front_matter/templates/blog-post.yml
··· 1 - --- 2 - label: Blog post 3 - hide_body: true 4 - fields: 5 - - name: text 6 - type: text 7 - config: 8 - required: false 9 - label: Text
-27
.forestry/settings.yml
··· 1 - --- 2 - new_page_extension: md 3 - auto_deploy: false 4 - admin_path: 5 - webhook_url: 6 - sections: 7 - - type: jekyll-pages 8 - label: Pages 9 - create: all 10 - - type: jekyll-posts 11 - label: Posts 12 - create: all 13 - upload_dir: uploads 14 - public_path: "/uploads" 15 - front_matter_path: '' 16 - use_front_matter_path: false 17 - file_template: ":filename:" 18 - build: 19 - preview_env: 20 - - JEKYLL_ENV=staging 21 - preview_output_directory: _site 22 - install_dependencies_command: bundle install --path vendor/bundle 23 - preview_docker_image: forestryio/ruby:2.6 24 - mount_path: "/srv" 25 - working_dir: "/srv" 26 - instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future 27 - --port 8080 --host 0.0.0.0 -d _site
.vs/slnx.sqlite

This is a binary file and will not be displayed.

.vs/slnx.sqlite-journal

This is a binary file and will not be displayed.

-11
pages/cheatsheet.md
··· 1 - --- 2 - title: My coding cheatsheet 3 - --- 4 - <h2>CDNs for things</h2> 5 - <div id="cdn"> 6 - <pre> 7 - <script src="https://gist.github.com/filiptronicek/a8a80bf0aa996beea3b28a11357acba4.js"></script> 8 - 9 - </code> 10 - </pre> 11 - </div>