- exclude_idsは除外したいID
sort_byはソート条件
sort_orderは降順、昇順
<mt:entries exclude_ids="1,2,3" sort_by="published_on" sort_order="descend">
<mt:entrytitle /></mt:entries>
技術的な知見や日々の記録、日常の些細な変化などを綴る雑記ブログです。専門的な技術解説から日記のようなライトな話題まで、特定のジャンルに縛られず、気になったことや面白いと感じた出来事を幅広く発信しています。筆者の視点で切り取った多様なコンテンツが楽しめる、自由な雑記空間を目指しています。
sort_byはソート条件
sort_orderは降順、昇順
<mt:entries exclude_ids="1,2,3" sort_by="published_on" sort_order="descend">
<mt:entrytitle /></mt:entries>
curl --location 'http://hogehoge.co.jp/api/v1/1/entry/insert' \
--header 'X-PCMSX-Authorization: tokentokentokentokentokentokentoken' \
--header 'Content-Type: application/json' \
--data '{
"title": "Welcome!",
"text": "本文本文本文本文本文本文本文本文",
"text_format": "richtext",
"assets": [
{
"id": 26
}
],
"excerpt": "Our StoryLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"categories": [
{
"id": 1
}
],
"tags": [
{
"id": 6
}
],
"basename": "powercmsx",
"status": 4,
"has_deadline": 0,
"published_on": "2021-09-01 12:47:46",
"allow_comment": 0
}'
----
terminal
有効にしたい時
% defaults write com.apple.finder AppleShowAllFiles TRUE % killall Finder
無効にしたい時
% defaults write com.apple.finder AppleShowAllFiles FALSE % killall Finder