@ -0,0 +1,28 @@ |
||||
SHELL := /bin/bash
|
||||
BUNDLE := bundle
|
||||
JEKYLL := $(BUNDLE) exec jekyll
|
||||
|
||||
PROJECT_DEPS := Gemfile
|
||||
|
||||
.PHONY: all clean install update |
||||
|
||||
all: http gopher |
||||
|
||||
install: $(PROJECT_DEPS) |
||||
$(BUNDLE) install
|
||||
|
||||
update: $(PROJECT_DEPS) |
||||
$(BUNDLE) update
|
||||
|
||||
http: install |
||||
$(JEKYLL) build --config _config.http.yml
|
||||
|
||||
gopher: install |
||||
$(JEKYLL) build --config _config.gopher.yml
|
||||
|
||||
serve: install |
||||
$(JEKYLL) serve --config _config.http.yml
|
||||
|
||||
clean: |
||||
$(JEKYLL) clean --config _config.http.yml
|
||||
$(JEKYLL) clean --config _config.gopher.yml
|
@ -0,0 +1,29 @@ |
||||
# Welcome to Jekyll! |
||||
# |
||||
# This config file is meant for settings that affect your whole blog, values |
||||
# which you are expected to set up once and rarely edit after that. If you find |
||||
# yourself editing this file very often, consider using Jekyll's data files |
||||
# feature for the data you need to update frequently. |
||||
# |
||||
# For technical reasons, this file is *NOT* reloaded automatically when you use |
||||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
||||
# |
||||
# If you need help with YAML syntax, here are some quick references for you: |
||||
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml |
||||
# https://learnxinyminutes.com/docs/yaml/ |
||||
# |
||||
# Site settings |
||||
# These are used to personalize your new site. If you look in the HTML files, |
||||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
||||
# You can create any custom variable you would like, and they will be accessible |
||||
# in the templates via {{ site.myvariable }}. |
||||
|
||||
title: flower.codes |
||||
author: Zachary Flower |
||||
email: zach@flower.codes |
||||
description: Impostor. |
||||
baseurl: "" |
||||
url: "gopher://flower.codes" |
||||
|
||||
source: gopher |
||||
destination: _gopher |
@ -1,7 +0,0 @@ |
||||
--- |
||||
layout: page |
||||
title: Blogroll |
||||
regenerate: true |
||||
--- |
||||
|
||||
- [~dustin](https://tilde.town/~dustin/) |
@ -1,15 +0,0 @@ |
||||
--- |
||||
layout: page |
||||
title: Goals |
||||
regenerate: true |
||||
--- |
||||
|
||||
01. [Personal](#personal) |
||||
01. [Professional](#professional) |
||||
01. [Financial](#financial) |
||||
|
||||
## Personal |
||||
|
||||
## Professional |
||||
|
||||
## Financial |
@ -0,0 +1,3 @@ |
||||
# gopher://flower.codes |
||||
|
||||
I write things sometimes. |
@ -0,0 +1,19 @@ |
||||
{%- if include.category -%} |
||||
{%- assign posts = site.categories[include.category] -%} |
||||
{%- else -%} |
||||
{%- assign posts = site.posts -%} |
||||
{%- endif -%} |
||||
|
||||
{%- for post in posts -%} |
||||
{%- capture this_year -%}{{ post.date | date: "%Y" }}{%- endcapture -%} |
||||
{%- capture next_year -%}{{ post.previous.date | date: "%Y" }}{%- endcapture -%} |
||||
{%- if forloop.first -%} |
||||
i> {{this_year}} / |
||||
{% endif -%} |
||||
0{{post.title}} {{post.url}} |
||||
{%- unless forloop.last -%} |
||||
{%- if this_year != next_year -%} |
||||
i> {{next_year}} / |
||||
{% endif -%} |
||||
{%- endunless -%} |
||||
{%- endfor -%} |
@ -0,0 +1,3 @@ |
||||
{{ content }} |
||||
|
||||
{% include post_list.liquid %} |
@ -0,0 +1 @@ |
||||
{{ content }} |
@ -0,0 +1,7 @@ |
||||
--- |
||||
layout: post |
||||
title: Hello, World! |
||||
date: 2019-08-04 14:39:00 |
||||
--- |
||||
|
||||
Word. |
@ -0,0 +1,7 @@ |
||||
--- |
||||
layout: post |
||||
title: Hello, World! |
||||
date: 2020-08-04 14:39:00 |
||||
--- |
||||
|
||||
Word. |
@ -0,0 +1,7 @@ |
||||
--- |
||||
layout: post |
||||
title: Hello, World! |
||||
date: 2020-08-05 14:39:00 |
||||
--- |
||||
|
||||
Word. |
@ -0,0 +1,7 @@ |
||||
--- |
||||
layout: post |
||||
title: Hello, World! |
||||
date: 2021-07-05 14:39:00 |
||||
--- |
||||
|
||||
Word. |
@ -0,0 +1,7 @@ |
||||
--- |
||||
layout: post |
||||
title: Hello, World! |
||||
date: 2021-08-05 14:39:00 |
||||
--- |
||||
|
||||
Word. |
@ -0,0 +1,3 @@ |
||||
--- |
||||
layout: home |
||||
--- |
@ -0,0 +1,7 @@ |
||||
# http://flower.codes |
||||
|
||||
I write things sometimes. |
||||
|
||||
## TODO |
||||
|
||||
- Convert relative image paths to absolute image paths in UncommonMark |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |