[{"content":" We\u0026rsquo;ll be using yml/yaml format for all examples down below, it is recommend to use yaml over toml as it is easier to read. You can find any YML to TOML converters if needed. Getting Started 🚀 Follow Hugo Docs\u0026rsquo;s - Quick Start guide to install . (Make sure you install Hugo \u0026gt;= v0.112.4)\nCreate a new site\nhugo new site MyFreshWebsite --format yaml # replace MyFreshWebsite with name of your website Note:\nOlder versions of Hugo may not support --format yaml Read more here about Hugo Docs\u0026rsquo;s - hugo new site command After you have created a new site, follow the below steps to add PaperMod\nInstalling/Updating PaperMod Themes reside in MyFreshWebsite/themes directory. PaperMod will be installed in MyFreshWebsite/themes/PaperMod Expand Method 1 - Git Clone INSTALL : Inside the folder of your Hugo site MyFreshWebsite, run:\ngit clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 You may use --branch v7.0 to end of above command if you want to stick to specific release.\nUPDATE: Inside the folder of your Hugo site MyFreshWebsite, run:\ncd themes/PaperMod git pull Expand Method 2 - Git Submodule (recomended) INSTALL : Inside the folder of your Hugo site MyFreshWebsite, run:\ngit submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) You may use --branch v7.0 to end of above command if you want to stick to specific release. Read more about git submodules here.\nUPDATE: Inside the folder of your Hugo site MyFreshWebsite, run:\ngit submodule update --remote --merge Expand Method 3 - Download an unzip Download PaperMod source as Zip from Github Releases and extract in your themes directory at MyFreshWebsite/themes/PaperMod\nDirect Links:\nMaster Branch (Latest) v7.0 v6.0 v5.0 v4.0 v3.0 v2.0 v1.0 Expand Method 4 - Hugo module INSTALL :\nInstall Go programming language in your operating system.\nIntialize your own hugo mod\nhugo mod init YOUR_OWN_GIT_REPOSITORY Add PaperMod in your hugo.yaml file 1 2 3 module: imports: - path: github.com/adityatelange/hugo-PaperMod UPDATE:\nhugo mod get -u Read more : Hugo Docs\u0026rsquo;s - HUGO MODULES\nFinally set theme as PaperMod in your site config In hugo.yaml add:\n1 theme: [\u0026#34;PaperMod\u0026#34;] Next up - Customizing PaperMod to suit your preferences. Your site will be blank after you set up for the very first time. You may go through this website\u0026rsquo;s source code - PaperMod\u0026rsquo;s exampleSite\u0026rsquo;s source Scroll below this page where you will find more specific details about each section. Kindly go through all of the pages below to know how to configure PaperMod. Support 🫶 Star 🌟 PaperMod\u0026rsquo;s Github repository. Help spread the word about PaperMod by sharing it on social media and recommending it to your friends. 🗣️ You can also sponsor 🏅 on Github Sponsors / Ko-Fi. Videos featuring PaperMod You can go through few videos which are available on YouTube for getting to know the creator\u0026rsquo;s thoughts as well as the setup process.\n▶️ https://youtube.com/playlist?list=PLeiDFxcsdhUrzkK5Jg9IZyiTsIMvXxKZP\nQuick Links Papermod - Features Papermod - FAQs Papermod - Variables Papermod - Icons ChangeLog Sample hugo.yaml Example Site Structure is present here: exampleSite\nUse appropriately\nbaseURL: \u0026#34;https://examplesite.com/\u0026#34; title: ExampleSite paginate: 5 theme: PaperMod enableRobotsTXT: true buildDrafts: false buildFuture: false buildExpired: false googleAnalytics: UA-123-45 minify: disableXML: true minifyOutput: true params: env: production # to enable google analytics, opengraph, twitter-cards and schema. title: ExampleSite description: \u0026#34;ExampleSite description\u0026#34; keywords: [Blog, Portfolio, PaperMod] author: Me # author: [\u0026#34;Me\u0026#34;, \u0026#34;You\u0026#34;] # multiple authors images: [\u0026#34;\u0026lt;link or path of image for opengraph, twitter-cards\u0026gt;\u0026#34;] DateFormat: \u0026#34;January 2, 2006\u0026#34; defaultTheme: auto # dark, light disableThemeToggle: false ShowReadingTime: true ShowShareButtons: true ShowPostNavLinks: true ShowBreadCrumbs: true ShowCodeCopyButtons: false ShowWordCount: true ShowRssButtonInSectionTermList: true UseHugoToc: true disableSpecial1stPost: false disableScrollToTop: false comments: false hidemeta: false hideSummary: false showtoc: false tocopen: false assets: # disableHLJS: true # to disable highlight.js # disableFingerprinting: true favicon: \u0026#34;\u0026lt;link / abs url\u0026gt;\u0026#34; favicon16x16: \u0026#34;\u0026lt;link / abs url\u0026gt;\u0026#34; favicon32x32: \u0026#34;\u0026lt;link / abs url\u0026gt;\u0026#34; apple_touch_icon: \u0026#34;\u0026lt;link / abs url\u0026gt;\u0026#34; safari_pinned_tab: \u0026#34;\u0026lt;link / abs url\u0026gt;\u0026#34; label: text: \u0026#34;Home\u0026#34; icon: /apple-touch-icon.png iconHeight: 35 # profile-mode profileMode: enabled: false # needs to be explicitly set title: ExampleSite subtitle: \u0026#34;This is subtitle\u0026#34; imageUrl: \u0026#34;\u0026lt;img location\u0026gt;\u0026#34; imageWidth: 120 imageHeight: 120 imageTitle: my image buttons: - name: Posts url: posts - name: Tags url: tags # home-info mode homeInfoParams: Title: \u0026#34;Hi there \\U0001F44B\u0026#34; Content: Welcome to my blog socialIcons: - name: x url: \u0026#34;https://x.com/\u0026#34; - name: stackoverflow url: \u0026#34;https://stackoverflow.com\u0026#34; - name: github url: \u0026#34;https://github.com/\u0026#34; analytics: google: SiteVerificationTag: \u0026#34;XYZabc\u0026#34; bing: SiteVerificationTag: \u0026#34;XYZabc\u0026#34; yandex: SiteVerificationTag: \u0026#34;XYZabc\u0026#34; cover: hidden: true # hide everywhere but not in structured data hiddenInList: true # hide on list pages and home hiddenInSingle: true # hide on single page editPost: URL: \u0026#34;https://github.com/\u0026lt;path_to_repo\u0026gt;/content\u0026#34; Text: \u0026#34;Suggest Changes\u0026#34; # edit text appendFilePath: true # to append file path to Edit link # for search # https://fusejs.io/api/options.html fuseOpts: isCaseSensitive: false shouldSort: true location: 0 distance: 1000 threshold: 0.4 minMatchCharLength: 0 limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: [\u0026#34;title\u0026#34;, \u0026#34;permalink\u0026#34;, \u0026#34;summary\u0026#34;, \u0026#34;content\u0026#34;] menu: main: - identifier: categories name: categories url: /categories/ weight: 10 - identifier: tags name: tags url: /tags/ weight: 20 - identifier: example name: example.org url: https://example.org weight: 30 # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma pygmentsUseClasses: true markup: highlight: noClasses: false # anchorLineNos: true # codeFences: true # guessSyntax: true # lineNos: true # style: monokai Sample Page.md --- title: \u0026#34;My 1st post\u0026#34; date: 2020-09-15T11:30:03+00:00 # weight: 1 # aliases: [\u0026#34;/first\u0026#34;] tags: [\u0026#34;first\u0026#34;] author: \u0026#34;Me\u0026#34; # author: [\u0026#34;Me\u0026#34;, \u0026#34;You\u0026#34;] # multiple authors showToc: true TocOpen: false draft: false hidemeta: false comments: false description: \u0026#34;Desc Text.\u0026#34; canonicalURL: \u0026#34;https://canonical.url/to/page\u0026#34; disableHLJS: true # to disable highlightjs disableShare: false disableHLJS: false hideSummary: false searchHidden: true ShowReadingTime: true ShowBreadCrumbs: true ShowPostNavLinks: true ShowWordCount: true ShowRssButtonInSectionTermList: true UseHugoToc: true cover: image: \u0026#34;\u0026lt;image path/url\u0026gt;\u0026#34; # image path/url alt: \u0026#34;\u0026lt;alt text\u0026gt;\u0026#34; # alt text caption: \u0026#34;\u0026lt;text\u0026gt;\u0026#34; # display caption under cover relative: false # when using page bundles set this to true hidden: true # only hide on current single page editPost: URL: \u0026#34;https://github.com/\u0026lt;path_to_repo\u0026gt;/content\u0026#34; Text: \u0026#34;Suggest Changes\u0026#34; # edit text appendFilePath: true # to append file path to Edit link --- You can use it by creating archetypes/post.md\nhugo new --kind post \u0026lt;name\u0026gt; ","permalink":"https://eliza-notes.com/posts/papermod/papermod-installation/","summary":"Read aboout Install and Update instructions and sampled configuration templates","title":"Install / Update PaperMod"},{"content":"Intro We\u0026rsquo;ll be using yml/yaml format for all examples down below, I recommend using yml over toml as it is easier to read.\nYou can find any YML to TOML converters if necessary.\nAssets (js/css) The following is enabled by default\nminification - makes the assets size smallest as possible. bundling - bundles all the styles in one single asset fingerprint/intergity check. Default Theme light/dark/auto 1 2 3 4 params: # defaultTheme: light # defaultTheme: dark defaultTheme: auto # to switch between dark or light according to browser theme Theme Switch Toggle (enabled by default) Shows icon besides title of page to change theme\nTo disable it :\n1 disableThemeToggle: true You can refer following table for better understanding\u0026hellip;\ndefaultTheme disableThemeToggle checks local storage? checks system theme? Info auto true No Yes only system theme false Yes (if not-\u0026gt;2) Yes (2) switch present dark true No No force dark only false Yes No switch present light true No No force light only false Yes No switch present Archives Layout Create a page with archive.md in content directory with following content\n. ├── hugo.yaml ├── content/ │ ├── archives.md \u0026lt;--- Create archive.md here │ └── posts/ ├── static/ └── themes/ └── PaperMod/ and add the following to it\n--- title: \u0026#34;Archive\u0026#34; layout: \u0026#34;archives\u0026#34; url: \u0026#34;/archives/\u0026#34; summary: archives --- Note: Archives Layout does not support Multilingual Month Translations.\nex: archives.md\nRegular Mode (default-mode) Home-Info Mode Use 1st entry as some Information\nadd following to config file\nparams: homeInfoParams: Title: Hi there wave Content: Can be Info, links, about... socialIcons: # optional - name: \u0026#34;\u0026lt;platform\u0026gt;\u0026#34; url: \u0026#34;\u0026lt;link\u0026gt;\u0026#34; - name: \u0026#34;\u0026lt;platform 2\u0026gt;\u0026#34; url: \u0026#34;\u0026lt;link2\u0026gt;\u0026#34; Profile Mode Shows Index/Home page as Full Page with Social Links and Image\nadd following to config file\n1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 params: profileMode: enabled: true title: \u0026#34;\u0026lt;Title\u0026gt;\u0026#34; # optional default will be site title subtitle: \u0026#34;This is subtitle\u0026#34; imageUrl: \u0026#34;\u0026lt;image link\u0026gt;\u0026#34; # optional imageTitle: \u0026#34;\u0026lt;title of image as alt\u0026gt;\u0026#34; # optional imageWidth: 120 # custom size imageHeight: 120 # custom size buttons: - name: Archive url: \u0026#34;/archive\u0026#34; - name: Github url: \u0026#34;https://github.com/\u0026#34; socialIcons: # optional - name: \u0026#34;\u0026lt;platform\u0026gt;\u0026#34; url: \u0026#34;\u0026lt;link\u0026gt;\u0026#34; - name: \u0026#34;\u0026lt;platform 2\u0026gt;\u0026#34; url: \u0026#34;\u0026lt;link2\u0026gt;\u0026#34; Search Page PaperMod uses Fuse.js Basic for search functionality\nAdd the following to site config, hugo.yaml\n1 2 3 4 5 outputs: home: - HTML - RSS - JSON # necessary for search Create a page with search.md in content directory with following content\n1 2 3 4 5 6 7 8 --- title: \u0026#34;Search\u0026#34; # in any language you want layout: \u0026#34;search\u0026#34; # necessary for search # url: \u0026#34;/archive\u0026#34; # description: \u0026#34;Description for Search\u0026#34; summary: \u0026#34;search\u0026#34; placeholder: \u0026#34;placeholder text in search input box\u0026#34; --- To hide a particular page from being searched, add it in post\u0026rsquo;s frontmatter\n1 searchHidden: true ex: search.md\nSearch Page also has Key bindings:\nArrow keys to move up/down the list Enter key (return) or Right Arrow key to go to the highlighted page Escape key to clear searchbox and results For Multilingual use search.\u0026lt;lang\u0026gt;.md ex. search.es.md.\nNote: Search will work only on current language, user is currently on !\nCustomizing Fusejs Options\nRefer https://fusejs.io/api/options.html for Options, Add those as shown below.\n1 2 3 4 5 6 7 8 9 10 params: fuseOpts: isCaseSensitive: false shouldSort: true location: 0 distance: 1000 threshold: 0.4 minMatchCharLength: 0 # limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: [\u0026#34;title\u0026#34;, \u0026#34;permalink\u0026#34;, \u0026#34;summary\u0026#34;, \u0026#34;content\u0026#34;] Draft Page indication adds [draft] mark to indicate draft pages.\nPost Cover Image In post\u0026rsquo;s page-variables add :\n1 2 3 4 5 6 7 cover: image: \u0026#34;\u0026lt;image path/url\u0026gt;\u0026#34; # can also paste direct link from external site # ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png alt: \u0026#34;\u0026lt;alt text\u0026gt;\u0026#34; caption: \u0026#34;\u0026lt;text\u0026gt;\u0026#34; relative: false # To use relative path for cover image, used in hugo Page-bundles When you include images in the Page Bundle, multiple sizes of the image will automatically be provided using the HTML5 srcset field.\nTo reduce generation time and size of the site, you can disable this feature using\n1 2 3 params: cover: responsiveImages: false To enable hyperlinks to the full image size on post pages, use\n1 2 3 params: cover: linkFullImages: true Share Buttons on post Displays Share Buttons at Bottom of each post\nto show share buttons add\nparams: ShowShareButtons: true Show post reading time Displays Reading Time (the estimated time, in minutes, it takes to read the content.)\nTo show reading time add\nParams: ShowReadingTime: true Show Table of Contents (Toc) on blog post Displays ToC on blog-pages\nTo show ToC add following to page-variables\nShowToc: true To keep Toc Open by default on a post add following to page-variables:\nTocOpen: true BreadCrumb Navigation Adds BreadCrumb Navigation above Post\u0026rsquo;s Title to show subsections and Navigation to Home\nparams: ShowBreadCrumbs: true Can be diabled for particular page\u0026rsquo;s front-matter\n--- ShowBreadCrumbs: false --- Edit Link for Posts Add a button to suggest changes by using the file path of the post to link to a edit destination.\nFor site config use:\nParams: editPost: URL: \u0026#34;https://github.com/\u0026lt;path_to_repo\u0026gt;/content\u0026#34; Text: \u0026#34;Suggest Changes\u0026#34; # edit text appendFilePath: true # to append file path to Edit link Can be modified for individual pages\n--- editPost: URL: \u0026#34;https://github.com/\u0026lt;path_to_repo\u0026gt;/content\u0026#34; Text: \u0026#34;Suggest Changes\u0026#34; # edit text appendFilePath: true # to append file path to Edit link --- The example above would yield the following link for the post file posts/post-name.md: https://github.com/\u0026lt;path_to_repo\u0026gt;/content/posts/post-name.md\nParameter Required Default Value editPost.URL true - editPost.appendFilePath false false editPost.Text false Edit Since the link generated is a regular HTML anchor tag \u0026lt;a href=...\u0026gt;, you can also use other URL schemas like mailto://, e.g. URL: \u0026quot;mailto://mail@example.com?subject=Suggesting changes for \u0026quot;\nOther Posts suggestion below a post Adds a Previous / Next post suggestion under a single post\nparams: ShowPostNavLinks: true Code Copy Button Adds a copy button in code block to copy the code it contains\nparams: ShowCodeCopyButtons: true Multiple Authors To Use multiple authors for a post, in post-variables:\n--- author: [\u0026#34;Me\u0026#34;, \u0026#34;You\u0026#34;] --- To use Multiple Authors Site-wide, in hugo.yaml:\nparams: author: [\u0026#34;Me\u0026#34;, \u0026#34;You\u0026#34;] Comments to add comments, create a html file\nlayouts/partials/comments.html\nand paste code provided by your comments provider\nalso in config add this\nparams: comments: true read more about this hugo-comments\nAccessKeys c - ToC Open/Close g - Go To Top h - Home (according to current lang) t - Theme toggle / - Jumps to search page if in menu What\u0026rsquo;s AccessKeys ?\nEnhanced SEO Enabled only when env: production\nRich Results/Snippets Support Twitter Cards Support The Twitter Cards metadata, except twitter:image should not require additional configuration, since it is generated from metadata that you should already have (for instance the page title and description). The twitter:image uses the Post Cover Image, if present. In the absence of a cover images, the first image from the images frontmatter (a list) is used. images: - image_01.png - image_02.png Finally, if neither of those are provided, twitter:image comes from the first Page Bundle image with feature in the name, with a fallback to the first image with cover or thumbnail in the name. OpenGraph support The OpenGraph metadata, except og:image should not require additional configuration, since it is generated from metadata that you should already have (for instance the page title and description). The og:image uses the Post Cover Image, if present. In the absence of a cover images, the first image from the images frontmatter (a list) is used. images: - image_01.png - image_02.png Finally, if neither of those are provided, og:image comes from the first Page Bundle image with feature in the name, with a fallback to the first image with cover or thumbnail in the name. For pages, you can also add audio (using frontmatter audio: filename.ext) and/or videos. videos: - filename01.mov - filename02.avi Multilingual Support Misc Scroll-Bar themed (by default) Smooth Scroll between in-page links (by default) Scroll-to-Top Button (by default) Displays a Scroll-to-Top button in right-bottom corner Google Analytics integration Syntax highlighting RSS feeds ","permalink":"https://eliza-notes.com/posts/papermod/papermod-features/","summary":"Learn About All Features in PaperMod","title":"Features / Mods"},{"content":"This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\nHeadings The following HTML \u0026lt;h1\u0026gt;—\u0026lt;h6\u0026gt; elements represent six levels of section headings. \u0026lt;h1\u0026gt; is the highest section level while \u0026lt;h6\u0026gt; is the lowest.\nH1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.\nItatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.\nBlockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.\nBlockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.\nBlockquote with attribution Don\u0026rsquo;t communicate by sharing memory, share memory by communicating.\n— Rob Pike1\nTables Tables aren\u0026rsquo;t part of the core Markdown spec, but Hugo supports them out-of-the-box.\nName Age Bob 27 Alice 23 Inline Markdown within tables Italics Bold Code italics bold code Code Blocks Inline Code This is Inline Code\nOnly pre This is pre text Code block with backticks \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with backticks and language specified 1 2 3 4 5 6 7 8 9 10 11 \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;meta name=\u0026#34;description\u0026#34; content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34;\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block indented with four spaces \u0026lt;!doctype html\u0026gt; \u0026lt;html lang=\u0026quot;en\u0026quot;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026quot;utf-8\u0026quot;\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with Hugo\u0026rsquo;s internal highlight shortcode \u0026lt;!doctype html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34;\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; List Types Ordered List First item Second item Third item Unordered List List item Another item And another item Nested list Fruit Apple Orange Banana Dairy Milk Cheese Other Elements — abbr, sub, sup, kbd, mark GIF is a bitmap image format.\nH2O\nXn + Yn = Zn\nPress CTRL+ALT+Delete to end the session.\nMost salamanders are nocturnal, and hunt for insects, worms, and other small creatures.\nThe above quote is excerpted from Rob Pike\u0026rsquo;s talk during Gopherfest, November 18, 2015.\u0026#160;\u0026#x21a9;\u0026#xfe0e;\n","permalink":"https://eliza-notes.com/posts/markdown-syntax.fr/","summary":"\u003cp\u003eThis article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\u003c/p\u003e","title":"Markdown Syntax Guide For L2"},{"content":"This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\nHeadings The following HTML \u0026lt;h1\u0026gt;—\u0026lt;h6\u0026gt; elements represent six levels of section headings. \u0026lt;h1\u0026gt; is the highest section level while \u0026lt;h6\u0026gt; is the lowest.\nH1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.\nItatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.\nBlockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.\nBlockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.\nBlockquote with attribution Don\u0026rsquo;t communicate by sharing memory, share memory by communicating.\n— Rob Pike1\nTables Tables aren\u0026rsquo;t part of the core Markdown spec, but Hugo supports them out-of-the-box.\nName Age Bob 27 Alice 23 Inline Markdown within tables Italics Bold Code italics bold code Code Blocks Inline Code This is Inline Code\nOnly pre This is pre text Code block with backticks \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with backticks and language specified 1 2 3 4 5 6 7 8 9 10 11 \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;meta name=\u0026#34;description\u0026#34; content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34;\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block indented with four spaces \u0026lt;!doctype html\u0026gt; \u0026lt;html lang=\u0026quot;en\u0026quot;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026quot;utf-8\u0026quot;\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with Hugo\u0026rsquo;s internal highlight shortcode \u0026lt;!doctype html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34;\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; List Types Ordered List First item Second item Third item Unordered List List item Another item And another item Nested list Fruit Apple Orange Banana Dairy Milk Cheese Other Elements — abbr, sub, sup, kbd, mark GIF is a bitmap image format.\nH2O\nXn + Yn = Zn\nPress CTRL+ALT+Delete to end the session.\nMost salamanders are nocturnal, and hunt for insects, worms, and other small creatures.\nThe above quote is excerpted from Rob Pike\u0026rsquo;s talk during Gopherfest, November 18, 2015.\u0026#160;\u0026#x21a9;\u0026#xfe0e;\n","permalink":"https://eliza-notes.com/posts/markdown-syntax.fa/","summary":"\u003cp\u003eThis article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\u003c/p\u003e","title":"Markdown Syntax Guide For RTL"},{"content":" ⚠️ 本篇影评含剧情相关讨论，未观影者可自行斟酌阅读节奏。\n🎬 影片信息\n片名：《上帝创造女人》Et Dieu… créa la femme（1956）\n导演：罗杰·瓦迪姆\n主演：碧姬·芭铎 / 让-路易·特兰蒂尼昂\n类型：剧情 / 爱情\n地区：法国 / 意大利\n朱丽叶出来美我一大跳\n哥哥对朱丽叶是征服欲，但本质是鄙视的\n弟弟对朱丽叶是占有欲，但爱的笨拙且粗暴\n商人对朱丽叶是什么呢，是掌控欲吗\n朱丽叶是以小孩子的游戏姿态跌进婚姻和所谓爱情的。身为孤儿的她在小镇里被凝视着长大，她的身上被贴满污名化的标签，我们真的能说她\u0026quot;本性\u0026quot;如此吗，还是这其实是群体暴力的结果。\n相比于讨论亲密关系，对周围的人和事怀有善意也是重要的议题之一吧！盲目的恶意总是那么简单，甚至可以置身事外。\n🎞️ 豆瓣影评：https://movie.douban.com/review/17560804/\n🍿 影片条目：https://movie.douban.com/subject/1293758/\n","permalink":"https://eliza-notes.com/films/and-god-created-woman/","summary":"\u003cdiv class=\"film-page-agcw\"\u003e\n\u003cblockquote\u003e\n\u003cp\u003e⚠️ 本篇影评含\u003cstrong\u003e剧情相关讨论\u003c/strong\u003e，未观影者可自行斟酌阅读节奏。\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cblockquote\u003e\n\u003cp\u003e🎬 \u003cstrong\u003e影片信息\u003c/strong\u003e\u003cbr\u003e\n\u003cstrong\u003e片名\u003c/strong\u003e：《上帝创造女人》\u003cem\u003eEt Dieu… créa la femme\u003c/em\u003e（1956）\u003cbr\u003e\n\u003cstrong\u003e导演\u003c/strong\u003e：罗杰·瓦迪姆\u003cbr\u003e\n\u003cstrong\u003e主演\u003c/strong\u003e：碧姬·芭铎 / 让-路易·特兰蒂尼昂\u003cbr\u003e\n\u003cstrong\u003e类型\u003c/strong\u003e：剧情 / 爱情\u003cbr\u003e\n\u003cstrong\u003e地区\u003c/strong\u003e：法国 / 意大利\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003chr\u003e\n\u003cp\u003e朱丽叶出来美我一大跳\u003c/p\u003e\n\u003cp\u003e哥哥对朱丽叶是征服欲，但本质是鄙视的\u003c/p\u003e\n\u003cp\u003e弟弟对朱丽叶是占有欲，但爱的笨拙且粗暴\u003c/p\u003e\n\u003cp\u003e商人对朱丽叶是什么呢，是掌控欲吗\u003c/p\u003e\n\u003cp\u003e朱丽叶是以小孩子的游戏姿态跌进婚姻和所谓爱情的。身为孤儿的她在小镇里被凝视着长大，她的身上被贴满污名化的标签，我们真的能说她\u0026quot;本性\u0026quot;如此吗，还是这其实是群体暴力的结果。\u003c/p\u003e\n\u003cp\u003e相比于讨论亲密关系，对周围的人和事怀有善意也是重要的议题之一吧！盲目的恶意总是那么简单，甚至可以置身事外。\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e🎞️ \u003cstrong\u003e豆瓣影评\u003c/strong\u003e：\u003ca href=\"https://movie.douban.com/review/17560804/\"\u003ehttps://movie.douban.com/review/17560804/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e🍿 \u003cstrong\u003e影片条目\u003c/strong\u003e：\u003ca href=\"https://movie.douban.com/subject/1293758/\"\u003ehttps://movie.douban.com/subject/1293758/\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e","title":"上帝创造了女人吗？"},{"content":"🎬 影片信息 (Metadata) 片名：恐怖分子 (The Terrorizers) 导演：杨德昌 上映年份：1986 类型：剧情 / 犯罪 主演：缪骞人 / 李立群 / 柯一正 / 马之秦 制片国家/地区：中国台湾 语言：汉语普通话 / 闽南语 / 英语 片长：109 分钟 我的评分：⭐⭐⭐⭐ (4/5) 💭 自留话 完整看完的杨德昌的第二部电影，真的很致郁吧……\n在他镜头下的对白像诗、又像小说。\n大家没有说很多话，在每一个场景里，好像话都变成了多余的东西。\n在他镜头下的台湾也显得那么古早、那么日常、褪去了文艺的滤镜而令人迟疑。\n恐怖份子，谁是恐怖份子，每个人都是恐怖份子吧，或者恐怖份子就是另一个想象中的自己。\n永远不要放弃爱人（动词），也不要失去爱人的能力。\n豆瓣链接: https://movie.douban.com/subject/1296384/\n","permalink":"https://eliza-notes.com/films/the-terrorizers/","summary":"\u003ch2 id=\"-影片信息-metadata\"\u003e🎬 影片信息 (Metadata)\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e片名\u003c/strong\u003e：恐怖分子 (The Terrorizers)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e导演\u003c/strong\u003e：杨德昌\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e上映年份\u003c/strong\u003e：1986\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e类型\u003c/strong\u003e：剧情 / 犯罪\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e主演\u003c/strong\u003e：缪骞人 / 李立群 / 柯一正 / 马之秦\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e制片国家/地区\u003c/strong\u003e：中国台湾\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e语言\u003c/strong\u003e：汉语普通话 / 闽南语 / 英语\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e片长\u003c/strong\u003e：109 分钟\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e我的评分\u003c/strong\u003e：⭐⭐⭐⭐ (4/5)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-自留话\"\u003e💭 自留话\u003c/h2\u003e\n\u003cp\u003e完整看完的杨德昌的第二部电影，真的很致郁吧……\u003c/p\u003e\n\u003cp\u003e在他镜头下的对白像诗、又像小说。\u003c/p\u003e\n\u003cp\u003e大家没有说很多话，在每一个场景里，好像话都变成了多余的东西。\u003c/p\u003e\n\u003cp\u003e在他镜头下的台湾也显得那么古早、那么日常、褪去了文艺的滤镜而令人迟疑。\u003c/p\u003e\n\u003cp\u003e恐怖份子，谁是恐怖份子，每个人都是恐怖份子吧，或者恐怖份子就是另一个想象中的自己。\u003c/p\u003e\n\u003cp\u003e永远不要放弃爱人（动词），也不要失去爱人的能力。\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cstrong\u003e豆瓣链接\u003c/strong\u003e: \u003ca href=\"https://movie.douban.com/subject/1296384/\"\u003ehttps://movie.douban.com/subject/1296384/\u003c/a\u003e\u003c/p\u003e","title":"《恐怖分子》影评：城市里的偶然与必然"},{"content":"📹 视频记录 📍 地点：新疆·北疆\n📅 时间：2024年夏\n","permalink":"https://eliza-notes.com/life/%E6%88%91%E5%9C%A8%E6%96%B0%E7%96%86%E9%87%8D%E5%90%AF%E4%BA%BA%E7%94%9F/","summary":"\u003ch2 id=\"-视频记录\"\u003e📹 视频记录\u003c/h2\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);\"\u003e\n  \u003ciframe src=\"https://player.bilibili.com/player.html?bvid=BV1CRh5enE6p\u0026amp;page=1\u0026amp;high_quality=1\u0026amp;danmaku=0\" scrolling=\"no\" border=\"0\" frameborder=\"no\" framespacing=\"0\" allowfullscreen=\"true\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c/iframe\u003e\n\u003c/div\u003e\n\u003chr\u003e\n\u003cp\u003e📍 地点：新疆·北疆\u003cbr\u003e\n📅 时间：2024年夏\u003c/p\u003e","title":"我在新疆重启人生"},{"content":"🎬 影片信息 (Metadata) 片名：Sunset Boulevard / 《日落大道》 导演：Billy Wilder 上映年份：1950 类型：剧情 / 黑色电影 我的评分：⭐⭐⭐⭐⭐ (5/5) 💭 观后感 Sunset…sunset…\n黑白片的质感比我想象中的好，而且黑白反而更适合作为这部片子的底色，有一种娓娓道来老故事的感觉。作为我的北影节首片，体验感还是很好的！\n但是还是看得很难过，观影的时候总在想，如果诺玛不执着于今时不同往日的忧伤，而转向了五十岁后的新人生，想必也会很快活吧。但我们不是诺玛，也当不了诺玛，孤独是很可怕的，沉浸在梦里也是很可怕的。\n这让我想起我有时午睡的感觉，你躺在床上，一轮又一轮的梦境抓住你不放，而你现实的意识总在无谓地抵抗着，你的身体却无论如何无法动弹，你被困住了，在梦与现实交织的地方。可能诺玛也是，和我们的身体一样，她或许无法反抗，最后选择妥协，沉入梦境。\n我有一瞬间觉得贝蒂是和诺玛对照出现的女性，她说她觉得在荧幕之外工作并没有什么不好。虽然她还是对乔动情了，当乔在剧场散步时选择保持距离的时候我甚至不可置信了一下，但是果然不要太共情，他们总是很难懂鱼和熊掌不可兼得的道理，最后乔的结局对他来说已经很好了吧…\n北影节首片 · 一部关于默片时代的挽歌\n","permalink":"https://eliza-notes.com/films/sunset-boulevard/","summary":"\u003ch2 id=\"-影片信息-metadata\"\u003e🎬 影片信息 (Metadata)\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e片名\u003c/strong\u003e：Sunset Boulevard / 《日落大道》\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e导演\u003c/strong\u003e：Billy Wilder\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e上映年份\u003c/strong\u003e：1950\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e类型\u003c/strong\u003e：剧情 / 黑色电影\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e我的评分\u003c/strong\u003e：⭐⭐⭐⭐⭐ (5/5)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-观后感\"\u003e💭 观后感\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003eSunset…sunset…\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e黑白片的质感比我想象中的好，而且黑白反而更适合作为这部片子的底色，有一种娓娓道来老故事的感觉。作为我的北影节首片，体验感还是很好的！\u003c/p\u003e\n\u003cp\u003e但是还是看得很难过，观影的时候总在想，如果诺玛不执着于今时不同往日的忧伤，而转向了五十岁后的新人生，想必也会很快活吧。但我们不是诺玛，也当不了诺玛，孤独是很可怕的，沉浸在梦里也是很可怕的。\u003c/p\u003e\n\u003cp\u003e这让我想起我有时午睡的感觉，你躺在床上，一轮又一轮的梦境抓住你不放，而你现实的意识总在无谓地抵抗着，你的身体却无论如何无法动弹，你被困住了，在梦与现实交织的地方。可能诺玛也是，和我们的身体一样，她或许无法反抗，最后选择妥协，沉入梦境。\u003c/p\u003e\n\u003cp\u003e我有一瞬间觉得贝蒂是和诺玛对照出现的女性，她说她觉得在荧幕之外工作并没有什么不好。虽然她还是对乔动情了，当乔在剧场散步时选择保持距离的时候我甚至不可置信了一下，但是果然不要太共情，他们总是很难懂鱼和熊掌不可兼得的道理，最后乔的结局对他来说已经很好了吧…\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cem\u003e北影节首片 · 一部关于默片时代的挽歌\u003c/em\u003e\u003c/p\u003e","title":"《日落大道》影评"},{"content":"🎬 影片信息 (Metadata) 片名：女孩 (Girl) 导演：舒淇 上映年份：2025 类型：剧情 主演：邱泽 / 汤毓绮 / 白小樱 / 林品彤 我的评分：⭐⭐⭐ (3/5) 💭 观后感 / 豆瓣短评 看的时候满脑子都是\u0026quot;女孩啊女孩，你为什么要承受这些\u0026quot;。人是很容易陷在情绪的泥沼里出不来的，恨意更是如此。为什么要把最亲近的人当作情绪的出口，或许这是成本最低的痛苦转嫁方式，在无人知晓的角落里蔓延开来。\n记得电影里莉莉说：\u0026ldquo;因为大人都是臭的啊\u0026rdquo;，成人的世界确实有着和小孩世界不一样的规则，其实我们也是小孩在探索新世界啊，只是在这其中每个人的遭遇都不尽相同，但却很容易殊途同归。\n再次感觉人间炼狱并非天方夜谭，这是一场盛大的角色扮演，需要时不时寻求神灵的慰藉。\n豆瓣链接: https://movie.douban.com/subject/36986482/\n","permalink":"https://eliza-notes.com/films/girl/","summary":"\u003ch2 id=\"-影片信息-metadata\"\u003e🎬 影片信息 (Metadata)\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e片名\u003c/strong\u003e：女孩 (Girl)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e导演\u003c/strong\u003e：舒淇\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e上映年份\u003c/strong\u003e：2025\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e类型\u003c/strong\u003e：剧情\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e主演\u003c/strong\u003e：邱泽 / 汤毓绮 / 白小樱 / 林品彤\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e我的评分\u003c/strong\u003e：⭐⭐⭐ (3/5)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-观后感--豆瓣短评\"\u003e💭 观后感 / 豆瓣短评\u003c/h2\u003e\n\u003cp\u003e看的时候满脑子都是\u0026quot;女孩啊女孩，你为什么要承受这些\u0026quot;。人是很容易陷在情绪的泥沼里出不来的，恨意更是如此。为什么要把最亲近的人当作情绪的出口，或许这是成本最低的痛苦转嫁方式，在无人知晓的角落里蔓延开来。\u003c/p\u003e\n\u003cp\u003e记得电影里莉莉说：\u0026ldquo;因为大人都是臭的啊\u0026rdquo;，成人的世界确实有着和小孩世界不一样的规则，其实我们也是小孩在探索新世界啊，只是在这其中每个人的遭遇都不尽相同，但却很容易殊途同归。\u003c/p\u003e\n\u003cp\u003e再次感觉人间炼狱并非天方夜谭，这是一场盛大的角色扮演，需要时不时寻求神灵的慰藉。\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cstrong\u003e豆瓣链接\u003c/strong\u003e: \u003ca href=\"https://movie.douban.com/subject/36986482/\"\u003ehttps://movie.douban.com/subject/36986482/\u003c/a\u003e\u003c/p\u003e","title":"《女孩》影评"},{"content":"谁能拒绝香香软软的小猫咪主动靠近呢~~\n和 Luna 顺利地第一次会面🐱\n","permalink":"https://eliza-notes.com/life/%E5%B0%8F%E7%8C%AB%E6%8B%AF%E6%95%91%E4%B8%96%E7%95%8C/","summary":"\u003cp\u003e谁能拒绝香香软软的小猫咪主动靠近呢~~\u003c/p\u003e\n\u003cp\u003e和 Luna 顺利地第一次会面🐱\u003c/p\u003e\n\u003cp\u003e\u003cimg alt=\"Luna 1\" loading=\"lazy\" src=\"https://raw.githubusercontent.com/eliza0908/eliza0908.github.io/main/images/life/luna-1.jpg\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg alt=\"Luna 2\" loading=\"lazy\" src=\"https://raw.githubusercontent.com/eliza0908/eliza0908.github.io/main/images/life/luna-2.jpg\"\u003e\u003c/p\u003e","title":"小猫拯救世界"},{"content":"📖 书籍信息 书名：做田野 作者：杨善华 出版社：北京大学出版社 阅读日期：2026 年 3 月 评分：⭐⭐⭐⭐⭐（5/5） 💭 我的评价 这本书是我在去福建做田野之前开始看的，到做完田野也差不多看完了。我觉得这里面讲了很多具有启发性和实操性的东西，做田野真是一门很深的学问。\n让我很有感触的还是最后一篇关于铁皮屋子与女人的记录，写田野笔记也是我原先十分排斥的一个东西，但是这次在福建村子，我好像很享受每天晚上记录的时刻，但少了人讨论还是有点遗憾。这个时候就会觉得，如果田野中有同行者该多好！\n我想这本书我会一直记得，在迷茫与焦虑的时候翻看一番。\n豆瓣链接：https://book.douban.com/review/17513089/\n","permalink":"https://eliza-notes.com/reading/%E5%81%9A%E7%94%B0%E9%87%8E---%E6%9D%A8%E5%96%84%E5%8D%8E/","summary":"\u003ch2 id=\"-书籍信息\"\u003e📖 书籍信息\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e书名\u003c/strong\u003e：做田野\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e作者\u003c/strong\u003e：杨善华\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e出版社\u003c/strong\u003e：北京大学出版社\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e阅读日期\u003c/strong\u003e：2026 年 3 月\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e评分\u003c/strong\u003e：⭐⭐⭐⭐⭐（5/5）\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-我的评价\"\u003e💭 我的评价\u003c/h2\u003e\n\u003cp\u003e这本书是我在去福建做田野之前开始看的，到做完田野也差不多看完了。我觉得这里面讲了很多具有启发性和实操性的东西，做田野真是一门很深的学问。\u003c/p\u003e\n\u003cp\u003e让我很有感触的还是最后一篇关于铁皮屋子与女人的记录，写田野笔记也是我原先十分排斥的一个东西，但是这次在福建村子，我好像很享受每天晚上记录的时刻，但少了人讨论还是有点遗憾。这个时候就会觉得，如果田野中有同行者该多好！\u003c/p\u003e\n\u003cp\u003e我想这本书我会一直记得，在迷茫与焦虑的时候翻看一番。\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cstrong\u003e豆瓣链接\u003c/strong\u003e：https://book.douban.com/review/17513089/\u003c/p\u003e","title":"做田野"},{"content":"\n📖 书籍信息 书名：孤独与相遇的社会学 作者：[日] 岸政彦 译者：杨成诗 阅读日期：2026 年 3 月 评分：⭐⭐⭐⭐⭐（5/5） 我拍！\n💭 我的评价 我好像突然明白了这个书名的意义。作者在后记中说自己一直在思考\u0026quot;我们每个人本来都是非常孤独的存在\u0026quot;这个谜题。作为社会学家的他又总会在研究中遇见形形色色的人，讲述一个又一个故事。\n读这本书的过程可以说是很幸福的，那些充满共鸣的文字让我觉得这个世界总存在一个角落，角落里的人会懂你！\n作者讲述的无意义时刻却伴随着他具有丰富意义的思考，这本身就是一件很难得的事。从作者的文字也能隐约悟出他的人生态度、性格禀赋。人就是这么奇妙吧，社会学也这么奇妙吧。\n虽然我们都是孤独的，但我们可以不断遇见，在面对面的言语碰撞中交换彼此的记忆，甚至可以从过去聊到未来，这是美好的相遇，希望我们都能多一点美好的相遇。\n豆瓣链接：https://book.douban.com/review/17522431/\n","permalink":"https://eliza-notes.com/reading/%E5%AD%A4%E7%8B%AC%E4%B8%8E%E7%9B%B8%E9%81%87%E7%9A%84%E7%A4%BE%E4%BC%9A%E5%AD%A6---%E5%B2%B8%E6%94%BF%E5%BD%A6/","summary":"\u003cp\u003e\u003cimg alt=\"书籍封面\" loading=\"lazy\" src=\"https://img2.doubanio.com/view/subject/l/public/s34929071.jpg\"\u003e\u003c/p\u003e\n\u003ch2 id=\"-书籍信息\"\u003e📖 书籍信息\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e书名\u003c/strong\u003e：孤独与相遇的社会学\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e作者\u003c/strong\u003e：[日] 岸政彦\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e译者\u003c/strong\u003e：杨成诗\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e阅读日期\u003c/strong\u003e：2026 年 3 月\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e评分\u003c/strong\u003e：⭐⭐⭐⭐⭐（5/5）\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003cdiv style=\"flex: 1 1 280px;\"\u003e\n\u003ca href=\"https://github.com/user-attachments/assets/1be770c8-79a6-4d09-a85b-aaf2be33ec7a\" target=\"_blank\"\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/1be770c8-79a6-4d09-a85b-aaf2be33ec7a\" style=\"width: 100%; border-radius: 8px; object-fit: cover; aspect-ratio: 4/3; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: transform 0.2s;\"\u003e\n\u003c/a\u003e\n\u003cp style=\"text-align: center; font-size: 13.5px; color: #888; margin-top: 8px;\"\u003e我拍！\u003c/p\u003e\n\u003c/div\u003e\n\u003ch2 id=\"-我的评价\"\u003e💭 我的评价\u003c/h2\u003e\n\u003cp\u003e我好像突然明白了这个书名的意义。作者在后记中说自己一直在思考\u0026quot;我们每个人本来都是非常孤独的存在\u0026quot;这个谜题。作为社会学家的他又总会在研究中遇见形形色色的人，讲述一个又一个故事。\u003c/p\u003e\n\u003cp\u003e读这本书的过程可以说是很幸福的，那些充满共鸣的文字让我觉得这个世界总存在一个角落，角落里的人会懂你！\u003c/p\u003e\n\u003cp\u003e作者讲述的无意义时刻却伴随着他具有丰富意义的思考，这本身就是一件很难得的事。从作者的文字也能隐约悟出他的人生态度、性格禀赋。人就是这么奇妙吧，社会学也这么奇妙吧。\u003c/p\u003e\n\u003cp\u003e虽然我们都是孤独的，但我们可以不断遇见，在面对面的言语碰撞中交换彼此的记忆，甚至可以从过去聊到未来，这是美好的相遇，希望我们都能多一点美好的相遇。\u003c/p\u003e\n\u003chr\u003e\n\u003cp\u003e\u003cstrong\u003e豆瓣链接\u003c/strong\u003e：https://book.douban.com/review/17522431/\u003c/p\u003e","title":"孤独与相遇的社会学"},{"content":"🌟 研究背景 一句话总结：民宿产业火了，但农户真的赚到钱了吗？组织和制度在其中扮演了什么角色？\n随着乡村振兴战略推进，文旅产业已成为民族地区乡村发展的重要引擎。民宿集群经济迅速发展，但农户在参与过程中仍面临收益不稳定、产业链延伸有限等困境。\n核心研究问题：\n🤔 在文旅驱动型的民族地区乡村发展中，民宿集群经济如何带动农户增收？ 🤔 组织能力与制度规则发挥什么作用？ 📍 田野点概况 研究地点：广西金秀瑶族自治县 L 乡\n指标 数据 🏛️ 行政地位 全国第一个瑶族自治县 👥 瑶族人口 61,289 人（占 40%） 🌲 品牌优势 \u0026ldquo;生态、民族、长寿\u0026rdquo; 💰 全乡民宿收入 年增收约 300 多万元 案例村落对比：\n🏘️ X 村 🏘️ D 村 📍 位置 L 乡政府驻地 国家 AAAA 级景区南麓 👥 人口 501 户 1470 人 117 户 386 人 💰 2024 年集体经济 9.19 万元 700 多万元（旅游收入） 🏆 特色 \u0026ldquo;中国民间文化艺术之乡\u0026rdquo; 费孝通赞\u0026quot;世外桃源\u0026quot; 🔍 核心发现 1️⃣ 外部企业的示范带动效应 Y 企业作为\u0026quot;外来组织主体\u0026quot;，通过三阶段带动机制激发村民参与：\n┌─────────────────────────────────────────────────────────────┐ │ 三阶段带动机制 │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 建设期 ──────→ 运营期 ──────→ 示范期 │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ 雇佣本地 服务 + 演出 自主经营 │ │ 劳动力 培育演员 形成集群 │ │ │ └─────────────────────────────────────────────────────────────┘ 💰 分红模式：\n固定分红：村民以闲置房屋入股，每年按固定标准获取分红，不参与实际管理。\n✅ 优点：避免产权纠纷，维护村企关系稳定\n⚠️ 局限：限制了农户对经营过程的参与和监督\n2️⃣ 村级组织的初级联结 当前村级组织力量仍处于初级阶段：\n问题 表现 📉 收入来源单一 以入股文旅项目为主，\u0026ldquo;一荣俱荣，一损俱损\u0026rdquo; 🏗️ 农民合作社缺位 人口基数少、动员能力不足 🔄 村委角色转型中 从行政管理者→多元服务者，但产业引导能力有限 💬 村民原话：\n\u0026ldquo;像我们没有开发这些旅游资源之前，村集体收入反正都没有。\u0026rdquo;\n3️⃣ 家庭民宿的松散模式 个体经营民宿呈现\u0026quot;高普及率、低协同性、弱可持续性\u0026ldquo;特征：\n📊 D 村民宿数据：\n不到 400 人 → 已有约 14 家个体民宿 经营人口占比 60% 以上 缺乏统一标准、市场定位和营销策略 客源以回头客为主，数字营销能力缺乏 🤝 但社会网络发挥了重要作用：\n社会互助网络 ──→ 农产品代销 └─→ 民宿经营者优先采购本地农产品 亲属网络 ──→ 价格协调 └─→ 基于亲属关系避免恶性竞争 💬 村民原话：\n\u0026ldquo;抢客倒是没有，这个真的没有了，因为我们全村都是统一的，比如说都是亲戚什么的。\u0026rdquo;\n4️⃣ 组织能力的四个维度 组织能力是文旅价值能否在地化并向农户下沉的首要中介：\n┌─────────────────┐ │ 组织能力 │ └────────┬────────┘ │ ┌────────────┬───────┼───────┬────────────┐ │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ ┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐ │ 合作 │ │ 市场 │ │ 运营 │ │ 财务 │ │ 能力 │ │ 能力 │ │ 能力 │ │ 能力 │ └───┬────┘ └───┬────┘ └───┬────┘ └───┬────┘ │ │ │ │ ▼ ▼ ▼ ▼ 联合村委 吸引客流 非遗表演 消费转换 推动基建 培训 为工资分红 ⚖️ 能力分化导致收益质量差异：\n主体类型 能力水平 收益特征 🏢 企业 强 把价值固化为长期性收益 🏠 家庭民宿 弱 获得一次性、季节性、低附加值收入 5️⃣ 制度约束与适应性策略 🛡️ 制度双刃剑：\n制度因素 约束作用 适应性创新 🌳 保护区红线 限制大规模投资 \u0026ldquo;微改造\u0026quot;确保生态原则 🛣️ 交通条件 提高运营成本 精准识别政策边界 💸 政策补贴 门槛过高 多数小农户难以获得 🧠 农户的适应性策略：\n┌────────────────────────────────────────────────────┐ │ ① 市场适应 │ │ • 差异化定位：企业做中高端，村民补充差异化 │ │ • 价格协调机制：亲属网络避免恶性竞争 │ ├────────────────────────────────────────────────────┤ │ ② 社会支持 │ │ • 代销服务：优先采购本地农产品 │ │ • 亲友融资：基于信任的非正式融资机制 │ ├────────────────────────────────────────────────────┤ │ ③ 风险分散 │ │ • 多元经营：\u0026#34;民宿 + 餐饮 + 农产品销售\u0026#34; │ │ • 灵活调整：市场饱和时缩小规模或转行 │ └────────────────────────────────────────────────────┘ 🧩 理论框架 农户收益影响机制路径：\n外部驱动 需求转化 本地供给 价值链 最终分配 │ │ 响应 延伸 │ ▼ ▼ │ │ ▼ 政策支持 游客消费 民宿建设 本地加工 收益分配 游客流量 需求识别 景区开发 统一品牌 治理安排 初始资本 土特产销售 营销渠道 ═══════════════════════════════════════════════════ 组织能力 + 制度环境 双重调节 ═══════════════════════════════════════════════════ 🎯 关键结论：\n✅ 理想状态：组织存在 + 能力强大 + 制度环境适宜\n→ 外部驱动力有效转化为长期收益\n❌ 问题状态：组织薄弱 或 制度约束过强\n→ 产业价值链断裂与收益外溢\n💡 结论与启示 农户收益并非简单的线性传递过程，而是受到组织能力与制度环境双重调节的复杂系统。\n🚀 乡村振兴的关键：\n方向 具体措施 🌱 培育本土组织 提升组织能力和合作水平 ⚖️ 优化制度设计 充分考虑民族地区特殊性 💰 完善收益分配 让农户分享产业链增值收益 👥 尊重村民主体性 将适应性策略与系统性支持结合 关键词：民宿集群 组织能力 制度 农户 乡村振兴\n本文基于广西金秀 L 乡实地调研，采用参与式观察、非结构化访谈等方法收集资料。\n","permalink":"https://eliza-notes.com/research/%E7%BB%84%E7%BB%87%E4%B8%8E%E5%88%B6%E5%BA%A6%E4%B9%8B%E5%8A%9B---%E6%B0%91%E6%97%8F%E5%9C%B0%E5%8C%BA%E4%B9%A1%E6%9D%91%E6%B0%91%E5%AE%BF%E5%8F%91%E5%B1%95%E7%A0%94%E7%A9%B6/","summary":"\u003ch2 id=\"-研究背景\"\u003e🌟 研究背景\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e\u003cstrong\u003e一句话总结\u003c/strong\u003e：民宿产业火了，但农户真的赚到钱了吗？组织和制度在其中扮演了什么角色？\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e随着乡村振兴战略推进，文旅产业已成为民族地区乡村发展的重要引擎。民宿集群经济迅速发展，但农户在参与过程中仍面临\u003cstrong\u003e收益不稳定、产业链延伸有限\u003c/strong\u003e等困境。\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e核心研究问题\u003c/strong\u003e：\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e🤔 在文旅驱动型的民族地区乡村发展中，民宿集群经济如何带动农户增收？\u003c/li\u003e\n\u003cli\u003e🤔 组织能力与制度规则发挥什么作用？\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-田野点概况\"\u003e📍 田野点概况\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003e研究地点\u003c/strong\u003e：广西金秀瑶族自治县 L 乡\u003c/p\u003e\n\u003ctable\u003e\n  \u003cthead\u003e\n      \u003ctr\u003e\n          \u003cth\u003e指标\u003c/th\u003e\n          \u003cth\u003e数据\u003c/th\u003e\n      \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e🏛️ 行政地位\u003c/td\u003e\n          \u003ctd\u003e全国第一个瑶族自治县\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e👥 瑶族人口\u003c/td\u003e\n          \u003ctd\u003e61,289 人（占 40%）\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e🌲 品牌优势\u003c/td\u003e\n          \u003ctd\u003e\u0026ldquo;生态、民族、长寿\u0026rdquo;\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e💰 全乡民宿收入\u003c/td\u003e\n          \u003ctd\u003e年增收约 300 多万元\u003c/td\u003e\n      \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\u003cp\u003e\u003cstrong\u003e案例村落对比\u003c/strong\u003e：\u003c/p\u003e\n\u003ctable\u003e\n  \u003cthead\u003e\n      \u003ctr\u003e\n          \u003cth\u003e\u003c/th\u003e\n          \u003cth\u003e🏘️ X 村\u003c/th\u003e\n          \u003cth\u003e🏘️ D 村\u003c/th\u003e\n      \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e📍 位置\u003c/td\u003e\n          \u003ctd\u003eL 乡政府驻地\u003c/td\u003e\n          \u003ctd\u003e国家 AAAA 级景区南麓\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e👥 人口\u003c/td\u003e\n          \u003ctd\u003e501 户 1470 人\u003c/td\u003e\n          \u003ctd\u003e117 户 386 人\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e💰 2024 年集体经济\u003c/td\u003e\n          \u003ctd\u003e9.19 万元\u003c/td\u003e\n          \u003ctd\u003e700 多万元（旅游收入）\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n          \u003ctd\u003e🏆 特色\u003c/td\u003e\n          \u003ctd\u003e\u0026ldquo;中国民间文化艺术之乡\u0026rdquo;\u003c/td\u003e\n          \u003ctd\u003e费孝通赞\u0026quot;世外桃源\u0026quot;\u003c/td\u003e\n      \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\u003chr\u003e\n\u003ch2 id=\"-核心发现\"\u003e🔍 核心发现\u003c/h2\u003e\n\u003ch3 id=\"1-外部企业的示范带动效应\"\u003e1️⃣ 外部企业的示范带动效应\u003c/h3\u003e\n\u003cp\u003eY 企业作为\u0026quot;外来组织主体\u0026quot;，通过\u003cstrong\u003e三阶段带动机制\u003c/strong\u003e激发村民参与：\u003c/p\u003e","title":"组织与制度之力：民族地区乡村民宿发展中的农户收益机制"},{"content":"🎓 教育背景 (Education) 中央民族大学 | 社会学，硕士研究生 2024.09 – 至今\nGPA: 4.06 / 5.0 主修课程: 质性与量化研究方法（95）、互联网与数字社会（94）、数理统计与软件应用（93） 荣誉奖励: 校级一等奖学金 中央民族大学 | 社会学，学士 2020.09 – 2024.06\n课程均分: 92.47 / 100 荣誉奖励: 校级二等奖学金（连续2次） 🔍 学术经历 (Academic Experience) 科研项目 (Research Projects) 北京市“学生身心健康成长需求”系列调研 2025.11 – 2025.12 | 问卷设计与数据分析\n项目概述: 北京市学校德育研究会组织开展的服务学生健康成长的抽样问卷调查，对象涵盖幼小中高及大学的学生、家长及教师。 核心贡献: 负责小学学段的问卷设计、使用统计分析软件进行数据分析，并完成报告撰写。 “知行田野：探寻共有精神家园”专项课题 2025.07 – 2025.08 | 深度访谈与参与式观察\n项目概述: 基于广西金秀六巷的实地调研，以当地民宿村落为个案，探究民族地区农文旅融合发展路径。 研究产出: 撰写论文《组织与制度之力：民族地区乡村民宿产业发展下的农户收益机制研究——以广西金秀L乡为例》。 硕士研究生自主科研项目 2026.01 – 至今 | 独立研究\n研究内容: 探讨数字时代下，乡村运营组织在吸引青年入乡共创背后的逻辑特征及其可能性影响。 阶段进展: 已在浙江台州进行两次实地调研，目前处于资料整理与深度分析阶段。 学术活动与会议 (Conferences \u0026amp; Workshops) 中国社会学会农村社会学专业委员会 2025 年年会 (2025.10) 会议汇报: 在“新型主体·产业振兴”分论坛汇报论文《组织与制度之力：民族地区乡村民宿产业发展下的农户收益机制研究》。阐明农户收益机制是一个受组织与制度双重调节的复杂系统。 数字化田野研究训练营 (上海师范大学社会学研究所) (2025.01 – 2025.02) 研究产出: 运用网络民族志研究传统美学在大众日常中的呈现，撰写《中国传统美学的符号挪用与文化资本转化研究》，获训练营三等奖。 优秀学位论文 (Theses) 本科毕业论文：《由城入镇：逆向迁居群体的迁居决策及其生活调适——漳州台商投资区J镇L社区的实地研究》 理论对话: 在人口流迁和城镇化视角下，论证逆向迁居者的行为可视为城镇化发展的更高阶段，他们运用动态均衡策略充当城市与城镇的中介，推动“城镇”一体化发展。 🥾 实践与田野经历 (Fieldwork \u0026amp; Practice) 福建 DAO 龙潭数字游民基地调研 2026.03 | 参与式观察\n参与数字游民社区内测活动。撰写《数字技术中介下的技能互换与小共同体生成——基于DAO L的实地研究》，阐明 DAO 组织在乡村情境下依赖“技能交换”机制形成“小共同体”。 浙江天台后岸村乡村运营项目 2025.08 \u0026amp; 2026.02 | 内容共创\n参与项目内容共创，设计数字化导览《后岸生活指南》，开展在地风物人物访谈。基于研究旨趣展开自主实地调研，探讨青年、组织与技术在乡村场域的新可能。 “十遛”团队项目：数字技术中介下的在地文化游戏化实践 2025.08 – 至今\n基于平台通过实地调研完成在地文化游戏化路线设计，采用网络民族志收集资料。创作数字化导览《后岸生活指南》与《寻味闽南》。 🛠 技能与综合素质 (Skills) 研究方法: 熟练掌握定性与定量研究方法，具备扎实的网络民族志及深度田野调查能力。 数据分析: 熟练使用 Stata, SPSS（量化分析）及 NVivo（质性资料编码）。 数字素养: 掌握 HTML/Markdown 独立建站，关注并灵活运用 AI 工具辅助学术研究。 语言: 英语 (CET-6), 普通话 (二级甲等)。 ","permalink":"https://eliza-notes.com/cv/","summary":"\u003ch2 id=\"-教育背景-education\"\u003e🎓 教育背景 (Education)\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003e中央民族大学\u003c/strong\u003e | 社会学，硕士研究生\n\u003cem\u003e2024.09 – 至今\u003c/em\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eGPA\u003c/strong\u003e: 4.06 / 5.0\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e主修课程\u003c/strong\u003e: 质性与量化研究方法（95）、互联网与数字社会（94）、数理统计与软件应用（93）\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e荣誉奖励\u003c/strong\u003e: 校级一等奖学金\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003e中央民族大学\u003c/strong\u003e | 社会学，学士\n\u003cem\u003e2020.09 – 2024.06\u003c/em\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e课程均分\u003c/strong\u003e: 92.47 / 100\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e荣誉奖励\u003c/strong\u003e: 校级二等奖学金（连续2次）\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-学术经历-academic-experience\"\u003e🔍 学术经历 (Academic Experience)\u003c/h2\u003e\n\u003ch3 id=\"科研项目-research-projects\"\u003e科研项目 (Research Projects)\u003c/h3\u003e\n\u003cp\u003e\u003cstrong\u003e北京市“学生身心健康成长需求”系列调研\u003c/strong\u003e\n\u003cem\u003e2025.11 – 2025.12 | 问卷设计与数据分析\u003c/em\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e项目概述\u003c/strong\u003e: 北京市学校德育研究会组织开展的服务学生健康成长的抽样问卷调查，对象涵盖幼小中高及大学的学生、家长及教师。\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e核心贡献\u003c/strong\u003e: 负责小学学段的问卷设计、使用统计分析软件进行数据分析，并完成报告撰写。\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003e“知行田野：探寻共有精神家园”专项课题\u003c/strong\u003e\n\u003cem\u003e2025.07 – 2025.08 | 深度访谈与参与式观察\u003c/em\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e项目概述\u003c/strong\u003e: 基于广西金秀六巷的实地调研，以当地民宿村落为个案，探究民族地区农文旅融合发展路径。\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e研究产出\u003c/strong\u003e: 撰写论文《组织与制度之力：民族地区乡村民宿产业发展下的农户收益机制研究——以广西金秀L乡为例》。\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003e硕士研究生自主科研项目\u003c/strong\u003e\n\u003cem\u003e2026.01 – 至今 | 独立研究\u003c/em\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e研究内容\u003c/strong\u003e: 探讨数字时代下，乡村运营组织在吸引青年入乡共创背后的逻辑特征及其可能性影响。\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e阶段进展\u003c/strong\u003e: 已在浙江台州进行两次实地调研，目前处于资料整理与深度分析阶段。\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"学术活动与会议-conferences--workshops\"\u003e学术活动与会议 (Conferences \u0026amp; Workshops)\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e中国社会学会农村社会学专业委员会 2025 年年会\u003c/strong\u003e \u003cem\u003e(2025.10)\u003c/em\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e会议汇报\u003c/strong\u003e: 在“新型主体·产业振兴”分论坛汇报论文《组织与制度之力：民族地区乡村民宿产业发展下的农户收益机制研究》。阐明农户收益机制是一个受组织与制度双重调节的复杂系统。\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e数字化田野研究训练营 (上海师范大学社会学研究所)\u003c/strong\u003e \u003cem\u003e(2025.01 – 2025.02)\u003c/em\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e研究产出\u003c/strong\u003e: 运用网络民族志研究传统美学在大众日常中的呈现，撰写《中国传统美学的符号挪用与文化资本转化研究》，\u003cstrong\u003e获训练营三等奖\u003c/strong\u003e。\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"优秀学位论文-theses\"\u003e优秀学位论文 (Theses)\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e本科毕业论文\u003c/strong\u003e：《由城入镇：逆向迁居群体的迁居决策及其生活调适——漳州台商投资区J镇L社区的实地研究》\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e理论对话\u003c/strong\u003e: 在人口流迁和城镇化视角下，论证逆向迁居者的行为可视为城镇化发展的更高阶段，他们运用动态均衡策略充当城市与城镇的中介，推动“城镇”一体化发展。\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr\u003e\n\u003ch2 id=\"-实践与田野经历-fieldwork--practice\"\u003e🥾 实践与田野经历 (Fieldwork \u0026amp; Practice)\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003e福建 DAO 龙潭数字游民基地调研\u003c/strong\u003e\n\u003cem\u003e2026.03 | 参与式观察\u003c/em\u003e\u003c/p\u003e","title":"Curriculum Vitae"},{"content":" 🎬 影片信息 (Metadata)\n片名：一一 (Yi Yi) 导演：杨德昌 上映年份：2000 类型：剧情 / 爱情 / 家庭 我的评分：⭐⭐⭐⭐⭐ (5/5) 💭 观后感 / 豆瓣短评 听到这部电影还是在关于朋友的感情话题讨论中。因为从小说闽南话的缘故，总是对早期的台湾电影有种莫名的亲切感。\n这是当时看完影片的即时想法，没有写下长篇大论，但现在回看仍旧能够感觉到那种怅然若失的心情。好像可以从电影中每个人的人生历程中，窥见自己生活的影子；好像，人生在世烦恼的东西从来不曾改变。\n","permalink":"https://eliza-notes.com/films/2025-05-14-yiyi/","summary":"\u003cblockquote\u003e\n\u003cp\u003e\u003cstrong\u003e🎬 影片信息 (Metadata)\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e片名\u003c/strong\u003e：一一 (Yi Yi)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e导演\u003c/strong\u003e：杨德昌\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e上映年份\u003c/strong\u003e：2000\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e类型\u003c/strong\u003e：剧情 / 爱情 / 家庭\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e我的评分\u003c/strong\u003e：⭐⭐⭐⭐⭐ (5/5)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003cbr\u003e\n\u003c!-- 👇把下方双引号里的链接，替换成你刚刚用 GitHub 获取的海报链接 --\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/02a4ef71-28e0-40bf-8885-2699beccfcdb\" style=\"width: 220px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); float: right; margin: 0 0 15px 20px;\"\u003e\n\u003ch3 id=\"-观后感--豆瓣短评\"\u003e💭 观后感 / 豆瓣短评\u003c/h3\u003e\n\u003cp\u003e听到这部电影还是在关于朋友的感情话题讨论中。因为从小说闽南话的缘故，总是对早期的台湾电影有种莫名的亲切感。\u003c/p\u003e\n\u003cp\u003e这是当时看完影片的即时想法，没有写下长篇大论，但现在回看仍旧能够感觉到那种怅然若失的心情。好像可以从电影中每个人的人生历程中，窥见自己生活的影子；好像，人生在世烦恼的东西从来不曾改变。\u003c/p\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/230819f5-ed69-4729-823e-a768595648e5\" style=\"width: 220px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); float: right; margin: 0 0 15px 20px;\"\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/6d9dd68f-4b3f-4399-af89-0bc548ea9963\" style=\"width: 220px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); float: right; margin: 0 0 15px 20px;\"\u003e","title":"《一一》影评：我到底想过怎样的人生"},{"content":"This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\nHeadings The following HTML \u0026lt;h1\u0026gt;—\u0026lt;h6\u0026gt; elements represent six levels of section headings. \u0026lt;h1\u0026gt; is the highest section level while \u0026lt;h6\u0026gt; is the lowest.\nH1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.\nItatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.\nBlockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.\nBlockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.\nBlockquote with attribution Don\u0026rsquo;t communicate by sharing memory, share memory by communicating.\n— Rob Pike1\nTables Tables aren\u0026rsquo;t part of the core Markdown spec, but Hugo supports them out-of-the-box.\nName Age Bob 27 Alice 23 Inline Markdown within tables Italics Bold Code italics bold code List Types Ordered List First item Second item Third item Unordered List List item Another item And another item Nested Unordered list Fruit Apple Orange Banana Dairy Milk Cheese Nested Ordered list Fruit Apple Orange Banana Dairy Milk Cheese Third item Sub One Sub Two Other Elements — abbr, sub, sup, kbd, mark GIF is a bitmap image format.\nH2O\nXn + Yn = Zn\nPress CTRL+ALT+Delete to end the session.\nMost salamanders are nocturnal, and hunt for insects, worms, and other small creatures.\nThe above quote is excerpted from Rob Pike\u0026rsquo;s talk during Gopherfest, November 18, 2015.\u0026#160;\u0026#x21a9;\u0026#xfe0e;\n","permalink":"https://eliza-notes.com/posts/markdown-syntax/","summary":"\u003cp\u003eThis article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\u003c/p\u003e","title":"Markdown Syntax Guide"},{"content":"Inline Code This is Inline Code\nOnly pre This is pre text Code block with backticks \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;meta name=\u0026#34;description\u0026#34; content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34; /\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with backticks and language specified \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;meta name=\u0026#34;description\u0026#34; content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34; /\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with backticks and language specified with line numbers 1 2 3 4 5 6 7 8 9 10 11 12 13 14 \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;meta name=\u0026#34;description\u0026#34; content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34; /\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with line numbers and highlighted lines PaperMod supports linenos=true or linenos=table 1 2 3 4 5 6 7 8 9 10 11 12 13 14 \u0026lt;!DOCTYPE html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;meta name=\u0026#34;description\u0026#34; content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34; /\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; With linenos=inline line might not get highlighted properly. This issue is fixed with 045c084 1\u0026lt;!DOCTYPE html\u0026gt; 2\u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; 3 \u0026lt;head\u0026gt; 4 \u0026lt;meta charset=\u0026#34;utf-8\u0026#34; /\u0026gt; 5 \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; 6 \u0026lt;meta 7 name=\u0026#34;description\u0026#34; 8 content=\u0026#34;Sample article showcasing basic Markdown syntax and formatting for HTML elements.\u0026#34; 9 /\u0026gt; 10 \u0026lt;/head\u0026gt; 11 \u0026lt;body\u0026gt; 12 \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; 13 \u0026lt;/body\u0026gt; 14\u0026lt;/html\u0026gt; Code block indented with four spaces \u0026lt;!doctype html\u0026gt; \u0026lt;html lang=\u0026quot;en\u0026quot;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026quot;utf-8\u0026quot;\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; Code block with Hugo\u0026rsquo;s internal highlight shortcode \u0026lt;!doctype html\u0026gt; \u0026lt;html lang=\u0026#34;en\u0026#34;\u0026gt; \u0026lt;head\u0026gt; \u0026lt;meta charset=\u0026#34;utf-8\u0026#34;\u0026gt; \u0026lt;title\u0026gt;Example HTML5 Document\u0026lt;/title\u0026gt; \u0026lt;/head\u0026gt; \u0026lt;body\u0026gt; \u0026lt;p\u0026gt;Test\u0026lt;/p\u0026gt; \u0026lt;/body\u0026gt; \u0026lt;/html\u0026gt; ","permalink":"https://eliza-notes.com/posts/code_syntax/","summary":"Sample article showcasing basic code syntax and formatting for HTML elements.","title":"Code Syntax Guide"},{"content":"Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.\nFigure Shortcode (PaperMod enhanced) Photo by Aditya Telange on Unsplash\nYouTube X (Twitter) Shortcode PaperMod is now the most starred @GoHugoIO theme on #GitHub ! ✨\nHere\u0026#39;s what it offers:\n- Simple, minimal \u0026amp; clean design\n- Light/Dark mode\n- Fuzzy search for content\n- Good page-speed insights\nand much more...\nHuge thanks to all supporters🙏https://t.co/YAEd2cfrrn\n\u0026mdash; Aditya (@adityatelange) November 14, 2023 Vimeo Shortcode ","permalink":"https://eliza-notes.com/posts/rich-content/","summary":"\u003cp\u003eHugo ships with several \u003ca href=\"https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes\"\u003eBuilt-in Shortcodes\u003c/a\u003e for rich content, along with a \u003ca href=\"https://gohugo.io/about/hugo-and-gdpr/\"\u003ePrivacy Config\u003c/a\u003e and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.\u003c/p\u003e","title":"Rich Content and Shortcodes"},{"content":"Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.\nIn this example we will be using KaTeX\nCreate a partial under /layouts/partials/math.html Within this partial reference the Auto-render Extension or host these scripts locally. Include the partial in your templates (extend_head.html) like so: refer ISSUE #236 {{ if or .Params.math .Site.Params.math }} {{ partial \u0026#34;math.html\u0026#34; . }} {{ end }} To enable KaTex globally set the parameter math to true in a project\u0026rsquo;s configuration To enable KaTex on a per page basis include the parameter math: true in content files Note: Use the online reference of Supported TeX Functions\nExamples Block math:\n$$ \\varphi = 1+\\frac{1} {1+\\frac{1} {1+\\frac{1} {1+\\cdots} } } $$\n","permalink":"https://eliza-notes.com/posts/math-typesetting/","summary":"\u003cp\u003eMathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.\u003c/p\u003e","title":"Math Typesetting"},{"content":"Emoji can be enabled in a Hugo project in a number of ways.\nThe emojify function can be called directly in templates or Inline Shortcodes.\nTo enable emoji globally, set enableEmoji to true in your site\u0026rsquo;s configuration and then you can type emoji shorthand codes directly in content files; e.g.\n🙈 :see_no_evil: 🙉 :hear_no_evil: 🙊 :speak_no_evil:\nThe Emoji cheat sheet is a useful reference for emoji shorthand codes.\nN.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.\n.emoji { font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols; }","permalink":"https://eliza-notes.com/posts/emoji-support/","summary":"\u003cp\u003eEmoji can be enabled in a Hugo project in a number of ways.\u003c/p\u003e","title":"Emoji Support"},{"content":" ","permalink":"https://eliza-notes.com/_templates/%E7%BD%91%E6%98%93%E4%BA%91%E6%8F%92%E5%85%A5%E6%A8%A1%E7%89%88/","summary":"\u003c!-- 网易云音乐外链，id 后面的数字换成你的歌曲 ID 即可，auto=0 代表不自动播放 --\u003e\n\u003ciframe frameborder=\"no\" border=\"0\" marginwidth=\"0\" marginheight=\"0\" width=100% height=86 src=\"//music.163.com/outchain/player?type=2\u0026id=1815969316\u0026auto=0\u0026height=66\"\u003e\u003c/iframe\u003e","title":""},{"content":" ","permalink":"https://eliza-notes.com/_templates/%E8%A7%86%E9%A2%91%E6%8F%92%E5%85%A5%E6%A8%A1%E7%89%88/","summary":"\u003c!-- B站视频自适应代码，修改 bvid= 后面的编号即可 --\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);\"\u003e\n  \u003ciframe src=\"//player.bilibili.com/player.html?bvid=BV1GJ411x7h7\u0026page=1\u0026high_quality=1\u0026danmaku=0\" scrolling=\"no\" border=\"0\" frameborder=\"no\" framespacing=\"0\" allowfullscreen=\"true\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c/iframe\u003e\n\u003c/div\u003e","title":""},{"content":"Hi, I\u0026rsquo;m Eliza （陈仪真）👋 I\u0026rsquo;m currently a sociology graduate student in China. You can get to know me through these tags 🤲🏻\noutdoor newbie, \u0026ldquo;fake\u0026rdquo; artsy type, currently into rock music, enjoys reading,watching movies. and photography.👣✍🏻🎶📷🎞️\n📄 点击这里可以查看我的详细学术简历 (View my full Curriculum Vitae) ➔\nBeyond Academia I keep notes on books I\u0026rsquo;m reading, films I\u0026rsquo;ve watched, and places I\u0026rsquo;ve wandered. Photography and hiking are how I stay grounded.\nThis site is where all of it lives！\n","permalink":"https://eliza-notes.com/about/","summary":"about","title":"About"}]