From 61b19fc560bad3554a2ebaec171da7043787770c Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 6 Jul 2023 22:10:09 -0700 Subject: [PATCH] new posts and styles --- _config.yml | 4 +- _includes/about.md | 5 + _includes/nav.html | 6 +- .../cli/2014-06-20-gifs_w_ffmpeg_gifsicle.md | 5 +- _posts/cli/2020-12-06-dotfiles.md | 5 +- _posts/projects/2014-08-03-mesh-mapping.md | 26 +-- _posts/projects/2014-08-04-hyperterra.md | 33 +++ .../2023-07-06-grayarea-video-archive.md | 205 +----------------- about.md | 8 +- css/style.css | 14 +- index.md | 20 ++ index.html => posts/index.html | 0 12 files changed, 96 insertions(+), 235 deletions(-) create mode 100644 _includes/about.md create mode 100644 _posts/projects/2014-08-04-hyperterra.md create mode 100644 index.md rename index.html => posts/index.html (100%) diff --git a/_config.yml b/_config.yml index d552ef3..7e15103 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ name: quilime baseurl: "" url: "https://quilime.com" excerpt_separator: "" -permalink: /:categories/:title:output_ext +permalink: /:title:output_ext markdown: kramdown kramdown: syntax_highlighter: rouge @@ -15,7 +15,7 @@ plugins: - jekyll-feed - jekyll-paginate paginate: 10 -paginate_path: "/page:num/" +paginate_path: "/posts/:num" defaults: - scope: diff --git a/_includes/about.md b/_includes/about.md new file mode 100644 index 0000000..cfbf7e8 --- /dev/null +++ b/_includes/about.md @@ -0,0 +1,5 @@ +Welcome to `quilime.com` — a blog of open source projects, code snippets, and command line notes. + +You can also view my [personal website](https://gabrieldunne.com), and [github](https://www.github.com/quilime). + +© 2000—{{ "now" | date: "%Y" }} [~gld](https://gabrieldunne.com) diff --git a/_includes/nav.html b/_includes/nav.html index 76c2f2f..455365b 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,11 +1,7 @@