Daily Log Entry
Use in: daily-logs.html
div class="log-entry" data-tags="TAG1 TAG2">
<h3>Your Title Here</h3>
<div class="log-date">Month Day, Year</div>
<div class="log-content">
<p>
Your content here...
</p>
<p>
Another paragraph...
</p>
</div>
<div class="log-tags">
<span class="tag" data-filter="TAG1">TAG1</span>
<span class="tag" data-filter="TAG2">TAG2</span>
</div>
</div>
Copy Template
Available tags:
life tech games music random thoughts
Desk Project Entry
Use in: desk.html
div class="project-entry" data-status="STATUS" data-category="CAT1 CAT2">
<div class="project-header">
<h3>Project Title</h3>
<span class="project-status STATUS-CLASS">Status Label</span>
</div>
<div class="project-date">Started: Month Year</div>
<div class="project-content">
<p>
Project description...
</p>
</div>
<div class="sub-post">
<div class="sub-post-header">Month Day, Year</div>
<div class="sub-post-content">
<p>Update note...</p>
</div>
</div>
<div class="project-tags">
<span class="tag" data-filter="STATUS">STATUS</span>
<span class="tag" data-filter="CAT1">CAT1</span>
<span class="tag" data-filter="CAT2">CAT2</span>
</div>
</div>
Copy Template
Status values:
data-status="active" - Active project
data-status="planned" - Planned project
data-status="hiatus" - On hold
data-status="completed" - Finished
data-status="abandoned" - Stopped
Status classes: status-active status-planned status-hiatus status-completed status-abandoned
Categories:
gamedesign programming art audio documentation narrative
Document Cabinet Entry
Use in: document-cabinet.html
div class="doc-entry" data-tags="TAG1 TAG2">
<h3>Resource Title</h3>
<div class="doc-link">
<a href="https://example.com" target="_blank">https://example.com</a>
</div>
<div class="doc-content">
<p>
Description of the resource...
</p>
</div>
<div class="doc-tags">
<span class="tag" data-filter="TAG1">TAG1</span>
<span class="tag" data-filter="TAG2">TAG2</span>
</div>
</div>
Copy Template
Available tags:
tutorial godot gamedesign math article pixelart audio link resource
Radio Post
Use in: radio.html
div class="radio-post" data-tags="TAG1 TAG2">
<div class="video-container">
<iframe
src="https://www.youtube.com/embed/VIDEO_ID"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<h3 class="post-title">Track Title - Artist</h3>
<div class="post-date">Posted: Month Day, Year</div>
<div class="post-commentary">
<p>
Your commentary here...
</p>
</div>
<div class="post-tags">
<span class="tag">TAG1</span>
<span class="tag">TAG2</span>
</div>
</div>
Copy Template
Available tags:
post-rock anime-ost