Updating theme
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"slug": "1722204479",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2024-07-28T22:07:59",
|
||||
"title": false
|
||||
}
|
||||
Micropub test of creating an h-entry with a JSON request
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"tags": [
|
||||
"test1",
|
||||
"test2"
|
||||
],
|
||||
"slug": "1722204484",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2024-07-28T22:08:04",
|
||||
"title": false
|
||||
}
|
||||
Micropub test of creating an h-entry with a JSON request containing multiple categories. This post should have two categories, test1 and test2.
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"slug": "1722205269",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2024-07-28T22:21:09",
|
||||
"title": false
|
||||
}
|
||||
Micropub test of creating a photo referenced by URL. This post should include a photo of a sunset.
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"slug": "1722205277",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2017-05-31T12:03:36-07:00",
|
||||
"title": false
|
||||
}
|
||||
Lunch meeting
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"slug": "1722205285",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2024-07-28T22:21:25",
|
||||
"title": false
|
||||
}
|
||||
Micropub test of creating a photo referenced by URL with alt text. This post should include a photo of a sunset.
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"slug": "1722205334",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2024-07-28T22:22:14",
|
||||
"title": false
|
||||
}
|
||||
Micropub test of creating multiple photos referenced by URL. This post should include a photo of a city at night.
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"slug": "1722205382",
|
||||
"micropub": "h-entry",
|
||||
"layout": "social",
|
||||
"date": "2024-07-28T22:23:02",
|
||||
"title": false
|
||||
}
|
||||
{'html': '<p>This post has <b>bold</b> and <i>italic</i> text.</p>'}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"mf-like-of": [
|
||||
"https://www.andreagrandi.it/posts/my-curated-list-of-indie-blogs/"
|
||||
],
|
||||
"slug": "1722246020",
|
||||
"micropub": "like",
|
||||
"layout": "social",
|
||||
"date": "2024-07-29T09:40:20",
|
||||
"title": "My curated list of indie blogs"
|
||||
}
|
||||
2
go.mod
2
go.mod
@@ -3,7 +3,7 @@ module github.com/fundor333/fundor333.github.io
|
||||
go 1.22.5
|
||||
|
||||
require (
|
||||
github.com/fundor333/macha-theme v0.0.0-20240814214619-f8996ecabd18 // indirect
|
||||
github.com/fundor333/macha-theme v0.0.0-20240817021151-1c03514bed2c // indirect
|
||||
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 // indirect
|
||||
github.com/fundor333/macia-indiweb v0.0.0-20240728170323-78be1951ae2d // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user