← back
{{ config.site.name }} — {{ title }}
▶
■
Project
▶
{{ config.site.name }}
▶
Posts
M
{{ title | truncate(18) }}
Meta
A
{{ config.site.author }}
D
{{ published_date }}
T
{{ reading_time }}
{% if taxonomy.tags %} {% for tag in taxonomy.tags %}
#
{{ tag }}
{% endfor %} {% endif %}
{{ title | truncate(24) }}.md
README.md
Package.swift
{% for i in range(1, 80) %}{{ i }}
{% endfor %}
// ============================================================
// {{ title }}
// Author: {{ config.site.author }}
// Date: {{ published_date }}
{% if updated_date %}
// Updated: {{ updated_date }}
{% endif %}
// Read: {{ reading_time }}
{% if taxonomy.tags %}
// Tags: {% for tag in taxonomy.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
// ============================================================
let
title:
String
=
"{{ title }}"
{{ content | safe }}
{{ config.site.name }}
Ln 1, Col 1
UTF-8
Markdown
{{ published_date }}