From 31236a72c14db781372d9d2e9a4afa6efef0b167 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 6 Jul 2023 15:59:08 -0700 Subject: [PATCH] Renaming --- _config.yml | 7 + _includes/nav.html | 4 +- _layouts/default.html | 31 +- _layouts/index.html | 9 +- .../2009-04-23-bash-imageslice.md | 4 +- .../2010-01-11-bash-rename_multiple_files.md | 6 +- .../2010-02-07-bash-date_for_filename.md | 8 +- .../2010-07-11-bash-resize_multiple_images.md | 10 + _posts/{cmd => cli}/2011-04-16-ssh_keys.md.md | 0 .../{cmd => cli}/2011-04-27-windows_copy.md | 10 +- .../2011-05-10-osx_hidden_files.md | 10 +- .../2011-08-11-terminal_emulator_on_win.md | 54 +- _posts/{cmd => cli}/2011-09-19-mostused.md | 12 +- .../2011-11-09-osx_command_line_audio.md | 0 .../2011-11-14-mac_os_print_json.md} | 18 +- .../2012-01-02-archlinux_install.md | 2 +- .../2013-09-16-gen_semitones.md | 5 +- .../2014-06-20-gifs_w_ffmpeg_gifsicle.md | 6 +- _posts/cli/2020-12-06-dotfiles.md | 11 + _posts/cmd/2011-02-02-bash_profile_osx.md | 44 - _posts/cmd/2011-03-11-bash_profile_linux.md | 13 - _posts/cmd/2020-12-06-dotfiles.md | 9 - _posts/{code => projects}/2011-05-24-clmpr.md | 2 +- .../2011-06-28-filebrowser.md | 2 +- .../2013-09-18-cinder-td-top.md | 2 +- .../2013-10-12-processing-anim-wkshp.md | 2 +- _posts/{code => projects}/2014-04-27-gh-td.md | 2 +- .../2014-08-03-mesh-mapping.md | 0 .../2016-12-21-organelle-monome.md | 2 +- .../2020-07-21-node-one-time-pw.md | 2 +- .../2023-07-06-grayarea-video-archive.md | 213 +++ .../2009-06-12-mel-sphere_intersect.md | 3 +- ...5-15-htaccess-rewrite_multiple_slashes.md} | 4 +- _posts/snippets/2010-07-07-maya_render_bat.md | 153 +- .../2010-07-11-bash-resize_multiple_images.md | 8 - _posts/snippets/2013-04-19-htmlwordcount.md | 10 +- about.md | 6 +- css/highlight.css | 201 +++ css/style.css | 4 +- js/prettify/lang-apollo.js | 51 - js/prettify/lang-css.js | 78 - js/prettify/lang-hs.js | 101 -- js/prettify/lang-lisp.js | 93 -- js/prettify/lang-lua.js | 59 - js/prettify/lang-ml.js | 56 - js/prettify/lang-proto.js | 35 - js/prettify/lang-sql.js | 57 - js/prettify/lang-vb.js | 61 - js/prettify/lang-wiki.js | 53 - js/prettify/prettify.css | 28 - js/prettify/prettify.js | 1478 ----------------- {code => projects}/index.html | 4 +- snippets/index.html | 2 +- 53 files changed, 640 insertions(+), 2405 deletions(-) rename _posts/{snippets => cli}/2009-04-23-bash-imageslice.md (97%) rename _posts/{snippets => cli}/2010-01-11-bash-rename_multiple_files.md (76%) rename _posts/{snippets => cli}/2010-02-07-bash-date_for_filename.md (65%) create mode 100644 _posts/cli/2010-07-11-bash-resize_multiple_images.md rename _posts/{cmd => cli}/2011-04-16-ssh_keys.md.md (100%) rename _posts/{cmd => cli}/2011-04-27-windows_copy.md (71%) rename _posts/{cmd => cli}/2011-05-10-osx_hidden_files.md (82%) rename _posts/{cmd => cli}/2011-08-11-terminal_emulator_on_win.md (54%) rename _posts/{cmd => cli}/2011-09-19-mostused.md (71%) rename _posts/{cmd => cli}/2011-11-09-osx_command_line_audio.md (100%) rename _posts/{cmd/2011-11-14-osx_print_json.md => cli/2011-11-14-mac_os_print_json.md} (59%) rename _posts/{cmd => cli}/2012-01-02-archlinux_install.md (98%) rename _posts/{snippets => cli}/2013-09-16-gen_semitones.md (91%) rename _posts/{snippets => cli}/2014-06-20-gifs_w_ffmpeg_gifsicle.md (73%) create mode 100644 _posts/cli/2020-12-06-dotfiles.md delete mode 100644 _posts/cmd/2011-02-02-bash_profile_osx.md delete mode 100644 _posts/cmd/2011-03-11-bash_profile_linux.md delete mode 100644 _posts/cmd/2020-12-06-dotfiles.md rename _posts/{code => projects}/2011-05-24-clmpr.md (91%) rename _posts/{code => projects}/2011-06-28-filebrowser.md (93%) rename _posts/{code => projects}/2013-09-18-cinder-td-top.md (96%) rename _posts/{code => projects}/2013-10-12-processing-anim-wkshp.md (90%) rename _posts/{code => projects}/2014-04-27-gh-td.md (99%) rename _posts/{code => projects}/2014-08-03-mesh-mapping.md (100%) rename _posts/{code => projects}/2016-12-21-organelle-monome.md (99%) rename _posts/{code => projects}/2020-07-21-node-one-time-pw.md (99%) create mode 100644 _posts/projects/2023-07-06-grayarea-video-archive.md rename _posts/snippets/{2010-05-15-bash-rewrite_multiple_slashes.md => 2010-05-15-htaccess-rewrite_multiple_slashes.md} (93%) delete mode 100644 _posts/snippets/2010-07-11-bash-resize_multiple_images.md create mode 100644 css/highlight.css delete mode 100644 js/prettify/lang-apollo.js delete mode 100644 js/prettify/lang-css.js delete mode 100644 js/prettify/lang-hs.js delete mode 100644 js/prettify/lang-lisp.js delete mode 100644 js/prettify/lang-lua.js delete mode 100644 js/prettify/lang-ml.js delete mode 100644 js/prettify/lang-proto.js delete mode 100644 js/prettify/lang-sql.js delete mode 100644 js/prettify/lang-vb.js delete mode 100644 js/prettify/lang-wiki.js delete mode 100644 js/prettify/prettify.css delete mode 100644 js/prettify/prettify.js rename {code => projects}/index.html (81%) diff --git a/_config.yml b/_config.yml index 46808a8..d552ef3 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,13 @@ baseurl: "" url: "https://quilime.com" excerpt_separator: "" permalink: /:categories/:title:output_ext +markdown: kramdown +kramdown: + syntax_highlighter: rouge + input: GFM +highlighter: rouge + + plugins: - jekyll-feed - jekyll-paginate diff --git a/_includes/nav.html b/_includes/nav.html index 93c2218..76c2f2f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -2,9 +2,9 @@