Compare commits
2 Commits
644dc626a4
...
369521bda2
Author | SHA1 | Date | |
---|---|---|---|
369521bda2 | |||
5d31cba56f |
16
content/Three Drawer Cabinet.md
Normal file
16
content/Three Drawer Cabinet.md
Normal file
@@ -0,0 +1,16 @@
|
||||
Title: Three Drawer Cabinet
|
||||
Date: 2025-03-18
|
||||
Category: Creations
|
||||
Summary: A three-drawer cabinet with a laser etched design.
|
||||
Image: cabinet1.jpg
|
||||
xTags: feed
|
||||
|
||||
I built a three drawer cabinet for storing embroidery machine supplies at my local makerspace, [[Protospace]]. It was built to fit under the machine, inside its metal stand.
|
||||
|
||||
![[cabinet1.jpg]]
|
||||
|
||||
The side features a laser etched flower design I found online. The cabinet is assembled using pocket screws because I wanted to learn how to use them.
|
||||
|
||||
Here's what it looks like installed:
|
||||
|
||||
![[cabinet2.jpg]]
|
BIN
content/media/cabinet1.jpg
Normal file
BIN
content/media/cabinet1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 560 KiB |
BIN
content/media/cabinet2.jpg
Normal file
BIN
content/media/cabinet2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 339 KiB |
@@ -2,6 +2,11 @@
|
||||
# -*- coding: utf-8 -*- #
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import sys
|
||||
sys.path.append('.')
|
||||
|
||||
import generate_thumbnails
|
||||
|
||||
PATH = 'content'
|
||||
|
||||
TIMEZONE = 'Canada/Mountain'
|
||||
@@ -33,6 +38,7 @@ MARKDOWN = {
|
||||
PLUGINS = [
|
||||
'obsidian',
|
||||
'linkclass',
|
||||
'generate_thumbnails',
|
||||
]
|
||||
|
||||
STATIC_PATHS = ['media', 'extra']
|
||||
|
Reference in New Issue
Block a user